In this step-by-step guide, you’ll learn how to create a seamless 3D Truchet Tile animation loop using Python in Blender.
Initial Code:
https://github.com/CGArtPython/blender_plus_python/blob/main/art_projects/truchet_tiles/truchet_tiles_start.py
Final Code:
https://github.com/CGArtPython/blender_plus_python/blob/main/art_projects/truchet_tiles/truchet_tiles_done.py
Final Code with bpybb
https://github.com/CGArtPython/blender_plus_python/blob/main/art_projects/truchet_tiles/truchet_tiles_done_bpybb.py
5 Steps to setup VSCode for Blender Python (on Windows)
5 Steps to setup VSCode for Blender Python (on macOS)
5 Steps to setup VSCode for Blender Python (on Linux)
How to install the bpy Building Blocks Python package
How to enable add-ons with Python in Blender (with examples)