Depsgraph: Add base flag flush operation definition
This commit is contained in:
@@ -105,6 +105,8 @@ static const char *stringify_opcode(eDepsOperation_Code opcode)
|
||||
/* Animation, Drivers, etc. */
|
||||
STRINGIFY_OPCODE(ANIMATION);
|
||||
STRINGIFY_OPCODE(DRIVER);
|
||||
/* Object related. */
|
||||
STRINGIFY_OPCODE(OBJECT_BASE_FLAGS);
|
||||
/* Transform. */
|
||||
STRINGIFY_OPCODE(TRANSFORM_LOCAL);
|
||||
STRINGIFY_OPCODE(TRANSFORM_PARENT);
|
||||
|
||||
@@ -170,6 +170,9 @@ typedef enum eDepsOperation_Code {
|
||||
/* Driver */
|
||||
DEG_OPCODE_DRIVER,
|
||||
|
||||
/* Object related. --------------------------------- */
|
||||
DEG_OPCODE_OBJECT_BASE_FLAGS,
|
||||
|
||||
/* Transform. -------------------------------------- */
|
||||
/* Transform entry point - local transforms only */
|
||||
DEG_OPCODE_TRANSFORM_LOCAL,
|
||||
|
||||
Reference in New Issue
Block a user