Page MenuHome

Depsgraph: Remove unneeded `RNA_path_resolve`
ClosedPublic

Authored by Jeroen Bakker (jbakker) on May 29 2020, 9:57 AM.

Details

Summary

Found during research of T77124: [WIP] Cache `RNA_path_resolve` in dependency graph. 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.

Diff Detail

Repository
rB Blender