[Bf-blender-cvs] [565de7750b9] blender2.8: Use term Instancing in the interface

Sergey Sharybin noreply at git.blender.org
Wed Nov 28 18:23:08 CET 2018


Commit: 565de7750b95db4296c421de9e96a8d334319e03
Author: Sergey Sharybin
Date:   Wed Nov 28 18:20:02 2018 +0100
Branches: blender2.8
https://developer.blender.org/rB565de7750b95db4296c421de9e96a8d334319e03

Use term Instancing in the interface

Currently only see this in object's properties, but might
be missing something.

Part of T56648.

===================================================================

M	release/scripts/startup/bl_ui/properties_object.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/properties_object.py b/release/scripts/startup/bl_ui/properties_object.py
index aafeb0a103d..5740239fc12 100644
--- a/release/scripts/startup/bl_ui/properties_object.py
+++ b/release/scripts/startup/bl_ui/properties_object.py
@@ -279,7 +279,7 @@ class OBJECT_PT_display(ObjectButtonsPanel, Panel):
 
 
 class OBJECT_PT_duplication(ObjectButtonsPanel, Panel):
-    bl_label = "Duplication"
+    bl_label = "Instancing"
     bl_options = {'DEFAULT_CLOSED'}
 
     def draw(self, context):



More information about the Bf-blender-cvs mailing list