Blender V4.3
transform_mode_gpopacity.cc File Reference
#include <cstdlib>
#include "BLI_math_vector.h"
#include "BLI_string.h"
#include "BKE_unit.hh"
#include "DNA_gpencil_legacy_types.h"
#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 (GPencil Strokes Opacity)
static void applyGPOpacity (TransInfo *t)
 
static void initGPOpacity (TransInfo *t, wmOperator *)
 

Variables

TransModeInfo TransMode_gpopacity
 

Function Documentation

◆ applyGPOpacity()

◆ initGPOpacity()

Variable Documentation

◆ TransMode_gpopacity

TransModeInfo TransMode_gpopacity
Initial value:
= {
nullptr,
nullptr,
nullptr,
nullptr,
nullptr,
}
@ T_NO_CONSTRAINT
Definition transform.hh:95
static void applyGPOpacity(TransInfo *t)
static void initGPOpacity(TransInfo *t, wmOperator *)

Definition at line 118 of file transform_mode_gpopacity.cc.

Referenced by mode_info_get().