tornavis/source/blender/depsgraph
Jeroen Bakker 0749cff957 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
2020-06-02 16:02:59 +02:00
..
intern Depsgraph: Remove unneeded `RNA_path_resolve` 2020-06-02 16:02:59 +02:00
CMakeLists.txt Objects: add Volume object type, and prototypes for Hair and PointCloud 2020-03-18 11:23:05 +01:00
DEG_depsgraph.h Cleanup: use const args for depsgraph functions 2020-04-29 12:36:33 +10:00
DEG_depsgraph_build.h Simulation: Add modifier to access simulation data 2020-05-13 12:39:17 +02:00
DEG_depsgraph_debug.h Cleanup: Selling in comment 2019-05-03 15:50:40 +02:00
DEG_depsgraph_physics.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
DEG_depsgraph_query.h Cleanup: use const args for depsgraph functions 2020-04-29 12:36:33 +10:00