NodeToPython icon indicating copy to clipboard operation
NodeToPython copied to clipboard

Join geometry and links order

Open alikendarfen opened this issue 1 year ago • 1 comments

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 avatar Mar 10 '24 07:03 alikendarfen

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.

alikendarfen avatar Mar 10 '24 07:03 alikendarfen