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:
authorDalai Felinto <dalai@blender.org>2021-05-07 16:45:25 +0300
committerDalai Felinto <dalai@blender.org>2021-05-07 16:45:25 +0300
commitb78a1c05a30886df4c38b00565d22500309b5383 (patch)
tree308aa003dff1f92b0f0e293224664c6a29a7a30c /source/blender/io
parentc58bf31aeddddc2cfa8ce84e00bf48e7a2f7c7b9 (diff)
parentd0c63a2abe60d95b899c7122a754fe82e2077da2 (diff)
Merge remote-tracking branch 'origin/blender-v2.93-release'
Diffstat (limited to 'source/blender/io')
-rw-r--r--source/blender/io/collada/Materials.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/io/collada/Materials.cpp b/source/blender/io/collada/Materials.cpp
index 2cc80de2ec1..194a9ea397e 100644
--- a/source/blender/io/collada/Materials.cpp
+++ b/source/blender/io/collada/Materials.cpp
@@ -105,7 +105,7 @@ bNodeTree *MaterialNode::prepare_material_nodetree()
return ntree;
}
-void MaterialNode::update_material_nodetree()
+void MaterialNode::update_material_nodetree()
{
ntreeUpdateTree(CTX_data_main(mContext), ntree);
}