Need help mastering Blender Python fast? Go here: https://cgpython.com/skool/40
This is the second video in a step-by-step Blender Python tutorial series, where you'll discover how to use geometry nodes and Python scripting to create a basic mesh animation. Learn how to separate mesh faces into groups with the Separate Geo Node, seamlessly animate their scale with the Scale Elements Geo Node, and join everything together with the Join Geo Node.
Initial Code
https://github.com/CGArtPython/blender_plus_python/blob/main/geo_nodes/subdivided_triangulated_cube/subdivided_triangulated_cube_part_1_done.py
Final Code
https://github.com/CGArtPython/blender_plus_python/blob/main/geo_nodes/subdivided_triangulated_cube/subdivided_triangulated_cube_part_2_done.py
Geo Nodes Python documentation
https://docs.blender.org/api/current/bpy.types.GeometryNode.html
Function Node Python documentation
https://docs.blender.org/api/current/bpy.types.FunctionNode.html
#blender #python #scripting #tutorial #geometrynodes
Download
0 formats
No download links available.
Blender Python Tutorial: How to Use Geometry Nodes to Split and Animate Mesh Faces | NatokHD