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 <ideasman42@gmail.com>2013-02-28 04:45:07 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-02-28 04:45:07 +0400
commit646b947cc3e51270c689a21336ddf7fbb3ae1859 (patch)
tree6e10954f3d18636e625317d47a7824885712bc4f /source/blender/editors
parente4c887377b5c38e34b0d72e5afa23f1a4424671e (diff)
fix for linking with recent armature refactor, was also missing file from CMakeLists.txt.
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/armature/CMakeLists.txt1
-rw-r--r--source/blender/editors/armature/armature_utils.c2
-rw-r--r--source/blender/editors/armature/pose_edit.c2
-rw-r--r--source/blender/editors/armature/pose_transform.c2
4 files changed, 4 insertions, 3 deletions
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
*/