BrendanParmer / NodeToPython

Convert Blender node groups to a Python add-on
MIT License
247 stars 23 forks source link

Indentation option #128

Open BrendanParmer opened 3 months ago

BrendanParmer commented 3 months ago

Allow user to select between spaces/tabs. Blender itself recommends PEP 8 for addons, which prefers 4 spaces for each indentation level. This should probably be the default (sorry tabs fans, myself included).

There can also probably be an option for the number of spaces to use