|
Blender V4.3
|
#include <DNA_modifier_types.h>
Public Attributes | |
| ModifierData | modifier |
| float(* | bind_coords )[3] |
| unsigned int | bind_coords_num |
| float | lambda |
| float | scale |
| short | repeat |
| short | flag |
| char | smooth_type |
| char | rest_source |
| char | _pad [6] |
| char | defgrp_name [64] |
| CorrectiveSmoothDeltaCache | delta_cache |
Definition at line 1965 of file DNA_modifier_types.h.
| char CorrectiveSmoothModifierData::_pad[6] |
Definition at line 1978 of file DNA_modifier_types.h.
| float(* CorrectiveSmoothModifierData::bind_coords)[3] |
Definition at line 1970 of file DNA_modifier_types.h.
Referenced by blend_read(), blend_write(), copy_data(), blender::ed::object::correctivesmooth_bind_exec(), correctivesmooth_modifier_do(), and freeBind().
| unsigned int CorrectiveSmoothModifierData::bind_coords_num |
Definition at line 1973 of file DNA_modifier_types.h.
Referenced by blend_read(), blend_write(), blender::ed::object::correctivesmooth_bind_exec(), correctivesmooth_modifier_do(), and freeBind().
| char CorrectiveSmoothModifierData::defgrp_name[64] |
Definition at line 1981 of file DNA_modifier_types.h.
Referenced by correctivesmooth_modifier_do(), and required_data_mask().
| CorrectiveSmoothDeltaCache CorrectiveSmoothModifierData::delta_cache |
Definition at line 1984 of file DNA_modifier_types.h.
Referenced by blend_read(), cache_settings_equal(), calc_deltas(), copy_data(), blender::ed::object::correctivesmooth_bind_exec(), correctivesmooth_modifier_do(), freeBind(), init_data(), and store_cache_settings().
| short CorrectiveSmoothModifierData::flag |
Definition at line 1976 of file DNA_modifier_types.h.
Referenced by cache_settings_equal(), correctivesmooth_modifier_do(), smooth_verts(), and store_cache_settings().
| float CorrectiveSmoothModifierData::lambda |
Definition at line 1975 of file DNA_modifier_types.h.
Referenced by cache_settings_equal(), smooth_iter__length_weight(), smooth_iter__simple(), and store_cache_settings().
| ModifierData CorrectiveSmoothModifierData::modifier |
Definition at line 1966 of file DNA_modifier_types.h.
Referenced by blender::ed::object::correctivesmooth_bind_exec(), and correctivesmooth_modifier_do().
| short CorrectiveSmoothModifierData::repeat |
Definition at line 1976 of file DNA_modifier_types.h.
Referenced by cache_settings_equal(), smooth_verts(), and store_cache_settings().
| char CorrectiveSmoothModifierData::rest_source |
Definition at line 1977 of file DNA_modifier_types.h.
Referenced by cache_settings_equal(), correctivesmooth_modifier_do(), and store_cache_settings().
| float CorrectiveSmoothModifierData::scale |
Definition at line 1975 of file DNA_modifier_types.h.
Referenced by blo_do_versions_280(), and correctivesmooth_modifier_do().
| char CorrectiveSmoothModifierData::smooth_type |
Definition at line 1977 of file DNA_modifier_types.h.
Referenced by cache_settings_equal(), smooth_iter(), and store_cache_settings().