From 0749cff957c347becd5ba8a8a8abe40d80e6f21f Mon Sep 17 00:00:00 2001 From: Jeroen Bakker Date: Tue, 2 Jun 2020 16:02:34 +0200 Subject: 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 --- release/scripts/addons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/scripts/addons') diff --git a/release/scripts/addons b/release/scripts/addons index 5d33d1a1c25..36cc6368b7a 160000 --- a/release/scripts/addons +++ b/release/scripts/addons @@ -1 +1 @@ -Subproject commit 5d33d1a1c2531e64bda78d46b517571f2b1e98e7 +Subproject commit 36cc6368b7abee3bc1a47759107797117eb7d539 -- cgit v1.2.3