geometry-script icon indicating copy to clipboard operation
geometry-script copied to clipboard

A scripting API for Blender's Geometry Nodes

Results 33 geometry-script issues
Sort by recently updated
recently updated
newest added
trafficstars

Seems like Blender 4.5 renamed this back to what it was in 3.x? šŸ˜†

Corrects the method chain so that mesh_to_points is called on the mesh object. From: .mesh_to_points() To: .mesh.mesh_to_points()

I’d like to have a way to automatically convert existing Geometry Nodes node trees into geometry-script code. This would make it much easier to migrate or prototype complex node setups.