Skip to content

Commit

Permalink
hide rotation/scale
Browse files Browse the repository at this point in the history
  • Loading branch information
cade9522 committed Oct 25, 2017
1 parent 58e3d1d commit d983e59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/static/js/Sidebar.Object.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Sidebar.Object = function ( editor ) {
objectRotationRow.add( new UI.Text( 'Rotation' ).setWidth( '90px' ) );
objectRotationRow.add( objectRotationZ, objectRotationX, objectRotationY );

container.add( objectRotationRow );
//container.add( objectRotationRow );

// scale

Expand All @@ -130,7 +130,7 @@ Sidebar.Object = function ( editor ) {
//objectScaleRow.add( objectScaleLock );
objectScaleRow.add( objectScaleZ, objectScaleX, objectScaleY ); // swap y and z axis

container.add( objectScaleRow );
//container.add( objectScaleRow );

// fov

Expand Down

0 comments on commit d983e59

Please sign in to comment.