discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

RC3 problem with setting $vpr

P
Parkinbot
Fri, Jan 1, 2021 4:16 PM

For an animation I need do some viewport rotation. But with RC3 all I get is
one of those very informative new warnings:

WARNING: Viewall and autocenter disabled in favor of $vp* location unknown

here some code that used to be fine some time ago:

cube([100,10,10]);
cylinder(r=5,h=100,center=true);
$vpr=[$vpr[0],$vpr[1],$t*360];

--
Sent from: http://forum.openscad.org/

For an animation I need do some viewport rotation. But with RC3 all I get is one of those very informative new warnings: WARNING: Viewall and autocenter disabled in favor of $vp* location unknown here some code that used to be fine some time ago: cube([100,10,10]); cylinder(r=5,h=100,center=true); $vpr=[$vpr[0],$vpr[1],$t*360]; -- Sent from: http://forum.openscad.org/
TP
Torsten Paul
Fri, Jan 1, 2021 4:27 PM
https://github.com/openscad/openscad/issues/3548
P
Parkinbot
Fri, Jan 1, 2021 4:37 PM

Thanks. I did a quick search, but couldn't find it.

I got my animation working by disabling "stop on the first first warning".

--
Sent from: http://forum.openscad.org/

Thanks. I did a quick search, but couldn't find it. I got my animation working by disabling "stop on the first first warning". -- Sent from: http://forum.openscad.org/