Browse Source

Editor: Disabled script panel.

Mr.doob 10 years ago
parent
commit
f8eeac990e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      editor/js/Sidebar.js

+ 1 - 1
editor/js/Sidebar.js

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