Go to the
documentation of this file.
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #pragma once
00012
00013 #include "buildver.h"
00014
00015
00016 #define BEGIN_EDIT_CREATE (1<<0)
00017 #define BEGIN_EDIT_MOTION (1<<1) // Controller is being edited in the motion branch
00018 #define BEGIN_EDIT_HIERARCHY (1<<2) // Same as BEGIN_EDIT_IK
00019 #define BEGIN_EDIT_IK (1<<2) // Controller is being edited in the IK subtask of the hierarchy branch
00020 #define BEGIN_EDIT_LINKINFO (1<<3) // Controller is being edited in the Link Info subtask of the hierarchy branch
00021 #define BEGIN_EDIT_SHAPE_NO_RENDPARAM (1<<5) // Used by LoftSpline
00022
00023
00024 #define END_EDIT_REMOVEUI (1<<0)