|
Blender V4.5
|
#include <BKE_subdiv.hh>
Public Attributes | |
| bool | is_simple |
| bool | is_adaptive |
| int | level |
| bool | use_creases |
| VtxBoundaryInterpolation | vtx_boundary_interpolation |
| FVarLinearInterpolation | fvar_linear_interpolation |
Definition at line 41 of file BKE_subdiv.hh.
| FVarLinearInterpolation blender::bke::subdiv::Settings::fvar_linear_interpolation |
Definition at line 70 of file BKE_subdiv.hh.
Referenced by BKE_multires_subdiv_settings_init(), BKE_subsurf_modifier_settings_init(), blender::bke::subdiv::converter_fvar_linear_from_settings(), and blender::bke::subdiv::settings_equal().
| bool blender::bke::subdiv::Settings::is_adaptive |
Definition at line 59 of file BKE_subdiv.hh.
Referenced by BKE_multires_subdiv_settings_init(), BKE_subsurf_modifier_settings_init(), blender::bke::subdiv::new_from_converter(), and blender::bke::subdiv::settings_equal().
| bool blender::bke::subdiv::Settings::is_simple |
Definition at line 47 of file BKE_subdiv.hh.
Referenced by BKE_multires_subdiv_settings_init(), BKE_subsurf_modifier_settings_init(), blender::draw::DRW_subdivide_loose_geom(), blender::bke::subdiv::get_edge_sharpness(), blender::bke::subdiv::get_scheme_type(), blender::bke::subdiv::is_infinite_sharp_vertex(), multires_reshape_smooth_object_grids_with_details(), blender::bke::subdiv::settings_equal(), and blender::bke::subdiv::subdiv_mesh_vertex_of_loose_edge().
| int blender::bke::subdiv::Settings::level |
Definition at line 65 of file BKE_subdiv.hh.
Referenced by BKE_multires_subdiv_settings_init(), BKE_subsurf_modifier_runtime_init(), BKE_subsurf_modifier_settings_init(), deform_matrices(), blender::draw::draw_subdiv_create_requested_buffers(), mesh_wrapper_ensure_subdivision(), modify_mesh(), blender::bke::subdiv::new_from_converter(), blender::bke::subdiv::settings_equal(), and subdivide_edit_mesh().
| bool blender::bke::subdiv::Settings::use_creases |
Definition at line 67 of file BKE_subdiv.hh.
Referenced by BKE_multires_subdiv_settings_init(), BKE_subsurf_modifier_settings_init(), and blender::bke::subdiv::init_user_data().
| VtxBoundaryInterpolation blender::bke::subdiv::Settings::vtx_boundary_interpolation |
Definition at line 69 of file BKE_subdiv.hh.
Referenced by BKE_multires_subdiv_settings_init(), BKE_subsurf_modifier_settings_init(), blender::bke::subdiv::converter_vtx_boundary_interpolation_from_settings(), and blender::bke::subdiv::settings_equal().