浏览代码

Editor: Disabled script panel.

Mr.doob 10 年之前
父节点
当前提交
f8eeac990e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.Material( editor ) );
 	container.add( new Sidebar.Animation( editor ) );
-	container.add( new Sidebar.Script( editor ) );
+	// container.add( new Sidebar.Script( editor ) );
 
 	return container;