Problem to name subobjects in js/nodeeditor

 From:  Michael Gibson
7899.12 In reply to 7899.9 
Hi Karsten,

> By the way: What is the index 1 -|>Orientations in the blend factory for? And what
> are the parameters? I didn't find something in the blend.js that helps me.

When you do a blend, the blend factory will fill that in itself, it stores 2 flags for each blend side, a "flipped" flag for whether the side should be flipped from its natural orientation, and a seam parameter for where the seam point should be located on a closed blend.

Those are then stored in the factory input so they will get serialized into history data and a history update will use any customized seam locations that were set by the user inside the Blend command.

- Michael