Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenloader/intern/versioning_290.c
| Context not available. | |||||
| LISTBASE_FOREACH (bNodeTree *, ntree, &bmain->nodetrees) { | LISTBASE_FOREACH (bNodeTree *, ntree, &bmain->nodetrees) { | ||||
| LISTBASE_FOREACH (bNode *, node, &ntree->nodes) { | LISTBASE_FOREACH (bNode *, node, &ntree->nodes) { | ||||
| if (STREQ(node->idname, "GeometryNodeRandomAttribute")) { | if (STREQ(node->idname, "GeometryNodeRandomAttribute")) { | ||||
| STRNCPY(node->idname, "GeometryNodeAttributeRandomize"); | STRNCPY(node->idname, "GeometryLegacyNodeAttributeRandomize"); | ||||
| } | } | ||||
| } | } | ||||
| } | } | ||||
| Context not available. | |||||