Blender Git Loki
Git Commits -> Revision b6ad073
Revision b6ad073 by Bastien Montagne (master) October 5, 2021, 08:48 (GMT) |
Fix T86379: When using "Append" not handling properly RigidBody constraints This was simply never handled apparently. Also fixes a regression from recent append refactor that prevented RB objects to to properly handled too (since we instantiate loose objects in append step now, we need to handle RigidBody ones after that instantiation stage, otherwise nothing will happen since loose objects won't be in any scene). |
Commit Details:
Full Hash: b6ad0735a6b0a84aaee20d072bf218e262e8bb89
Parent Commit: 7df6f66
Lines Changed: +52, -10