Blender  V3.3
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
 
bool pin_unselected
 

Detailed Description

Definition at line 190 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 206 of file uvedit_unwrap_ops.c.

◆ fill_holes

bool UnwrapOptions::fill_holes

Fill holes to better preserve shape.

Definition at line 204 of file uvedit_unwrap_ops.c.

◆ only_selected_faces

bool UnwrapOptions::only_selected_faces

Only affect selected faces.

Definition at line 196 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 202 of file uvedit_unwrap_ops.c.

◆ pin_unselected

bool UnwrapOptions::pin_unselected

Treat unselected uvs as if they were pinned.

Definition at line 208 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 192 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 194 of file uvedit_unwrap_ops.c.


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