AnimCupboard: ID Management Pie #127
@ -43,7 +43,7 @@ class RelationshipOperatorMixin:
|
||||
return context.area.type == 'OUTLINER' and len(context.selected_ids) > 0
|
||||
|
||||
def invoke(self, context, _event):
|
||||
return context.window_manager.invoke_props_dialog(self, width=600)
|
||||
return context.window_manager.invoke_props_dialog(self, width=800)
|
||||
|
||||
def get_datablocks_to_display(self, id: bpy.types.ID) -> List[bpy.types.ID]:
|
||||
raise NotImplementedError
|
||||
|
Loading…
Reference in New Issue
Block a user