- 7 Posts
- 2 Comments
Joined 11 months ago
Cake day: August 17th, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
monica_b1998@lemmy.worldOPto Python@programming.dev•Domino effect in 10 lines of Python code (Blender 3d)3·9 months agoGood question - it’s the latter: all the blocks are generated practically instantaneously, whereas it does take a noticeable amount of time for the first block to hit the next one.
if i==25 would only result in the last block falling down, the rest would remain standing.a
that makes sense! if I find the time, I’ll update it. it needs to updated to a newer Blender version anyway…