Blender V4.3
overlay_sculpt_curves.cc File Reference
#include "DRW_render.hh"
#include "draw_cache_impl.hh"
#include "overlay_private.hh"
#include "BKE_attribute.hh"
#include "BKE_crazyspace.hh"
#include "BKE_curves.hh"
#include "DEG_depsgraph_query.hh"

Go to the source code of this file.

Functions

void OVERLAY_sculpt_curves_cache_init (OVERLAY_Data *vedata)
 
static bool everything_selected (const Curves &curves_id)
 
static void populate_selection_overlay (OVERLAY_Data *vedata, Object *object)
 
static void populate_edit_overlay (OVERLAY_Data *vedata, Object *object)
 
void OVERLAY_sculpt_curves_cache_populate (OVERLAY_Data *vedata, Object *object)
 
void OVERLAY_sculpt_curves_draw (OVERLAY_Data *vedata)
 
void OVERLAY_sculpt_curves_draw_wires (OVERLAY_Data *vedata)
 

Function Documentation

◆ everything_selected()

static bool everything_selected ( const Curves & curves_id)
static

◆ OVERLAY_sculpt_curves_cache_init()

◆ OVERLAY_sculpt_curves_cache_populate()

◆ OVERLAY_sculpt_curves_draw()

void OVERLAY_sculpt_curves_draw ( OVERLAY_Data * vedata)

◆ OVERLAY_sculpt_curves_draw_wires()

void OVERLAY_sculpt_curves_draw_wires ( OVERLAY_Data * vedata)

◆ populate_edit_overlay()

static void populate_edit_overlay ( OVERLAY_Data * vedata,
Object * object )
static

◆ populate_selection_overlay()