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>2007-08-10 16:12:00 +0400
committerJoshua Leung <aligorith@gmail.com>2007-08-10 16:12:00 +0400
commit0f3af56e26b134c380a89bf51604893d72ed2510 (patch)
treec06324326282a43096b6ab75d7c69caa871f588a /source/blender/makesdna/DNA_action_types.h
parent246e675b60ea23e94c574ab0598ce902b0baae55 (diff)
Changed a few comments for Action Editor flags.
Diffstat (limited to 'source/blender/makesdna/DNA_action_types.h')
-rw-r--r--source/blender/makesdna/DNA_action_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_action_types.h b/source/blender/makesdna/DNA_action_types.h
index 77e550949ca..43fc0fdd901 100644
--- a/source/blender/makesdna/DNA_action_types.h
+++ b/source/blender/makesdna/DNA_action_types.h
@@ -154,8 +154,8 @@ typedef struct SpaceAction {
/* SpaceAction AutoSnap Settings */
#define SACTSNAP_OFF 0 /* no auto-snap */
-#define SACTSNAP_STEP 1 /* snap to 1.0 frame intervals */
-#define SACTSNAP_FRAME 2 /* snap to actual frames (nla-action time) */
+#define SACTSNAP_STEP 1 /* snap to 1.0 frame/second intervals */
+#define SACTSNAP_FRAME 2 /* snap to actual frames/seconds (nla-action time) */
/* Pose->flag */
#define POSE_RECALC 1