Export_3ds: Fixed mismatched sign in target calculation
commit82ce03acb51859f5f76461891464c151a4869a3e
authorSebastian Sille <nrgsille@noreply.localhost>
Sat, 15 Jul 2023 11:39:48 +0000 (15 13:39 +0200)
committerPhilipp Oeser <philipp@blender.org>
Wed, 9 Aug 2023 19:07:43 +0000 (9 21:07 +0200)
tree5019be97e63d4859551f5aaea276943aecfbc9e7
parent18d26d61dba10ebd6ae2ff51b349e36b368c7883
Export_3ds: Fixed mismatched sign in target calculation

Instead of copysign for x and y axes the absolute value of the other axis has to be taken for calculation
Copysign method is needed for z axis only
io_scene_3ds/export_3ds.py