Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2006-11-09 12:01:20 +0300
committerJoshua Leung <aligorith@gmail.com>2006-11-09 12:01:20 +0300
commitf645e51256265b3de2574aa0620df53b4f2aa6f4 (patch)
tree46f6755d553b8956b7d92aac233b22f43bb5ad23 /source/blender/makesdna
parent5782a80d70dcaa43326e65047c5a6e604e7fbd9f (diff)
Two minor code cleanups.
* Removed un-needed cases for limit loc/rot/scale constraints from expand_constraints, which caused a few compiler warnings * Removed an odd character in one of the comments for constraints. (Hopefully there wasn't any specific reason why it had to be there)
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_constraint_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_constraint_types.h b/source/blender/makesdna/DNA_constraint_types.h
index aa9625bd31b..fcfbe5790dc 100644
--- a/source/blender/makesdna/DNA_constraint_types.h
+++ b/source/blender/makesdna/DNA_constraint_types.h
@@ -229,7 +229,7 @@ typedef struct bSizeLimitConstraint{
/* bConstraintChannel.flag */
#define CONSTRAINT_CHANNEL_SELECT 0x01
-/* bRotateLikeConstraint.flag */
+/* bRotateLikeConstraint.flag */
#define ROTLIKE_X 0x01
#define ROTLIKE_Y 0x02
#define ROTLIKE_Z 0x04