Blender V5.0
DNA_armature_defaults.h File Reference

Go to the source code of this file.

Macros

#define _DNA_DEFAULT_bArmature
#define _DNA_DEFAULT_Bone

Macro Definition Documentation

◆ _DNA_DEFAULT_bArmature

#define _DNA_DEFAULT_bArmature
Value:
{ \
.deformflag = ARM_DEF_VGROUP | ARM_DEF_ENVELOPE, \
.flag = ARM_COL_CUSTOM, /* custom bone-group colors */ \
.layer = 1, \
.drawtype = ARM_DRAW_TYPE_OCTA, \
}
@ ARM_DEF_VGROUP
@ ARM_DEF_ENVELOPE
@ ARM_COL_CUSTOM
@ ARM_DRAW_TYPE_OCTA

Definition at line 13 of file DNA_armature_defaults.h.

◆ _DNA_DEFAULT_Bone

#define _DNA_DEFAULT_Bone
Value:
{ \
}
@ ARM_DRAW_TYPE_ARMATURE_DEFINED

Definition at line 21 of file DNA_armature_defaults.h.