Blender V5.0
sculpt_hide.hh File Reference
#include "BLI_offset_indices.hh"
#include "BLI_span.hh"
#include "BLI_vector.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

Span< int > blender::ed::sculpt_paint::hide::node_visible_verts (const bke::pbvh::MeshNode &node, const Span< bool > hide_vert, Vector< int > &indices)
bool blender::ed::sculpt_paint::hide::vert_all_faces_visible_get (const Span< bool > hide_poly, const GroupedSpan< int > vert_to_face_map, const int vert)
bool blender::ed::sculpt_paint::hide::vert_all_faces_visible_get (const Span< bool > hide_poly, const SubdivCCG &subdiv_ccg, const SubdivCCGCoord vert)
bool blender::ed::sculpt_paint::hide::vert_all_faces_visible_get (BMVert *vert)