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