Blender V4.3
CorrectiveSmoothDeltaCache Struct Reference

#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]
 

Detailed Description

Definition at line 1948 of file DNA_modifier_types.h.

Member Data Documentation

◆ _pad

char CorrectiveSmoothDeltaCache::_pad[6]

Definition at line 1962 of file DNA_modifier_types.h.

◆ deltas

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().

◆ deltas_num

unsigned int CorrectiveSmoothDeltaCache::deltas_num

◆ flag

short CorrectiveSmoothDeltaCache::flag

Definition at line 1960 of file DNA_modifier_types.h.

Referenced by cache_settings_equal(), and store_cache_settings().

◆ lambda

float CorrectiveSmoothDeltaCache::lambda

Definition at line 1959 of file DNA_modifier_types.h.

Referenced by cache_settings_equal(), and store_cache_settings().

◆ repeat

short CorrectiveSmoothDeltaCache::repeat

Definition at line 1960 of file DNA_modifier_types.h.

Referenced by cache_settings_equal(), and store_cache_settings().

◆ rest_source

char CorrectiveSmoothDeltaCache::rest_source

Definition at line 1961 of file DNA_modifier_types.h.

Referenced by cache_settings_equal(), and store_cache_settings().

◆ scale

float CorrectiveSmoothDeltaCache::scale

Definition at line 1959 of file DNA_modifier_types.h.

◆ smooth_type

char CorrectiveSmoothDeltaCache::smooth_type

Definition at line 1961 of file DNA_modifier_types.h.

Referenced by cache_settings_equal(), and store_cache_settings().


The documentation for this struct was generated from the following file: