Blender Git Loki
Git Commits -> Revision f5ac1f4
Revision f5ac1f4 by Dalai Felinto (master) February 15, 2019, 15:04 (GMT) |
Fix T61567: Object loose its rigid body data when moving to collection At some I unified the "move to collection" with the remove from all collections functionality. That meant that even when we were still to keep the object in one of the collections we would clear its rigid body data. Now why to even remove the rigidbody data when removing an object from all collections? That mimics the 2.79 behaviour when we were to unlink an object from a scene. I suspect it has to do with the rigid body data being tied to the scene rigid body. Which is a strange design anyways (add to the list?) since an object can be in more than one scene. |
Commit Details:
Full Hash: f5ac1f444b6b3f03f65dd9ba5f44c6c46c12fb98
Parent Commit: 512bbf3
Lines Changed: +3, -1
1 Modified Path:
/source/blender/blenkernel/intern/collection.c (+3, -1) (Diff)