Renaming the remaining PoseMode files for consistency (camelCase to
underscores_style)
This commit is contained in:
@@ -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
|
||||
|
@@ -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);
|
||||
|
@@ -23,7 +23,7 @@
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
/** \file blender/editors/armature/poselib.c
|
||||
/** \file blender/editors/armature/pose_lib.c
|
||||
* \ingroup edarmature
|
||||
*/
|
||||
|
@@ -23,7 +23,7 @@
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
/** \file blender/editors/armature/poseSlide.c
|
||||
/** \file blender/editors/armature/pose_slide.c
|
||||
* \ingroup edarmature
|
||||
*/
|
||||
|
@@ -23,7 +23,7 @@
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
/** \file blender/editors/armature/poseUtils.c
|
||||
/** \file blender/editors/armature/pose_utils.c
|
||||
* \ingroup edarmature
|
||||
*/
|
||||
|
Reference in New Issue
Block a user