Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Matthews <johnny.matthews@gmail.com>2021-10-13 20:32:28 +0300
committerJohnny Matthews <johnny.matthews@gmail.com>2021-10-13 20:32:28 +0300
commit98a62a5c088b18d5dd7d60e733c618d9c3db3a46 (patch)
treedb4fb8604ae253e2c8eb94c8ad146760af786896 /source/blender/blenloader/intern
parent366cea95c5d95dccdf30fe15216a3b30174406d3 (diff)
Geometry Nodes: Material Index - minor cleanup
- Add a versioning comment - Indexes to Indices
Diffstat (limited to 'source/blender/blenloader/intern')
-rw-r--r--source/blender/blenloader/intern/versioning_300.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenloader/intern/versioning_300.c b/source/blender/blenloader/intern/versioning_300.c
index db2bb73108b..e5b2536f123 100644
--- a/source/blender/blenloader/intern/versioning_300.c
+++ b/source/blender/blenloader/intern/versioning_300.c
@@ -1746,6 +1746,8 @@ void blo_do_versions_300(FileData *fd, Library *UNUSED(lib), Main *bmain)
*/
{
/* Keep this block, even when empty. */
+
+ /* Update the idname for the Assign Material Node to SetMaterial */
LISTBASE_FOREACH (bNodeTree *, ntree, &bmain->nodetrees) {
if (ntree->type != NTREE_GEOMETRY) {
continue;