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:
authormano-wii <germano.costa@ig.com.br>2020-02-03 14:16:10 +0300
committermano-wii <germano.costa@ig.com.br>2020-02-03 14:16:10 +0300
commitaea125fe9d2db2eaff640e0fc42724f00413a49c (patch)
tree17af247b1ade5d87b9dbdc6f86a86f0541f17fcb /source/blender/editors/armature
parent808fa22a7ad8f954bda35dd07776154a24b884fe (diff)
Cleanup: Rearrange ED_armature.h
Diffstat (limited to 'source/blender/editors/armature')
-rw-r--r--source/blender/editors/armature/armature_naming.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/armature/armature_naming.c b/source/blender/editors/armature/armature_naming.c
index 9a1582679a4..4162e92cfea 100644
--- a/source/blender/editors/armature/armature_naming.c
+++ b/source/blender/editors/armature/armature_naming.c
@@ -79,6 +79,7 @@ static bool editbone_unique_check(void *arg, const char *name)
return dupli && dupli != data->bone;
}
+/* If bone is already in list, pass it as param to ignore it. */
void ED_armature_ebone_unique_name(ListBase *edbo, char *name, EditBone *bone)
{
struct {