فهرست منبع

Merge remote-tracking branch 'remotes/mrdoob/dev' into dev

alteredq 13 سال پیش
والد
کامیت
e5d4c2dc9f
1فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 3 2
      editor/js/ui/Sidebar.Properties.Geometry.js

+ 3 - 2
editor/js/ui/Sidebar.Properties.Geometry.js

@@ -123,10 +123,11 @@ Sidebar.Properties.Geometry = function ( signals ) {
 
 		var output = new THREE.GeometryExporter().parse( selected );
 
-		/*
 		var blob = new Blob( [ output ], { type: 'text/json' } );
 		var objectURL = URL.createObjectURL( blob );
-		*/
+
+		window.open( objectURL, '_blank' );
+		window.focus();
 
 	}