Blender Git Loki
Git Commits -> Revision 28826d2
Revision 28826d2 by Campbell Barton (master) April 9, 2013, 01:43 (GMT) |
rigidbody operators poll functions were mixing up CTX_data_active_object/ED_object_active_context. - replace ED_operator_rigidbody_add_poll with ED_operator_object_active_editable_mesh - replace ED_operator_rigidbody_active_poll with ED_operator_scene_editable for operators that use the entire selection. - remove rigid-body from objects that are converted from meshes to curves, while this isnt crashing it is confusing to see in the UI. |
Commit Details:
Full Hash: 28826d22e9cf2464d8f6bc84e5273de4d38ce3ab
SVN Revision: 55918
Parent Commit: 9e5a670
Lines Changed: +13, -19