Blender  V2.93
Classes
transform_mode_tosphere.c File Reference
#include <stdlib.h>
#include "BLI_math.h"
#include "BLI_string.h"
#include "MEM_guardedalloc.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_mode.h"
#include "transform_snap.h"

Go to the source code of this file.

Classes

struct  ToSphereInfo
 

Functions

To Sphere Utilities
static void to_sphere_radius_update (TransInfo *t)
 
Transform (ToSphere)
static void applyToSphere (TransInfo *t, const int UNUSED(mval[2]))
 
void initToSphere (TransInfo *t)
 

Function Documentation

◆ applyToSphere()

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

◆ initToSphere()

void initToSphere ( TransInfo t)

◆ to_sphere_radius_update()

static void to_sphere_radius_update ( TransInfo t)
static