changed error message
This commit is contained in:
parent
d480fa0817
commit
7ff96ad205
@ -232,7 +232,7 @@ class GPTB_OT_realign(bpy.types.Operator):
|
||||
|
||||
def invoke(self, context, event):
|
||||
if context.object.data.use_multiedit:
|
||||
self.report({'ERROR'}, 'Does not work in Multi-edit')
|
||||
self.report({'ERROR'}, 'Does not work in Multiframe mode')
|
||||
return {"CANCELLED"}
|
||||
|
||||
self.alert = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user