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:
authormeta-androcto <meta.androcto1@gmail.com>2017-06-29 13:19:31 +0300
committermeta-androcto <meta.androcto1@gmail.com>2017-06-29 13:19:31 +0300
commit182f16046c8f844983f863ea4c2f36518a3276f6 (patch)
treef50ef3f1f20b8c367290dad583be105756cec7ce /add_advanced_objects_menu
parentc943552e35d7bb67e10be9c49bfe961a788161af (diff)
advanced objects:remove drop to ground mention
Diffstat (limited to 'add_advanced_objects_menu')
-rw-r--r--add_advanced_objects_menu/__init__.py2
1 files changed, 1 insertions, 1 deletions
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()