HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
OBJ_Error.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: OBJ_Error.h ( Object Library, C++)
7  *
8  * COMMENTS:
9  * Error codes for object nodes.
10  */
11 
12 #ifndef __OBJ_Error__
13 #define __OBJ_Error__
14 
16 {
17  OBJ_ERR_INVALID_CHAIN_END = 0, // Chain end is invalid
18  OBJ_ERR_CANT_KEEP_POS, // Keep Position when Parenting failed
19  OBJ_ERR_INVALID_SHOP, // Invalid SHOP specified
20  OBJ_ERR_CANT_TRANSFER_PRETRANSFORM, // Can't tranfer pre-transform
21  OBJ_ERR_SHEARS_NOT_TRANSFERRED, // Shears not transferred
22  OBJ_ERR_SAVE_INTRINSIC_FAILED, // Failed to save intrinsic data
23  OBJ_ERR_INVALID_PATH, // Invalid path
24  OBJ_ERR_INVALID_SOLVER, // Invalid bone kinematic solver
25  OBJ_ERR_MISSING_TRACK, // Missing kinematic chop track
26  OBJ_ERR_SOLVER_ERROR, // chop solver has error cooking
27  OBJ_ERR_CANT_FIND_OBJ, // Could not find object %s
28  OBJ_ERR_INVALID_POINT_GROUP, // Invalid point group %s
29  OBJ_ERR_NO_POINTS, // No points available to construct rive
30  OBJ_ERR_NO_ATTRIBUTE, // Can't find the attribute %s
31  OBJ_ERR_IPT_DEPRECATE, // $IPT is deprecated
32  OBJ_ERR_SHORTROT_TOO_MANY_INPUTS, // Too many inputs for Shortest Path (Linear)
33 
34  OBJ_ERR_NUM_ERRORS // sentinel
35 };
36 #endif
37 
OBJ_Error
Definition: OBJ_Error.h:15