V5 Beta test

 From:  Michael Gibson
10653.64 In reply to 10653.63 
Hi Psygorn, for the node editor since you probably don't use version 3 anymore you can remove the version specific stuff in there and just put this:

script: moi.ui.createDialog( 'moi://appdata/nodeeditor/index.html', 'resizeable,defaultWidth:680,defaultHeight:420', moi.ui.mainWindow );

That will then work in v4, v5, and v6+

Your new one above will break again when major version number becomes 6 in the future.


For your red curves, that's definitely a bug in v5 where Ctrl + drag is not copying edge curves like it should be. Some of the selection changes relating to groups must have broken that.

For the time being use Transform > Copy to copy edge curves instead of Ctrl+drag . I'll work on fixing the bug for the next beta release, thank you for reporting it!

Thanks, - Michael