This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/blenkernel
Bastien Montagne 30116a5274 Fix T65109: Object deleted when removed from the RigidBodyWorld collection.
While user should never do that, it appears many end up using a 'view
layer' instancing collection as RBW collection, and even worse, have
objects in that unique collection.

Therefore, when removing RB simulation from an object, which among other
things has to remove it from the RBW collection, it would fully delete
the object from the blend file.

This fix merely checks the usercount of RB-removed object, and if it is
at 1 (which means object was in a single collection), it adds it to the
scene's master collection first.
2019-06-13 18:02:43 +02:00
..
2019-06-12 09:43:49 +10:00
2019-05-16 11:49:21 +02:00
2019-02-18 08:22:12 +11:00
2019-05-22 23:36:02 +02:00
2019-06-12 09:43:49 +10:00
2019-06-11 15:11:07 +02:00
2019-06-12 09:43:49 +10:00
2019-06-11 15:11:07 +02:00