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

#include <DNA_modifier_types.h>

Public Attributes

ModifierData modifier
 
float branch_smoothing
 
char flag
 
char symmetry_axes
 
char _pad [2]
 

Detailed Description

Skin modifier.

Definition at line 1781 of file DNA_modifier_types.h.

Member Data Documentation

◆ _pad

char SkinModifierData::_pad[2]

Definition at line 1790 of file DNA_modifier_types.h.

◆ branch_smoothing

float SkinModifierData::branch_smoothing

Definition at line 1784 of file DNA_modifier_types.h.

Referenced by skin_smooth_hulls().

◆ flag

char SkinModifierData::flag

Definition at line 1786 of file DNA_modifier_types.h.

Referenced by add_poly(), and build_hull().

◆ modifier

ModifierData SkinModifierData::modifier

Definition at line 1782 of file DNA_modifier_types.h.

◆ symmetry_axes

char SkinModifierData::symmetry_axes

Definition at line 1788 of file DNA_modifier_types.h.

Referenced by is_quad_symmetric(), and quad_crosses_symmetry_plane().


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