|
Blender V4.3
|
#include "workbench_private.hh"#include "BKE_camera.h"#include "BKE_editmesh.hh"#include "BKE_mesh_types.hh"#include "BKE_modifier.hh"#include "BKE_object.hh"#include "BKE_paint.hh"#include "BKE_particle.h"#include "BKE_pbvh_api.hh"#include "DEG_depsgraph_query.hh"#include "DNA_fluid_types.h"#include "ED_paint.hh"#include "ED_view3d.hh"#include "GPU_capabilities.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::workbench |
Functions | |
| static const CustomData * | blender::workbench::get_loop_custom_data (const Mesh *mesh) |
| static const CustomData * | blender::workbench::get_vert_custom_data (const Mesh *mesh) |