|
@@ -13,7 +13,7 @@ var Sidebar = function ( editor ) {
|
|
|
container.add( new Sidebar.Geometry( editor ) );
|
|
|
container.add( new Sidebar.Material( editor ) );
|
|
|
container.add( new Sidebar.Animation( editor ) );
|
|
|
- container.add( new Sidebar.Script( editor ) );
|
|
|
+ // container.add( new Sidebar.Script( editor ) );
|
|
|
|
|
|
return container;
|
|
|
|