Blender V4.3
overlay_grease_pencil.cc File Reference

Go to the source code of this file.

Functions

static void is_selection_visible (bool &r_show_points, bool &r_show_lines)
 
static void overlay_grease_pencil_draw_stroke_color_name (Object &object, const int mat_nr, const blender::float3 position)
 
static void OVERLAY_grease_pencil_material_names (Object *ob)
 
void OVERLAY_edit_grease_pencil_cache_init (OVERLAY_Data *vedata)
 
void OVERLAY_grease_pencil_cache_init (OVERLAY_Data *vedata)
 
void OVERLAY_edit_grease_pencil_cache_populate (OVERLAY_Data *vedata, Object *ob)
 
void OVERLAY_sculpt_grease_pencil_cache_populate (OVERLAY_Data *vedata, Object *ob)
 
void OVERLAY_weight_grease_pencil_cache_populate (OVERLAY_Data *vedata, Object *ob)
 
void OVERLAY_vertex_grease_pencil_cache_populate (OVERLAY_Data *vedata, Object *ob)
 
void OVERLAY_grease_pencil_draw (OVERLAY_Data *vedata)
 
void OVERLAY_edit_grease_pencil_draw (OVERLAY_Data *vedata)
 

Function Documentation

◆ is_selection_visible()

◆ OVERLAY_edit_grease_pencil_cache_init()

◆ OVERLAY_edit_grease_pencil_cache_populate()

◆ OVERLAY_edit_grease_pencil_draw()

void OVERLAY_edit_grease_pencil_draw ( OVERLAY_Data * vedata)

◆ OVERLAY_grease_pencil_cache_init()

void OVERLAY_grease_pencil_cache_init ( OVERLAY_Data * vedata)

◆ OVERLAY_grease_pencil_draw()

void OVERLAY_grease_pencil_draw ( OVERLAY_Data * vedata)

◆ overlay_grease_pencil_draw_stroke_color_name()

◆ OVERLAY_grease_pencil_material_names()

◆ OVERLAY_sculpt_grease_pencil_cache_populate()

◆ OVERLAY_vertex_grease_pencil_cache_populate()

◆ OVERLAY_weight_grease_pencil_cache_populate()