[Bf-extensions-cvs] [182f1604] master: advanced objects:remove drop to ground mention

meta-androcto noreply at git.blender.org
Thu Jun 29 12:19:53 CEST 2017


Commit: 182f16046c8f844983f863ea4c2f36518a3276f6
Author: meta-androcto
Date:   Thu Jun 29 20:19:31 2017 +1000
Branches: master
https://developer.blender.org/rBA182f16046c8f844983f863ea4c2f36518a3276f6

advanced objects:remove drop to ground mention

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

M	add_advanced_objects_menu/__init__.py

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

diff --git a/add_advanced_objects_menu/__init__.py b/add_advanced_objects_menu/__init__.py
index 8b9cd86a..46a3dffc 100644
--- a/add_advanced_objects_menu/__init__.py
+++ b/add_advanced_objects_menu/__init__.py
@@ -238,7 +238,7 @@ class AdvancedObjPreferences(AddonPreferences):
             box.label(text="Pixelate Object, Struts, Random Boxes, Easy Lattice",
                       icon="LAYER_USED")
             box.label(text="Physics Tools:", icon="LAYER_ACTIVE")
-            box.label(text="Drop to Ground, Wrecking Ball and Cloth Rope", icon="LAYER_USED")
+            box.label(text="Wrecking Ball and Cloth Rope", icon="LAYER_USED")
 
         icon_2 = "TRIA_RIGHT" if not self.show_panel_list else "TRIA_DOWN"
         box = layout.box()



More information about the Bf-extensions-cvs mailing list