BrendanParmer / NodeToPython

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

Set geometry node inputs #34

Closed BrendanParmer closed 1 year ago

BrendanParmer commented 1 year ago

The add-on currently sets the geometry node input default values, but not the actual inputs used. For example, images inputs don't have a default_value attribute and aren't set. This shouldn't be too hard a fix. There maybe should be a UI option to disable this, as it may not always be wanted.

BrendanParmer commented 1 year ago

This would require specifying an object with this node group applied. If there's demand for it, I'll implement it, but it's not a priority right now. Aside from the showing in different view mode attributes, most of the functionality that this would provide could just be done by setting default values