|
Blender
V2.93
|
Public Attributes | |
| enum PHandleState | state |
| MemArena * | arena |
| MemArena * | polyfill_arena |
| Heap * | polyfill_heap |
| PChart * | construction_chart |
| PHash * | hash_verts |
| PHash * | hash_edges |
| PHash * | hash_faces |
| PChart ** | charts |
| int | ncharts |
| float | aspx |
| float | aspy |
| RNG * | rng |
| float | blend |
| char | do_aspect |
Definition at line 202 of file uvedit_parametrizer.c.
| MemArena* PHandle::arena |
Definition at line 204 of file uvedit_parametrizer.c.
Referenced by p_face_add(), p_vert_add(), p_vert_copy(), param_construct_begin(), and param_delete().
| float PHandle::aspx |
Definition at line 216 of file uvedit_parametrizer.c.
Referenced by p_flush_uvs(), p_flush_uvs_blend(), p_vert_load_pin_select_uvs(), param_aspect_ratio(), param_construct_begin(), and param_pack().
| float PHandle::aspy |
Definition at line 216 of file uvedit_parametrizer.c.
Referenced by p_flush_uvs(), p_flush_uvs_blend(), p_vert_load_pin_select_uvs(), param_aspect_ratio(), param_construct_begin(), and param_pack().
| float PHandle::blend |
Definition at line 219 of file uvedit_parametrizer.c.
Referenced by param_flush(), param_stretch_begin(), and param_stretch_blend().
| PChart** PHandle::charts |
Definition at line 213 of file uvedit_parametrizer.c.
Referenced by param_average(), param_construct_end(), param_delete(), param_flush(), param_flush_restore(), param_lscm_begin(), param_lscm_end(), param_lscm_solve(), param_pack(), param_pack_rotate(), param_scale(), param_smooth_area(), param_stretch_begin(), and param_stretch_iter().
| PChart* PHandle::construction_chart |
Definition at line 208 of file uvedit_parametrizer.c.
Referenced by p_connect_pairs(), param_construct_begin(), param_construct_end(), and param_delete().
| char PHandle::do_aspect |
Definition at line 220 of file uvedit_parametrizer.c.
Referenced by param_aspect_ratio(), and param_construct_begin().
| PHash* PHandle::hash_edges |
Definition at line 210 of file uvedit_parametrizer.c.
Referenced by p_edge_has_pair(), p_edge_lookup(), p_face_add_construct(), p_face_exists(), param_construct_begin(), param_construct_end(), and param_delete().
| PHash* PHandle::hash_faces |
Definition at line 211 of file uvedit_parametrizer.c.
Referenced by p_connect_pairs(), p_face_add_construct(), param_construct_begin(), param_construct_end(), param_delete(), and param_face_add().
| PHash* PHandle::hash_verts |
Definition at line 209 of file uvedit_parametrizer.c.
Referenced by p_vert_add(), p_vert_lookup(), param_construct_begin(), param_construct_end(), and param_delete().
| int PHandle::ncharts |
Definition at line 214 of file uvedit_parametrizer.c.
Referenced by param_average(), param_construct_end(), param_delete(), param_flush(), param_flush_restore(), param_lscm_begin(), param_lscm_end(), param_lscm_solve(), param_pack(), param_pack_rotate(), param_scale(), param_smooth_area(), param_stretch_begin(), and param_stretch_iter().
| MemArena* PHandle::polyfill_arena |
Definition at line 205 of file uvedit_parametrizer.c.
Referenced by p_add_ngon(), param_construct_begin(), and param_delete().
| Heap* PHandle::polyfill_heap |
Definition at line 206 of file uvedit_parametrizer.c.
Referenced by p_add_ngon(), param_construct_begin(), and param_delete().
| RNG* PHandle::rng |
Definition at line 218 of file uvedit_parametrizer.c.
Referenced by param_stretch_begin(), param_stretch_end(), and param_stretch_iter().
| enum PHandleState PHandle::state |
Definition at line 183 of file uvedit_parametrizer.c.
Referenced by param_construct_begin(), param_construct_end(), param_delete(), param_edge_set_seam(), param_face_add(), param_flush(), param_lscm_begin(), param_lscm_end(), param_lscm_solve(), param_smooth_area(), param_stretch_begin(), param_stretch_blend(), param_stretch_end(), and param_stretch_iter().