Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_scene_types.h
| Context not available. | |||||
| /* SCE_GIZMO_SHOW_* */ | /* SCE_GIZMO_SHOW_* */ | ||||
| char gizmo_flag; | char gizmo_flag; | ||||
| /* 3D cursor */ | |||||
| char v3d_cursor_project, v3d_cursor_orientation; | |||||
| /* Transform */ | /* Transform */ | ||||
| char transform_pivot_point; | char transform_pivot_point; | ||||
| char transform_flag; | char transform_flag; | ||||
| Context not available. | |||||
| char snap_target; | char snap_target; | ||||
| char snap_transform_mode_flag; | char snap_transform_mode_flag; | ||||
| char proportional, prop_mode; | char proportional, prop_mode; | ||||
| /** Proportional edit, object mode. */ | /** Proportional edit, object mode. */ | ||||
| char proportional_objects; | char proportional_objects; | ||||
| Context not available. | |||||
| /* XXX: these sculpt_paint_* fields are deprecated, use the | /* XXX: these sculpt_paint_* fields are deprecated, use the | ||||
| * unified_paint_settings field instead! */ | * unified_paint_settings field instead! */ | ||||
| short sculpt_paint_settings DNA_DEPRECATED; | short sculpt_paint_settings DNA_DEPRECATED; | ||||
| char _pad5[2]; | |||||
| int sculpt_paint_unified_size DNA_DEPRECATED; | int sculpt_paint_unified_size DNA_DEPRECATED; | ||||
| float sculpt_paint_unified_unprojected_radius DNA_DEPRECATED; | float sculpt_paint_unified_unprojected_radius DNA_DEPRECATED; | ||||
| float sculpt_paint_unified_alpha DNA_DEPRECATED; | float sculpt_paint_unified_alpha DNA_DEPRECATED; | ||||
| Context not available. | |||||