[Bf-blender-cvs] [bce0dc8] master: cleanup: comment unused defines

Campbell Barton noreply at git.blender.org
Wed Dec 10 15:56:01 CET 2014


Commit: bce0dc8cf7e1f3f8d8bd68d76f57f429bcbf4eb3
Author: Campbell Barton
Date:   Wed Dec 10 15:55:40 2014 +0100
Branches: master
https://developer.blender.org/rBbce0dc8cf7e1f3f8d8bd68d76f57f429bcbf4eb3

cleanup: comment unused defines

===================================================================

M	source/blender/makesdna/DNA_action_types.h

===================================================================

diff --git a/source/blender/makesdna/DNA_action_types.h b/source/blender/makesdna/DNA_action_types.h
index f70ad2f..243e747 100644
--- a/source/blender/makesdna/DNA_action_types.h
+++ b/source/blender/makesdna/DNA_action_types.h
@@ -250,6 +250,7 @@ typedef enum ePchan_Flag {
 	POSE_ROT        =   (1 << 1),
 	POSE_SIZE       =   (1 << 2),
 	/* old IK/cache stuff... */
+#if 0
 	POSE_IK_MAT     =   (1 << 3),
 	POSE_UNUSED2    =   (1 << 4),
 	POSE_UNUSED3    =   (1 << 5),
@@ -257,6 +258,7 @@ typedef enum ePchan_Flag {
 	POSE_UNUSED5    =   (1 << 7),
 	/* has Standard IK */
 	POSE_HAS_IK     =   (1 << 8),
+#endif
 	/* IK/Pose solving*/
 	POSE_CHAIN      =   (1 << 9),
 	POSE_DONE       =   (1 << 10),
@@ -265,8 +267,10 @@ typedef enum ePchan_Flag {
 	POSE_STRIDE     =   (1 << 12),
 	/* standard IK solving */
 	POSE_IKTREE     =   (1 << 13),
+#if 0
 	/* has Spline IK */
 	POSE_HAS_IKS    =   (1 << 14),
+#endif
 	/* spline IK solving */
 	POSE_IKSPLINE   =   (1 << 15)
 } ePchan_Flag;




More information about the Bf-blender-cvs mailing list