Renaming the remaining PoseMode files for consistency (camelCase to

underscores_style)
This commit is contained in:
Joshua Leung
2013-02-28 00:01:20 +00:00
parent e8d42ab48e
commit dff8c01c3e
5 changed files with 9 additions and 9 deletions

View File

@@ -48,12 +48,12 @@ set(SRC
editarmature_sketch.c
meshlaplacian.c
pose_edit.c
pose_lib.c
pose_group.c
pose_select.c
pose_slide.c
pose_transform.c
poseSlide.c
poseUtils.c
poselib.c
pose_utils.c
reeb.c
BIF_generate.h

View File

@@ -146,7 +146,7 @@ void SKETCH_OT_select(struct wmOperatorType *ot);
/* ******************************************************* */
/* Pose Tool Utilities (for PoseLib, Pose Sliding, etc.) */
/* poseUtils.c */
/* pose_utils.c */
/* Temporary data linking PoseChannels with the F-Curves they affect */
typedef struct tPChanFCurveLink {
@@ -180,7 +180,7 @@ LinkData *poseAnim_mapping_getNextFCurve(ListBase *fcuLinks, LinkData *prev, con
/* ******************************************************* */
/* PoseLib */
/* poselib.c */
/* pose_lib.c */
void POSELIB_OT_new(struct wmOperatorType *ot);
void POSELIB_OT_unlink(struct wmOperatorType *ot);
@@ -196,7 +196,7 @@ void POSELIB_OT_apply_pose(struct wmOperatorType *ot);
/* ******************************************************* */
/* Pose Sliding Tools */
/* poseSlide.c */
/* pose_slide.c */
void POSE_OT_push(struct wmOperatorType *ot);
void POSE_OT_relax(struct wmOperatorType *ot);

View File

@@ -23,7 +23,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/editors/armature/poselib.c
/** \file blender/editors/armature/pose_lib.c
* \ingroup edarmature
*/

View File

@@ -23,7 +23,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/editors/armature/poseSlide.c
/** \file blender/editors/armature/pose_slide.c
* \ingroup edarmature
*/

View File

@@ -23,7 +23,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/editors/armature/poseUtils.c
/** \file blender/editors/armature/pose_utils.c
* \ingroup edarmature
*/