Add popup_editor and editor_panel option to allow the editor panel to bin in an external div
Update the scene, the node editor and the edge editor to include the options
define([], function ($, _) {
'use strict';
return {
getUtils: function(){
return window.Rkns.Utils;
},
getRenderer: function(){
return window.Rkns.Renderer;
}
};
});