fix for linking with recent armature refactor, was also missing file from CMakeLists.txt.
This commit is contained in:
@@ -42,6 +42,7 @@ set(SRC
|
|||||||
armature_ops.c
|
armature_ops.c
|
||||||
armature_relations.c
|
armature_relations.c
|
||||||
armature_select.c
|
armature_select.c
|
||||||
|
armature_skinning.c
|
||||||
armature_utils.c
|
armature_utils.c
|
||||||
editarmature_generate.c
|
editarmature_generate.c
|
||||||
editarmature_retarget.c
|
editarmature_retarget.c
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
* ***** END GPL LICENSE BLOCK *****
|
* ***** END GPL LICENSE BLOCK *****
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** \file blender/editors/armature/editarmature.c
|
/** \file blender/editors/armature/armature_utils.c
|
||||||
* \ingroup edarmature
|
* \ingroup edarmature
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -27,7 +27,7 @@
|
|||||||
* Pose Mode API's and Operators for Pose Mode armatures
|
* 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
|
* \ingroup edarmature
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
* ***** END GPL LICENSE BLOCK *****
|
* ***** END GPL LICENSE BLOCK *****
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** \file blender/editors/armature/editarmature.c
|
/** \file blender/editors/armature/pose_transform.c
|
||||||
* \ingroup edarmature
|
* \ingroup edarmature
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -830,12 +830,12 @@ endif()
|
|||||||
bf_editor_util
|
bf_editor_util
|
||||||
bf_editor_uvedit
|
bf_editor_uvedit
|
||||||
bf_editor_curve
|
bf_editor_curve
|
||||||
bf_editor_armature
|
|
||||||
bf_editor_gpencil
|
bf_editor_gpencil
|
||||||
bf_editor_interface
|
bf_editor_interface
|
||||||
bf_editor_mesh
|
bf_editor_mesh
|
||||||
bf_editor_metaball
|
bf_editor_metaball
|
||||||
bf_editor_object
|
bf_editor_object
|
||||||
|
bf_editor_armature
|
||||||
bf_editor_physics
|
bf_editor_physics
|
||||||
bf_editor_render
|
bf_editor_render
|
||||||
bf_editor_screen
|
bf_editor_screen
|
||||||
|
Reference in New Issue
Block a user