Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_space_types.h
| Context not available. | |||||
| /* SpaceNla.flag */ | /* SpaceNla.flag */ | ||||
| typedef enum eSpaceNla_Flag { | typedef enum eSpaceNla_Flag { | ||||
| /* flags (1<<0), (1<<1), and (1<<3) are deprecated flags from old verisons */ | /* flags (1<<0), (1<<1), and (1<<3) are deprecated flags from old versions */ | ||||
| /* draw timing in seconds instead of frames */ | /* draw timing in seconds instead of frames */ | ||||
| SNLA_DRAWTIME = (1 << 2), | SNLA_DRAWTIME = (1 << 2), | ||||
| Context not available. | |||||