Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_gpencil_modifier_types.h
| Context not available. | |||||
| float loc[3]; | float loc[3]; | ||||
| float rot[3]; | float rot[3]; | ||||
| float scale[3]; | float scale[3]; | ||||
| /** Random Offset. */ | |||||
| float rnd_offset[3]; | |||||
| /** Random Rotation. */ | |||||
| float rnd_rot[3]; | |||||
| /** Random Scales. */ | |||||
| float rnd_scale[3]; | |||||
| /** (first element is the index) random values. */ | |||||
| int seed; | |||||
| /** Custom index for passes. */ | /** Custom index for passes. */ | ||||
| int layer_pass; | int layer_pass; | ||||
| } OffsetGpencilModifierData; | } OffsetGpencilModifierData; | ||||
| Context not available. | |||||
| GP_OFFSET_INVERT_VGROUP = (1 << 2), | GP_OFFSET_INVERT_VGROUP = (1 << 2), | ||||
| GP_OFFSET_INVERT_LAYERPASS = (1 << 3), | GP_OFFSET_INVERT_LAYERPASS = (1 << 3), | ||||
| GP_OFFSET_INVERT_MATERIAL = (1 << 4), | GP_OFFSET_INVERT_MATERIAL = (1 << 4), | ||||
| GP_OFFSET_UNIFORM_RANDOM_SCALE = (1 << 5), | |||||
| } eOffsetGpencil_Flag; | } eOffsetGpencil_Flag; | ||||
| typedef struct SmoothGpencilModifierData { | typedef struct SmoothGpencilModifierData { | ||||
| Context not available. | |||||