|
Blender V4.5
|
#include <DNA_modifier_types.h>
Public Attributes | |
| ModifierData | modifier |
| char | defgrp_name [64] |
| char | mode |
| char | flag |
| short | weight |
| float | thresh |
Definition at line 2284 of file DNA_modifier_types.h.
| char WeightedNormalModifierData::defgrp_name[64] |
Definition at line 2287 of file DNA_modifier_types.h.
Referenced by modify_mesh(), and required_data_mask().
| char WeightedNormalModifierData::flag |
Definition at line 2288 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 2288 of file DNA_modifier_types.h.
Referenced by modify_mesh().
| ModifierData WeightedNormalModifierData::modifier |
Definition at line 2285 of file DNA_modifier_types.h.
| float WeightedNormalModifierData::thresh |
Definition at line 2290 of file DNA_modifier_types.h.
Referenced by aggregate_item_normal().
| short WeightedNormalModifierData::weight |
Definition at line 2289 of file DNA_modifier_types.h.
Referenced by modify_mesh().