Blender
V3.3
|
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 |
bool | pin_unselected |
Definition at line 190 of file uvedit_unwrap_ops.c.
bool UnwrapOptions::correct_aspect |
Correct for mapped image texture aspect ratio.
Definition at line 206 of file uvedit_unwrap_ops.c.
bool UnwrapOptions::fill_holes |
Fill holes to better preserve shape.
Definition at line 204 of file uvedit_unwrap_ops.c.
bool UnwrapOptions::only_selected_faces |
Only affect selected faces.
Definition at line 196 of file uvedit_unwrap_ops.c.
bool UnwrapOptions::only_selected_uvs |
Only affect selected UV's.
Definition at line 202 of file uvedit_unwrap_ops.c.
bool UnwrapOptions::pin_unselected |
Treat unselected uvs as if they were pinned.
Definition at line 208 of file uvedit_unwrap_ops.c.
bool UnwrapOptions::topology_from_uvs |
Connectivity based on UV coordinates instead of seams.
Definition at line 192 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 194 of file uvedit_unwrap_ops.c.