mirror of
https://github.com/blender/blender-addons.git
synced 2025-07-25 16:05:20 +00:00
UI: adjust of "Edit Linked Library" to use new UI layout
Differential Revision: https://developer.blender.org/D4351
This commit is contained in:
@ -176,8 +176,10 @@ class VIEW3D_PT_PanelLinkedEdit(bpy.types.Panel):
|
||||
layout.prop(scene, "use_instance")
|
||||
|
||||
def draw(self, context: bpy.context):
|
||||
layout = self.layout
|
||||
scene = context.scene
|
||||
layout = self.layout
|
||||
layout.use_property_split = True
|
||||
layout.use_property_decorate = False
|
||||
icon = "OUTLINER_DATA_" + context.active_object.type
|
||||
|
||||
target = None
|
||||
|
Reference in New Issue
Block a user