BrendanParmer / NodeToPython

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

Join geometry and links order #97

Closed alikendarfen closed 5 months ago

alikendarfen commented 8 months ago

I've posted two tickets at Blender.org.

I think that can interest you.

The first one is the original issue (material slots inverted).

The second one may be more explicit concerning the consequences for NodeToPython.

The point: when linking nodes to "join geometry" the resulting links are in inverted order (despite the link order in the links list is correct).

Best regards

alikendarfen commented 8 months ago

For information, that can be solved using https://docs.blender.org/api/4.1/bpy.types.NodeLink.html#bpy.types.NodeLink.multi_input_sort_id but this is available in 4.1.