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

#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
 

Detailed Description

Definition at line 1871 of file DNA_modifier_types.h.

Member Data Documentation

◆ _pad

char CorrectiveSmoothModifierData::_pad[6]

Definition at line 1884 of file DNA_modifier_types.h.

◆ bind_coords

float(* CorrectiveSmoothModifierData::bind_coords)[3]

◆ bind_coords_num

unsigned int CorrectiveSmoothModifierData::bind_coords_num

◆ defgrp_name

char CorrectiveSmoothModifierData::defgrp_name[64]

MAX_VGROUP_NAME.

Definition at line 1887 of file DNA_modifier_types.h.

Referenced by correctivesmooth_modifier_do(), and requiredDataMask().

◆ delta_cache

CorrectiveSmoothDeltaCache CorrectiveSmoothModifierData::delta_cache

◆ flag

short CorrectiveSmoothModifierData::flag

◆ lambda

float CorrectiveSmoothModifierData::lambda

◆ modifier

ModifierData CorrectiveSmoothModifierData::modifier

◆ repeat

short CorrectiveSmoothModifierData::repeat

Definition at line 1882 of file DNA_modifier_types.h.

Referenced by cache_settings_equal(), smooth_verts(), and store_cache_settings().

◆ rest_source

char CorrectiveSmoothModifierData::rest_source

◆ scale

float CorrectiveSmoothModifierData::scale

Definition at line 1881 of file DNA_modifier_types.h.

Referenced by blo_do_versions_280(), and correctivesmooth_modifier_do().

◆ smooth_type

char CorrectiveSmoothModifierData::smooth_type

Definition at line 1883 of file DNA_modifier_types.h.

Referenced by cache_settings_equal(), smooth_iter(), and store_cache_settings().


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