|
Blender V4.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 |
| int | method |
| bool | use_slim |
| bool | use_abf |
| bool | use_subsurf |
| bool | use_weights |
| ParamSlimOptions | slim |
| char | weight_group [MAX_VGROUP_NAME] |
Definition at line 173 of file uvedit_unwrap_ops.cc.
| bool UnwrapOptions::correct_aspect |
Correct for mapped image texture aspect ratio.
Definition at line 189 of file uvedit_unwrap_ops.cc.
| bool UnwrapOptions::fill_holes |
Fill holes to better preserve shape.
Definition at line 187 of file uvedit_unwrap_ops.cc.
| int UnwrapOptions::method |
Definition at line 193 of file uvedit_unwrap_ops.cc.
| bool UnwrapOptions::only_selected_faces |
Only affect selected faces.
Definition at line 179 of file uvedit_unwrap_ops.cc.
| bool UnwrapOptions::only_selected_uvs |
Only affect selected UVs.
Definition at line 185 of file uvedit_unwrap_ops.cc.
| bool UnwrapOptions::pin_unselected |
Treat unselected uvs as if they were pinned.
Definition at line 191 of file uvedit_unwrap_ops.cc.
| ParamSlimOptions UnwrapOptions::slim |
Definition at line 199 of file uvedit_unwrap_ops.cc.
| bool UnwrapOptions::topology_from_uvs |
Connectivity based on UV coordinates instead of seams.
Definition at line 175 of file uvedit_unwrap_ops.cc.
| 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.
| bool UnwrapOptions::use_abf |
Definition at line 195 of file uvedit_unwrap_ops.cc.
| bool UnwrapOptions::use_slim |
Definition at line 194 of file uvedit_unwrap_ops.cc.
| bool UnwrapOptions::use_subsurf |
Definition at line 196 of file uvedit_unwrap_ops.cc.
| bool UnwrapOptions::use_weights |
Definition at line 197 of file uvedit_unwrap_ops.cc.
| char UnwrapOptions::weight_group[MAX_VGROUP_NAME] |
Definition at line 200 of file uvedit_unwrap_ops.cc.