NodeToPython icon indicating copy to clipboard operation
NodeToPython copied to clipboard

Convert Blender node groups to a Python add-on

Results 47 NodeToPython issues
Sort by recently updated
recently updated
newest added

* 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

enhancement

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.

enhancement

**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 ![Image](https://github.com/user-attachments/assets/f9e177b3-e67f-484c-a46c-a41d28ee0fe0) in 4.4 blender...

bug

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...

refactor

[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...

enhancement

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...

enhancement