Blender V4.3
sculpt_hide.cc File Reference
#include "sculpt_hide.hh"
#include "BKE_attribute.hh"
#include "BKE_paint.hh"
#include "BKE_pbvh_api.hh"
#include "BKE_subdiv_ccg.hh"
#include "DNA_mesh_types.h"
#include "DNA_object_types.h"

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< intblender::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)