diff --git a/src/wings_outliner.erl b/src/wings_outliner.erl index bb909e25..28e4cdf8 100644 --- a/src/wings_outliner.erl +++ b/src/wings_outliner.erl @@ -85,6 +85,7 @@ command({assign_texture,Type,Id,Name0, Format}, #st{mat=Mtab}=St) -> occlusion when Format =/= g8 -> wings_u:message(ConvertWarning); _ -> ignore end, + wings_wm:psend(geom, {drop,#{type=>image,id=>Id}}), %% ensure AutoUV is updated if active wings_wm:send(geom, {action,{material,{update,Name,Mat}}}); false -> keep