Depsgraph: More clear function name for transform dependnecy
The name was confusing to a level that it sounded like the relation goes the opposite direction than it is intended.
This commit is contained in:
@@ -87,7 +87,7 @@ static void updateDepsgraph(ModifierData *md, const ModifierUpdateDepsgraphConte
|
||||
CastModifierData *cmd = (CastModifierData *)md;
|
||||
if (cmd->object != NULL) {
|
||||
DEG_add_object_relation(ctx->node, cmd->object, DEG_OB_COMP_TRANSFORM, "Cast Modifier");
|
||||
DEG_add_modifier_to_transform_relation(ctx->node, "Cast Modifier");
|
||||
DEG_add_depends_on_transform_relation(ctx->node, "Cast Modifier");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user