Blender Git Commit Log
Git Commits -> Revision 0749cff
Revision 0749cff by Jeroen Bakker (master) June 2, 2020, 14:02 (GMT) |
Depsgraph: Remove unneeded `RNA_path_resolve` Found during research of {T77124}. In `build_driver_data` an identical RNA_path is resolved twice. In stead of resolving it twice this patch will construct the `property_exit_key` based on the resolution of `property_entry_key`. This change isn't noticeable for users. Just a cleanup as it isn't needed to do the same logic twice. Reviewed By: Sergey Sharybin Differential Revision: https://developer.blender.org/D7872 |
Commit Details:
Full Hash: 0749cff957c347becd5ba8a8a8abe40d80e6f21f
Parent Commit: 7521395
Lines Changed: +4, -1
1 Modified Path:
/source/blender/depsgraph/intern/builder/deg_builder_relations.cc (+4, -1) (Diff)