Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_space_types.h
| Context not available. | |||||
| char _pad0[6]; | char _pad0[6]; | ||||
| /* End 'SpaceLink' header. */ | /* End 'SpaceLink' header. */ | ||||
| char _pad1[4]; | char gizmo_flag; | ||||
| char _pad1[3]; | |||||
| /** User defined offset, image is centered. */ | /** User defined offset, image is centered. */ | ||||
| float xof, yof; | float xof, yof; | ||||
| Context not available. | |||||
| SC_GPENCIL_SRC_TRACK = 1, | SC_GPENCIL_SRC_TRACK = 1, | ||||
| } eSpaceClip_GPencil_Source; | } eSpaceClip_GPencil_Source; | ||||
| /** #SpaceClip.gizmo_flag */ | |||||
| enum { | |||||
| /** All gizmos. */ | |||||
| SCLIP_GIZMO_HIDE = (1 << 0), | |||||
| SCLIP_GIZMO_HIDE_NAVIGATE = (1 << 1), | |||||
| }; | |||||
| /** \} */ | /** \} */ | ||||
| /* -------------------------------------------------------------------- */ | /* -------------------------------------------------------------------- */ | ||||
| Context not available. | |||||