I was looking for examples of how to get started with scripting with Python and TD to draw primitives; this was a good intro, thanks very much.
@markus_knoedel2 жыл бұрын
Cool. But wow.
@lalolanda22392 жыл бұрын
great video! im trying to animate that "Value A" and its going so fast , i couldnt find a way to make it smoother
@Evan-hh3lp2 жыл бұрын
this is because the grid is being generated with a random number that is reset every time the "Value A" is changed, the actual value of that parameter is not doing anything other than resetting the call to generate another random number.
@acrylicode2 жыл бұрын
Exactly
@lalolanda22392 жыл бұрын
@@Evan-hh3lp thanks
@kaonashi3D2 жыл бұрын
Hey I'm having some problems when I wright line(scriptOp, 0,0, 1,1) on line 27 I get an and then when I go to read the error br it says Trace back most recent call but my most recent call was on line 27?