/NodeToPython-Dev-Tools

Tools for NodeToPython, a tool which generates tools for the 3D tool Blender

Primary LanguagePythonMIT LicenseMIT

Important

THIS REPOSITORY HAS BEEN ARCHIVED, AND CODE HAS BEEN MOVED INTO THE MAIN NODE TO PYTHON REPO

NodeToPython-Dev-Tools

A repository hosting tools to automate and speed up some aspects of development for the Blender add-on NodeToPython.

Node Settings Generator

(Instructions may need adjusted depending on your operating system, especially Windows)

  1. To create a node settings file, run
    python3 node_settings_generator/parse_nodes.py x y
    
    where x.y is the Blender version you want to generate settings up to.
    • Note that the minimum version is hard-coded to 3.0, as there aren't currently plans to extend NodeToPython compatibility to before that version.