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 
19 
32 
42 
46 
47 
53 
59 
62 
70 
71  // Now, we have the paths required for the UT_PathFile searching
72  UT_PATHFILE_DESK, // Desk macro
73  UT_PATHFILE_ASSET_STORE, // Asset store path
74  UT_PATHFILE_TOOLBAR, // Toolbar path
75  UT_PATHFILE_RADIALMENU, // Radial menu path
76  UT_PATHFILE_RAMP, // Ramp preset path
77  UT_PATHFILE_LUT, // LUT path
78  UT_PATHFILE_CUSTOM, // CPUI path
79  UT_PATHFILE_PYTHON_PANEL, // Python panel path
80  UT_PATHFILE_MENU, // XML menus path
81 
82  UT_OUTLINEFONT_PATH, // Outline fonts
83 
84  UT_OCL_PATH, // OpenCL kernels
85  UT_VOP_TYPES_PATH, // VOP connector and language types definitions
86 
87  UT_HOUDINI_VIEWERSTATE_PATH, // Viewer state path (viewer_states)
88  UT_HOUDINI_VIEWERHANDLE_PATH, // Viewer handle path (viewer_handles)
89  UT_HOUDINI_HUSDPLUGINS_PATH, // Python plugins for various
90  UT_HOUDINI_LAYOUTPLUGINS_PATH, // Python plugins for layout tools
91  UT_HOUDINI_CLONEPLUGINS_PATH, // Python plugins for Houdini cloning
92 
94 };
95 
96 #endif // __UT_KNOWNPATH_H_INCLUDED__
UT_KnownPath
Definition: UT_KnownPath.h:14