{"id":20023205,"url":"https://github.com/carson-katri/geometry-script","last_synced_at":"2025-04-12T15:32:35.052Z","repository":{"id":64519694,"uuid":"565563839","full_name":"carson-katri/geometry-script","owner":"carson-katri","description":"A scripting API for Blender's Geometry Nodes","archived":false,"fork":false,"pushed_at":"2024-10-27T11:20:26.000Z","size":21815,"stargazers_count":283,"open_issues_count":30,"forks_count":27,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-04-03T15:09:14.355Z","etag":null,"topics":["add-on","blender","bpy","geometry-nodes","python","scripting"],"latest_commit_sha":null,"homepage":"https://carson-katri.github.io/geometry-script/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/carson-katri.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-13T19:51:58.000Z","updated_at":"2025-04-03T14:26:55.000Z","dependencies_parsed_at":"2024-10-27T12:43:48.397Z","dependency_job_id":null,"html_url":"https://github.com/carson-katri/geometry-script","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carson-katri%2Fgeometry-script","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carson-katri%2Fgeometry-script/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carson-katri%2Fgeometry-script/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carson-katri%2Fgeometry-script/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carson-katri","download_url":"https://codeload.github.com/carson-katri/geometry-script/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248589838,"owners_count":21129689,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["add-on","blender","bpy","geometry-nodes","python","scripting"],"created_at":"2024-11-13T08:45:28.575Z","updated_at":"2025-04-12T15:32:35.013Z","avatar_url":"https://github.com/carson-katri.png","language":"Python","funding_links":[],"categories":["👩🏽‍💻Development [^](#table)"],"sub_categories":["Scripting/Developing [^](#table)"],"readme":"![Geometry Script wordmark](book/src/images/wordmark.png)\n\nA scripting API for Blender's Geometry Nodes:\n\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\n\u003ctd\u003e\n\n```python\nfrom geometry_script import *\n\n@tree(\"Repeat Grid\")\ndef repeat_grid(geometry: Geometry, width: Int, height: Int):\n    g = grid(\n        size_x=width, size_y=height,\n        vertices_x=width, vertices_y=height\n    ).mesh.mesh_to_points()\n    return g.instance_on_points(instance=geometry)\n```\n\n\u003c/td\u003e\n\u003ctd\u003e\n\n![Generated node tree](book/src/images/example_generated_tree.png)\n\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/tbody\u003e\n\u003c/table\u003e\n\n## Installation\n1. [Download the source code](https://github.com/carson-katri/geometry-script/archive/refs/heads/main.zip)\n2. Open *Blender* \u003e *Preferences* \u003e *Add-ons*\n3. Choose *Install...* and select the downloaded ZIP file\n\nOr you can get it from the [Blender Market](https://www.blendermarket.com/products/geometry-script).\n\n## What is Geometry Script?\n*Geometry Script* is a robust yet easy to use Python API for creating Geometry Nodes with code.\n\nAt a certain point, Geometry Node trees become unmanagably large. Creating node trees in Python enables quicker editing and reorganization of large, complex trees.\n\n*Geometry Script* has all of the performance and capabilities of Geometry Nodes, but in a more managable format. The scripts are converted directly to Geometry Node trees making them easy to tweak for others unfamiliar with scripting.\n\n## [Documentation](https://carson-katri.github.io/geometry-script/)\nRead the documentation for more information on installation, syntax, and tutorials.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarson-katri%2Fgeometry-script","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarson-katri%2Fgeometry-script","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarson-katri%2Fgeometry-script/lists"}