CSConstants.h

Go to the documentation of this file.
00001 //**************************************************************************/
00002 // Copyright (c) 1998-2006 Autodesk, Inc.
00003 // All rights reserved.
00004 // 
00005 // These coded instructions, statements, and computer programs contain
00006 // unpublished proprietary information written by Autodesk, Inc., and are
00007 // protected by Federal copyright law. They may not be disclosed to third
00008 // parties or copied or duplicated in any form, in whole or in part, without
00009 // the prior written consent of Autodesk, Inc.
00010 //**************************************************************************/
00011 
00012 #pragma once
00013 
00014 // transition focus types
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 // track types
00022 #define TRANSTRACK  1
00023 #define LAYERTRACK  2
00024 
00025 // transition track levels
00026 #define TOP_ROW 1
00027 #define BOT_ROW 2
00028 
00029 // load options
00030 #define RE_SOURCE_CLIP_ONLY 1
00031 #define RE_SOURCE_INSTANCES 2
00032 #define RE_SOURCE_FILEGROUP 3
00033 
00034 // Animation Fit Options
00035 #define FIT_ANIM_TO_CLIP    1
00036 #define FIT_CLIP_TO_ANIM    2
00037 #define TRIM_ANIM_TO_CLIP   3
00038 
00039 //string length defines
00040 #define MAXNAME MAX_PATH
00041 #define MAXSCRIPTNAME 64 
00042 #define MAXTRANNOTE 256