Blender V4.3
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
 
int method
 
bool use_slim
 
bool use_abf
 
bool use_subsurf
 
bool use_weights
 
ParamSlimOptions slim
 
char weight_group [MAX_VGROUP_NAME]
 

Detailed Description

Definition at line 173 of file uvedit_unwrap_ops.cc.

Member Data Documentation

◆ correct_aspect

bool UnwrapOptions::correct_aspect

Correct for mapped image texture aspect ratio.

Definition at line 189 of file uvedit_unwrap_ops.cc.

◆ fill_holes

bool UnwrapOptions::fill_holes

Fill holes to better preserve shape.

Definition at line 187 of file uvedit_unwrap_ops.cc.

◆ method

int UnwrapOptions::method

Definition at line 193 of file uvedit_unwrap_ops.cc.

◆ only_selected_faces

bool UnwrapOptions::only_selected_faces

Only affect selected faces.

Definition at line 179 of file uvedit_unwrap_ops.cc.

◆ only_selected_uvs

bool UnwrapOptions::only_selected_uvs

Only affect selected UVs.

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 185 of file uvedit_unwrap_ops.cc.

◆ pin_unselected

bool UnwrapOptions::pin_unselected

Treat unselected uvs as if they were pinned.

Definition at line 191 of file uvedit_unwrap_ops.cc.

◆ slim

ParamSlimOptions UnwrapOptions::slim

Definition at line 199 of file uvedit_unwrap_ops.cc.

◆ topology_from_uvs

bool UnwrapOptions::topology_from_uvs

Connectivity based on UV coordinates instead of seams.

Definition at line 175 of file uvedit_unwrap_ops.cc.

◆ 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 177 of file uvedit_unwrap_ops.cc.

◆ use_abf

bool UnwrapOptions::use_abf

Definition at line 195 of file uvedit_unwrap_ops.cc.

◆ use_slim

bool UnwrapOptions::use_slim

Definition at line 194 of file uvedit_unwrap_ops.cc.

◆ use_subsurf

bool UnwrapOptions::use_subsurf

Definition at line 196 of file uvedit_unwrap_ops.cc.

◆ use_weights

bool UnwrapOptions::use_weights

Definition at line 197 of file uvedit_unwrap_ops.cc.

◆ weight_group

char UnwrapOptions::weight_group[MAX_VGROUP_NAME]

Definition at line 200 of file uvedit_unwrap_ops.cc.


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