Blender  V3.3
Public Attributes | List of all members
LengthGpencilModifierData Struct Reference

#include <DNA_gpencil_modifier_types.h>

Public Attributes

GpencilModifierData modifier
 
struct Materialmaterial
 
char layername [64]
 
int pass_index
 
int flag
 
int layer_pass
 
float start_fac
 
float end_fac
 
float rand_start_fac
 
float rand_end_fac
 
float rand_offset
 
float overshoot_fac
 
int seed
 
int step
 
int mode
 
char _pad [4]
 
float point_density
 
float segment_influence
 
float max_angle
 

Detailed Description

Definition at line 489 of file DNA_gpencil_modifier_types.h.

Member Data Documentation

◆ _pad

char LengthGpencilModifierData::_pad[4]

Definition at line 513 of file DNA_gpencil_modifier_types.h.

◆ end_fac

float LengthGpencilModifierData::end_fac

Definition at line 502 of file DNA_gpencil_modifier_types.h.

Referenced by applyLength().

◆ flag

int LengthGpencilModifierData::flag

Flags.

Definition at line 498 of file DNA_gpencil_modifier_types.h.

Referenced by applyLength(), and deformStroke().

◆ layer_pass

int LengthGpencilModifierData::layer_pass

Custom index for passes.

Definition at line 500 of file DNA_gpencil_modifier_types.h.

Referenced by deformStroke().

◆ layername

char LengthGpencilModifierData::layername[64]

Layer name.

Definition at line 494 of file DNA_gpencil_modifier_types.h.

Referenced by deformStroke().

◆ material

struct Material* LengthGpencilModifierData::material

Material for filtering.

Definition at line 492 of file DNA_gpencil_modifier_types.h.

Referenced by deformStroke(), and foreachIDLink().

◆ max_angle

float LengthGpencilModifierData::max_angle

Definition at line 517 of file DNA_gpencil_modifier_types.h.

Referenced by applyLength().

◆ mode

int LengthGpencilModifierData::mode

Modifier mode.

Definition at line 512 of file DNA_gpencil_modifier_types.h.

Referenced by applyLength().

◆ modifier

GpencilModifierData LengthGpencilModifierData::modifier

Definition at line 490 of file DNA_gpencil_modifier_types.h.

◆ overshoot_fac

float LengthGpencilModifierData::overshoot_fac

Overshoot trajectory factor.

Definition at line 506 of file DNA_gpencil_modifier_types.h.

Referenced by applyLength().

◆ pass_index

int LengthGpencilModifierData::pass_index

Custom index for passes.

Definition at line 496 of file DNA_gpencil_modifier_types.h.

Referenced by deformStroke().

◆ point_density

float LengthGpencilModifierData::point_density

Definition at line 515 of file DNA_gpencil_modifier_types.h.

Referenced by applyLength().

◆ rand_end_fac

float LengthGpencilModifierData::rand_end_fac

Definition at line 504 of file DNA_gpencil_modifier_types.h.

Referenced by applyLength().

◆ rand_offset

float LengthGpencilModifierData::rand_offset

Definition at line 504 of file DNA_gpencil_modifier_types.h.

Referenced by applyLength().

◆ rand_start_fac

float LengthGpencilModifierData::rand_start_fac

Random length factors.

Definition at line 504 of file DNA_gpencil_modifier_types.h.

Referenced by applyLength().

◆ seed

int LengthGpencilModifierData::seed

(first element is the index) random values.

Definition at line 508 of file DNA_gpencil_modifier_types.h.

Referenced by applyLength().

◆ segment_influence

float LengthGpencilModifierData::segment_influence

Definition at line 516 of file DNA_gpencil_modifier_types.h.

Referenced by applyLength().

◆ start_fac

float LengthGpencilModifierData::start_fac

Length.

Definition at line 502 of file DNA_gpencil_modifier_types.h.

Referenced by applyLength().

◆ step

int LengthGpencilModifierData::step

How many frames before recalculate randoms.

Definition at line 510 of file DNA_gpencil_modifier_types.h.

Referenced by applyLength().


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