|
Blender V5.0
|
#include "workbench_private.hh"#include "DNA_userdef_types.h"#include "BKE_camera.h"#include "BKE_customdata.hh"#include "BKE_editmesh.hh"#include "BKE_mesh_types.hh"#include "BKE_paint.hh"#include "BKE_paint_bvh.hh"#include "DEG_depsgraph_query.hh"#include "DNA_world_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 bool | blender::workbench::operator!= (const View3DShading &a, const View3DShading &b) |
| static const CustomData * | blender::workbench::get_loop_custom_data (const Mesh *mesh) |
| static const CustomData * | blender::workbench::get_vert_custom_data (const Mesh *mesh) |