Alex Martinelli writes:
In this post I'm going to provide step-by-step guides and examples for generating fractals with Blender and animation-nodes. I'll cover topics like recursion, n-flakes, L-systems, Mandelbrot/Julia sets.
Alex Martinelli writes:
In this post I'm going to provide step-by-step guides and examples for generating fractals with Blender and animation-nodes. I'll cover topics like recursion, n-flakes, L-systems, Mandelbrot/Julia sets.
10 Comments
The link doesn't appear to be working. Sounds like an interesting post.
Here the correct link: https://towardsdatascience.com/generating-fractals-with-blender-and-animation-nodes-3ae79d02bf40
Below is the correct link for this tutorial:
https://towardsdatascience.com/generating-fractals-with-blender-and-animation-nodes-3ae79d02bf40
Let's see if I can post a link without being labeled as a spammer:
https://towardsdatascience.com/generating-fractals-with-blender-and-animation-nodes-3ae79d02bf40
try this
https://towardsdatascience.com/generating-fractals-with-blender-and-animation-nodes-3ae79d02bf40
5AGADO you're quite the polymath man! I'm impressed by the breadth, depth of your writing and interests. Thanks for sharing your methods on fractals - very cool.
Thank you for such a flattering compliment, really appreciated
I'm having issues with the python scripts
when I try and run regular_polygon it tells me that the python script failed
When I check the console it tell me that line 3 has failed nameerror: centers was not defines
Traceback (most recent call last):
File "C:\Blender Files\Blender Project Files\untitled.blend\regular_polygon", line 3, in
NameError: name 'Centers' is not defined
Error: Python script failed, check the message in the system console
Any help would be greatly appreciated, thank you!
You are not passing the required "centers" values to the script
Can't get the nodetree for solid objects to run correct... Is there a download link awailable anywhere in the internet ? Can't figure out why it's not working correct.