|
Blender
V3.3
|
Public Attributes | |
| float | original_normal [3] |
| float | edge_sensitivity |
| float * | dists |
| float * | edge_factor |
Topology: Initializes the falloff using a flood-fill operation, increasing the falloff value by 1 when visiting a new vertex.
Definition at line 427 of file sculpt_expand.c.
| float* ExpandFloodFillData::dists |
Definition at line 430 of file sculpt_expand.c.
Referenced by sculpt_expand_normal_falloff_create(), sculpt_expand_topology_falloff_create(), and sculpt_expand_topology_from_state_boundary().
| float* ExpandFloodFillData::edge_factor |
Definition at line 431 of file sculpt_expand.c.
Referenced by sculpt_expand_normal_falloff_create().
| float ExpandFloodFillData::edge_sensitivity |
Definition at line 429 of file sculpt_expand.c.
Referenced by sculpt_expand_normal_falloff_create().
| float ExpandFloodFillData::original_normal[3] |
Definition at line 428 of file sculpt_expand.c.
Referenced by sculpt_expand_normal_falloff_create().