Skip to content
Snippets Groups Projects
Commit b84e97d7 authored by Brecht Van Lommel's avatar Brecht Van Lommel
Browse files

UI: adjust of "Edit Linked Library" to use new UI layout

Differential Revision: https://developer.blender.org/D4351
parent 175202ef
No related branches found
No related tags found
No related merge requests found
...@@ -176,8 +176,10 @@ class VIEW3D_PT_PanelLinkedEdit(bpy.types.Panel): ...@@ -176,8 +176,10 @@ class VIEW3D_PT_PanelLinkedEdit(bpy.types.Panel):
layout.prop(scene, "use_instance") layout.prop(scene, "use_instance")
def draw(self, context: bpy.context): def draw(self, context: bpy.context):
layout = self.layout
scene = context.scene scene = context.scene
layout = self.layout
layout.use_property_split = True
layout.use_property_decorate = False
icon = "OUTLINER_DATA_" + context.active_object.type icon = "OUTLINER_DATA_" + context.active_object.type
target = None target = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment