Blender V5.0
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 185 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 201 of file uvedit_unwrap_ops.cc.

◆ fill_holes

bool UnwrapOptions::fill_holes

Fill holes to better preserve shape.

Definition at line 199 of file uvedit_unwrap_ops.cc.

◆ method

int UnwrapOptions::method

Definition at line 205 of file uvedit_unwrap_ops.cc.

◆ only_selected_faces

bool UnwrapOptions::only_selected_faces

Only affect selected faces.

Definition at line 191 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 197 of file uvedit_unwrap_ops.cc.

◆ pin_unselected

bool UnwrapOptions::pin_unselected

Treat unselected uvs as if they were pinned.

Definition at line 203 of file uvedit_unwrap_ops.cc.

◆ slim

ParamSlimOptions UnwrapOptions::slim

Definition at line 211 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 187 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 189 of file uvedit_unwrap_ops.cc.

◆ use_abf

bool UnwrapOptions::use_abf

Definition at line 207 of file uvedit_unwrap_ops.cc.

◆ use_slim

bool UnwrapOptions::use_slim

Definition at line 206 of file uvedit_unwrap_ops.cc.

◆ use_subsurf

bool UnwrapOptions::use_subsurf

Definition at line 208 of file uvedit_unwrap_ops.cc.

◆ use_weights

bool UnwrapOptions::use_weights

Definition at line 209 of file uvedit_unwrap_ops.cc.

◆ weight_group

char UnwrapOptions::weight_group[MAX_VGROUP_NAME]

Definition at line 212 of file uvedit_unwrap_ops.cc.


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