Cleanup: use C comments for plain text

This commit is contained in:
2021-09-29 07:29:17 +10:00
parent 79290f5160
commit b524153d61
4 changed files with 39 additions and 37 deletions

View File

@@ -1467,7 +1467,7 @@ void DepsgraphNodeBuilder::build_shapekeys(Key *key)
}
/* ObData Geometry Evaluation */
// XXX: what happens if the datablock is shared!
/* XXX: what happens if the datablock is shared! */
void DepsgraphNodeBuilder::build_object_data_geometry(Object *object, bool is_object_visible)
{
OperationNode *op_node;
@@ -1784,7 +1784,7 @@ void DepsgraphNodeBuilder::build_nodetree(bNodeTree *ntree)
build_idproperties(socket->prop);
}
// TODO: link from nodetree to owner_component?
/* TODO: link from nodetree to owner_component? */
}
/* Recursively build graph for material */