Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_scene_types.h
| Context not available. | |||||
| char proportional_action; /* proportional edit, action editor */ | char proportional_action; /* proportional edit, action editor */ | ||||
| char proportional_fcurve; /* proportional edit, graph editor */ | char proportional_fcurve; /* proportional edit, graph editor */ | ||||
| char lock_markers; /* lock marker editing */ | char lock_markers; /* lock marker editing */ | ||||
| char pad4[5]; | char snap_force_increment_flag; | ||||
| char pad4[4]; | |||||
| char auto_normalize; /*auto normalizing mode in wpaint*/ | char auto_normalize; /*auto normalizing mode in wpaint*/ | ||||
| char multipaint; /* paint multiple bones in wpaint */ | char multipaint; /* paint multiple bones in wpaint */ | ||||
| Context not available. | |||||
| #define SCE_SNAP_MODE_NODE_X (1 << 6) | #define SCE_SNAP_MODE_NODE_X (1 << 6) | ||||
| #define SCE_SNAP_MODE_NODE_Y (1 << 7) | #define SCE_SNAP_MODE_NODE_Y (1 << 7) | ||||
| /* ToolSettings.snap_force_increment_flag*/ | |||||
| #define SCE_SNAP_FORCE_INCREMENT_MOVE (1 << 0) | |||||
| #define SCE_SNAP_FORCE_INCREMENT_ROTATE (1 << 1) | |||||
| #define SCE_SNAP_FORCE_INCREMENT_SCALE (1 << 2) | |||||
| /* ToolSettings.selectmode */ | /* ToolSettings.selectmode */ | ||||
| #define SCE_SELECT_VERTEX 1 /* for mesh */ | #define SCE_SELECT_VERTEX 1 /* for mesh */ | ||||
| #define SCE_SELECT_EDGE 2 | #define SCE_SELECT_EDGE 2 | ||||
| Context not available. | |||||