From 5e7e49e00d46734281b28a82582e3e3dd37e609c Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 17 Jun 2019 14:09:01 +0200 Subject: Fix T65662: Drivers on custom properties doesn't properly update Happens if custom property is on object data data-block, which doesn't have translation or geometry components. Not for lights and cameras at least. --- source/blender/makesdna/DNA_ID.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_ID.h b/source/blender/makesdna/DNA_ID.h index 2a6800c55b6..cad1af8eb50 100644 --- a/source/blender/makesdna/DNA_ID.h +++ b/source/blender/makesdna/DNA_ID.h @@ -614,6 +614,8 @@ typedef enum IDRecalcFlag { ID_RECALC_AUDIO = (1 << 20), + ID_RECALC_PARAMETERS = (1 << 21), + /*************************************************************************** * Pseudonyms, to have more semantic meaning in the actual code without * using too much low-level and implementation specific tags. */ -- cgit v1.2.3