Fix #128322: Pack Islands warnings & fails to use tool-settings
Ref !128757
This commit is contained in:
@@ -1691,7 +1691,7 @@ static int pack_islands_exec(bContext *C, wmOperator *op)
|
||||
const Scene *scene = CTX_data_scene(C);
|
||||
const SpaceImage *sima = CTX_wm_space_image(C);
|
||||
|
||||
UnwrapOptions options = unwrap_options_get(op, nullptr, nullptr);
|
||||
UnwrapOptions options = unwrap_options_get(op, nullptr, scene->toolsettings);
|
||||
options.topology_from_uvs = true;
|
||||
options.only_selected_faces = true;
|
||||
options.only_selected_uvs = true;
|
||||
|
||||
Reference in New Issue
Block a user