|
Blender V4.3
|
#include <DNA_modifier_types.h>
Public Attributes | |
| float(* | deltas )[3] |
| unsigned int | deltas_num |
| float | lambda |
| float | scale |
| short | repeat |
| short | flag |
| char | smooth_type |
| char | rest_source |
| char | _pad [6] |
Definition at line 1948 of file DNA_modifier_types.h.
| char CorrectiveSmoothDeltaCache::_pad[6] |
Definition at line 1962 of file DNA_modifier_types.h.
| float(* CorrectiveSmoothDeltaCache::deltas)[3] |
Delta's between the original positions and the smoothed positions, calculated loop-tangent and which is accumulated into the vertex it uses. (run-time only).
Definition at line 1954 of file DNA_modifier_types.h.
Referenced by blend_read(), calc_deltas(), copy_data(), blender::ed::object::correctivesmooth_bind_exec(), correctivesmooth_modifier_do(), freeBind(), and init_data().
| unsigned int CorrectiveSmoothDeltaCache::deltas_num |
Definition at line 1955 of file DNA_modifier_types.h.
Referenced by blend_read(), calc_deltas(), copy_data(), and correctivesmooth_modifier_do().
| short CorrectiveSmoothDeltaCache::flag |
Definition at line 1960 of file DNA_modifier_types.h.
Referenced by cache_settings_equal(), and store_cache_settings().
| float CorrectiveSmoothDeltaCache::lambda |
Definition at line 1959 of file DNA_modifier_types.h.
Referenced by cache_settings_equal(), and store_cache_settings().
| short CorrectiveSmoothDeltaCache::repeat |
Definition at line 1960 of file DNA_modifier_types.h.
Referenced by cache_settings_equal(), and store_cache_settings().
| char CorrectiveSmoothDeltaCache::rest_source |
Definition at line 1961 of file DNA_modifier_types.h.
Referenced by cache_settings_equal(), and store_cache_settings().
| float CorrectiveSmoothDeltaCache::scale |
Definition at line 1959 of file DNA_modifier_types.h.
| char CorrectiveSmoothDeltaCache::smooth_type |
Definition at line 1961 of file DNA_modifier_types.h.
Referenced by cache_settings_equal(), and store_cache_settings().