Blender V4.3
transform_mode_boneenvelope.cc File Reference
#include <cstdlib>
#include "BLI_math_vector.h"
#include "BLI_string.h"
#include "BKE_unit.hh"
#include "ED_screen.hh"
#include "UI_interface.hh"
#include "BLT_translation.hh"
#include "transform.hh"
#include "transform_convert.hh"
#include "transform_snap.hh"
#include "transform_mode.hh"

Go to the source code of this file.

Functions

Transform (Bone Envelope)
static void applyBoneEnvelope (TransInfo *t)
 
static void initBoneEnvelope (TransInfo *t, wmOperator *)
 

Variables

TransModeInfo TransMode_boneenvelope
 

Function Documentation

◆ applyBoneEnvelope()

◆ initBoneEnvelope()

Variable Documentation

◆ TransMode_boneenvelope

TransModeInfo TransMode_boneenvelope
Initial value:
= {
nullptr,
nullptr,
nullptr,
nullptr,
nullptr,
}
@ T_NO_PROJECT
Definition transform.hh:121
@ T_NO_CONSTRAINT
Definition transform.hh:95
static void applyBoneEnvelope(TransInfo *t)
static void initBoneEnvelope(TransInfo *t, wmOperator *)

Definition at line 97 of file transform_mode_boneenvelope.cc.

Referenced by mode_info_get().