|
@@ -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 ) {
|
|
|
|
|
|
} );
|
|
} );
|
|
|
|
|
|
|
|
+ */
|
|
|
|
+
|
|
return container;
|
|
return container;
|
|
|
|
|
|
}
|
|
}
|