Remove "Use Root Coordinates" from the interface

Seems it was never ported since 2.49 and currently makes no sense.
This commit is contained in:
Sergey Sharybin 2012-05-15 15:55:59 +00:00
parent 8496162cef
commit fb2b6639dd

@ -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)