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.
This commit is contained in:
2019-06-17 14:09:01 +02:00
parent b50de0f8b7
commit 5e7e49e00d
3 changed files with 9 additions and 1 deletions

View File

@@ -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. */