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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-05-15 19:55:59 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-05-15 19:55:59 +0400
commitfb2b6639dd6336d77262fbb02f5b7acb25815ca8 (patch)
tree98abc3f70a3d26247fcd60966af2b70fb74d7e41
parent8496162cef9b6bf9112882d76911d49adb028465 (diff)
Remove "Use Root Coordinates" from the interface
Seems it was never ported since 2.49 and currently makes no sense.
-rw-r--r--release/scripts/startup/bl_ui/properties_physics_field.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_physics_field.py b/release/scripts/startup/bl_ui/properties_physics_field.py
index 2229b9dc3da..2054215df4a 100644
--- a/release/scripts/startup/bl_ui/properties_physics_field.py
+++ b/release/scripts/startup/bl_ui/properties_physics_field.py
@@ -112,7 +112,6 @@ class PHYSICS_PT_field(PhysicButtonsPanel, Panel):
col = split.column()
col.prop(field, "use_object_coords")
- col.prop(field, "use_root_coords")
col.prop(field, "use_2d_force")
else:
basic_force_field_settings_ui(self, context, field)