Blender  V3.3
Public Attributes | List of all members
CorrectiveSmoothDeltaCache Struct Reference

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

Detailed Description

Definition at line 1858 of file DNA_modifier_types.h.

Member Data Documentation

◆ _pad

char CorrectiveSmoothDeltaCache::_pad[6]

Definition at line 1868 of file DNA_modifier_types.h.

◆ deltas

float(* CorrectiveSmoothDeltaCache::deltas)[3]

◆ flag

short CorrectiveSmoothDeltaCache::flag

Definition at line 1866 of file DNA_modifier_types.h.

Referenced by cache_settings_equal(), and store_cache_settings().

◆ lambda

float CorrectiveSmoothDeltaCache::lambda

Definition at line 1865 of file DNA_modifier_types.h.

Referenced by cache_settings_equal(), and store_cache_settings().

◆ repeat

short CorrectiveSmoothDeltaCache::repeat

Definition at line 1866 of file DNA_modifier_types.h.

Referenced by cache_settings_equal(), and store_cache_settings().

◆ rest_source

char CorrectiveSmoothDeltaCache::rest_source

Definition at line 1867 of file DNA_modifier_types.h.

Referenced by cache_settings_equal(), and store_cache_settings().

◆ scale

float CorrectiveSmoothDeltaCache::scale

Definition at line 1865 of file DNA_modifier_types.h.

◆ smooth_type

char CorrectiveSmoothDeltaCache::smooth_type

Definition at line 1867 of file DNA_modifier_types.h.

Referenced by cache_settings_equal(), and store_cache_settings().

◆ totverts

unsigned int CorrectiveSmoothDeltaCache::totverts

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