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:
authorCampbell Barton <campbell@blender.org>2022-04-07 07:48:00 +0300
committerCampbell Barton <campbell@blender.org>2022-04-07 07:48:20 +0300
commit7cd6bda206800218da47ee35c53066a71d25ef22 (patch)
treedf68fcb19a3138c0820969de4928543b0551f881 /source/blender/io/collada
parent792a481bee4352478f624927680e7aa0eaeb2267 (diff)
Cleanup: spelling in comments, minor reformatting changes
Diffstat (limited to 'source/blender/io/collada')
-rw-r--r--source/blender/io/collada/collada_utils.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/io/collada/collada_utils.cpp b/source/blender/io/collada/collada_utils.cpp
index 8d7ada4a600..0c902700b6b 100644
--- a/source/blender/io/collada/collada_utils.cpp
+++ b/source/blender/io/collada/collada_utils.cpp
@@ -614,8 +614,7 @@ void BoneExtended::set_bone_layers(std::string layerString, std::vector<std::str
}
/* If numeric layers and labeled layers are used in parallel (unlikely),
- * we get a potential mixup. Just leave as is for now.
- */
+ * we get a potential mix-up. Just leave as is for now. */
this->bone_layers = bc_set_layer(this->bone_layers, pos);
}
}