Go to the
documentation of this file.
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #pragma once
00013
00014
00015 #define FOCUS_AUTO 0
00016 #define FOCUS_COM 1
00017 #define FOCUS_LFOOT 2
00018 #define FOCUS_RFOOT 3
00019 #define FOCUS_BFEET 4
00020
00021
00022 #define TRANSTRACK 1
00023 #define LAYERTRACK 2
00024
00025
00026 #define TOP_ROW 1
00027 #define BOT_ROW 2
00028
00029
00030 #define RE_SOURCE_CLIP_ONLY 1
00031 #define RE_SOURCE_INSTANCES 2
00032 #define RE_SOURCE_FILEGROUP 3
00033
00034
00035 #define FIT_ANIM_TO_CLIP 1
00036 #define FIT_CLIP_TO_ANIM 2
00037 #define TRIM_ANIM_TO_CLIP 3
00038
00039
00040 #define MAXNAME MAX_PATH
00041 #define MAXSCRIPTNAME 64
00042 #define MAXTRANNOTE 256