Carson Katri

Results 219 comments of Carson Katri

I have a prototype for this implemented in #13. Let me know if you have any problems converting more complex node trees.

@tbscode If you go to [this page](https://github.com/carson-katri/geometry-script/tree/nodes_to_script) (or just select the `nodes-to-script` branch), you should be able to download the addon ZIP. Let me know any issues you run into...

We should probably add version checks for 4.0 specific changes

@alphadito I meant backwards compatibility, so we could switch back to the 3.x method as needed. This means we could still fix bugs or provide new API for older versions....

I’d like to reopen this to consider a possible interface for selecting folders to link. It should also be possible to avoid breaking links when nodes rebuild.

`bpy` is a module builtin to Blender, you don’t install it via pip. When running a Blender addon, bpy will be available automatically. Can you describe what you are trying...

That seems like a good solution. Feel free to open a PR.

Geometry Script creates Blender node trees, so it doesn't make sense to run it outside of Blender imo. Unless you are thinking about generating the `.blend` file data for the...

Thanks for this! I like the first one better. If you make a PR, I’ll merge it.