Thank you Michael.
It is hard to find, or if found know, if information on the internet is correct.
In response to question:
>>>What would be the approach to use the Control Point type curve instead of InterpCurve?
The factory for the type of curve is hard coded in the variable pitch helix .js file, so simply change one line of code in the .js file.
var factory = moi.command.createFactory( 'interpcurve' );
becomes:
var factory = moi.command.createFactory( 'curve' );
Perhaps assign a new name for the modified script, to avoid confusion, and copy the renamed .js and .htm files to the Moi appdata file, alongside the old version, if using CustomUI,
or the Moi command folder, alongside the old version, without CustomUI.
I do not understand how Flow is involved in the helix modification?
- Brian
|