Blender V4.3
GreasePencilEnvelopeModifierData Struct Reference

#include <DNA_modifier_types.h>

Public Attributes

ModifierData modifier
 
GreasePencilModifierInfluenceData influence
 
int mode
 
int mat_nr
 
float thickness
 
float strength
 
int skip
 
int spread
 

Detailed Description

Definition at line 3286 of file DNA_modifier_types.h.

Member Data Documentation

◆ influence

GreasePencilModifierInfluenceData GreasePencilEnvelopeModifierData::influence

◆ mat_nr

int GreasePencilEnvelopeModifierData::mat_nr

Material for the new strokes.

Definition at line 3292 of file DNA_modifier_types.h.

Referenced by blender::get_envelope_info().

◆ mode

int GreasePencilEnvelopeModifierData::mode

Definition at line 3290 of file DNA_modifier_types.h.

Referenced by blender::get_envelope_info(), and blender::modify_drawing().

◆ modifier

ModifierData GreasePencilEnvelopeModifierData::modifier

Definition at line 3287 of file DNA_modifier_types.h.

◆ skip

int GreasePencilEnvelopeModifierData::skip

Number of points to skip over.

Definition at line 3298 of file DNA_modifier_types.h.

Referenced by blender::get_envelope_info().

◆ spread

int GreasePencilEnvelopeModifierData::spread

◆ strength

float GreasePencilEnvelopeModifierData::strength

Strength multiplier for the new strokes.

Definition at line 3296 of file DNA_modifier_types.h.

Referenced by blender::get_envelope_info().

◆ thickness

float GreasePencilEnvelopeModifierData::thickness

Thickness multiplier for the new strokes.

Definition at line 3294 of file DNA_modifier_types.h.

Referenced by blender::deform_drawing_as_envelope(), and blender::get_envelope_info().


The documentation for this struct was generated from the following file: