Fix T101414: in 3d viewport, smart uv project failed to pack
Regression from https://developer.blender.org/rBa5c696a0c2b9
This commit is contained in:
@@ -2421,7 +2421,7 @@ static int smart_project_exec(bContext *C, wmOperator *op)
|
|||||||
.rotate = true,
|
.rotate = true,
|
||||||
/* We could make this optional. */
|
/* We could make this optional. */
|
||||||
.rotate_align_axis = 1,
|
.rotate_align_axis = 1,
|
||||||
.only_selected_uvs = true,
|
.only_selected_uvs = only_selected_uvs,
|
||||||
.only_selected_faces = true,
|
.only_selected_faces = true,
|
||||||
.correct_aspect = correct_aspect,
|
.correct_aspect = correct_aspect,
|
||||||
.use_seams = true,
|
.use_seams = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user