Blender  V3.3
Classes
transform_mode_edge_bevelweight.c File Reference
#include <stdlib.h>
#include "BLI_math.h"
#include "BLI_string.h"
#include "BLI_task.h"
#include "BKE_context.h"
#include "BKE_unit.h"
#include "ED_screen.h"
#include "UI_interface.h"
#include "BLT_translation.h"
#include "transform.h"
#include "transform_convert.h"
#include "transform_snap.h"
#include "transform_mode.h"

Go to the source code of this file.

Classes

struct  TransDataArgs_BevelWeight
 

Functions

Transform (Bevel Weight) Element
static void transdata_elem_bevel_weight (const TransInfo *UNUSED(t), const TransDataContainer *UNUSED(tc), TransData *td, const float weight)
 
static void transdata_elem_bevel_weight_fn (void *__restrict iter_data_v, const int iter, const TaskParallelTLS *__restrict UNUSED(tls))
 
Transform (Bevel Weight)
static void applyBevelWeight (TransInfo *t, const int UNUSED(mval[2]))
 
void initBevelWeight (TransInfo *t)
 

Function Documentation

◆ applyBevelWeight()

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

◆ initBevelWeight()

void initBevelWeight ( TransInfo t)

◆ transdata_elem_bevel_weight()

static void transdata_elem_bevel_weight ( const TransInfo UNUSEDt,
const TransDataContainer UNUSEDtc,
TransData td,
const float  weight 
)
static

Definition at line 42 of file transform_mode_edge_bevelweight.c.

References CLAMP, TransData::factor, and NULL.

Referenced by applyBevelWeight(), and transdata_elem_bevel_weight_fn().

◆ transdata_elem_bevel_weight_fn()

static void transdata_elem_bevel_weight_fn ( void *__restrict  iter_data_v,
const int  iter,
const TaskParallelTLS *__restrict   UNUSEDtls 
)
static

Definition at line 54 of file transform_mode_edge_bevelweight.c.

References data, TD_SKIP, and transdata_elem_bevel_weight().

Referenced by applyBevelWeight().