Blender  V2.93
Classes
transform_mode_bend.c File Reference
#include <stdlib.h>
#include "MEM_guardedalloc.h"
#include "DNA_gpencil_types.h"
#include "BLI_math.h"
#include "BLI_string.h"
#include "BKE_context.h"
#include "BKE_unit.h"
#include "ED_screen.h"
#include "WM_api.h"
#include "WM_types.h"
#include "UI_interface.h"
#include "BLT_translation.h"
#include "transform.h"
#include "transform_mode.h"
#include "transform_snap.h"

Go to the source code of this file.

Classes

struct  BendCustomData
 

Functions

Transform (Bend)
static eRedrawFlag handleEventBend (TransInfo *UNUSED(t), const wmEvent *event)
 
static void Bend (TransInfo *t, const int UNUSED(mval[2]))
 
void initBend (TransInfo *t)
 

Function Documentation

◆ Bend()

static void Bend ( TransInfo t,
const int   UNUSEDmval[2] 
)
static

◆ handleEventBend()

static eRedrawFlag handleEventBend ( TransInfo UNUSEDt,
const wmEvent event 
)
static

Definition at line 65 of file transform_mode_bend.c.

References KM_PRESS, MIDDLEMOUSE, TREDRAW_HARD, TREDRAW_NOTHING, wmEvent::type, and wmEvent::val.

Referenced by initBend().

◆ initBend()

void initBend ( TransInfo t)