Blender Git Commit Log
Git Commits -> Revision f345625
Revision f345625 by Sybren A. Stüvel (master) June 23, 2020, 15:03 (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: f345625ded0ac3507c69160654360ebe8a463c84
Parent Commit: adcb7a2
Lines Changed: +8, -3