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

#include <DNA_modifier_types.h>

Public Attributes

ModifierData modifier
 
float fac
 
char defgrp_name [64]
 
short flag
 
short repeat
 

Detailed Description

Definition at line 663 of file DNA_modifier_types.h.

Member Data Documentation

◆ defgrp_name

char SmoothModifierData::defgrp_name[64]

MAX_VGROUP_NAME.

Definition at line 667 of file DNA_modifier_types.h.

Referenced by requiredDataMask(), and smoothModifier_do().

◆ fac

float SmoothModifierData::fac

Definition at line 665 of file DNA_modifier_types.h.

Referenced by isDisabled(), and smoothModifier_do().

◆ flag

short SmoothModifierData::flag

Definition at line 668 of file DNA_modifier_types.h.

Referenced by isDisabled(), and smoothModifier_do().

◆ modifier

ModifierData SmoothModifierData::modifier

Definition at line 664 of file DNA_modifier_types.h.

◆ repeat

short SmoothModifierData::repeat

Definition at line 668 of file DNA_modifier_types.h.

Referenced by smoothModifier_do().


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