3ds Max C++ API Reference
Render Preset Category Defines

Each set of properties that can be saved is called a Category. More...

Macros

#define RENDER_PRESETS_CATEGORY_COUNT   64
 
#define RENDER_PRESETS_CUSTOM_CATEGORY_INDEX_BEGIN   32
 

Detailed Description

Each set of properties that can be saved is called a Category.

Remarks
For example, all the properties in the Common tab of the render dialog are a single category. Each category has both a name and an index number. The possible numbers range from 0 to RENDER_PRESETS_CATEGORY_COUNT. Note that some of these are reserved for internal use.
Developers wishing to define custom categories should use a category number RENDER_PRESETS_CUSTOM_CATEGORY_INDEX_BEGIN or higher.

A list of categories is represented as a bitarray; if bit N is set to true, this means the category with ID number N is present.

Macro Definition Documentation

◆ RENDER_PRESETS_CATEGORY_COUNT

#define RENDER_PRESETS_CATEGORY_COUNT   64

◆ RENDER_PRESETS_CUSTOM_CATEGORY_INDEX_BEGIN

#define RENDER_PRESETS_CUSTOM_CATEGORY_INDEX_BEGIN   32