|
Blender
V2.93
|
Public Attributes | |
| bool | topology_from_uvs |
| bool | topology_from_uvs_use_seams |
| bool | only_selected_faces |
| bool | only_selected_uvs |
| bool | fill_holes |
| bool | correct_aspect |
Definition at line 149 of file uvedit_unwrap_ops.c.
| bool UnwrapOptions::correct_aspect |
Correct for mapped image texture aspect ratio.
Definition at line 165 of file uvedit_unwrap_ops.c.
| bool UnwrapOptions::fill_holes |
Fill holes to better preserve shape.
Definition at line 163 of file uvedit_unwrap_ops.c.
| bool UnwrapOptions::only_selected_faces |
Only affect selected faces.
Definition at line 155 of file uvedit_unwrap_ops.c.
| bool UnwrapOptions::only_selected_uvs |
Only affect selected UV's.
Definition at line 161 of file uvedit_unwrap_ops.c.
| bool UnwrapOptions::topology_from_uvs |
Connectivity based on UV coordinates instead of seams.
Definition at line 151 of file uvedit_unwrap_ops.c.
| bool UnwrapOptions::topology_from_uvs_use_seams |
Also use seams as well as UV coordinates (only valid when topology_from_uvs is enabled).
Definition at line 153 of file uvedit_unwrap_ops.c.