|
Blender
V2.93
|
Public Attributes | |
| struct WeldGroup * | vert_groups |
| uint * | vert_groups_buffer |
| struct WeldGroupEdge * | edge_groups |
| uint * | edge_groups_buffer |
| uint * | edge_groups_map |
| WeldLoop * | wloop |
| WeldPoly * | wpoly |
| WeldPoly * | wpoly_new |
| uint | wloop_len |
| uint | wpoly_len |
| uint | wpoly_new_len |
| uint * | loop_map |
| uint * | poly_map |
| uint | vert_kill_len |
| uint | edge_kill_len |
| uint | loop_kill_len |
| uint | poly_kill_len |
| uint | max_poly_len |
Definition at line 141 of file MOD_weld.c.
| struct WeldGroupEdge* WeldMesh::edge_groups |
Definition at line 147 of file MOD_weld.c.
Referenced by weld_mesh_context_create(), weld_mesh_context_free(), and weldModifier_doWeld().
| uint* WeldMesh::edge_groups_buffer |
Definition at line 148 of file MOD_weld.c.
Referenced by weld_mesh_context_create(), weld_mesh_context_free(), and weldModifier_doWeld().
| uint* WeldMesh::edge_groups_map |
Definition at line 151 of file MOD_weld.c.
Referenced by weld_mesh_context_create(), weld_mesh_context_free(), and weldModifier_doWeld().
| uint WeldMesh::edge_kill_len |
Definition at line 167 of file MOD_weld.c.
Referenced by weld_mesh_context_create(), and weldModifier_doWeld().
| uint WeldMesh::loop_kill_len |
Definition at line 168 of file MOD_weld.c.
Referenced by weld_poly_loop_ctx_setup(), and weldModifier_doWeld().
| uint* WeldMesh::loop_map |
Definition at line 163 of file MOD_weld.c.
Referenced by weld_mesh_context_free(), weld_poly_loop_ctx_alloc(), weld_poly_loop_ctx_setup(), weld_poly_split_recursive(), and weldModifier_doWeld().
| uint WeldMesh::max_poly_len |
Definition at line 172 of file MOD_weld.c.
Referenced by weld_poly_loop_ctx_alloc(), and weldModifier_doWeld().
| uint WeldMesh::poly_kill_len |
Definition at line 169 of file MOD_weld.c.
Referenced by weld_poly_loop_ctx_setup(), and weldModifier_doWeld().
| uint* WeldMesh::poly_map |
Definition at line 164 of file MOD_weld.c.
Referenced by weld_mesh_context_free(), weld_poly_loop_ctx_alloc(), weld_poly_loop_ctx_setup(), and weldModifier_doWeld().
| struct WeldGroup* WeldMesh::vert_groups |
Definition at line 143 of file MOD_weld.c.
Referenced by weld_mesh_context_create(), weld_mesh_context_free(), and weldModifier_doWeld().
| uint* WeldMesh::vert_groups_buffer |
Definition at line 144 of file MOD_weld.c.
Referenced by weld_mesh_context_create(), weld_mesh_context_free(), and weldModifier_doWeld().
| uint WeldMesh::vert_kill_len |
Definition at line 166 of file MOD_weld.c.
Referenced by weld_mesh_context_create(), and weldModifier_doWeld().
| WeldLoop* WeldMesh::wloop |
Definition at line 154 of file MOD_weld.c.
Referenced by weld_mesh_context_free(), weld_poly_loop_ctx_alloc(), weld_poly_loop_ctx_setup(), weld_poly_split_recursive(), and weldModifier_doWeld().
| uint WeldMesh::wloop_len |
Definition at line 157 of file MOD_weld.c.
Referenced by weld_poly_loop_ctx_alloc(), and weld_poly_loop_ctx_setup().
| WeldPoly* WeldMesh::wpoly |
Definition at line 155 of file MOD_weld.c.
Referenced by weld_mesh_context_free(), weld_poly_loop_ctx_alloc(), weld_poly_loop_ctx_setup(), and weldModifier_doWeld().
| uint WeldMesh::wpoly_len |
Definition at line 158 of file MOD_weld.c.
Referenced by weld_poly_loop_ctx_alloc(), and weld_poly_loop_ctx_setup().
| WeldPoly* WeldMesh::wpoly_new |
Definition at line 156 of file MOD_weld.c.
Referenced by weld_poly_loop_ctx_alloc(), weld_poly_loop_ctx_setup(), weld_poly_split_recursive(), and weldModifier_doWeld().
| uint WeldMesh::wpoly_new_len |
Definition at line 159 of file MOD_weld.c.
Referenced by weld_poly_loop_ctx_alloc(), weld_poly_loop_ctx_setup(), weld_poly_split_recursive(), and weldModifier_doWeld().