Blender
V3.3
|
#include <DNA_modifier_types.h>
Public Attributes | |
float(* | deltas )[3] |
unsigned int | totverts |
float | lambda |
float | scale |
short | repeat |
short | flag |
char | smooth_type |
char | rest_source |
char | _pad [6] |
Definition at line 1858 of file DNA_modifier_types.h.
char CorrectiveSmoothDeltaCache::_pad[6] |
Definition at line 1868 of file DNA_modifier_types.h.
float(* CorrectiveSmoothDeltaCache::deltas)[3] |
Definition at line 1860 of file DNA_modifier_types.h.
Referenced by blendRead(), calc_deltas(), copyData(), correctivesmooth_bind_exec(), correctivesmooth_modifier_do(), freeBind(), and initData().
short CorrectiveSmoothDeltaCache::flag |
Definition at line 1866 of file DNA_modifier_types.h.
Referenced by cache_settings_equal(), and store_cache_settings().
float CorrectiveSmoothDeltaCache::lambda |
Definition at line 1865 of file DNA_modifier_types.h.
Referenced by cache_settings_equal(), and store_cache_settings().
short CorrectiveSmoothDeltaCache::repeat |
Definition at line 1866 of file DNA_modifier_types.h.
Referenced by cache_settings_equal(), and store_cache_settings().
char CorrectiveSmoothDeltaCache::rest_source |
Definition at line 1867 of file DNA_modifier_types.h.
Referenced by cache_settings_equal(), and store_cache_settings().
float CorrectiveSmoothDeltaCache::scale |
Definition at line 1865 of file DNA_modifier_types.h.
char CorrectiveSmoothDeltaCache::smooth_type |
Definition at line 1867 of file DNA_modifier_types.h.
Referenced by cache_settings_equal(), and store_cache_settings().
unsigned int CorrectiveSmoothDeltaCache::totverts |
Definition at line 1861 of file DNA_modifier_types.h.
Referenced by blendRead(), calc_deltas(), copyData(), and correctivesmooth_modifier_do().