Blender Git Loki
Git Commits -> Revision bb4f8b7
July 2, 2020, 06:52 (GMT) |
Fix T77712: Crash on proxied rig, custom bone shape, driver targeting rig It turns out that `DepsgraphNodeBuilder::build_object_data_geometry(Object *object, bool is_object_visible)` was called for the custom shape with `is_object_visible=false` when there are drivers, and `is_object_visible=true` when there aren't any. |
Commit Details:
Full Hash: bb4f8b76ec5eee803c98098ae04d34dba9f62148
Parent Commit: 089ff4a
Committed By: Jeroen Bakker
Lines Changed: +8, -3