diff --git a/source/blender/editors/armature/CMakeLists.txt b/source/blender/editors/armature/CMakeLists.txt index 9cb90428119..d9555108733 100644 --- a/source/blender/editors/armature/CMakeLists.txt +++ b/source/blender/editors/armature/CMakeLists.txt @@ -42,6 +42,7 @@ set(SRC armature_ops.c armature_relations.c armature_select.c + armature_skinning.c armature_utils.c editarmature_generate.c editarmature_retarget.c diff --git a/source/blender/editors/armature/armature_utils.c b/source/blender/editors/armature/armature_utils.c index db47fd06f38..8eaf0dd89eb 100644 --- a/source/blender/editors/armature/armature_utils.c +++ b/source/blender/editors/armature/armature_utils.c @@ -23,7 +23,7 @@ * ***** END GPL LICENSE BLOCK ***** */ -/** \file blender/editors/armature/editarmature.c +/** \file blender/editors/armature/armature_utils.c * \ingroup edarmature */ diff --git a/source/blender/editors/armature/pose_edit.c b/source/blender/editors/armature/pose_edit.c index f4a5aabf149..c74fe630ed6 100644 --- a/source/blender/editors/armature/pose_edit.c +++ b/source/blender/editors/armature/pose_edit.c @@ -27,7 +27,7 @@ * Pose Mode API's and Operators for Pose Mode armatures */ -/** \file blender/editors/armature/poseobject.c +/** \file blender/editors/armature/pose_edit.c * \ingroup edarmature */ diff --git a/source/blender/editors/armature/pose_transform.c b/source/blender/editors/armature/pose_transform.c index e039a307e67..f54863313d8 100644 --- a/source/blender/editors/armature/pose_transform.c +++ b/source/blender/editors/armature/pose_transform.c @@ -23,7 +23,7 @@ * ***** END GPL LICENSE BLOCK ***** */ -/** \file blender/editors/armature/editarmature.c +/** \file blender/editors/armature/pose_transform.c * \ingroup edarmature */ diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt index 7409e23a1f4..24c5ccceea3 100644 --- a/source/creator/CMakeLists.txt +++ b/source/creator/CMakeLists.txt @@ -830,12 +830,12 @@ endif() bf_editor_util bf_editor_uvedit bf_editor_curve - bf_editor_armature bf_editor_gpencil bf_editor_interface bf_editor_mesh bf_editor_metaball bf_editor_object + bf_editor_armature bf_editor_physics bf_editor_render bf_editor_screen