From 646b947cc3e51270c689a21336ddf7fbb3ae1859 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 28 Feb 2013 00:45:07 +0000 Subject: [PATCH] fix for linking with recent armature refactor, was also missing file from CMakeLists.txt. --- source/blender/editors/armature/CMakeLists.txt | 1 + source/blender/editors/armature/armature_utils.c | 2 +- source/blender/editors/armature/pose_edit.c | 2 +- source/blender/editors/armature/pose_transform.c | 2 +- source/creator/CMakeLists.txt | 2 +- 5 files changed, 5 insertions(+), 4 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 */ 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