提交 c95ac998 编写于 作者: M Mr.doob

Editor: More animation code commented out.

上级 b971e3c2
...@@ -24,6 +24,8 @@ Sidebar.Animation = function ( editor ) { ...@@ -24,6 +24,8 @@ Sidebar.Animation = function ( editor ) {
var animationsRow = new UI.Panel(); var animationsRow = new UI.Panel();
container.add( animationsRow ); container.add( animationsRow );
/*
var animations = {}; var animations = {};
signals.objectAdded.add( function ( object ) { signals.objectAdded.add( function ( object ) {
...@@ -105,6 +107,8 @@ Sidebar.Animation = function ( editor ) { ...@@ -105,6 +107,8 @@ Sidebar.Animation = function ( editor ) {
} ); } );
*/
return container; return container;
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册