00001 /* 00002 * PROPRIETARY INFORMATION. This software is proprietary to 00003 * Side Effects Software Inc., and is not to be reproduced, 00004 * transmitted, or disclosed in any way without written permission. 00005 * 00006 * Produced by: 00007 * ramin 00008 * Side Effects Software Inc. 00009 * 20 Maud St. 00010 * Toronto, Ontario, M5V 2M5 00011 * Canada 00012 * 416-366-4607 00013 * 00014 * NAME: PRM_KeySetType.h (Parameter Library) 00015 * 00016 */ 00017 00018 #ifndef __PRM_KeySetType_h__ 00019 #define __PRM_KeySetType_h__ 00020 00021 #include "PRM_API.h" 00022 00023 // ways of setting values at keyframes: 00024 enum PRM_KeySetType 00025 { 00026 PRM_USE_PREFERENCES, // use the user preferences 00027 PRM_KEY_FORCE_PENDING, // always set values as pending at keyframes 00028 PRM_KEY_FORCE_COMMIT // always commit the value change at keyframes 00029 }; 00030 00031 #endif
1.5.9