|
Blender V5.0
|
#include <BKE_subdiv_mesh.hh>
Public Attributes | |
| int | resolution = -1 |
| bool | use_optimal_display = false |
Definition at line 20 of file BKE_subdiv_mesh.hh.
| int blender::bke::subdiv::ToMeshSettings::resolution = -1 |
Resolution at which regular PTEX (created for quad face) are being evaluated. This defines how many vertices final mesh will have: every regular PTEX has resolution^2 vertices. Special (irregular, or PTEX created for a corner of non-quad face) will have resolution of resolution - 1.
Definition at line 28 of file BKE_subdiv_mesh.hh.
Referenced by BKE_multires_subdiv_mesh_settings_init(), blender::bke::subdiv::deform_coarse_vertices(), mesh_wrapper_ensure_subdivision(), multires_as_mesh(), multires_reshape_assign_final_coords_from_vertcos(), subdiv_as_mesh(), subdiv_cache_mesh_wrapper_settings(), blender::bke::subdiv::subdiv_foreach_boundary_edges(), blender::bke::subdiv::subdiv_foreach_ctx_count(), blender::bke::subdiv::subdiv_foreach_ctx_init_offsets(), blender::bke::subdiv::subdiv_foreach_edge_vertices_regular_do(), blender::bke::subdiv::subdiv_foreach_edge_vertices_special_do(), blender::bke::subdiv::subdiv_foreach_edges_all_patches_regular(), blender::bke::subdiv::subdiv_foreach_edges_all_patches_special(), blender::bke::subdiv::subdiv_foreach_faces(), blender::bke::subdiv::subdiv_foreach_inner_vertices_regular(), blender::bke::subdiv::subdiv_foreach_inner_vertices_special(), blender::bke::subdiv::subdiv_foreach_loops_regular(), blender::bke::subdiv::subdiv_foreach_loops_special(), blender::bke::subdiv::subdiv_foreach_vertices_of_loose_edges_task(), subdiv_mesh_settings_init(), and subdivide_edit_mesh().
| bool blender::bke::subdiv::ToMeshSettings::use_optimal_display = false |
When true, only edges emitted from coarse ones will be displayed.
Definition at line 30 of file BKE_subdiv_mesh.hh.
Referenced by BKE_multires_subdiv_mesh_settings_init(), blender::bke::subdiv::deform_coarse_vertices(), mesh_wrapper_ensure_subdivision(), multires_reshape_assign_final_coords_from_vertcos(), subdiv_cache_mesh_wrapper_settings(), blender::bke::subdiv::subdiv_copy_edge_data(), subdiv_mesh_settings_init(), blender::bke::subdiv::subdiv_mesh_topology_info(), and subdivide_edit_mesh().