AnimCupboard: ID Management Pie #127

Merged
Demeter Dzadik merged 11 commits from Mets/blender-studio-pipeline:AnimCupboard-relationship-viewer into main 2023-07-19 14:43:14 +02:00
Showing only changes of commit 5de2af1eb9 - Show all commits

View File

@ -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=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]:
raise NotImplementedError
@ -327,7 +327,7 @@ class OUTLINER_OT_remap_users(bpy.types.Operator):
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):
layout = self.layout