Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--object_edit_linked.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/object_edit_linked.py b/object_edit_linked.py
index 96ed9181..820e9fea 100644
--- a/object_edit_linked.py
+++ b/object_edit_linked.py
@@ -180,7 +180,7 @@ class VIEW3D_PT_PanelLinkedEdit(bpy.types.Panel):
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.replace("LIGHT_PROBE", "LIGHTPROBE")
target = None