Blender V4.3
paint_hide.hh File Reference
#include "BLI_index_mask_fwd.hh"
#include "BLI_span.hh"

Go to the source code of this file.

Namespaces

namespace  blender
 
namespace  blender::bke
 
namespace  blender::bke::pbvh
 
namespace  blender::ed
 
namespace  blender::ed::sculpt_paint
 
namespace  blender::ed::sculpt_paint::hide
 

Functions

Public API
void blender::ed::sculpt_paint::hide::sync_all_from_faces (Object &object)
 
void blender::ed::sculpt_paint::hide::mesh_show_all (const Depsgraph &depsgraph, Object &object, const IndexMask &node_mask)
 
void blender::ed::sculpt_paint::hide::grids_show_all (Depsgraph &depsgraph, Object &object, const IndexMask &node_mask)
 
void blender::ed::sculpt_paint::hide::tag_update_visibility (const bContext &C)
 
Global Visibility Operators

Operators that act upon the entirety of a given object's mesh.

void blender::ed::sculpt_paint::hide::PAINT_OT_hide_show_masked (wmOperatorType *ot)
 
void blender::ed::sculpt_paint::hide::PAINT_OT_hide_show_all (wmOperatorType *ot)
 
void blender::ed::sculpt_paint::hide::PAINT_OT_visibility_invert (wmOperatorType *ot)
 
void blender::ed::sculpt_paint::hide::PAINT_OT_visibility_filter (wmOperatorType *ot)
 
Gesture-based Visibility Operators

Operators that act upon a user-selected area.

void blender::ed::sculpt_paint::hide::PAINT_OT_hide_show (wmOperatorType *ot)
 
void blender::ed::sculpt_paint::hide::PAINT_OT_hide_show_lasso_gesture (wmOperatorType *ot)
 
void blender::ed::sculpt_paint::hide::PAINT_OT_hide_show_line_gesture (wmOperatorType *ot)
 
void blender::ed::sculpt_paint::hide::PAINT_OT_hide_show_polyline_gesture (wmOperatorType *ot)