|
Blender V4.3
|
#include "draw_sculpt.hh"#include "draw_attributes.hh"#include "BKE_attribute.hh"#include "BKE_mesh_types.hh"#include "BKE_paint.hh"#include "DRW_pbvh.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::draw |
Functions | |
| static Vector< SculptBatch > | blender::draw::sculpt_batches_get_ex (const Object *ob, const bool use_wire, const Span< pbvh::AttributeRequest > attrs) |
| Vector< SculptBatch > | blender::draw::sculpt_batches_get (const Object *ob, SculptBatchFeature features) |
| Vector< SculptBatch > | blender::draw::sculpt_batches_per_material_get (const Object *ob, Span< const GPUMaterial * > materials) |