Skip to content
Snippets Groups Projects
Commit a558d868 authored by meta-androcto's avatar meta-androcto
Browse files

object_edit_linked: fix lightprobes: D5417

parent 0221dbb3
No related branches found
No related tags found
No related merge requests found
...@@ -180,7 +180,7 @@ class VIEW3D_PT_PanelLinkedEdit(bpy.types.Panel): ...@@ -180,7 +180,7 @@ class VIEW3D_PT_PanelLinkedEdit(bpy.types.Panel):
layout = self.layout layout = self.layout
layout.use_property_split = True layout.use_property_split = True
layout.use_property_decorate = False layout.use_property_decorate = False
icon = "OUTLINER_DATA_" + context.active_object.type icon = "OUTLINER_DATA_" + context.active_object.type.replace("LIGHT_PROBE", "LIGHTPROBE")
target = None target = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment