HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_KnownPath.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: UT_KnownPath.h (UT Library, C++)
7  *
8  * COMMENTS:
9  */
10 
11 #ifndef __UT_KNOWNPATH_H_INCLUDED__
12 #define __UT_KNOWNPATH_H_INCLUDED__
13 
15 {
17 
30 
40 
44 
45 
51 
57 
59 
67 
68  // Now, we have the paths required for the UT_PathFile searching
69  UT_PATHFILE_DESK, // Desk macro
70  UT_PATHFILE_ASSET_STORE, // Asset store path
71  UT_PATHFILE_TOOLBAR, // Toolbar path
72  UT_PATHFILE_RADIALMENU, // Radial menu path
73  UT_PATHFILE_RAMP, // Ramp preset path
74  UT_PATHFILE_LUT, // LUT path
75  UT_PATHFILE_CUSTOM, // CPUI path
76  UT_PATHFILE_PYTHON_PANEL, // Python panel path
77  UT_PATHFILE_MENU, // XML menus path
78 
79  UT_OUTLINEFONT_PATH, // Outline fonts
80 
81  UT_OCL_PATH, // OpenCL kernels
82  UT_VOP_TYPES_PATH, // VOP connector and language types definitions
83 
84  UT_HOUDINI_VIEWERSTATE_PATH, // Viewer state path (viewer_states)
85  UT_HOUDINI_VIEWERHANDLE_PATH, // Viewer handle path (viewer_handles)
86  UT_HOUDINI_HUSDPLUGINS_PATH, // Python plugins for various
87  UT_HOUDINI_LAYOUTPLUGINS_PATH, // Python plugins for layout tools
88  UT_HOUDINI_CLONEPLUGINS_PATH, // Python plugins for Houdini cloning
89 
91 };
92 
93 #endif // __UT_KNOWNPATH_H_INCLUDED__
UT_KnownPath
Definition: UT_KnownPath.h:14