Render Preset Category Defines

Render Preset Category Defines

Module 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.

Macros

#define RENDER_PRESETS_CATEGORY_COUNT   64
 
#define RENDER_PRESETS_CUSTOM_CATEGORY_INDEX_BEGIN   32
 

Macro Definition Documentation

#define RENDER_PRESETS_CATEGORY_COUNT   64
#define RENDER_PRESETS_CUSTOM_CATEGORY_INDEX_BEGIN   32