Depsgraph: don't lose the update tag on rebuild for op nodes with a name.

This fixes a missing update when clearing the Text On Curve
(follow_curve) option of a text object.
This commit is contained in:
2018-10-25 10:29:17 +03:00
parent 1a827e0564
commit c25fa615d4
2 changed files with 3 additions and 1 deletions

View File

@@ -244,6 +244,7 @@ protected:
ID *id_orig;
eDepsNode_Type component_type;
eDepsOperation_Code opcode;
const char *name;
};
vector<SavedEntryTag> saved_entry_tags_;