Blender Git Commit Log
Git Commits -> Revision 9b867f2
Revision 9b867f2 by Sybren A. Stüvel (master) July 27, 2020, 06:53 (GMT) |
Fix T79121: Dependency cycle when driver points to prop with 'scale' in name This makes `RNANodeQuery::construct_node_identifier()` more strict in its matching of certain property names. The downside of this approach is that it's not possible any more to use `"rotation"` and expect a match for `"rotation_euler"` and friends, so the list of strings to test against is now 3x as long. Reviewed By: sergey Maniphest Tasks: T79121 Differential Revision: https://developer.blender.org/D8375 |
Commit Details:
Full Hash: 9b867f2e90bd5ba9c2e37ed39cf8b1ad28e39b07
Parent Commit: 3bcec7c
Lines Changed: +114, -3
1 Added Path:
/source/blender/depsgraph/intern/builder/deg_builder_rna_test.cc (+60, -0) (View)