|
Blender V4.3
|
#include <DNA_modifier_types.h>
Public Attributes | |
| ModifierData | modifier |
| char | defgrp_name [64] |
| char | mode |
| char | flag |
| short | weight |
| float | thresh |
Definition at line 2347 of file DNA_modifier_types.h.
| char WeightedNormalModifierData::defgrp_name[64] |
Definition at line 2351 of file DNA_modifier_types.h.
Referenced by modify_mesh(), and required_data_mask().
| char WeightedNormalModifierData::flag |
Definition at line 2352 of file DNA_modifier_types.h.
Referenced by apply_weights_vertex_normal(), BKE_main_mesh_legacy_convert_auto_smooth(), modify_mesh(), and required_data_mask().
| char WeightedNormalModifierData::mode |
Definition at line 2352 of file DNA_modifier_types.h.
Referenced by modify_mesh().
| ModifierData WeightedNormalModifierData::modifier |
Definition at line 2348 of file DNA_modifier_types.h.
| float WeightedNormalModifierData::thresh |
Definition at line 2354 of file DNA_modifier_types.h.
Referenced by aggregate_item_normal().
| short WeightedNormalModifierData::weight |
Definition at line 2353 of file DNA_modifier_types.h.
Referenced by modify_mesh().