|
Blender V4.5
|
#include "draw_sculpt.hh"#include "DNA_mesh_types.h"#include "DNA_scene_types.h"#include "draw_attributes.hh"#include "draw_context_private.hh"#include "draw_view.hh"#include "BKE_attribute.hh"#include "BKE_customdata.hh"#include "BKE_material.hh"#include "BKE_object.hh"#include "BKE_paint.hh"#include "BLI_math_matrix.hh"#include "bmesh_class.hh"#include "DRW_pbvh.hh"#include "DRW_render.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) |