Mudbox/kernel.h File Reference
class FileEventNotifier
Holds information about the a recent or in-progress file event. More...
class TextureUnprojector
This class will extract the unprojected current diffuse texture layer from the current camera position – the texture will be resident on the GPU when this is complete. More...
class MBCrashInfo
class Kernel
The main API access point to Mudbox, contains low level functions and data. More...
class Timer
please do not access this pointer directly — Use the inline Kernel() function just below. More...
class Statistics
Holds useful information about the current session of Mudbox. More...
class Instance< c >
This is a helper class to manage class instances implemented in plugins, provided for convenience. More...
class Utility
This class is collects miscellaneous utility functions. More...
class MBCrashReporterFlag
#define NUM_CRASHFLAGS (128)
#define CRF_MENU_COMMAND 1
#define CRF_HARDWARE_RENDER 2
#define CRF_TEXTURE_PAINT 3
#define CRF_TEXTURE_LAYERS 10
#define CRF_PAINT_BUFFER 12
#define CRF_IBL_MATERIAL 13
#define CRF_MB_MATERIAL 14
#define CRF_INTERFACE_1 19
#define CRF_INTERFACE_2 20
#define CRF_INTERFACE_3 21
#define CRF_INTERFACE_4 22
#define CRF_CG_MATERIAL 29
#define CRF_CG_MATERIAL_2 30
#define CRF_SCENE_VIEW_2 31
#define CRF_IMAGE_BASE 34
#define CRF_00 ((unsigned int )(1u ))
#define CRF_01 ((unsigned int )(1u<< 1))
#define CRF_02 ((unsigned int )(1u<< 2))
#define CRF_03 ((unsigned int )(1u<< 3))
#define CRF_04 ((unsigned int )(1u<< 4))
#define CRF_05 ((unsigned int )(1u<< 5))
#define CRF_06 ((unsigned int )(1u<< 6))
#define CRF_07 ((unsigned int )(1u<< 7))
#define CRF_08 ((unsigned int )(1u<< 8))
#define CRF_09 ((unsigned int )(1u<< 9))
#define CRF_10 ((unsigned int )(1u<<10))
#define CRF_11 ((unsigned int )(1u<<11))
#define CRF_12 ((unsigned int )(1u<<12))
#define CRF_13 ((unsigned int )(1u<<13))
#define CRF_14 ((unsigned int )(1u<<14))
#define CRF_15 ((unsigned int )(1u<<15))
#define CRF_16 ((unsigned int )(1u<<16))
#define CRF_17 ((unsigned int )(1u<<17))
#define CRF_18 ((unsigned int )(1u<<18))
#define CRF_19 ((unsigned int )(1u<<19))
#define CRF_20 ((unsigned int )(1u<<20))
#define CRF_21 ((unsigned int )(1u<<21))
#define CRF_22 ((unsigned int )(1u<<22))
#define CRF_23 ((unsigned int )(1u<<23))
#define CRF_24 ((unsigned int )(1u<<24))
#define CRF_25 ((unsigned int )(1u<<25))
#define CRF_26 ((unsigned int )(1u<<26))
#define CRF_27 ((unsigned int )(1u<<27))
#define CRF_28 ((unsigned int )(1u<<28))
#define CRF_29 ((unsigned int )(1u<<29))
#define CRF_30 ((unsigned int )(1u<<30))
#define CRF_31 ((unsigned int )(1u<<31))
Go to the source code of this file.