Cleanup: Fix incorrect comments
This commit is contained in:
@@ -1484,7 +1484,7 @@ void blo_do_versions_300(FileData *fd, Library *UNUSED(lib), Main *bmain)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Deprecate the random float node in favor of the random float node. */
|
/* Deprecate the random float node in favor of the random value node. */
|
||||||
LISTBASE_FOREACH (bNodeTree *, ntree, &bmain->nodetrees) {
|
LISTBASE_FOREACH (bNodeTree *, ntree, &bmain->nodetrees) {
|
||||||
if (ntree->type != NTREE_GEOMETRY) {
|
if (ntree->type != NTREE_GEOMETRY) {
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
@@ -877,8 +877,6 @@ static void store_output_value_in_geometry(GeometrySet &geometry_set,
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Evaluate a node group to compute the output geometry.
|
* Evaluate a node group to compute the output geometry.
|
||||||
* Currently, this uses a fairly basic and inefficient algorithm that might compute things more
|
|
||||||
* often than necessary. It's going to be replaced soon.
|
|
||||||
*/
|
*/
|
||||||
static GeometrySet compute_geometry(const DerivedNodeTree &tree,
|
static GeometrySet compute_geometry(const DerivedNodeTree &tree,
|
||||||
Span<const NodeRef *> group_input_nodes,
|
Span<const NodeRef *> group_input_nodes,
|
||||||
|
|||||||
Reference in New Issue
Block a user