Blender V5.0
sculpt_hide.cc File Reference
#include "sculpt_hide.hh"
#include "BKE_paint_bvh.hh"
#include "BKE_subdiv_ccg.hh"
#include "DNA_mesh_types.h"
#include "bmesh.hh"

Go to the source code of this file.

Namespaces

namespace  blender
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)