|
Blender V4.3
|
#include "BKE_subdiv.hh"#include "DNA_mesh_types.h"#include "DNA_modifier_types.h"#include "BLI_utildefines.h"#include "BKE_subdiv_modifier.hh"#include "MEM_guardedalloc.h"#include "subdiv_converter.hh"#include "opensubdiv_capi.hh"#include "opensubdiv_converter_capi.hh"#include "opensubdiv_evaluator_capi.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::bke |
| namespace | blender::bke::subdiv |
Functions | |
| void | blender::bke::subdiv::init () |
| void | blender::bke::subdiv::exit () |
| FVarLinearInterpolation | blender::bke::subdiv::fvar_interpolation_from_uv_smooth (int uv_smooth) |
| VtxBoundaryInterpolation | blender::bke::subdiv::vtx_boundary_interpolation_from_subsurf (int boundary_smooth) |
| bool | blender::bke::subdiv::settings_equal (const Settings *settings_a, const Settings *settings_b) |
| Subdiv * | blender::bke::subdiv::new_from_converter (const Settings *settings, OpenSubdiv_Converter *converter) |
| Subdiv * | blender::bke::subdiv::new_from_mesh (const Settings *settings, const Mesh *mesh) |
| Subdiv * | blender::bke::subdiv::update_from_converter (Subdiv *subdiv, const Settings *settings, OpenSubdiv_Converter *converter) |
| Subdiv * | blender::bke::subdiv::update_from_mesh (Subdiv *subdiv, const Settings *settings, const Mesh *mesh) |
| void | blender::bke::subdiv::free (Subdiv *subdiv) |
| int * | blender::bke::subdiv::face_ptex_offset_get (Subdiv *subdiv) |