NodeToPython
NodeToPython copied to clipboard
Convert Blender node groups to a Python add-on
* Would be nice to have a cache of the `nodes_dict` variable so we don't reprocess old versions every time the script is run
Attempting to install the node-to-python addon using master build (4.4-alpha 10/11/24) and getting errors. Works with 4.2-release. There would appear to be a naming issue. website: `node-to-python` blender_manifest.toml: `node_to_python` github:...
e.g. node trees, lights, materials, scenes, etc.
**System Information** * OS (Windows, MacOS, Linux) * Blender version * 4.4/4.5 **Describe the bug** this is what the node `Evaluate at index` looks in 4.5  in 4.4 blender...
There is a lot of duplicated code for handling different node setting types. It'd be nice to define an interface that can automatically replicate settings, cleaning up the current code...
[Nodes in NodeGroups now have UI for their Custom Properties](https://developer.blender.org/docs/release_notes/5.0/core/#nodes-in-nodegroups-now-have-ui-for-their-custom-properties) As a follow-up to splitting 'system-defined' IDProperty storage from 'user-defined' ones (aka 'Custom Properties'), UI to access custom properties of...
Hi there, Thanks a lot for creating this tool, it's simply amazing. I've tried plenty of methods to backup and run my nodes but this is the most convenient so...