Blender  V2.93
Public Attributes | List of all members
UnwrapOptions Struct Reference

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
 

Detailed Description

Definition at line 149 of file uvedit_unwrap_ops.c.

Member Data Documentation

◆ correct_aspect

bool UnwrapOptions::correct_aspect

Correct for mapped image texture aspect ratio.

Definition at line 165 of file uvedit_unwrap_ops.c.

◆ fill_holes

bool UnwrapOptions::fill_holes

Fill holes to better preserve shape.

Definition at line 163 of file uvedit_unwrap_ops.c.

◆ only_selected_faces

bool UnwrapOptions::only_selected_faces

Only affect selected faces.

Definition at line 155 of file uvedit_unwrap_ops.c.

◆ only_selected_uvs

bool UnwrapOptions::only_selected_uvs

Only affect selected UV's.

Note
Disable this for operations that don't run in the image-window. Unwrapping from the 3D view for example, where only 'only_selected_faces' should be used.

Definition at line 161 of file uvedit_unwrap_ops.c.

◆ topology_from_uvs

bool UnwrapOptions::topology_from_uvs

Connectivity based on UV coordinates instead of seams.

Definition at line 151 of file uvedit_unwrap_ops.c.

◆ topology_from_uvs_use_seams

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.


The documentation for this struct was generated from the following file: