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:
authorHans Goudey <h.goudey@me.com>2021-12-21 23:32:22 +0300
committerHans Goudey <h.goudey@me.com>2021-12-21 23:32:22 +0300
commitd2bf60cc17a961789d7c415fc3d2af14afa50f62 (patch)
treeb009ea6b150a1ac6a5df5bba5bcaa86f30587a99 /source/blender/io/collada
parent6db09197242c49ce36949c48bfe2bb7280f85e1a (diff)
Cleanup: Clang tidy, restore alphabetical sorting
Diffstat (limited to 'source/blender/io/collada')
-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 f469be20cfb..6e17172f642 100644
--- a/source/blender/io/collada/Materials.cpp
+++ b/source/blender/io/collada/Materials.cpp
@@ -108,7 +108,7 @@ bNodeTree *MaterialNode::prepare_material_nodetree()
void MaterialNode::update_material_nodetree()
{
- BKE_ntree_update_main_tree(CTX_data_main(mContext), ntree, NULL);
+ BKE_ntree_update_main_tree(CTX_data_main(mContext), ntree, nullptr);
}
bNode *MaterialNode::add_node(int node_type, int locx, int locy, std::string label)