Blender V4.3
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 734 of file DNA_modifier_types.h.

Member Data Documentation

◆ defgrp_name

char SmoothModifierData::defgrp_name[64]

MAX_VGROUP_NAME.

Definition at line 738 of file DNA_modifier_types.h.

Referenced by required_data_mask(), and smoothModifier_do().

◆ fac

float SmoothModifierData::fac

Definition at line 736 of file DNA_modifier_types.h.

Referenced by is_disabled(), and smoothModifier_do().

◆ flag

short SmoothModifierData::flag

Definition at line 739 of file DNA_modifier_types.h.

Referenced by is_disabled(), and smoothModifier_do().

◆ modifier

ModifierData SmoothModifierData::modifier

Definition at line 735 of file DNA_modifier_types.h.

◆ repeat

short SmoothModifierData::repeat

Definition at line 739 of file DNA_modifier_types.h.

Referenced by smoothModifier_do().


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