2
0
Эх сурвалжийг харах

- closes https://github.com/assimp/assimp/issues/3830
- Fix rgba2hex
- Add tests

kkulling 4 жил өмнө
parent
commit
2a6b84c8ea

+ 2 - 1
include/assimp/StringUtils.h

@@ -54,6 +54,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #include <cstdlib>
 #include <locale>
 #include <sstream>
+#include <iomanip>
 
 #ifdef _MSC_VER
 #define AI_SIZEFMT "%Iu"
@@ -176,7 +177,7 @@ AI_FORCE_INLINE std::string ai_rgba2hex(int r, int g, int b, int a, bool with_he
     if (with_head) {
         ss << "#";
     }
-    ss << std::hex << (r << 24 | g << 16 | b << 8 | a);
+    ss << std::hex << std::setfill('0') << std::setw(8) << (r << 24 | g << 16 | b << 8 | a);
 
     return ss.str();
 }

+ 3184 - 0
test/AssimpLog_C.txt

@@ -0,0 +1,3184 @@
+Info,  T34284: Load dae.dae
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Collada Importer.
+Info,  T34284: Import root directory is '.\'
+Debug, T34284: Collada schema version is 1.4.n
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: START `t1`
+Debug, T34284: END   `t1`, dt= 0.0064414 s
+Info,  T34284: Load D:/projects/assimp/test/models/OBJ/spider.obj
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Wavefront Object Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/OBJ\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/LWS/move_x.lws
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave Scene Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/LWS\'
+Debug, T34284: LWS: Skipping over plugin-specific data
+Skipping one or more lines with the same contents
+Info,  T34284: LWS file format version is 5
+Info,  T34284: %%% BEGIN EXTERNAL FILE %%%
+Info,  T34284: File: simple_cube.lwo
+Info,  T34284: Load simple_cube.lwo
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave/Modo Object Importer.
+Info,  T34284: Import root directory is '.\'
+Info,  T34284: LWO file format: LWO2 (>= LightWave 6)
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: %%% END EXTERNAL FILE %%%
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Dummy rotation track has been generated
+Debug, T34284: ScenePreprocessor: Dummy scaling track has been generated
+Info,  T34284: Load D:/projects/assimp/test/models/LWS/move_x_post_linear.lws
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave Scene Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/LWS\'
+Debug, T34284: LWS: Skipping over plugin-specific data
+Skipping one or more lines with the same contents
+Info,  T34284: LWS file format version is 5
+Info,  T34284: %%% BEGIN EXTERNAL FILE %%%
+Info,  T34284: File: simple_cube.lwo
+Info,  T34284: Load simple_cube.lwo
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave/Modo Object Importer.
+Info,  T34284: Import root directory is '.\'
+Info,  T34284: LWO file format: LWO2 (>= LightWave 6)
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: %%% END EXTERNAL FILE %%%
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Dummy rotation track has been generated
+Debug, T34284: ScenePreprocessor: Dummy scaling track has been generated
+Info,  T34284: Load D:/projects/assimp/test/models/LWS/move_xz_bezier.lws
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave Scene Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/LWS\'
+Debug, T34284: LWS: Skipping over plugin-specific data
+Skipping one or more lines with the same contents
+Info,  T34284: LWS file format version is 5
+Info,  T34284: %%% BEGIN EXTERNAL FILE %%%
+Info,  T34284: File: simple_cube.lwo
+Info,  T34284: Load simple_cube.lwo
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave/Modo Object Importer.
+Info,  T34284: Import root directory is '.\'
+Info,  T34284: LWO file format: LWO2 (>= LightWave 6)
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: %%% END EXTERNAL FILE %%%
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Dummy rotation track has been generated
+Debug, T34284: ScenePreprocessor: Dummy scaling track has been generated
+Info,  T34284: Load D:/projects/assimp/test/models/LWS/move_xz_stepped.lws
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave Scene Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/LWS\'
+Debug, T34284: LWS: Skipping over plugin-specific data
+Skipping one or more lines with the same contents
+Info,  T34284: LWS file format version is 5
+Info,  T34284: %%% BEGIN EXTERNAL FILE %%%
+Info,  T34284: File: simple_cube.lwo
+Info,  T34284: Load simple_cube.lwo
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave/Modo Object Importer.
+Info,  T34284: Import root directory is '.\'
+Info,  T34284: LWO file format: LWO2 (>= LightWave 6)
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: %%% END EXTERNAL FILE %%%
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Dummy rotation track has been generated
+Debug, T34284: ScenePreprocessor: Dummy scaling track has been generated
+Info,  T34284: Load D:/projects/assimp/test/models/LWS/move_x_oldformat_56.lws
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave Scene Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/LWS\'
+Debug, T34284: LWS: Skipping over plugin-specific data
+Skipping one or more lines with the same contents
+Info,  T34284: LWS file format version is 2
+Info,  T34284: %%% BEGIN EXTERNAL FILE %%%
+Info,  T34284: File: simple_cube.lwo
+Info,  T34284: Load simple_cube.lwo
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave/Modo Object Importer.
+Info,  T34284: Import root directory is '.\'
+Info,  T34284: LWO file format: LWO2 (>= LightWave 6)
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: %%% END EXTERNAL FILE %%%
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Dummy rotation track has been generated
+Debug, T34284: ScenePreprocessor: Dummy scaling track has been generated
+Info,  T34284: Load D:/projects/assimp/test/models/LWS/move_x_post_offset_repeat.lws
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave Scene Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/LWS\'
+Debug, T34284: LWS: Skipping over plugin-specific data
+Skipping one or more lines with the same contents
+Info,  T34284: LWS file format version is 5
+Info,  T34284: %%% BEGIN EXTERNAL FILE %%%
+Info,  T34284: File: simple_cube.lwo
+Info,  T34284: Load simple_cube.lwo
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave/Modo Object Importer.
+Info,  T34284: Import root directory is '.\'
+Info,  T34284: LWO file format: LWO2 (>= LightWave 6)
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: %%% END EXTERNAL FILE %%%
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Dummy rotation track has been generated
+Debug, T34284: ScenePreprocessor: Dummy scaling track has been generated
+Info,  T34284: Load D:/projects/assimp/test/models/LWS/move_xz_hermite.lws
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave Scene Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/LWS\'
+Debug, T34284: LWS: Skipping over plugin-specific data
+Skipping one or more lines with the same contents
+Info,  T34284: LWS file format version is 5
+Info,  T34284: %%% BEGIN EXTERNAL FILE %%%
+Info,  T34284: File: simple_cube.lwo
+Info,  T34284: Load simple_cube.lwo
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave/Modo Object Importer.
+Info,  T34284: Import root directory is '.\'
+Info,  T34284: LWO file format: LWO2 (>= LightWave 6)
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: %%% END EXTERNAL FILE %%%
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Dummy rotation track has been generated
+Debug, T34284: ScenePreprocessor: Dummy scaling track has been generated
+Info,  T34284: Load D:/projects/assimp/test/models/LWS/move_y_pre_ofrep_post_osc.lws
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave Scene Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/LWS\'
+Debug, T34284: LWS: Skipping over plugin-specific data
+Skipping one or more lines with the same contents
+Info,  T34284: LWS file format version is 5
+Info,  T34284: %%% BEGIN EXTERNAL FILE %%%
+Info,  T34284: File: simple_cube.lwo
+Info,  T34284: Load simple_cube.lwo
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave/Modo Object Importer.
+Info,  T34284: Import root directory is '.\'
+Info,  T34284: LWO file format: LWO2 (>= LightWave 6)
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: %%% END EXTERNAL FILE %%%
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Warn,  T34284: Validation warning: aiNodeAnim::mPositionKeys[1].mTime (-72.00000) is smaller than aiAnimation::mPositionKeys[0] (which is 0.00000)
+Warn,  T34284: Validation warning: aiNodeAnim::mPositionKeys[5].mTime (-21.00000) is smaller than aiAnimation::mPositionKeys[4] (which is 0.00000)
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/LWS/move_x_oldformat_6.lws
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave Scene Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/LWS\'
+Debug, T34284: LWS: Skipping over plugin-specific data
+Skipping one or more lines with the same contents
+Info,  T34284: LWS file format version is 3
+Info,  T34284: %%% BEGIN EXTERNAL FILE %%%
+Info,  T34284: File: simple_cube.lwo
+Info,  T34284: Load simple_cube.lwo
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave/Modo Object Importer.
+Info,  T34284: Import root directory is '.\'
+Info,  T34284: LWO file format: LWO2 (>= LightWave 6)
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: %%% END EXTERNAL FILE %%%
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Dummy rotation track has been generated
+Debug, T34284: ScenePreprocessor: Dummy scaling track has been generated
+Info,  T34284: Load D:/projects/assimp/test/models/LWS/move_x_post_repeat.lws
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave Scene Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/LWS\'
+Debug, T34284: LWS: Skipping over plugin-specific data
+Skipping one or more lines with the same contents
+Info,  T34284: LWS file format version is 5
+Info,  T34284: %%% BEGIN EXTERNAL FILE %%%
+Info,  T34284: File: simple_cube.lwo
+Info,  T34284: Load simple_cube.lwo
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave/Modo Object Importer.
+Info,  T34284: Import root directory is '.\'
+Info,  T34284: LWO file format: LWO2 (>= LightWave 6)
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: %%% END EXTERNAL FILE %%%
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Dummy rotation track has been generated
+Debug, T34284: ScenePreprocessor: Dummy scaling track has been generated
+Info,  T34284: Load D:/projects/assimp/test/models/LWS/move_xz_linear.lws
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave Scene Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/LWS\'
+Debug, T34284: LWS: Skipping over plugin-specific data
+Skipping one or more lines with the same contents
+Info,  T34284: LWS file format version is 5
+Info,  T34284: %%% BEGIN EXTERNAL FILE %%%
+Info,  T34284: File: simple_cube.lwo
+Info,  T34284: Load simple_cube.lwo
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave/Modo Object Importer.
+Info,  T34284: Import root directory is '.\'
+Info,  T34284: LWO file format: LWO2 (>= LightWave 6)
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: %%% END EXTERNAL FILE %%%
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Dummy rotation track has been generated
+Debug, T34284: ScenePreprocessor: Dummy scaling track has been generated
+Info,  T34284: Load D:/projects/assimp/test/models/LWS/move_x_post_constant.lws
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave Scene Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/LWS\'
+Debug, T34284: LWS: Skipping over plugin-specific data
+Skipping one or more lines with the same contents
+Info,  T34284: LWS file format version is 5
+Info,  T34284: %%% BEGIN EXTERNAL FILE %%%
+Info,  T34284: File: simple_cube.lwo
+Info,  T34284: Load simple_cube.lwo
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave/Modo Object Importer.
+Info,  T34284: Import root directory is '.\'
+Info,  T34284: LWO file format: LWO2 (>= LightWave 6)
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: %%% END EXTERNAL FILE %%%
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Dummy rotation track has been generated
+Debug, T34284: ScenePreprocessor: Dummy scaling track has been generated
+Info,  T34284: Load D:/projects/assimp/test/models/LWS/move_x_post_reset.lws
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave Scene Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/LWS\'
+Debug, T34284: LWS: Skipping over plugin-specific data
+Skipping one or more lines with the same contents
+Info,  T34284: LWS file format version is 5
+Info,  T34284: %%% BEGIN EXTERNAL FILE %%%
+Info,  T34284: File: simple_cube.lwo
+Info,  T34284: Load simple_cube.lwo
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave/Modo Object Importer.
+Info,  T34284: Import root directory is '.\'
+Info,  T34284: LWO file format: LWO2 (>= LightWave 6)
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: %%% END EXTERNAL FILE %%%
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Dummy rotation track has been generated
+Debug, T34284: ScenePreprocessor: Dummy scaling track has been generated
+Info,  T34284: Load D:/projects/assimp/test/models/LWS/move_xz_spline.lws
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave Scene Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/LWS\'
+Debug, T34284: LWS: Skipping over plugin-specific data
+Skipping one or more lines with the same contents
+Info,  T34284: LWS file format version is 5
+Info,  T34284: %%% BEGIN EXTERNAL FILE %%%
+Info,  T34284: File: simple_cube.lwo
+Info,  T34284: Load simple_cube.lwo
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave/Modo Object Importer.
+Info,  T34284: Import root directory is '.\'
+Info,  T34284: LWO file format: LWO2 (>= LightWave 6)
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: %%% END EXTERNAL FILE %%%
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Dummy rotation track has been generated
+Debug, T34284: ScenePreprocessor: Dummy scaling track has been generated
+Info,  T34284: Load D:/projects/assimp/test/models/LWO/LWO2/boxuv.lwo
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave/Modo Object Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/LWO/LWO2\'
+Info,  T34284: LWO file format: LWO2 (>= LightWave 6)
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/LWO/LWO2/formatDetection
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave/Modo Object Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/LWO/LWO2\'
+Info,  T34284: LWO file format: LWO2 (>= LightWave 6)
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/SMD/triangle.smd
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Valve SMD Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/SMD\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Dummy scaling track has been generated
+Info,  T34284: Load D:/projects/assimp/test/models/SMD/holy_grailref.smd
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Valve SMD Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/SMD\'
+Error, T34284: [SMD/VTA] Bone index overflow. The bone index will be ignored, the weight will be assigned to the vertex' parent node
+Skipping one or more lines with the same contents
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Dummy scaling track has been generated
+Info,  T34284: Load D:/projects/assimp/test/models/glTF/TwoBoxes/TwoBoxes.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: glTF Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF/TwoBoxes\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF/IncorrectVertexArrays/Cube_v1.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: glTF Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF/IncorrectVertexArrays\'
+Warn,  T34284: The number of vertices was not compatible with the TRIANGLES mode. Some vertices were dropped.
+Warn,  T34284: The number of vertices was not compatible with the LINES mode. Some vertices were dropped.
+Warn,  T34284: The number of vertices was not compatible with the TRIANGLES mode. Some vertices were dropped.
+Warn,  T34284: The number of vertices was not compatible with the LINES mode. Some vertices were dropped.
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Warn,  T34284: Validation warning: There are unreferenced vertices
+Skipping one or more lines with the same contents
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF/TwoBoxes/TwoBoxes.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: glTF Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF/TwoBoxes\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/BoxTextured-glTF/BoxTextured.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/BoxTextured-glTF\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 1 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/2CylinderEngine-glTF-Binary/2CylinderEngine.glb
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Reading GLTF2 binary
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/2CylinderEngine-glTF-Binary\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Reading GLTF2 binary
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 34 materials
+Debug, T34284: Importing 29 meshes
+Debug, T34284: Importing 1 cameras
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/BoxTextured-glTF/BoxTextured.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/BoxTextured-glTF\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 1 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: GenVertexNormalsProcess begin
+Debug, T34284: GenVertexNormalsProcess finished. Normals are already there
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/BoxTextured-glTF-Embedded/BoxTextured.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/BoxTextured-glTF-Embedded\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 1 embedded textures
+Debug, T34284: Importing 1 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: GenVertexNormalsProcess begin
+Debug, T34284: GenVertexNormalsProcess finished. Normals are already there
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode/Mesh_PrimitiveMode_00.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 0 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode/Mesh_PrimitiveMode_01.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 0 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode/Mesh_PrimitiveMode_02.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 0 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode/Mesh_PrimitiveMode_03.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 0 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode/Mesh_PrimitiveMode_04.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 0 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode/Mesh_PrimitiveMode_05.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 0 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode/Mesh_PrimitiveMode_06.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 0 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode/Mesh_PrimitiveMode_07.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 0 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode/Mesh_PrimitiveMode_08.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 0 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode/Mesh_PrimitiveMode_09.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 0 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode/Mesh_PrimitiveMode_10.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 0 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode/Mesh_PrimitiveMode_11.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 0 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode/Mesh_PrimitiveMode_12.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 0 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/simple_skin/simple_skin.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/simple_skin\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 0 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 1 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Dummy scaling track has been generated
+Debug, T34284: ScenePreprocessor: Dummy position track has been generated
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/cameras/Cameras.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/cameras\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 0 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing 2 cameras
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Warn,  T34284: Validation warning: 0.000000 is not a valid value for aiCamera::mHorizontalFOV
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/IncorrectVertexArrays/Cube.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/IncorrectVertexArrays\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 0 materials
+Debug, T34284: Importing 8 meshes
+Warn,  T34284: The number of vertices was not compatible with the TRIANGLES mode. Some vertices were dropped.
+Warn,  T34284: The number of vertices was not compatible with the LINES mode. Some vertices were dropped.
+Warn,  T34284: The number of vertices was not compatible with the TRIANGLES mode. Some vertices were dropped.
+Warn,  T34284: The number of vertices was not compatible with the LINES mode. Some vertices were dropped.
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Warn,  T34284: Validation warning: There are unreferenced vertices
+Skipping one or more lines with the same contents
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/textureTransform/TextureTransformTest.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/textureTransform\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 9 materials
+Debug, T34284: Importing 9 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/BoxTextured-glTF/BoxTextured.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/BoxTextured-glTF\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 1 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: TriangulateProcess begin
+Debug, T34284: TriangulateProcess finished. There was nothing to be done.
+Debug, T34284: SortByPTypeProcess begin
+Info,  T34284: Points: 0, Lines: 0, Triangles: 1, Polygons: 0 (Meshes, X = removed)
+Debug, T34284: SortByPTypeProcess finished
+Debug, T34284: JoinVerticesProcess begin
+Debug, T34284: Mesh 0 (Mesh) | Verts in: 24 out: 24 | ~0%
+Debug, T34284: JoinVerticesProcess finished 
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/glTF-Sample-Models/AnimatedMorphCube-glTF/AnimatedMorphCube.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/glTF-Sample-Models/AnimatedMorphCube-glTF\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 1 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 1 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: TriangulateProcess begin
+Debug, T34284: TriangulateProcess finished. There was nothing to be done.
+Debug, T34284: SortByPTypeProcess begin
+Info,  T34284: Points: 0, Lines: 0, Triangles: 1, Polygons: 0 (Meshes, X = removed)
+Debug, T34284: SortByPTypeProcess finished
+Debug, T34284: JoinVerticesProcess begin
+Debug, T34284: Mesh 0 (Cube) | Verts in: 24 out: 24 | ~0%
+Debug, T34284: JoinVerticesProcess finished 
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/MissingBin/BoxTextured.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/BoxWithInfinites-glTF-Binary/BoxWithInfinites.glb
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Reading GLTF2 binary
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/BoxWithInfinites-glTF-Binary\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Reading GLTF2 binary
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 1 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: TriangulateProcess begin
+Debug, T34284: TriangulateProcess finished. There was nothing to be done.
+Debug, T34284: SortByPTypeProcess begin
+Info,  T34284: Points: 0, Lines: 0, Triangles: 1, Polygons: 0 (Meshes, X = removed)
+Debug, T34284: SortByPTypeProcess finished
+Debug, T34284: JoinVerticesProcess begin
+Debug, T34284: Mesh 0 (Mesh) | Verts in: 24 out: 10 | ~58.3333%
+Info,  T34284: JoinVerticesProcess finished | Verts in: 24 out: 10 | ~58.3333
+Debug, T34284: TriangulateProcess begin
+Debug, T34284: TriangulateProcess finished. There was nothing to be done.
+Debug, T34284: SortByPTypeProcess begin
+Info,  T34284: Points: 0, Lines: 0, Triangles: 1, Polygons: 0 (Meshes, X = removed)
+Debug, T34284: SortByPTypeProcess finished
+Debug, T34284: JoinVerticesProcess begin
+Debug, T34284: Mesh 0 (Mesh) | Verts in: 24 out: 10 | ~58.3333%
+Info,  T34284: JoinVerticesProcess finished | Verts in: 24 out: 10 | ~58.3333
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/BoxBadNormals-glTF-Binary/BoxBadNormals.glb
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Reading GLTF2 binary
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/BoxBadNormals-glTF-Binary\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Reading GLTF2 binary
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 1 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: TriangulateProcess begin
+Debug, T34284: TriangulateProcess finished. There was nothing to be done.
+Debug, T34284: SortByPTypeProcess begin
+Info,  T34284: Points: 0, Lines: 0, Triangles: 1, Polygons: 0 (Meshes, X = removed)
+Debug, T34284: SortByPTypeProcess finished
+Debug, T34284: JoinVerticesProcess begin
+Debug, T34284: Mesh 0 (Mesh) | Verts in: 24 out: 24 | ~0%
+Debug, T34284: JoinVerticesProcess finished 
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/BoxBadNormals-glTF-Binary/BoxBadNormals_out.glb
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: (Deleting previous scene)
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Reading GLTF2 binary
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/BoxBadNormals-glTF-Binary\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Reading GLTF2 binary
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 1 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/BoxTextured-glTF/BoxTextured.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/BoxTextured-glTF\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 1 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/BoxTexcoords-glTF/boxTexcoords.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/BoxTexcoords-glTF\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 1 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/RecursiveNodes/RecursiveNodes.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/TestNoRootNode/NoScene.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/TestNoRootNode\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 0 materials
+Debug, T34284: Importing 0 meshes
+Error, T34284: GLTF: No scene
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/TestNoRootNode/SceneWithoutNodes.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/TestNoRootNode\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 0 materials
+Debug, T34284: Importing 0 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/issue_3269/texcoord_crash.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/IndexOutOfRange/IndexOutOfRange.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/IndexOutOfRange\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 1 materials
+Debug, T34284: Importing 1 meshes
+Warn,  T34284: Some faces had out-of-range indices. Those faces were dropped.
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Warn,  T34284: Validation warning: There are unreferenced vertices
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/IndexOutOfRange/AllIndicesOutOfRange.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/IndexOutOfRange\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 1 materials
+Debug, T34284: Importing 1 meshes
+Warn,  T34284: Some faces had out-of-range indices. Those faces were dropped.
+Error, T34284: Mesh "Mesh" has no faces
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/draco/2CylinderEngine.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/wrongTypes/badArray.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/wrongTypes/badString.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/wrongTypes/badUint.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/wrongTypes/badNumber.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/wrongTypes/badObject.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/wrongTypes/badExtension.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Load D:/projects/assimp/test/models/HMP/terrain.hmp
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: 3D GameStudio Heightmap (HMP) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/HMP\'
+Debug, T34284: HMP subtype: 3D GameStudio A7, magic word is HMP7
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/IFC/AC14-FZK-Haus.ifc
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Industry Foundation Classes (IFC) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/IFC\'
+Debug, T34284: IFC: File schema is 'IFC2X3'
+Debug, T34284: STEP: got 82226 object records with 5788 inverse index entries
+Debug, T34284: IFC: got units used for lengths
+Debug, T34284: IFC: got units used for angles
+Debug, T34284: IFC: got world coordinate system
+Debug, T34284: IFC: looking at spatial structure `Gelände`
+Debug, T34284: IFC: selecting this spatial structure as root structure
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Skipping one or more lines with the same contents
+Warn,  T34284: IFC: skipping unknown IfcGeometricRepresentationItem entity, type is IfcPolyline
+Debug, T34284: IFC: removing duplicate vertices
+Error, T34284: IFC: failed to generate all window caps
+Skipping one or more lines with the same contents
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Debug, T34284: IFC: removing duplicate vertices
+Debug, T34284: IFC: removing degenerate faces
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Skipping one or more lines with the same contents
+Warn,  T34284: IFC: skipping unknown IfcGeometricRepresentationItem entity, type is IfcPolyline
+Debug, T34284: IFC: removing duplicate vertices
+Error, T34284: IFC: failed to generate all window caps
+Skipping one or more lines with the same contents
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Debug, T34284: IFC: removing duplicate vertices
+Debug, T34284: IFC: removing degenerate faces
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Skipping one or more lines with the same contents
+Warn,  T34284: IFC: skipping unknown IfcGeometricRepresentationItem entity, type is IfcPolyline
+Debug, T34284: IFC: removing duplicate vertices
+Error, T34284: IFC: failed to generate all window caps
+Skipping one or more lines with the same contents
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Skipping one or more lines with the same contents
+Warn,  T34284: IFC: skipping unknown IfcGeometricRepresentationItem entity, type is IfcPolyline
+Debug, T34284: IFC: removing duplicate vertices
+Error, T34284: IFC: failed to generate all window caps
+Skipping one or more lines with the same contents
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Warn,  T34284: IFC: skipping unknown IfcGeometricRepresentationItem entity, type is IfcPolyline
+Debug, T34284: IFC: removing duplicate vertices
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Warn,  T34284: IFC: skipping unknown IfcGeometricRepresentationItem entity, type is IfcPolyline
+Debug, T34284: IFC: removing duplicate vertices
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Warn,  T34284: IFC: skipping unknown IfcGeometricRepresentationItem entity, type is IfcPolyline
+Debug, T34284: IFC: removing duplicate vertices
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Skipping one or more lines with the same contents
+Warn,  T34284: IFC: skipping unknown IfcGeometricRepresentationItem entity, type is IfcPolyline
+Debug, T34284: IFC: removing duplicate vertices
+Error, T34284: IFC: failed to generate all window caps
+Skipping one or more lines with the same contents
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Skipping one or more lines with the same contents
+Warn,  T34284: IFC: skipping unknown IfcGeometricRepresentationItem entity, type is IfcPolyline
+Debug, T34284: IFC: removing duplicate vertices
+Error, T34284: IFC: failed to generate all window caps
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Debug, T34284: IFC: removing degenerate faces
+Skipping one or more lines with the same contents
+Debug, T34284: IFC: removing duplicate vertices
+Debug, T34284: IFC: removing degenerate faces
+Skipping one or more lines with the same contents
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Debug, T34284: IFC: removing duplicate vertices
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Debug, T34284: IFC: skipping IfcAnnotation entity due to importer settings
+Skipping one or more lines with the same contents
+Debug, T34284: IFC: skipping IfcSpace entity due to importer settings
+Skipping one or more lines with the same contents
+Warn,  T34284: IFC: skipping unknown IfcGeometricRepresentationItem entity, type is IfcPolyline
+Debug, T34284: IFC: removing duplicate vertices
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Debug, T34284: IFC: generating CSG geometry by plane clipping (IfcBooleanClippingResult)
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Warn,  T34284: IFC: skipping unknown IfcGeometricRepresentationItem entity, type is IfcPolyline
+Debug, T34284: IFC: removing duplicate vertices
+Error, T34284: IFC: failed to generate all window caps
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Debug, T34284: IFC: generating CSG geometry by plane clipping with polygonal bounding (IfcBooleanClippingResult)
+Skipping one or more lines with the same contents
+Debug, T34284: IFC: removing duplicate vertices
+Debug, T34284: IFC: removing degenerate faces
+Debug, T34284: IFC: removing duplicate vertices
+Debug, T34284: IFC: removing degenerate faces
+Warn,  T34284: IFC: skipping unknown IfcGeometricRepresentationItem entity, type is IfcPolyline
+Debug, T34284: IFC: removing duplicate vertices
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Debug, T34284: IFC: generating CSG geometry by plane clipping (IfcBooleanClippingResult)
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Warn,  T34284: IFC: skipping unknown IfcGeometricRepresentationItem entity, type is IfcPolyline
+Debug, T34284: IFC: removing duplicate vertices
+Error, T34284: IFC: failed to generate all window caps
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Debug, T34284: IFC: generating CSG geometry by plane clipping with polygonal bounding (IfcBooleanClippingResult)
+Skipping one or more lines with the same contents
+Debug, T34284: IFC: removing duplicate vertices
+Debug, T34284: IFC: removing degenerate faces
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Debug, T34284: IFC: generating CSG geometry by plane clipping (IfcBooleanClippingResult)
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Debug, T34284: IFC: generating CSG geometry by plane clipping (IfcBooleanClippingResult)
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Skipping one or more lines with the same contents
+Debug, T34284: IFC: generating CSG geometry by plane clipping (IfcBooleanClippingResult)
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Debug, T34284: IFC: generating CSG geometry by plane clipping (IfcBooleanClippingResult)
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Debug, T34284: IFC: removing duplicate vertices
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Debug, T34284: IFC: removing duplicate vertices
+Warn,  T34284: IFC: failed to resolve all openings, presumably their topology is not supported by Assimp
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Debug, T34284: IFC: removing duplicate vertices
+Debug, T34284: IFC: removing degenerate faces
+Debug, T34284: IFC: removing duplicate vertices
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Debug, T34284: IFC: removing duplicate vertices
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Debug, T34284: IFC: skipping IfcAnnotation entity due to importer settings
+Skipping one or more lines with the same contents
+Debug, T34284: IFC: skipping IfcSpace entity due to importer settings
+Debug, T34284: IFC: STEP: evaluated 70094 object records
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load $$$___magic___$$$.
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Found positive match for header keyword: HEADER
+Info,  T34284: Found a matching importer for this file format: Drawing Interchange Format (DXF) Importer.
+Info,  T34284: Import root directory is '.\'
+Warn,  T34284: DXF: EOF reached, but did not encounter DXF EOF marker
+Debug, T34284: DXF: Unexpanded polycount is 0, vertex count is 0
+Error, T34284: DXF: no data blocks loaded
+Info,  T34284: Load D:/projects/assimp/test/models/FBX/spider.fbx
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Autodesk FBX Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/FBX\'
+Debug, T34284: Reading FBX file
+Debug, T34284: Tokenizing binary FBX file
+Debug, T34284: FBX version: 7400
+Debug, T34284: Parsing FBX tokens
+Debug, T34284: Creating FBX Document
+Debug, T34284: FBX Version: 7400
+Debug, T34284: UpdateImporterScale scale set: 0.01
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/FBX/box.fbx
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Autodesk FBX Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/FBX\'
+Debug, T34284: Reading FBX file
+Debug, T34284: Tokenizing binary FBX file
+Debug, T34284: FBX version: 7400
+Debug, T34284: Parsing FBX tokens
+Debug, T34284: Creating FBX Document
+Debug, T34284: FBX Version: 7400
+Info,  T34284: FBX: generating full transformation chain for node: root
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/FBX/cubes_nonames.fbx
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Autodesk FBX Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/FBX\'
+Debug, T34284: Reading FBX file
+Debug, T34284: Tokenizing ASCII FBX file
+Debug, T34284: Parsing FBX tokens
+Debug, T34284: Creating FBX Document
+Debug, T34284: FBX Version: 7500
+Warn,  T34284: FBX-DOM: unsupported, newer format version, supported are only FBX 2011, FBX 2012 and FBX 2013, trying to read it nevertheless
+Info,  T34284: FBX: ignoring empty AnimationStack (using IK?): Take 001
+Debug, T34284: UpdateImporterScale scale set: 0.01
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/FBX/cubes_with_names.fbx
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Autodesk FBX Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/FBX\'
+Debug, T34284: Reading FBX file
+Debug, T34284: Tokenizing ASCII FBX file
+Debug, T34284: Parsing FBX tokens
+Debug, T34284: Creating FBX Document
+Debug, T34284: FBX Version: 7500
+Warn,  T34284: FBX-DOM: unsupported, newer format version, supported are only FBX 2011, FBX 2012 and FBX 2013, trying to read it nevertheless
+Info,  T34284: FBX: ignoring empty AnimationStack (using IK?): Take 001
+Debug, T34284: UpdateImporterScale scale set: 0.01
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/FBX/cubes_with_mirroring_and_pivot.fbx
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Autodesk FBX Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/FBX\'
+Debug, T34284: Reading FBX file
+Debug, T34284: Tokenizing ASCII FBX file
+Debug, T34284: Parsing FBX tokens
+Debug, T34284: Creating FBX Document
+Debug, T34284: FBX Version: 7500
+Warn,  T34284: FBX-DOM: unsupported, newer format version, supported are only FBX 2011, FBX 2012 and FBX 2013, trying to read it nevertheless
+Info,  T34284: FBX: ignoring empty AnimationStack (using IK?): Take 001
+Info,  T34284: FBX: generating full transformation chain for node: Cube1
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/FBX/close_to_identity_transforms.fbx
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Autodesk FBX Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/FBX\'
+Debug, T34284: Reading FBX file
+Debug, T34284: Tokenizing ASCII FBX file
+Debug, T34284: Parsing FBX tokens
+Debug, T34284: Creating FBX Document
+Debug, T34284: FBX Version: 7500
+Warn,  T34284: FBX-DOM: unsupported, newer format version, supported are only FBX 2011, FBX 2012 and FBX 2013, trying to read it nevertheless
+Info,  T34284: FBX: ignoring empty AnimationStack (using IK?): Take 001
+Info,  T34284: FBX: generating full transformation chain for node: Cube1
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/FBX/phong_cube.fbx
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Autodesk FBX Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/FBX\'
+Debug, T34284: Reading FBX file
+Debug, T34284: Tokenizing binary FBX file
+Debug, T34284: FBX version: 7400
+Debug, T34284: Parsing FBX tokens
+Debug, T34284: Creating FBX Document
+Debug, T34284: FBX Version: 7400
+Warn,  T34284: FBX-DOM (TOK_KEY, offset 0x4190) source object for connection does not exist
+Debug, T34284: UpdateImporterScale scale set: 0.01
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/FBX/global_settings.fbx
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Autodesk FBX Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/FBX\'
+Debug, T34284: Reading FBX file
+Debug, T34284: Tokenizing binary FBX file
+Debug, T34284: FBX version: 7400
+Debug, T34284: Parsing FBX tokens
+Debug, T34284: Creating FBX Document
+Debug, T34284: FBX Version: 7400
+Error, T34284: FBX: no material assigned to mesh, setting default material
+Debug, T34284: UpdateImporterScale scale set: 5
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/FBX/embedded_ascii/box.FBX
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Autodesk FBX Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/FBX/embedded_ascii\'
+Debug, T34284: Reading FBX file
+Debug, T34284: Tokenizing ASCII FBX file
+Debug, T34284: Parsing FBX tokens
+Debug, T34284: Creating FBX Document
+Debug, T34284: FBX Version: 7400
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Warn,  T34284: Validation warning: A specular shading model is specified but the value of the AI_MATKEY_SHININESS_STRENGTH key is 0.0
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/FBX/embedded_ascii/box_embedded_texture_fragmented.fbx
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Autodesk FBX Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/FBX/embedded_ascii\'
+Debug, T34284: Reading FBX file
+Debug, T34284: Tokenizing ASCII FBX file
+Debug, T34284: Parsing FBX tokens
+Debug, T34284: Creating FBX Document
+Debug, T34284: FBX Version: 7500
+Warn,  T34284: FBX-DOM: unsupported, newer format version, supported are only FBX 2011, FBX 2012 and FBX 2013, trying to read it nevertheless
+Error, T34284: FBX: ignoring additional binormal layer
+Error, T34284: FBX: ignoring additional tangent layer
+Info,  T34284: FBX: ignoring empty AnimationStack (using IK?): Take 001
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/FBX/box_orphant_embedded_texture.fbx
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Autodesk FBX Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/FBX\'
+Debug, T34284: Reading FBX file
+Debug, T34284: Tokenizing ASCII FBX file
+Debug, T34284: Parsing FBX tokens
+Debug, T34284: Creating FBX Document
+Debug, T34284: FBX Version: 7500
+Warn,  T34284: FBX-DOM: unsupported, newer format version, supported are only FBX 2011, FBX 2012 and FBX 2013, trying to read it nevertheless
+Error, T34284: FBX: ignoring additional binormal layer
+Error, T34284: FBX: ignoring additional tangent layer
+Info,  T34284: FBX: ignoring empty AnimationStack (using IK?): Take 001
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/FBX/global_settings.fbx
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Autodesk FBX Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/FBX\'
+Debug, T34284: Reading FBX file
+Debug, T34284: Tokenizing binary FBX file
+Debug, T34284: FBX version: 7400
+Debug, T34284: Parsing FBX tokens
+Debug, T34284: Creating FBX Document
+Debug, T34284: FBX Version: 7400
+Error, T34284: FBX: no material assigned to mesh, setting default material
+Debug, T34284: UpdateImporterScale scale set: 5
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/FBX/cubes_with_outofrange_float.fbx
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Autodesk FBX Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/FBX\'
+Debug, T34284: Reading FBX file
+Debug, T34284: Tokenizing ASCII FBX file
+Debug, T34284: Parsing FBX tokens
+Debug, T34284: Creating FBX Document
+Debug, T34284: FBX Version: 7500
+Warn,  T34284: FBX-DOM: unsupported, newer format version, supported are only FBX 2011, FBX 2012 and FBX 2013, trying to read it nevertheless
+Info,  T34284: FBX: ignoring empty AnimationStack (using IK?): Take 001
+Debug, T34284: UpdateImporterScale scale set: 0.01
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/FBX/maxPbrMaterial_metalRough.fbx
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Autodesk FBX Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/FBX\'
+Debug, T34284: Reading FBX file
+Debug, T34284: Tokenizing ASCII FBX file
+Debug, T34284: Parsing FBX tokens
+Debug, T34284: Creating FBX Document
+Debug, T34284: FBX Version: 7700
+Warn,  T34284: FBX-DOM: unsupported, newer format version, supported are only FBX 2011, FBX 2012 and FBX 2013, trying to read it nevertheless
+Warn,  T34284: FBX-DOM (TOK_KEY, line 679, col 13) shading mode not recognized: unknown
+Info,  T34284: FBX: generating full transformation chain for node: Box001
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/FBX/maxPbrMaterial_specGloss.fbx
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Autodesk FBX Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/FBX\'
+Debug, T34284: Reading FBX file
+Debug, T34284: Tokenizing ASCII FBX file
+Debug, T34284: Parsing FBX tokens
+Debug, T34284: Creating FBX Document
+Debug, T34284: FBX Version: 7700
+Warn,  T34284: FBX-DOM: unsupported, newer format version, supported are only FBX 2011, FBX 2012 and FBX 2013, trying to read it nevertheless
+Warn,  T34284: FBX-DOM (TOK_KEY, line 679, col 13) shading mode not recognized: unknown
+Info,  T34284: FBX: generating full transformation chain for node: Box001
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load $$$___magic___$$$.3ds
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Discreet 3DS Importer.
+Info,  T34284: Import root directory is '.\'
+Info,  T34284: 3DS file format version: 3
+Warn,  T34284: 3DS: Skipping TCB animation info
+Skipping one or more lines with the same contents
+Error, T34284: 3DS: Skipping FOV animation track. This is not supported
+Warn,  T34284: 3DS: Skipping TCB animation info
+Skipping one or more lines with the same contents
+Info,  T34284: 3DS: Generating default material
+Debug, T34284: 3DS: Converting camera roll track ...
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ScenePreprocessor: Dummy scaling track has been generated
+Debug, T34284: ScenePreprocessor: Setting animation duration
+Info,  T34284: Entering post processing pipeline
+Debug, T34284: RemoveRedundantMatsProcess begin
+Debug, T34284: RemoveRedundantMatsProcess finished 
+Debug, T34284: GenUVCoordsProcess begin
+Debug, T34284: GenUVCoordsProcess finished
+Debug, T34284: TriangulateProcess begin
+Debug, T34284: TriangulateProcess finished. There was nothing to be done.
+Debug, T34284: FindDegeneratesProcess begin
+Debug, T34284: FindDegeneratesProcess finished
+Debug, T34284: SortByPTypeProcess begin
+Info,  T34284: Points: 0, Lines: 0, Triangles: 1, Polygons: 0 (Meshes, X = removed)
+Debug, T34284: SortByPTypeProcess finished
+Debug, T34284: FindInvalidDataProcess begin
+Info,  T34284: FindInvalidDataProcess finished. Found issues ...
+Debug, T34284: SplitLargeMeshesProcess_Triangle begin
+Debug, T34284: SplitLargeMeshesProcess_Triangle finished. There was nothing to do
+Debug, T34284: Generate spatially-sorted vertex cache
+Debug, T34284: GenVertexNormalsProcess begin
+Debug, T34284: GenVertexNormalsProcess finished. Normals are already there
+Debug, T34284: CalcTangentsProcess begin
+Info,  T34284: CalcTangentsProcess finished. Tangents have been calculated
+Debug, T34284: JoinVerticesProcess begin
+Debug, T34284: Mesh 0 (0) | Verts in: 36 out: 24 | ~33.3333%
+Info,  T34284: JoinVerticesProcess finished | Verts in: 36 out: 24 | ~33.3333
+Debug, T34284: SplitLargeMeshesProcess_Vertex begin
+Debug, T34284: SplitLargeMeshesProcess_Vertex finished. There was nothing to do
+Debug, T34284: LimitBoneWeightsProcess begin
+Debug, T34284: LimitBoneWeightsProcess end
+Debug, T34284: ImproveCacheLocalityProcess begin
+Debug, T34284: Mesh %u | ACMR in: 0 out: 2 | ~20
+Info,  T34284: Cache relevant are 1 meshes (12 faces). Average output ACMR is 2
+Debug, T34284: ImproveCacheLocalityProcess finished. 
+Info,  T34284: Leaving post processing pipeline
+Info,  T34284: Registering custom importer for these file extensions: applelinuxmacwindows
+Info,  T34284: Unregistering custom importer: 
+Info,  T34284: Load D:/projects/assimp/test/models/X/test.x
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Direct3D XFile Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/X\'
+Warn,  T34284: Unknown data object in mesh in x file
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Entering post processing pipeline
+Debug, T34284: RemoveRedundantMatsProcess begin
+Debug, T34284: RemoveRedundantMatsProcess finished 
+Debug, T34284: OptimizeGraphProcess begin
+Debug, T34284: OptimizeGraphProcess finished
+Debug, T34284: GenUVCoordsProcess begin
+Debug, T34284: GenUVCoordsProcess finished
+Debug, T34284: TriangulateProcess begin
+Debug, T34284: TriangulateProcess finished. There was nothing to be done.
+Debug, T34284: FindDegeneratesProcess begin
+Debug, T34284: FindDegeneratesProcess finished
+Debug, T34284: SortByPTypeProcess begin
+Info,  T34284: Points: 0, Lines: 0, Triangles: 1, Polygons: 0 (Meshes, X = removed)
+Debug, T34284: SortByPTypeProcess finished
+Debug, T34284: FindInvalidDataProcess begin
+Info,  T34284: FindInvalidDataProcess finished. Found issues ...
+Debug, T34284: Skipping OptimizeMeshesProcess
+Debug, T34284: Generate spatially-sorted vertex cache
+Debug, T34284: GenVertexNormalsProcess begin
+Debug, T34284: GenVertexNormalsProcess finished. Normals are already there
+Debug, T34284: JoinVerticesProcess begin
+Debug, T34284: Mesh 0 (pCube1) | Verts in: 36 out: 24 | ~33.3333%
+Info,  T34284: JoinVerticesProcess finished | Verts in: 36 out: 24 | ~33.3333
+Info,  T34284: Leaving post processing pipeline
+Info,  T34284: Load D:/projects/assimp/test/models/X/Testwuson.X
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: (Deleting previous scene)
+Info,  T34284: Found a matching importer for this file format: Direct3D XFile Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/X\'
+Warn,  T34284: Unknown data object in animation of .x file
+Skipping one or more lines with the same contents
+Warn,  T34284: Unknown data object in frame in x file
+Skipping one or more lines with the same contents
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Entering post processing pipeline
+Debug, T34284: RemoveRedundantMatsProcess begin
+Debug, T34284: RemoveRedundantMatsProcess finished 
+Debug, T34284: OptimizeGraphProcess begin
+Debug, T34284: OptimizeGraphProcess finished
+Debug, T34284: GenUVCoordsProcess begin
+Debug, T34284: GenUVCoordsProcess finished
+Debug, T34284: TriangulateProcess begin
+Debug, T34284: TriangulateProcess finished. There was nothing to be done.
+Debug, T34284: FindDegeneratesProcess begin
+Debug, T34284: FindDegeneratesProcess finished
+Debug, T34284: SortByPTypeProcess begin
+Info,  T34284: Points: 0, Lines: 0, Triangles: 1, Polygons: 0 (Meshes, X = removed)
+Debug, T34284: SortByPTypeProcess finished
+Debug, T34284: FindInvalidDataProcess begin
+Info,  T34284: FindInvalidDataProcess finished. Found issues ...
+Debug, T34284: Skipping OptimizeMeshesProcess
+Debug, T34284: Generate spatially-sorted vertex cache
+Debug, T34284: GenVertexNormalsProcess begin
+Debug, T34284: GenVertexNormalsProcess finished. Normals are already there
+Debug, T34284: JoinVerticesProcess begin
+Debug, T34284: Mesh 0 (Wuson) | Verts in: 11196 out: 3205 | ~71.3737%
+Info,  T34284: JoinVerticesProcess finished | Verts in: 11196 out: 3205 | ~71.3737
+Info,  T34284: Leaving post processing pipeline
+Info,  T34284: Load D:/projects/assimp/test/models/X/anim_test.x
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: (Deleting previous scene)
+Info,  T34284: Found a matching importer for this file format: Direct3D XFile Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/X\'
+Warn,  T34284: Length of texture file name is zero. Skipping this texture.
+Warn,  T34284: Unknown data object in mesh in x file
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Entering post processing pipeline
+Debug, T34284: RemoveRedundantMatsProcess begin
+Debug, T34284: RemoveRedundantMatsProcess finished 
+Debug, T34284: OptimizeGraphProcess begin
+Debug, T34284: OptimizeGraphProcess finished
+Debug, T34284: GenUVCoordsProcess begin
+Debug, T34284: GenUVCoordsProcess finished
+Debug, T34284: TriangulateProcess begin
+Debug, T34284: TriangulateProcess finished. There was nothing to be done.
+Debug, T34284: FindDegeneratesProcess begin
+Debug, T34284: FindDegeneratesProcess finished
+Debug, T34284: SortByPTypeProcess begin
+Info,  T34284: Points: 0, Lines: 0, Triangles: 1, Polygons: 0 (Meshes, X = removed)
+Debug, T34284: SortByPTypeProcess finished
+Debug, T34284: FindInvalidDataProcess begin
+Warn,  T34284: Simplified dummy tracks with just one key
+Skipping one or more lines with the same contents
+Info,  T34284: FindInvalidDataProcess finished. Found issues ...
+Debug, T34284: Skipping OptimizeMeshesProcess
+Debug, T34284: Generate spatially-sorted vertex cache
+Debug, T34284: GenVertexNormalsProcess begin
+Debug, T34284: GenVertexNormalsProcess finished. Normals are already there
+Debug, T34284: JoinVerticesProcess begin
+Debug, T34284: Mesh 0 (pCylinder1) | Verts in: 2520 out: 485 | ~80.754%
+Info,  T34284: JoinVerticesProcess finished | Verts in: 2520 out: 485 | ~80.754
+Info,  T34284: Leaving post processing pipeline
+Info,  T34284: Load D:/projects/assimp/test/models/X/anim_test.x
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: (Deleting previous scene)
+Info,  T34284: Found a matching importer for this file format: Direct3D XFile Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/X\'
+Warn,  T34284: Length of texture file name is zero. Skipping this texture.
+Warn,  T34284: Unknown data object in mesh in x file
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Entering post processing pipeline
+Debug, T34284: RemoveRedundantMatsProcess begin
+Debug, T34284: RemoveRedundantMatsProcess finished 
+Debug, T34284: OptimizeGraphProcess begin
+Debug, T34284: OptimizeGraphProcess finished
+Debug, T34284: GenUVCoordsProcess begin
+Debug, T34284: GenUVCoordsProcess finished
+Debug, T34284: TriangulateProcess begin
+Debug, T34284: TriangulateProcess finished. There was nothing to be done.
+Debug, T34284: FindDegeneratesProcess begin
+Debug, T34284: FindDegeneratesProcess finished
+Debug, T34284: SortByPTypeProcess begin
+Info,  T34284: Points: 0, Lines: 0, Triangles: 1, Polygons: 0 (Meshes, X = removed)
+Debug, T34284: SortByPTypeProcess finished
+Debug, T34284: FindInvalidDataProcess begin
+Warn,  T34284: Simplified dummy tracks with just one key
+Skipping one or more lines with the same contents
+Info,  T34284: FindInvalidDataProcess finished. Found issues ...
+Debug, T34284: Skipping OptimizeMeshesProcess
+Debug, T34284: Generate spatially-sorted vertex cache
+Debug, T34284: GenVertexNormalsProcess begin
+Debug, T34284: GenVertexNormalsProcess finished. Normals are already there
+Debug, T34284: JoinVerticesProcess begin
+Debug, T34284: Mesh 0 (pCylinder1) | Verts in: 2520 out: 485 | ~80.754%
+Info,  T34284: JoinVerticesProcess finished | Verts in: 2520 out: 485 | ~80.754
+Info,  T34284: Leaving post processing pipeline
+Info,  T34284: Load D:/projects/assimp/test/models/X/BCN_Epileptic.X
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: (Deleting previous scene)
+Info,  T34284: Found a matching importer for this file format: Direct3D XFile Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/X\'
+Warn,  T34284: Unknown data object in animation of .x file
+Skipping one or more lines with the same contents
+Warn,  T34284: Unknown data object in frame in x file
+Skipping one or more lines with the same contents
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Entering post processing pipeline
+Debug, T34284: RemoveRedundantMatsProcess begin
+Debug, T34284: RemoveRedundantMatsProcess finished 
+Debug, T34284: OptimizeGraphProcess begin
+Debug, T34284: OptimizeGraphProcess finished
+Debug, T34284: GenUVCoordsProcess begin
+Debug, T34284: GenUVCoordsProcess finished
+Debug, T34284: TriangulateProcess begin
+Debug, T34284: TriangulateProcess finished. There was nothing to be done.
+Debug, T34284: FindDegeneratesProcess begin
+Debug, T34284: FindDegeneratesProcess finished
+Debug, T34284: SortByPTypeProcess begin
+Info,  T34284: Points: 0, Lines: 0, Triangles: 3, Polygons: 0 (Meshes, X = removed)
+Debug, T34284: SortByPTypeProcess finished
+Debug, T34284: FindInvalidDataProcess begin
+Info,  T34284: FindInvalidDataProcess finished. Found issues ...
+Debug, T34284: OptimizeMeshesProcess begin
+Debug, T34284: OptimizeMeshesProcess finished
+Debug, T34284: Generate spatially-sorted vertex cache
+Debug, T34284: GenVertexNormalsProcess begin
+Debug, T34284: GenVertexNormalsProcess finished. Normals are already there
+Debug, T34284: JoinVerticesProcess begin
+Debug, T34284: Mesh 0 (Torso) | Verts in: 5898 out: 1170 | ~80.1628%
+Debug, T34284: Mesh 1 (Head) | Verts in: 6108 out: 1196 | ~80.4191%
+Debug, T34284: Mesh 2 (Legs) | Verts in: 3372 out: 648 | ~80.7829%
+Info,  T34284: JoinVerticesProcess finished | Verts in: 15378 out: 3014 | ~80.4006
+Info,  T34284: Leaving post processing pipeline
+Info,  T34284: Registering custom importer for these file extensions: fail
+Info,  T34284: Load deadlyImportError.fail
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Failing importer.
+Info,  T34284: Import root directory is './'
+Error, T34284: Deadly import error test. Details: 42 More Details: Failure
+Info,  T34284: Registering custom importer for these file extensions: fail
+Info,  T34284: Load stdException.fail
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Failing importer.
+Info,  T34284: Import root directory is './'
+Error, T34284: std::exception test
+Info,  T34284: Registering custom importer for these file extensions: fail
+Info,  T34284: Load unexpectedException.fail
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Failing importer.
+Info,  T34284: Import root directory is './'
+Info,  T34284: Load D:/projects/assimp/test/models/3D/box_a.3d
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Unreal Mesh Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/3D\'
+Debug, T34284: UNREAL: data file is D:/projects/assimp/test/models/3D/box_d.3d
+Debug, T34284: UNREAL: aniv file is D:/projects/assimp/test/models/3D/box_a.3d
+Debug, T34284: UNREAL: uc file is D:/projects/assimp/test/models/3D/box.uc
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/3D/box_d.3d
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Unreal Mesh Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/3D\'
+Debug, T34284: UNREAL: data file is D:/projects/assimp/test/models/3D/box_d.3d
+Debug, T34284: UNREAL: aniv file is D:/projects/assimp/test/models/3D/box_a.3d
+Debug, T34284: UNREAL: uc file is D:/projects/assimp/test/models/3D/box.uc
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/3D/box.uc
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Unreal Mesh Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/3D\'
+Debug, T34284: UNREAL: data file is D:/projects/assimp/test/models/3D/box_d.3d
+Debug, T34284: UNREAL: aniv file is D:/projects/assimp/test/models/3D/box_a.3d
+Debug, T34284: UNREAL: uc file is D:/projects/assimp/test/models/3D/box.uc
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/3DS/fels.3ds
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Discreet 3DS Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/3DS\'
+Info,  T34284: 3DS file format version: 3
+Warn,  T34284: No hierarchy information has been found in the file. 
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/3DS/testFormatDetection
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Discreet 3DS Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/3DS\'
+Info,  T34284: 3DS file format version: 3
+Warn,  T34284: 3DS: Skipping TCB animation info
+Skipping one or more lines with the same contents
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/AC/closedLine.ac
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: AC3D Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/AC\'
+Info,  T34284: AC3D file format version: 11
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/AC/nosurfaces.ac
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: AC3D Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/AC\'
+Info,  T34284: AC3D file format version: 11
+Warn,  T34284: AC3D: No material has been found
+Info,  T34284: AC3D: No surfaces defined in object definition, a point list is returned
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/AC/openLine.ac
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: AC3D Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/AC\'
+Info,  T34284: AC3D file format version: 11
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/AC/sample_subdiv.ac
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: AC3D Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/AC\'
+Info,  T34284: AC3D file format version: 11
+Info,  T34284: AC3D: Evaluating subdivision surface: cylinder
+Debug, T34284: Catmull-Clark Subdivider: got 130 bad edges touching only one face (totally 61505 edges). 
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/AC/SphereWithLight.ac
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: AC3D Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/AC\'
+Info,  T34284: AC3D file format version: 11
+Debug, T34284: AC3D: Light source encountered
+Info,  T34284: AC3D: Evaluating subdivision surface: sphere
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/AC/SphereWithLight_UTF16LE.ac
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: AC3D Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/AC\'
+Debug, T34284: Found UTF-16 BOM ...
+Error, T34284: AC3D: No valid AC3D file, magic sequence not found
+Info,  T34284: Load D:/projects/assimp/test/models/AC/SphereWithLight_UTF8BOM.ac
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: AC3D Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/AC\'
+Debug, T34284: Found UTF-8 BOM ...
+Info,  T34284: AC3D file format version: 11
+Debug, T34284: AC3D: Light source encountered
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/AC/SphereWithLightUvScaling4X.ac
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: AC3D Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/AC\'
+Info,  T34284: AC3D file format version: 11
+Debug, T34284: AC3D: Light source encountered
+Info,  T34284: AC3D: Evaluating subdivision surface: sphere
+Debug, T34284: Catmull-Clark Subdivider: got 12 bad edges touching only one face (totally 17670 edges). 
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/AC/Wuson.ac
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: AC3D Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/AC\'
+Info,  T34284: AC3D file format version: 11
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/AC/Wuson.acc
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: AC3D Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/AC\'
+Info,  T34284: AC3D file format version: 11
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/AC/TestFormatDetection
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: AC3D Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/AC\'
+Info,  T34284: AC3D file format version: 11
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/AMF/test1.amf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Additive manufacturing file format(AMF) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/AMF\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Adding default material 'DefaultMaterial'
+Info,  T34284: Load D:/projects/assimp/test/models/AMF/test_with_mat.amf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Additive manufacturing file format(AMF) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/AMF\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Adding default material 'DefaultMaterial'
+Info,  T34284: Load D:/projects/assimp/test/models/ASE/ThreeCubesGreen.ASE
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: ASE Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/ASE\'
+Info,  T34284: Line 1: Comment: AsciiExport-Version  2,00 - Tue May 06 17:21:38 2008
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/3MF/box.3mf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: 3mf Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/3MF\'
+Warn,  T34284: Ignored file of unknown type: 3D/3dmodel.model
+Warn,  T34284: Ignored file of unsupported type CONTENT_TYPES_ARCHIVES[Content_Types].xml
+Debug, T34284: 3D/3dmodel.model
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Adding default material 'DefaultMaterial'
+Info,  T34284: Load D:/projects/assimp/test/models/3MF/box.3mf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: 3mf Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/3MF\'
+Warn,  T34284: Ignored file of unknown type: 3D/3dmodel.model
+Warn,  T34284: Ignored file of unsupported type CONTENT_TYPES_ARCHIVES[Content_Types].xml
+Debug, T34284: 3D/3dmodel.model
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ScenePreprocessor: Adding default material 'DefaultMaterial'
+Info,  T34284: Load D:/projects/assimp/test/models/3MF/box.3mf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: 3mf Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/3MF\'
+Warn,  T34284: Ignored file of unknown type: 3D/3dmodel.model
+Warn,  T34284: Ignored file of unsupported type CONTENT_TYPES_ARCHIVES[Content_Types].xml
+Debug, T34284: 3D/3dmodel.model
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ScenePreprocessor: Adding default material 'DefaultMaterial'
+Info,  T34284: Load test.3mf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: 3mf Importer.
+Info,  T34284: Import root directory is '.\'
+Warn,  T34284: Ignored file of unknown type: 3D/3DModel.model
+Warn,  T34284: Ignored file of unsupported type CONTENT_TYPES_ARCHIVES[Content_Types].xml
+Debug, T34284: 3D/3DModel.model
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: Load D:/projects/assimp/test/models/Q3D/earth.q3o
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Quick3D Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/Q3D\'
+Info,  T34284: Quick3D File format version: 30
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/STL/Spider_ascii.stl
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Stereolithography (STL) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/STL\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/STL/Spider_ascii.stl
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Stereolithography (STL) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/STL\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/STL/Spider_ascii.stl
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Stereolithography (STL) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/STL\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/STL/formatDetection
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Found positive match for header keyword: solid
+Info,  T34284: Found a matching importer for this file format: Stereolithography (STL) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/STL\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/STL/triangle_with_two_solids.stl
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Stereolithography (STL) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/STL\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/STL/triangle_with_empty_solid.stl
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Stereolithography (STL) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/STL\'
+Warn,  T34284: STL: mesh is empty or invalid; no data loaded
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: Load D:/projects/assimp/test/models/STL/triangle_with_empty_solid.stl
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: (Deleting previous scene)
+Info,  T34284: Found a matching importer for this file format: Stereolithography (STL) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/STL\'
+Warn,  T34284: STL: mesh is empty or invalid; no data loaded
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Error, T34284: Validation failed: The mesh emptySolid contains no vertices
+Info,  T34284: Load D:/projects/assimp/test/models/STL/Spider_ascii.stl
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Stereolithography (STL) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/STL\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: PretransformVerticesProcess begin
+Debug, T34284: PretransformVerticesProcess finished
+Info,  T34284: Removed 2 nodes and 0 animation channels (1 output nodes)
+Info,  T34284: Kept 0 lights and 0 cameras.
+Info,  T34284: Moved 1 meshes to WCS (number of output meshes: 1)
+Debug, T34284: TriangulateProcess begin
+Debug, T34284: TriangulateProcess finished. There was nothing to be done.
+Debug, T34284: GenFaceNormalsProcess begin
+Debug, T34284: GenFaceNormalsProcess finished. Normals are already there
+Info,  T34284: Load spiderExport.stl
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: (Deleting previous scene)
+Info,  T34284: Found a matching importer for this file format: Stereolithography (STL) Importer.
+Info,  T34284: Import root directory is '.\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: TriangulateProcess begin
+Debug, T34284: TriangulateProcess finished. There was nothing to be done.
+Debug, T34284: GenFaceNormalsProcess begin
+Info,  T34284: Normal vectors are undefined for line and point meshes
+Debug, T34284: GenFaceNormalsProcess finished. Normals are already there
+Info,  T34284: Load D:/projects/assimp/test/models/X/test.x
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Direct3D XFile Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/X\'
+Warn,  T34284: Unknown data object in mesh in x file
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/X/OV_GetNextToken
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Direct3D XFile Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/X\'
+Info,  T34284: Successfully decompressed MSZIP-compressed file
+Error, T34284: Opening brace expected.
+Info,  T34284: Load D:/projects/assimp/test/models/X/anim_test.x
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Direct3D XFile Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/X\'
+Warn,  T34284: Length of texture file name is zero. Skipping this texture.
+Warn,  T34284: Unknown data object in mesh in x file
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/X/BCN_Epileptic.X
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Direct3D XFile Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/X\'
+Warn,  T34284: Unknown data object in animation of .x file
+Skipping one or more lines with the same contents
+Warn,  T34284: Unknown data object in frame in x file
+Skipping one or more lines with the same contents
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/X/fromtruespace_bin32.x
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Direct3D XFile Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/X\'
+Warn,  T34284: Unknown data object in animation of .x file
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/X/kwxport_test_cubewithvcolors.x
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Direct3D XFile Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/X\'
+Warn,  T34284: Unknown data object in animation of .x file
+Skipping one or more lines with the same contents
+Warn,  T34284: Unknown data object in frame in x file
+Warn,  T34284: Unknown data object in mesh in x file
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/X/test_cube_binary.x
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Direct3D XFile Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/X\'
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/X/test_cube_compressed.x
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Direct3D XFile Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/X\'
+Info,  T34284: Successfully decompressed MSZIP-compressed file
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/X/test_cube_text.x
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Direct3D XFile Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/X\'
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/X/Testwuson.X
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Direct3D XFile Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/X\'
+Warn,  T34284: Unknown data object in animation of .x file
+Skipping one or more lines with the same contents
+Warn,  T34284: Unknown data object in frame in x file
+Skipping one or more lines with the same contents
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/X/TestFormatDetection
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Direct3D XFile Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/X\'
+Warn,  T34284: Unknown data object in mesh in x file
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models-nonbsd/X/dwarf.x
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Direct3D XFile Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models-nonbsd/X\'
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Dummy scaling track has been generated
+Skipping one or more lines with the same contents
+Info,  T34284: Load D:/projects/assimp/test/models/X3D/ComputerKeyboard.x3d
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: File extension not known, trying signature-based detection
+Info,  T34284: Found a matching importer for this file format: Extensible 3D(X3D) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/X3D\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Error, T34284: Validation failed: aiScene::mNumMeshes is 0. At least one mesh must be there
+Info,  T34284: Load D:/projects/assimp/test/models/DXF/PinkEggFromLW.dxf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Drawing Interchange Format (DXF) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/DXF\'
+Debug, T34284: DXF: got 0 entries in BLOCKS
+Debug, T34284: DXF: got 288 polylines and 0 inserted blocks in ENTITIES
+Debug, T34284: DXF: Unexpanded polycount is 288, vertex count is 1152
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/DXF/lineTest
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Found positive match for header keyword: SECTION
+Info,  T34284: Found a matching importer for this file format: Drawing Interchange Format (DXF) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/DXF\'
+Info,  T34284: DXF Comment: VISION3D DXF
+Debug, T34284: DXF: got 0 entries in BLOCKS
+Debug, T34284: DXF: got 3 polylines and 0 inserted blocks in ENTITIES
+Debug, T34284: DXF: Unexpanded polycount is 3, vertex count is 9
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/DXF/issue_2229.dxf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Drawing Interchange Format (DXF) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/DXF\'
+Debug, T34284: DXF: skipped over control group (273 lines)
+Debug, T34284: DXF: got 2 entries in BLOCKS
+Warn,  T34284: DXF: invalid vertex index, indices are one-based.
+Skipping one or more lines with the same contents
+Warn,  T34284: DXF: unexpected face count in polymesh: 1173, expected 1174
+Warn,  T34284: DXF: invalid vertex index, indices are one-based.
+Skipping one or more lines with the same contents
+Debug, T34284: DXF: got 4 polylines and 0 inserted blocks in ENTITIES
+Debug, T34284: DXF: skipped over control group (3 lines)
+Skipping one or more lines with the same contents
+Debug, T34284: DXF: Unexpanded polycount is 1289, vertex count is 768
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/PLY/cube.ply
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Stanford Polygon Library (PLY) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/PLY\'
+Debug, T34284: PLY::DOM::ParseInstance() begin
+Debug, T34284: PLY::DOM::ParseHeader() begin
+Debug, T34284: PLY::DOM::ParseHeader() succeeded
+Debug, T34284: PLY::DOM::ParseElementInstanceLists() begin
+Debug, T34284: PLY::DOM::ParseElementInstanceLists() succeeded
+Debug, T34284: PLY::DOM::ParseInstance() succeeded
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/PLY/cube.ply
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Stanford Polygon Library (PLY) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/PLY\'
+Debug, T34284: PLY::DOM::ParseInstance() begin
+Debug, T34284: PLY::DOM::ParseHeader() begin
+Debug, T34284: PLY::DOM::ParseHeader() succeeded
+Debug, T34284: PLY::DOM::ParseElementInstanceLists() begin
+Debug, T34284: PLY::DOM::ParseElementInstanceLists() succeeded
+Debug, T34284: PLY::DOM::ParseInstance() succeeded
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: PretransformVerticesProcess begin
+Debug, T34284: PretransformVerticesProcess finished
+Info,  T34284: Removed 1 nodes and 0 animation channels (1 output nodes)
+Info,  T34284: Kept 0 lights and 0 cameras.
+Info,  T34284: Moved 1 meshes to WCS (number of output meshes: 1)
+Info,  T34284: Load D:/projects/assimp/test/models/PLY/cube.ply
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Stanford Polygon Library (PLY) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/PLY\'
+Debug, T34284: PLY::DOM::ParseInstance() begin
+Debug, T34284: PLY::DOM::ParseHeader() begin
+Debug, T34284: PLY::DOM::ParseHeader() succeeded
+Debug, T34284: PLY::DOM::ParseElementInstanceLists() begin
+Debug, T34284: PLY::DOM::ParseElementInstanceLists() succeeded
+Debug, T34284: PLY::DOM::ParseInstance() succeeded
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/PLY/cube.ply
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: (Deleting previous scene)
+Info,  T34284: Found a matching importer for this file format: Stanford Polygon Library (PLY) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/PLY\'
+Debug, T34284: PLY::DOM::ParseInstance() begin
+Debug, T34284: PLY::DOM::ParseHeader() begin
+Debug, T34284: PLY::DOM::ParseHeader() succeeded
+Debug, T34284: PLY::DOM::ParseElementInstanceLists() begin
+Debug, T34284: PLY::DOM::ParseElementInstanceLists() succeeded
+Debug, T34284: PLY::DOM::ParseInstance() succeeded
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/PLY/cube_uv.ply
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Stanford Polygon Library (PLY) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/PLY\'
+Debug, T34284: PLY::DOM::ParseInstance() begin
+Debug, T34284: PLY::DOM::ParseHeader() begin
+Debug, T34284: PLY::DOM::ParseHeader() succeeded
+Debug, T34284: PLY::DOM::ParseElementInstanceLists() begin
+Debug, T34284: PLY::DOM::ParseElementInstanceLists() succeeded
+Debug, T34284: PLY::DOM::ParseInstance() succeeded
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/PLY/cube_binary.ply
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Stanford Polygon Library (PLY) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/PLY\'
+Debug, T34284: PLY::DOM::ParseInstanceBinary() begin
+Debug, T34284: PLY::DOM::ParseHeader() begin
+Debug, T34284: PLY::DOM::ParseHeader() succeeded
+Debug, T34284: PLY::DOM::ParseElementInstanceListsBinary() begin
+Debug, T34284: PLY::DOM::ParseElementInstanceListsBinary() succeeded
+Debug, T34284: PLY::DOM::ParseInstanceBinary() succeeded
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/PLY/float-color.ply
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Stanford Polygon Library (PLY) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/PLY\'
+Debug, T34284: PLY::DOM::ParseInstance() begin
+Debug, T34284: PLY::DOM::ParseHeader() begin
+Debug, T34284: PLY::DOM::ParseHeader() succeeded
+Debug, T34284: PLY::DOM::ParseElementInstanceLists() begin
+Debug, T34284: PLY::DOM::ParseElementInstanceLists() succeeded
+Debug, T34284: PLY::DOM::ParseInstance() succeeded
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/PLY/issue623.ply
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Stanford Polygon Library (PLY) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/PLY\'
+Debug, T34284: PLY::DOM::ParseInstance() begin
+Debug, T34284: PLY::DOM::ParseHeader() begin
+Debug, T34284: PLY::DOM::ParseHeader() succeeded
+Debug, T34284: PLY::DOM::ParseElementInstanceLists() begin
+Warn,  T34284: Unable to parse property instance. Skipping this element instance
+Skipping one or more lines with the same contents
+Debug, T34284: PLY::DOM::ParseElementInstanceLists() succeeded
+Debug, T34284: PLY::DOM::ParseInstance() succeeded
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: Load $$$___magic___$$$.
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Found positive match for header keyword: ply
+Info,  T34284: Found a matching importer for this file format: Stanford Polygon Library (PLY) Importer.
+Info,  T34284: Import root directory is '.\'
+Debug, T34284: PLY::DOM::ParseInstance() begin
+Debug, T34284: PLY::DOM::ParseHeader() begin
+Debug, T34284: PLY::DOM::ParseHeader() succeeded
+Debug, T34284: PLY::DOM::ParseElementInstanceLists() begin
+Debug, T34284: PLY::DOM::ParseElementInstanceLists() succeeded
+Debug, T34284: PLY::DOM::ParseInstance() succeeded
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: Load D:/projects/assimp/test/models/OBJ/spider.obj
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Wavefront Object Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/OBJ\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/OBJ/spider.obj
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Wavefront Object Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/OBJ\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: GenVertexNormalsProcess begin
+Debug, T34284: GenVertexNormalsProcess finished. Normals are already there
+Debug, T34284: GenVertexNormalsProcess begin
+Debug, T34284: GenVertexNormalsProcess finished. Normals are already there
+Info,  T34284: Load $$$___magic___$$$.
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: File extension not known, trying signature-based detection
+Debug, T34284: Found positive match for header keyword: usemtl
+Info,  T34284: Found a matching importer for this file format: Wavefront Object Importer.
+Info,  T34284: Import root directory is '.\'
+Error, T34284: OBJ: failed to locate material Default, creating new material
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: Load $$$___magic___$$$.
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: File extension not known, trying signature-based detection
+Debug, T34284: Found positive match for header keyword: usemtl
+Info,  T34284: Found a matching importer for this file format: Wavefront Object Importer.
+Info,  T34284: Import root directory is '.\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: Load D:/projects/assimp/test/models/OBJ/cube_with_vertexcolors.obj
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Wavefront Object Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/OBJ\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: GenVertexNormalsProcess begin
+Debug, T34284: GenVertexNormalsProcess finished. Normals are already there
+Info,  T34284: Load D:/projects/assimp/test/models/OBJ/cube_with_vertexcolors_uni.obj
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Wavefront Object Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/OBJ\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: GenVertexNormalsProcess begin
+Debug, T34284: GenVertexNormalsProcess finished. Normals are already there
+Info,  T34284: Load $$$___magic___$$$.
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: File extension not known, trying signature-based detection
+Debug, T34284: Found positive match for header keyword: mtllib
+Info,  T34284: Found a matching importer for this file format: Wavefront Object Importer.
+Info,  T34284: Import root directory is '.\'
+Error, T34284: OBJ: Unable to locate material file $blobfile.mtl
+Info,  T34284: OBJ: Opening fallback material file $$$___magic___$mtl
+Error, T34284: OBJ: Unable to locate fallback material file $$$___magic___$mtl
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load $$$___magic___$$$.
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: File extension not known, trying signature-based detection
+Debug, T34284: Found positive match for header keyword: v 
+Info,  T34284: Found a matching importer for this file format: Wavefront Object Importer.
+Info,  T34284: Import root directory is '.\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Error, T34284: Validation failed: Mesh  contains no faces
+Info,  T34284: Load $$$___magic___$$$.
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: File extension not known, trying signature-based detection
+Debug, T34284: Found positive match for header keyword: v 
+Info,  T34284: Found a matching importer for this file format: Wavefront Object Importer.
+Info,  T34284: Import root directory is '.\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load $$$___magic___$$$.
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: File extension not known, trying signature-based detection
+Debug, T34284: Found positive match for header keyword: v 
+Info,  T34284: Found a matching importer for this file format: Wavefront Object Importer.
+Info,  T34284: Import root directory is '.\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load $$$___magic___$$$.
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: File extension not known, trying signature-based detection
+Debug, T34284: Found positive match for header keyword: v 
+Info,  T34284: Found a matching importer for this file format: Wavefront Object Importer.
+Info,  T34284: Import root directory is '.\'
+Error, T34284: OBJ: Invalid component in homogeneous vector (Division by zero)
+Info,  T34284: Load $$$___magic___$$$.
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: File extension not known, trying signature-based detection
+Debug, T34284: Found positive match for header keyword: v 
+Info,  T34284: Found a matching importer for this file format: Wavefront Object Importer.
+Info,  T34284: Import root directory is '.\'
+Error, T34284: OBJ: Invalid face indice
+Info,  T34284: Load $$$___magic___$$$.
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: File extension not known, trying signature-based detection
+Debug, T34284: Found positive match for header keyword: v 
+Info,  T34284: Found a matching importer for this file format: Wavefront Object Importer.
+Info,  T34284: Import root directory is '.\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: Load $$$___magic___$$$.
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: File extension not known, trying signature-based detection
+Debug, T34284: Found positive match for header keyword: v 
+Info,  T34284: Found a matching importer for this file format: Wavefront Object Importer.
+Info,  T34284: Import root directory is '.\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: Load D:/projects/assimp/test/models/OBJ/cube_mtllib_after_g.obj
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Wavefront Object Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/OBJ\'
+Error, T34284: OBJ: Unable to locate material file cube_mtllib_after_g.mat
+Info,  T34284: OBJ: Opening fallback material file D:/projects/assimp/test/models/OBJ/cube_mtllib_after_g.mtl
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/OBJ/point_cloud.obj
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Wavefront Object Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/OBJ\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ScenePreprocessor: Adding default material 'DefaultMaterial'
+Info,  T34284: Load D:/projects/assimp/test/models/OBJ/box_without_lineending.obj
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Wavefront Object Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/OBJ\'
+Error, T34284: OBJ: failed to locate material Default, creating new material
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: Load $$$___magic___$$$.
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: File extension not known, trying signature-based detection
+Debug, T34284: Found positive match for header keyword: v 
+Info,  T34284: Found a matching importer for this file format: Wavefront Object Importer.
+Info,  T34284: Import root directory is '.\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: Load D:/projects/assimp/test/models/OpenGEX/Example.ogex
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Open Game Engine Exchange.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/OpenGEX\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: Load D:/projects/assimp/test/models/OpenGEX/light_issue1262.ogex
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Open Game Engine Exchange.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/OpenGEX\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: Load D:/projects/assimp/test/models/OpenGEX/empty_camera.ogex
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Open Game Engine Exchange.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/OpenGEX\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: Load D:/projects/assimp/test/models/SIB/heffalump.sib
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Silo SIB Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/SIB\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/BLEND/AreaLight_269.blend
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Blender 3D Importer (http://www.blender3d.org).
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/BLEND\'
+Info,  T34284: BLEND: Blender version is 2.69 (64bit: true, little endian: true)
+Debug, T34284: REND
+Debug, T34284: TEST
+Debug, T34284: GLOB
+Debug, T34284: WM
+Debug, T34284: DATA
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SC
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: CA
+Debug, T34284: LA
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: LA
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: LA
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: WO
+Debug, T34284: DATA
+Debug, T34284: OB
+Skipping one or more lines with the same contents
+Debug, T34284: DATA
+Debug, T34284: OB
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: OB
+Debug, T34284: MA
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: TE
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: ME
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: LS
+Debug, T34284: DATA
+Debug, T34284: DNA1
+Debug, T34284: BlenderDNA: Got 551 structures with totally 6353 fields
+Info,  T34284: BlenderDNA: Dumped dna to dna.txt
+Debug, T34284: ENDB
+Warn,  T34284: <add reason>
+Skipping one or more lines with the same contents
+Warn,  T34284: BlendDNA: Did not find a field named `coeff_const` in structure `Lamp`
+Warn,  T34284: BlendDNA: Did not find a field named `coeff_lin` in structure `Lamp`
+Warn,  T34284: BlendDNA: Did not find a field named `coeff_quad` in structure `Lamp`
+Warn,  T34284: <add reason>
+Skipping one or more lines with the same contents
+Warn,  T34284: BlendDNA: Did not find a field named `coeff_const` in structure `Lamp`
+Warn,  T34284: BlendDNA: Did not find a field named `coeff_lin` in structure `Lamp`
+Warn,  T34284: BlendDNA: Did not find a field named `coeff_quad` in structure `Lamp`
+Warn,  T34284: <add reason>
+Skipping one or more lines with the same contents
+Warn,  T34284: BlendDNA: Did not find a field named `coeff_const` in structure `Lamp`
+Warn,  T34284: BlendDNA: Did not find a field named `coeff_lin` in structure `Lamp`
+Warn,  T34284: BlendDNA: Did not find a field named `coeff_quad` in structure `Lamp`
+Info,  T34284: (Stats) Fields read: 918, pointers resolved: 23, cache hits: 3, cached objects: 19
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Warn,  T34284: Validation warning: aiLight::mAttenuationXXX - all are zero
+Skipping one or more lines with the same contents
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/BLEND/box.blend
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Blender 3D Importer (http://www.blender3d.org).
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/BLEND\'
+Info,  T34284: BLEND: Blender version is 2.76 (64bit: true, little endian: true)
+Debug, T34284: REND
+Debug, T34284: TEST
+Debug, T34284: GLOB
+Debug, T34284: WM
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SC
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: CA
+Debug, T34284: LA
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: WO
+Debug, T34284: DATA
+Debug, T34284: OB
+Debug, T34284: DATA
+Debug, T34284: OB
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: OB
+Debug, T34284: DATA
+Debug, T34284: MA
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: TE
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: ME
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: LS
+Debug, T34284: DATA
+Debug, T34284: DNA1
+Debug, T34284: BlenderDNA: Got 604 structures with totally 6955 fields
+Info,  T34284: BlenderDNA: Dumped dna to dna.txt
+Debug, T34284: ENDB
+Warn,  T34284: <add reason>
+Skipping one or more lines with the same contents
+Warn,  T34284: BlendDNA: Did not find a field named `coeff_const` in structure `Lamp`
+Warn,  T34284: BlendDNA: Did not find a field named `coeff_lin` in structure `Lamp`
+Warn,  T34284: BlendDNA: Did not find a field named `coeff_quad` in structure `Lamp`
+Info,  T34284: (Stats) Fields read: 668, pointers resolved: 17, cache hits: 3, cached objects: 13
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Warn,  T34284: Validation warning: aiLight::mAttenuationXXX - all are zero
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/BLEND/4Cubes4Mats_248.blend
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Blender 3D Importer (http://www.blender3d.org).
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/BLEND\'
+Info,  T34284: BLEND: Blender version is 2.48 (64bit: false, little endian: true)
+Debug, T34284: REND
+Debug, T34284: GLOB
+Debug, T34284: SR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SC
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: CA
+Debug, T34284: LA
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: WO
+Debug, T34284: TX
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: OB
+Skipping one or more lines with the same contents
+Debug, T34284: DATA
+Debug, T34284: OB
+Debug, T34284: DATA
+Debug, T34284: OB
+Debug, T34284: DATA
+Debug, T34284: OB
+Debug, T34284: DATA
+Debug, T34284: OB
+Debug, T34284: MA
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: MA
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: MA
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: MA
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: TE
+Debug, T34284: ME
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: ME
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: ME
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: ME
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: DNA1
+Debug, T34284: BlenderDNA: Got 310 structures with totally 3868 fields
+Info,  T34284: BlenderDNA: Dumped dna to dna.txt
+Debug, T34284: ENDB
+Warn,  T34284: <add reason>
+Skipping one or more lines with the same contents
+Warn,  T34284: BlendDNA: Did not find a field named `sensor_x` in structure `Camera`
+Warn,  T34284: <add reason>
+Skipping one or more lines with the same contents
+Warn,  T34284: BlendDNA: Did not find a field named `totloop` in structure `Mesh`
+Warn,  T34284: BlendDNA: Did not find a field named `totpoly` in structure `Mesh`
+Warn,  T34284: BlendDNA: Did not find a field named `*mloop` in structure `Mesh`
+Warn,  T34284: BlendDNA: Did not find a field named `*mloopuv` in structure `Mesh`
+Warn,  T34284: BlendDNA: Did not find a field named `*mloopcol` in structure `Mesh`
+Warn,  T34284: BlendDNA: Did not find a field named `*mpoly` in structure `Mesh`
+Warn,  T34284: BlendDNA: Did not find a field named `*mtpoly` in structure `Mesh`
+Warn,  T34284: <add reason>
+Skipping one or more lines with the same contents
+Warn,  T34284: BlendDNA: Did not find a field named `rot` in structure `MTex`
+Warn,  T34284: BlendDNA: Did not find a field named `colspecfac` in structure `MTex`
+Warn,  T34284: BlendDNA: Did not find a field named `mirrfac` in structure `MTex`
+Warn,  T34284: BlendDNA: Did not find a field named `alphafac` in structure `MTex`
+Warn,  T34284: BlendDNA: Did not find a field named `difffac` in structure `MTex`
+Warn,  T34284: BlendDNA: Did not find a field named `specfac` in structure `MTex`
+Warn,  T34284: BlendDNA: Did not find a field named `emitfac` in structure `MTex`
+Warn,  T34284: BlendDNA: Did not find a field named `hardfac` in structure `MTex`
+Warn,  T34284: BlendDNA: Did not find a field named `material_type` in structure `Material`
+Warn,  T34284: BlendDNA: Did not find a field named `pr_texture` in structure `Material`
+Warn,  T34284: BlendDNA: Did not find a field named `shadowonly_flag` in structure `Material`
+Warn,  T34284: BlendDNA: Did not find a field named `index` in structure `Material`
+Warn,  T34284: BlendDNA: Did not find a field named `vcol_alpha` in structure `Material`
+Warn,  T34284: BlendDNA: Did not find a field named `typemap` in structure `CustomData`
+Error, T34284: Constructing BlenderDNA Structure encountered an error
+Info,  T34284: Load D:/projects/assimp/test/models/BLEND/blender_269_regress1.blend
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Blender 3D Importer (http://www.blender3d.org).
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/BLEND\'
+Info,  T34284: BLEND: Blender version is 2.69 (64bit: true, little endian: true)
+Debug, T34284: REND
+Debug, T34284: TEST
+Debug, T34284: GLOB
+Debug, T34284: WM
+Debug, T34284: DATA
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SC
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: CA
+Debug, T34284: LA
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: KE
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: WO
+Debug, T34284: DATA
+Debug, T34284: OB
+Debug, T34284: DATA
+Debug, T34284: OB
+Debug, T34284: DATA
+Debug, T34284: OB
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: MA
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: TE
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: ME
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: LS
+Debug, T34284: DATA
+Debug, T34284: DNA1
+Debug, T34284: BlenderDNA: Got 551 structures with totally 6353 fields
+Info,  T34284: BlenderDNA: Dumped dna to dna.txt

+ 3184 - 0
test/AssimpLog_Cpp.txt

@@ -0,0 +1,3184 @@
+Info,  T34284: Load dae.dae
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Collada Importer.
+Info,  T34284: Import root directory is '.\'
+Debug, T34284: Collada schema version is 1.4.n
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: START `t1`
+Debug, T34284: END   `t1`, dt= 0.0064414 s
+Info,  T34284: Load D:/projects/assimp/test/models/OBJ/spider.obj
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Wavefront Object Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/OBJ\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/LWS/move_x.lws
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave Scene Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/LWS\'
+Debug, T34284: LWS: Skipping over plugin-specific data
+Skipping one or more lines with the same contents
+Info,  T34284: LWS file format version is 5
+Info,  T34284: %%% BEGIN EXTERNAL FILE %%%
+Info,  T34284: File: simple_cube.lwo
+Info,  T34284: Load simple_cube.lwo
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave/Modo Object Importer.
+Info,  T34284: Import root directory is '.\'
+Info,  T34284: LWO file format: LWO2 (>= LightWave 6)
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: %%% END EXTERNAL FILE %%%
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Dummy rotation track has been generated
+Debug, T34284: ScenePreprocessor: Dummy scaling track has been generated
+Info,  T34284: Load D:/projects/assimp/test/models/LWS/move_x_post_linear.lws
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave Scene Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/LWS\'
+Debug, T34284: LWS: Skipping over plugin-specific data
+Skipping one or more lines with the same contents
+Info,  T34284: LWS file format version is 5
+Info,  T34284: %%% BEGIN EXTERNAL FILE %%%
+Info,  T34284: File: simple_cube.lwo
+Info,  T34284: Load simple_cube.lwo
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave/Modo Object Importer.
+Info,  T34284: Import root directory is '.\'
+Info,  T34284: LWO file format: LWO2 (>= LightWave 6)
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: %%% END EXTERNAL FILE %%%
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Dummy rotation track has been generated
+Debug, T34284: ScenePreprocessor: Dummy scaling track has been generated
+Info,  T34284: Load D:/projects/assimp/test/models/LWS/move_xz_bezier.lws
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave Scene Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/LWS\'
+Debug, T34284: LWS: Skipping over plugin-specific data
+Skipping one or more lines with the same contents
+Info,  T34284: LWS file format version is 5
+Info,  T34284: %%% BEGIN EXTERNAL FILE %%%
+Info,  T34284: File: simple_cube.lwo
+Info,  T34284: Load simple_cube.lwo
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave/Modo Object Importer.
+Info,  T34284: Import root directory is '.\'
+Info,  T34284: LWO file format: LWO2 (>= LightWave 6)
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: %%% END EXTERNAL FILE %%%
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Dummy rotation track has been generated
+Debug, T34284: ScenePreprocessor: Dummy scaling track has been generated
+Info,  T34284: Load D:/projects/assimp/test/models/LWS/move_xz_stepped.lws
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave Scene Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/LWS\'
+Debug, T34284: LWS: Skipping over plugin-specific data
+Skipping one or more lines with the same contents
+Info,  T34284: LWS file format version is 5
+Info,  T34284: %%% BEGIN EXTERNAL FILE %%%
+Info,  T34284: File: simple_cube.lwo
+Info,  T34284: Load simple_cube.lwo
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave/Modo Object Importer.
+Info,  T34284: Import root directory is '.\'
+Info,  T34284: LWO file format: LWO2 (>= LightWave 6)
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: %%% END EXTERNAL FILE %%%
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Dummy rotation track has been generated
+Debug, T34284: ScenePreprocessor: Dummy scaling track has been generated
+Info,  T34284: Load D:/projects/assimp/test/models/LWS/move_x_oldformat_56.lws
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave Scene Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/LWS\'
+Debug, T34284: LWS: Skipping over plugin-specific data
+Skipping one or more lines with the same contents
+Info,  T34284: LWS file format version is 2
+Info,  T34284: %%% BEGIN EXTERNAL FILE %%%
+Info,  T34284: File: simple_cube.lwo
+Info,  T34284: Load simple_cube.lwo
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave/Modo Object Importer.
+Info,  T34284: Import root directory is '.\'
+Info,  T34284: LWO file format: LWO2 (>= LightWave 6)
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: %%% END EXTERNAL FILE %%%
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Dummy rotation track has been generated
+Debug, T34284: ScenePreprocessor: Dummy scaling track has been generated
+Info,  T34284: Load D:/projects/assimp/test/models/LWS/move_x_post_offset_repeat.lws
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave Scene Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/LWS\'
+Debug, T34284: LWS: Skipping over plugin-specific data
+Skipping one or more lines with the same contents
+Info,  T34284: LWS file format version is 5
+Info,  T34284: %%% BEGIN EXTERNAL FILE %%%
+Info,  T34284: File: simple_cube.lwo
+Info,  T34284: Load simple_cube.lwo
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave/Modo Object Importer.
+Info,  T34284: Import root directory is '.\'
+Info,  T34284: LWO file format: LWO2 (>= LightWave 6)
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: %%% END EXTERNAL FILE %%%
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Dummy rotation track has been generated
+Debug, T34284: ScenePreprocessor: Dummy scaling track has been generated
+Info,  T34284: Load D:/projects/assimp/test/models/LWS/move_xz_hermite.lws
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave Scene Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/LWS\'
+Debug, T34284: LWS: Skipping over plugin-specific data
+Skipping one or more lines with the same contents
+Info,  T34284: LWS file format version is 5
+Info,  T34284: %%% BEGIN EXTERNAL FILE %%%
+Info,  T34284: File: simple_cube.lwo
+Info,  T34284: Load simple_cube.lwo
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave/Modo Object Importer.
+Info,  T34284: Import root directory is '.\'
+Info,  T34284: LWO file format: LWO2 (>= LightWave 6)
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: %%% END EXTERNAL FILE %%%
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Dummy rotation track has been generated
+Debug, T34284: ScenePreprocessor: Dummy scaling track has been generated
+Info,  T34284: Load D:/projects/assimp/test/models/LWS/move_y_pre_ofrep_post_osc.lws
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave Scene Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/LWS\'
+Debug, T34284: LWS: Skipping over plugin-specific data
+Skipping one or more lines with the same contents
+Info,  T34284: LWS file format version is 5
+Info,  T34284: %%% BEGIN EXTERNAL FILE %%%
+Info,  T34284: File: simple_cube.lwo
+Info,  T34284: Load simple_cube.lwo
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave/Modo Object Importer.
+Info,  T34284: Import root directory is '.\'
+Info,  T34284: LWO file format: LWO2 (>= LightWave 6)
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: %%% END EXTERNAL FILE %%%
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Warn,  T34284: Validation warning: aiNodeAnim::mPositionKeys[1].mTime (-72.00000) is smaller than aiAnimation::mPositionKeys[0] (which is 0.00000)
+Warn,  T34284: Validation warning: aiNodeAnim::mPositionKeys[5].mTime (-21.00000) is smaller than aiAnimation::mPositionKeys[4] (which is 0.00000)
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/LWS/move_x_oldformat_6.lws
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave Scene Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/LWS\'
+Debug, T34284: LWS: Skipping over plugin-specific data
+Skipping one or more lines with the same contents
+Info,  T34284: LWS file format version is 3
+Info,  T34284: %%% BEGIN EXTERNAL FILE %%%
+Info,  T34284: File: simple_cube.lwo
+Info,  T34284: Load simple_cube.lwo
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave/Modo Object Importer.
+Info,  T34284: Import root directory is '.\'
+Info,  T34284: LWO file format: LWO2 (>= LightWave 6)
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: %%% END EXTERNAL FILE %%%
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Dummy rotation track has been generated
+Debug, T34284: ScenePreprocessor: Dummy scaling track has been generated
+Info,  T34284: Load D:/projects/assimp/test/models/LWS/move_x_post_repeat.lws
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave Scene Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/LWS\'
+Debug, T34284: LWS: Skipping over plugin-specific data
+Skipping one or more lines with the same contents
+Info,  T34284: LWS file format version is 5
+Info,  T34284: %%% BEGIN EXTERNAL FILE %%%
+Info,  T34284: File: simple_cube.lwo
+Info,  T34284: Load simple_cube.lwo
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave/Modo Object Importer.
+Info,  T34284: Import root directory is '.\'
+Info,  T34284: LWO file format: LWO2 (>= LightWave 6)
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: %%% END EXTERNAL FILE %%%
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Dummy rotation track has been generated
+Debug, T34284: ScenePreprocessor: Dummy scaling track has been generated
+Info,  T34284: Load D:/projects/assimp/test/models/LWS/move_xz_linear.lws
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave Scene Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/LWS\'
+Debug, T34284: LWS: Skipping over plugin-specific data
+Skipping one or more lines with the same contents
+Info,  T34284: LWS file format version is 5
+Info,  T34284: %%% BEGIN EXTERNAL FILE %%%
+Info,  T34284: File: simple_cube.lwo
+Info,  T34284: Load simple_cube.lwo
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave/Modo Object Importer.
+Info,  T34284: Import root directory is '.\'
+Info,  T34284: LWO file format: LWO2 (>= LightWave 6)
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: %%% END EXTERNAL FILE %%%
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Dummy rotation track has been generated
+Debug, T34284: ScenePreprocessor: Dummy scaling track has been generated
+Info,  T34284: Load D:/projects/assimp/test/models/LWS/move_x_post_constant.lws
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave Scene Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/LWS\'
+Debug, T34284: LWS: Skipping over plugin-specific data
+Skipping one or more lines with the same contents
+Info,  T34284: LWS file format version is 5
+Info,  T34284: %%% BEGIN EXTERNAL FILE %%%
+Info,  T34284: File: simple_cube.lwo
+Info,  T34284: Load simple_cube.lwo
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave/Modo Object Importer.
+Info,  T34284: Import root directory is '.\'
+Info,  T34284: LWO file format: LWO2 (>= LightWave 6)
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: %%% END EXTERNAL FILE %%%
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Dummy rotation track has been generated
+Debug, T34284: ScenePreprocessor: Dummy scaling track has been generated
+Info,  T34284: Load D:/projects/assimp/test/models/LWS/move_x_post_reset.lws
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave Scene Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/LWS\'
+Debug, T34284: LWS: Skipping over plugin-specific data
+Skipping one or more lines with the same contents
+Info,  T34284: LWS file format version is 5
+Info,  T34284: %%% BEGIN EXTERNAL FILE %%%
+Info,  T34284: File: simple_cube.lwo
+Info,  T34284: Load simple_cube.lwo
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave/Modo Object Importer.
+Info,  T34284: Import root directory is '.\'
+Info,  T34284: LWO file format: LWO2 (>= LightWave 6)
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: %%% END EXTERNAL FILE %%%
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Dummy rotation track has been generated
+Debug, T34284: ScenePreprocessor: Dummy scaling track has been generated
+Info,  T34284: Load D:/projects/assimp/test/models/LWS/move_xz_spline.lws
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave Scene Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/LWS\'
+Debug, T34284: LWS: Skipping over plugin-specific data
+Skipping one or more lines with the same contents
+Info,  T34284: LWS file format version is 5
+Info,  T34284: %%% BEGIN EXTERNAL FILE %%%
+Info,  T34284: File: simple_cube.lwo
+Info,  T34284: Load simple_cube.lwo
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave/Modo Object Importer.
+Info,  T34284: Import root directory is '.\'
+Info,  T34284: LWO file format: LWO2 (>= LightWave 6)
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: %%% END EXTERNAL FILE %%%
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Dummy rotation track has been generated
+Debug, T34284: ScenePreprocessor: Dummy scaling track has been generated
+Info,  T34284: Load D:/projects/assimp/test/models/LWO/LWO2/boxuv.lwo
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave/Modo Object Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/LWO/LWO2\'
+Info,  T34284: LWO file format: LWO2 (>= LightWave 6)
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/LWO/LWO2/formatDetection
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: LightWave/Modo Object Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/LWO/LWO2\'
+Info,  T34284: LWO file format: LWO2 (>= LightWave 6)
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/SMD/triangle.smd
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Valve SMD Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/SMD\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Dummy scaling track has been generated
+Info,  T34284: Load D:/projects/assimp/test/models/SMD/holy_grailref.smd
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Valve SMD Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/SMD\'
+Error, T34284: [SMD/VTA] Bone index overflow. The bone index will be ignored, the weight will be assigned to the vertex' parent node
+Skipping one or more lines with the same contents
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Dummy scaling track has been generated
+Info,  T34284: Load D:/projects/assimp/test/models/glTF/TwoBoxes/TwoBoxes.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: glTF Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF/TwoBoxes\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF/IncorrectVertexArrays/Cube_v1.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: glTF Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF/IncorrectVertexArrays\'
+Warn,  T34284: The number of vertices was not compatible with the TRIANGLES mode. Some vertices were dropped.
+Warn,  T34284: The number of vertices was not compatible with the LINES mode. Some vertices were dropped.
+Warn,  T34284: The number of vertices was not compatible with the TRIANGLES mode. Some vertices were dropped.
+Warn,  T34284: The number of vertices was not compatible with the LINES mode. Some vertices were dropped.
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Warn,  T34284: Validation warning: There are unreferenced vertices
+Skipping one or more lines with the same contents
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF/TwoBoxes/TwoBoxes.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: glTF Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF/TwoBoxes\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/BoxTextured-glTF/BoxTextured.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/BoxTextured-glTF\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 1 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/2CylinderEngine-glTF-Binary/2CylinderEngine.glb
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Reading GLTF2 binary
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/2CylinderEngine-glTF-Binary\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Reading GLTF2 binary
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 34 materials
+Debug, T34284: Importing 29 meshes
+Debug, T34284: Importing 1 cameras
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/BoxTextured-glTF/BoxTextured.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/BoxTextured-glTF\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 1 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: GenVertexNormalsProcess begin
+Debug, T34284: GenVertexNormalsProcess finished. Normals are already there
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/BoxTextured-glTF-Embedded/BoxTextured.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/BoxTextured-glTF-Embedded\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 1 embedded textures
+Debug, T34284: Importing 1 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: GenVertexNormalsProcess begin
+Debug, T34284: GenVertexNormalsProcess finished. Normals are already there
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode/Mesh_PrimitiveMode_00.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 0 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode/Mesh_PrimitiveMode_01.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 0 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode/Mesh_PrimitiveMode_02.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 0 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode/Mesh_PrimitiveMode_03.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 0 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode/Mesh_PrimitiveMode_04.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 0 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode/Mesh_PrimitiveMode_05.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 0 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode/Mesh_PrimitiveMode_06.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 0 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode/Mesh_PrimitiveMode_07.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 0 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode/Mesh_PrimitiveMode_08.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 0 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode/Mesh_PrimitiveMode_09.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 0 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode/Mesh_PrimitiveMode_10.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 0 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode/Mesh_PrimitiveMode_11.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 0 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode/Mesh_PrimitiveMode_12.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 0 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/simple_skin/simple_skin.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/simple_skin\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 0 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 1 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Dummy scaling track has been generated
+Debug, T34284: ScenePreprocessor: Dummy position track has been generated
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/cameras/Cameras.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/cameras\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 0 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing 2 cameras
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Warn,  T34284: Validation warning: 0.000000 is not a valid value for aiCamera::mHorizontalFOV
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/IncorrectVertexArrays/Cube.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/IncorrectVertexArrays\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 0 materials
+Debug, T34284: Importing 8 meshes
+Warn,  T34284: The number of vertices was not compatible with the TRIANGLES mode. Some vertices were dropped.
+Warn,  T34284: The number of vertices was not compatible with the LINES mode. Some vertices were dropped.
+Warn,  T34284: The number of vertices was not compatible with the TRIANGLES mode. Some vertices were dropped.
+Warn,  T34284: The number of vertices was not compatible with the LINES mode. Some vertices were dropped.
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Warn,  T34284: Validation warning: There are unreferenced vertices
+Skipping one or more lines with the same contents
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/textureTransform/TextureTransformTest.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/textureTransform\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 9 materials
+Debug, T34284: Importing 9 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/BoxTextured-glTF/BoxTextured.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/BoxTextured-glTF\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 1 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: TriangulateProcess begin
+Debug, T34284: TriangulateProcess finished. There was nothing to be done.
+Debug, T34284: SortByPTypeProcess begin
+Info,  T34284: Points: 0, Lines: 0, Triangles: 1, Polygons: 0 (Meshes, X = removed)
+Debug, T34284: SortByPTypeProcess finished
+Debug, T34284: JoinVerticesProcess begin
+Debug, T34284: Mesh 0 (Mesh) | Verts in: 24 out: 24 | ~0%
+Debug, T34284: JoinVerticesProcess finished 
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/glTF-Sample-Models/AnimatedMorphCube-glTF/AnimatedMorphCube.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/glTF-Sample-Models/AnimatedMorphCube-glTF\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 1 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 1 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: TriangulateProcess begin
+Debug, T34284: TriangulateProcess finished. There was nothing to be done.
+Debug, T34284: SortByPTypeProcess begin
+Info,  T34284: Points: 0, Lines: 0, Triangles: 1, Polygons: 0 (Meshes, X = removed)
+Debug, T34284: SortByPTypeProcess finished
+Debug, T34284: JoinVerticesProcess begin
+Debug, T34284: Mesh 0 (Cube) | Verts in: 24 out: 24 | ~0%
+Debug, T34284: JoinVerticesProcess finished 
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/MissingBin/BoxTextured.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/BoxWithInfinites-glTF-Binary/BoxWithInfinites.glb
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Reading GLTF2 binary
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/BoxWithInfinites-glTF-Binary\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Reading GLTF2 binary
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 1 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: TriangulateProcess begin
+Debug, T34284: TriangulateProcess finished. There was nothing to be done.
+Debug, T34284: SortByPTypeProcess begin
+Info,  T34284: Points: 0, Lines: 0, Triangles: 1, Polygons: 0 (Meshes, X = removed)
+Debug, T34284: SortByPTypeProcess finished
+Debug, T34284: JoinVerticesProcess begin
+Debug, T34284: Mesh 0 (Mesh) | Verts in: 24 out: 10 | ~58.3333%
+Info,  T34284: JoinVerticesProcess finished | Verts in: 24 out: 10 | ~58.3333
+Debug, T34284: TriangulateProcess begin
+Debug, T34284: TriangulateProcess finished. There was nothing to be done.
+Debug, T34284: SortByPTypeProcess begin
+Info,  T34284: Points: 0, Lines: 0, Triangles: 1, Polygons: 0 (Meshes, X = removed)
+Debug, T34284: SortByPTypeProcess finished
+Debug, T34284: JoinVerticesProcess begin
+Debug, T34284: Mesh 0 (Mesh) | Verts in: 24 out: 10 | ~58.3333%
+Info,  T34284: JoinVerticesProcess finished | Verts in: 24 out: 10 | ~58.3333
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/BoxBadNormals-glTF-Binary/BoxBadNormals.glb
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Reading GLTF2 binary
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/BoxBadNormals-glTF-Binary\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Reading GLTF2 binary
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 1 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: TriangulateProcess begin
+Debug, T34284: TriangulateProcess finished. There was nothing to be done.
+Debug, T34284: SortByPTypeProcess begin
+Info,  T34284: Points: 0, Lines: 0, Triangles: 1, Polygons: 0 (Meshes, X = removed)
+Debug, T34284: SortByPTypeProcess finished
+Debug, T34284: JoinVerticesProcess begin
+Debug, T34284: Mesh 0 (Mesh) | Verts in: 24 out: 24 | ~0%
+Debug, T34284: JoinVerticesProcess finished 
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/BoxBadNormals-glTF-Binary/BoxBadNormals_out.glb
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: (Deleting previous scene)
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Reading GLTF2 binary
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/BoxBadNormals-glTF-Binary\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Reading GLTF2 binary
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 1 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/BoxTextured-glTF/BoxTextured.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/BoxTextured-glTF\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 1 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/BoxTexcoords-glTF/boxTexcoords.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/BoxTexcoords-glTF\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 1 materials
+Debug, T34284: Importing 1 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/RecursiveNodes/RecursiveNodes.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/TestNoRootNode/NoScene.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/TestNoRootNode\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 0 materials
+Debug, T34284: Importing 0 meshes
+Error, T34284: GLTF: No scene
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/TestNoRootNode/SceneWithoutNodes.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/TestNoRootNode\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 0 materials
+Debug, T34284: Importing 0 meshes
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/issue_3269/texcoord_crash.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/IndexOutOfRange/IndexOutOfRange.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/IndexOutOfRange\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 1 materials
+Debug, T34284: Importing 1 meshes
+Warn,  T34284: Some faces had out-of-range indices. Those faces were dropped.
+Debug, T34284: Importing nodes
+Debug, T34284: Importing 0 animations
+Debug, T34284: Importing metadata
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Warn,  T34284: Validation warning: There are unreferenced vertices
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/IndexOutOfRange/AllIndicesOutOfRange.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Found a matching importer for this file format: glTF2 Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/glTF2/IndexOutOfRange\'
+Debug, T34284: Reading GLTF2 file
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Debug, T34284: Importing 1 materials
+Debug, T34284: Importing 1 meshes
+Warn,  T34284: Some faces had out-of-range indices. Those faces were dropped.
+Error, T34284: Mesh "Mesh" has no faces
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/draco/2CylinderEngine.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/wrongTypes/badArray.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/wrongTypes/badString.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/wrongTypes/badUint.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/wrongTypes/badNumber.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/wrongTypes/badObject.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Load D:/projects/assimp/test/models/glTF2/wrongTypes/badExtension.gltf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Loading GLTF2 asset
+Debug, T34284: Parsing GLTF2 JSON
+Info,  T34284: Load D:/projects/assimp/test/models/HMP/terrain.hmp
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: 3D GameStudio Heightmap (HMP) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/HMP\'
+Debug, T34284: HMP subtype: 3D GameStudio A7, magic word is HMP7
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/IFC/AC14-FZK-Haus.ifc
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Industry Foundation Classes (IFC) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/IFC\'
+Debug, T34284: IFC: File schema is 'IFC2X3'
+Debug, T34284: STEP: got 82226 object records with 5788 inverse index entries
+Debug, T34284: IFC: got units used for lengths
+Debug, T34284: IFC: got units used for angles
+Debug, T34284: IFC: got world coordinate system
+Debug, T34284: IFC: looking at spatial structure `Gelände`
+Debug, T34284: IFC: selecting this spatial structure as root structure
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Skipping one or more lines with the same contents
+Warn,  T34284: IFC: skipping unknown IfcGeometricRepresentationItem entity, type is IfcPolyline
+Debug, T34284: IFC: removing duplicate vertices
+Error, T34284: IFC: failed to generate all window caps
+Skipping one or more lines with the same contents
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Debug, T34284: IFC: removing duplicate vertices
+Debug, T34284: IFC: removing degenerate faces
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Skipping one or more lines with the same contents
+Warn,  T34284: IFC: skipping unknown IfcGeometricRepresentationItem entity, type is IfcPolyline
+Debug, T34284: IFC: removing duplicate vertices
+Error, T34284: IFC: failed to generate all window caps
+Skipping one or more lines with the same contents
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Debug, T34284: IFC: removing duplicate vertices
+Debug, T34284: IFC: removing degenerate faces
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Skipping one or more lines with the same contents
+Warn,  T34284: IFC: skipping unknown IfcGeometricRepresentationItem entity, type is IfcPolyline
+Debug, T34284: IFC: removing duplicate vertices
+Error, T34284: IFC: failed to generate all window caps
+Skipping one or more lines with the same contents
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Skipping one or more lines with the same contents
+Warn,  T34284: IFC: skipping unknown IfcGeometricRepresentationItem entity, type is IfcPolyline
+Debug, T34284: IFC: removing duplicate vertices
+Error, T34284: IFC: failed to generate all window caps
+Skipping one or more lines with the same contents
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Warn,  T34284: IFC: skipping unknown IfcGeometricRepresentationItem entity, type is IfcPolyline
+Debug, T34284: IFC: removing duplicate vertices
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Warn,  T34284: IFC: skipping unknown IfcGeometricRepresentationItem entity, type is IfcPolyline
+Debug, T34284: IFC: removing duplicate vertices
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Warn,  T34284: IFC: skipping unknown IfcGeometricRepresentationItem entity, type is IfcPolyline
+Debug, T34284: IFC: removing duplicate vertices
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Skipping one or more lines with the same contents
+Warn,  T34284: IFC: skipping unknown IfcGeometricRepresentationItem entity, type is IfcPolyline
+Debug, T34284: IFC: removing duplicate vertices
+Error, T34284: IFC: failed to generate all window caps
+Skipping one or more lines with the same contents
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Skipping one or more lines with the same contents
+Warn,  T34284: IFC: skipping unknown IfcGeometricRepresentationItem entity, type is IfcPolyline
+Debug, T34284: IFC: removing duplicate vertices
+Error, T34284: IFC: failed to generate all window caps
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Debug, T34284: IFC: removing degenerate faces
+Skipping one or more lines with the same contents
+Debug, T34284: IFC: removing duplicate vertices
+Debug, T34284: IFC: removing degenerate faces
+Skipping one or more lines with the same contents
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Debug, T34284: IFC: removing duplicate vertices
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Debug, T34284: IFC: skipping IfcAnnotation entity due to importer settings
+Skipping one or more lines with the same contents
+Debug, T34284: IFC: skipping IfcSpace entity due to importer settings
+Skipping one or more lines with the same contents
+Warn,  T34284: IFC: skipping unknown IfcGeometricRepresentationItem entity, type is IfcPolyline
+Debug, T34284: IFC: removing duplicate vertices
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Debug, T34284: IFC: generating CSG geometry by plane clipping (IfcBooleanClippingResult)
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Warn,  T34284: IFC: skipping unknown IfcGeometricRepresentationItem entity, type is IfcPolyline
+Debug, T34284: IFC: removing duplicate vertices
+Error, T34284: IFC: failed to generate all window caps
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Debug, T34284: IFC: generating CSG geometry by plane clipping with polygonal bounding (IfcBooleanClippingResult)
+Skipping one or more lines with the same contents
+Debug, T34284: IFC: removing duplicate vertices
+Debug, T34284: IFC: removing degenerate faces
+Debug, T34284: IFC: removing duplicate vertices
+Debug, T34284: IFC: removing degenerate faces
+Warn,  T34284: IFC: skipping unknown IfcGeometricRepresentationItem entity, type is IfcPolyline
+Debug, T34284: IFC: removing duplicate vertices
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Debug, T34284: IFC: generating CSG geometry by plane clipping (IfcBooleanClippingResult)
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Warn,  T34284: IFC: skipping unknown IfcGeometricRepresentationItem entity, type is IfcPolyline
+Debug, T34284: IFC: removing duplicate vertices
+Error, T34284: IFC: failed to generate all window caps
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Debug, T34284: IFC: generating CSG geometry by plane clipping with polygonal bounding (IfcBooleanClippingResult)
+Skipping one or more lines with the same contents
+Debug, T34284: IFC: removing duplicate vertices
+Debug, T34284: IFC: removing degenerate faces
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Debug, T34284: IFC: generating CSG geometry by plane clipping (IfcBooleanClippingResult)
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Debug, T34284: IFC: generating CSG geometry by plane clipping (IfcBooleanClippingResult)
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Skipping one or more lines with the same contents
+Debug, T34284: IFC: generating CSG geometry by plane clipping (IfcBooleanClippingResult)
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Debug, T34284: IFC: generating CSG geometry by plane clipping (IfcBooleanClippingResult)
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Debug, T34284: IFC: removing duplicate vertices
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Debug, T34284: IFC: removing duplicate vertices
+Warn,  T34284: IFC: failed to resolve all openings, presumably their topology is not supported by Assimp
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Debug, T34284: IFC: removing duplicate vertices
+Debug, T34284: IFC: removing degenerate faces
+Debug, T34284: IFC: removing duplicate vertices
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Debug, T34284: IFC: removing duplicate vertices
+Debug, T34284: IFC: generate mesh procedurally by extrusion (IfcExtrudedAreaSolid)
+Debug, T34284: IFC: skipping IfcAnnotation entity due to importer settings
+Skipping one or more lines with the same contents
+Debug, T34284: IFC: skipping IfcSpace entity due to importer settings
+Debug, T34284: IFC: STEP: evaluated 70094 object records
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load $$$___magic___$$$.
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Found positive match for header keyword: HEADER
+Info,  T34284: Found a matching importer for this file format: Drawing Interchange Format (DXF) Importer.
+Info,  T34284: Import root directory is '.\'
+Warn,  T34284: DXF: EOF reached, but did not encounter DXF EOF marker
+Debug, T34284: DXF: Unexpanded polycount is 0, vertex count is 0
+Error, T34284: DXF: no data blocks loaded
+Info,  T34284: Load D:/projects/assimp/test/models/FBX/spider.fbx
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Autodesk FBX Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/FBX\'
+Debug, T34284: Reading FBX file
+Debug, T34284: Tokenizing binary FBX file
+Debug, T34284: FBX version: 7400
+Debug, T34284: Parsing FBX tokens
+Debug, T34284: Creating FBX Document
+Debug, T34284: FBX Version: 7400
+Debug, T34284: UpdateImporterScale scale set: 0.01
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/FBX/box.fbx
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Autodesk FBX Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/FBX\'
+Debug, T34284: Reading FBX file
+Debug, T34284: Tokenizing binary FBX file
+Debug, T34284: FBX version: 7400
+Debug, T34284: Parsing FBX tokens
+Debug, T34284: Creating FBX Document
+Debug, T34284: FBX Version: 7400
+Info,  T34284: FBX: generating full transformation chain for node: root
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/FBX/cubes_nonames.fbx
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Autodesk FBX Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/FBX\'
+Debug, T34284: Reading FBX file
+Debug, T34284: Tokenizing ASCII FBX file
+Debug, T34284: Parsing FBX tokens
+Debug, T34284: Creating FBX Document
+Debug, T34284: FBX Version: 7500
+Warn,  T34284: FBX-DOM: unsupported, newer format version, supported are only FBX 2011, FBX 2012 and FBX 2013, trying to read it nevertheless
+Info,  T34284: FBX: ignoring empty AnimationStack (using IK?): Take 001
+Debug, T34284: UpdateImporterScale scale set: 0.01
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/FBX/cubes_with_names.fbx
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Autodesk FBX Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/FBX\'
+Debug, T34284: Reading FBX file
+Debug, T34284: Tokenizing ASCII FBX file
+Debug, T34284: Parsing FBX tokens
+Debug, T34284: Creating FBX Document
+Debug, T34284: FBX Version: 7500
+Warn,  T34284: FBX-DOM: unsupported, newer format version, supported are only FBX 2011, FBX 2012 and FBX 2013, trying to read it nevertheless
+Info,  T34284: FBX: ignoring empty AnimationStack (using IK?): Take 001
+Debug, T34284: UpdateImporterScale scale set: 0.01
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/FBX/cubes_with_mirroring_and_pivot.fbx
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Autodesk FBX Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/FBX\'
+Debug, T34284: Reading FBX file
+Debug, T34284: Tokenizing ASCII FBX file
+Debug, T34284: Parsing FBX tokens
+Debug, T34284: Creating FBX Document
+Debug, T34284: FBX Version: 7500
+Warn,  T34284: FBX-DOM: unsupported, newer format version, supported are only FBX 2011, FBX 2012 and FBX 2013, trying to read it nevertheless
+Info,  T34284: FBX: ignoring empty AnimationStack (using IK?): Take 001
+Info,  T34284: FBX: generating full transformation chain for node: Cube1
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/FBX/close_to_identity_transforms.fbx
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Autodesk FBX Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/FBX\'
+Debug, T34284: Reading FBX file
+Debug, T34284: Tokenizing ASCII FBX file
+Debug, T34284: Parsing FBX tokens
+Debug, T34284: Creating FBX Document
+Debug, T34284: FBX Version: 7500
+Warn,  T34284: FBX-DOM: unsupported, newer format version, supported are only FBX 2011, FBX 2012 and FBX 2013, trying to read it nevertheless
+Info,  T34284: FBX: ignoring empty AnimationStack (using IK?): Take 001
+Info,  T34284: FBX: generating full transformation chain for node: Cube1
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/FBX/phong_cube.fbx
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Autodesk FBX Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/FBX\'
+Debug, T34284: Reading FBX file
+Debug, T34284: Tokenizing binary FBX file
+Debug, T34284: FBX version: 7400
+Debug, T34284: Parsing FBX tokens
+Debug, T34284: Creating FBX Document
+Debug, T34284: FBX Version: 7400
+Warn,  T34284: FBX-DOM (TOK_KEY, offset 0x4190) source object for connection does not exist
+Debug, T34284: UpdateImporterScale scale set: 0.01
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/FBX/global_settings.fbx
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Autodesk FBX Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/FBX\'
+Debug, T34284: Reading FBX file
+Debug, T34284: Tokenizing binary FBX file
+Debug, T34284: FBX version: 7400
+Debug, T34284: Parsing FBX tokens
+Debug, T34284: Creating FBX Document
+Debug, T34284: FBX Version: 7400
+Error, T34284: FBX: no material assigned to mesh, setting default material
+Debug, T34284: UpdateImporterScale scale set: 5
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/FBX/embedded_ascii/box.FBX
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Autodesk FBX Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/FBX/embedded_ascii\'
+Debug, T34284: Reading FBX file
+Debug, T34284: Tokenizing ASCII FBX file
+Debug, T34284: Parsing FBX tokens
+Debug, T34284: Creating FBX Document
+Debug, T34284: FBX Version: 7400
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Warn,  T34284: Validation warning: A specular shading model is specified but the value of the AI_MATKEY_SHININESS_STRENGTH key is 0.0
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/FBX/embedded_ascii/box_embedded_texture_fragmented.fbx
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Autodesk FBX Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/FBX/embedded_ascii\'
+Debug, T34284: Reading FBX file
+Debug, T34284: Tokenizing ASCII FBX file
+Debug, T34284: Parsing FBX tokens
+Debug, T34284: Creating FBX Document
+Debug, T34284: FBX Version: 7500
+Warn,  T34284: FBX-DOM: unsupported, newer format version, supported are only FBX 2011, FBX 2012 and FBX 2013, trying to read it nevertheless
+Error, T34284: FBX: ignoring additional binormal layer
+Error, T34284: FBX: ignoring additional tangent layer
+Info,  T34284: FBX: ignoring empty AnimationStack (using IK?): Take 001
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/FBX/box_orphant_embedded_texture.fbx
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Autodesk FBX Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/FBX\'
+Debug, T34284: Reading FBX file
+Debug, T34284: Tokenizing ASCII FBX file
+Debug, T34284: Parsing FBX tokens
+Debug, T34284: Creating FBX Document
+Debug, T34284: FBX Version: 7500
+Warn,  T34284: FBX-DOM: unsupported, newer format version, supported are only FBX 2011, FBX 2012 and FBX 2013, trying to read it nevertheless
+Error, T34284: FBX: ignoring additional binormal layer
+Error, T34284: FBX: ignoring additional tangent layer
+Info,  T34284: FBX: ignoring empty AnimationStack (using IK?): Take 001
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/FBX/global_settings.fbx
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Autodesk FBX Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/FBX\'
+Debug, T34284: Reading FBX file
+Debug, T34284: Tokenizing binary FBX file
+Debug, T34284: FBX version: 7400
+Debug, T34284: Parsing FBX tokens
+Debug, T34284: Creating FBX Document
+Debug, T34284: FBX Version: 7400
+Error, T34284: FBX: no material assigned to mesh, setting default material
+Debug, T34284: UpdateImporterScale scale set: 5
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/FBX/cubes_with_outofrange_float.fbx
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Autodesk FBX Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/FBX\'
+Debug, T34284: Reading FBX file
+Debug, T34284: Tokenizing ASCII FBX file
+Debug, T34284: Parsing FBX tokens
+Debug, T34284: Creating FBX Document
+Debug, T34284: FBX Version: 7500
+Warn,  T34284: FBX-DOM: unsupported, newer format version, supported are only FBX 2011, FBX 2012 and FBX 2013, trying to read it nevertheless
+Info,  T34284: FBX: ignoring empty AnimationStack (using IK?): Take 001
+Debug, T34284: UpdateImporterScale scale set: 0.01
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/FBX/maxPbrMaterial_metalRough.fbx
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Autodesk FBX Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/FBX\'
+Debug, T34284: Reading FBX file
+Debug, T34284: Tokenizing ASCII FBX file
+Debug, T34284: Parsing FBX tokens
+Debug, T34284: Creating FBX Document
+Debug, T34284: FBX Version: 7700
+Warn,  T34284: FBX-DOM: unsupported, newer format version, supported are only FBX 2011, FBX 2012 and FBX 2013, trying to read it nevertheless
+Warn,  T34284: FBX-DOM (TOK_KEY, line 679, col 13) shading mode not recognized: unknown
+Info,  T34284: FBX: generating full transformation chain for node: Box001
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/FBX/maxPbrMaterial_specGloss.fbx
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Autodesk FBX Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/FBX\'
+Debug, T34284: Reading FBX file
+Debug, T34284: Tokenizing ASCII FBX file
+Debug, T34284: Parsing FBX tokens
+Debug, T34284: Creating FBX Document
+Debug, T34284: FBX Version: 7700
+Warn,  T34284: FBX-DOM: unsupported, newer format version, supported are only FBX 2011, FBX 2012 and FBX 2013, trying to read it nevertheless
+Warn,  T34284: FBX-DOM (TOK_KEY, line 679, col 13) shading mode not recognized: unknown
+Info,  T34284: FBX: generating full transformation chain for node: Box001
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load $$$___magic___$$$.3ds
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Discreet 3DS Importer.
+Info,  T34284: Import root directory is '.\'
+Info,  T34284: 3DS file format version: 3
+Warn,  T34284: 3DS: Skipping TCB animation info
+Skipping one or more lines with the same contents
+Error, T34284: 3DS: Skipping FOV animation track. This is not supported
+Warn,  T34284: 3DS: Skipping TCB animation info
+Skipping one or more lines with the same contents
+Info,  T34284: 3DS: Generating default material
+Debug, T34284: 3DS: Converting camera roll track ...
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ScenePreprocessor: Dummy scaling track has been generated
+Debug, T34284: ScenePreprocessor: Setting animation duration
+Info,  T34284: Entering post processing pipeline
+Debug, T34284: RemoveRedundantMatsProcess begin
+Debug, T34284: RemoveRedundantMatsProcess finished 
+Debug, T34284: GenUVCoordsProcess begin
+Debug, T34284: GenUVCoordsProcess finished
+Debug, T34284: TriangulateProcess begin
+Debug, T34284: TriangulateProcess finished. There was nothing to be done.
+Debug, T34284: FindDegeneratesProcess begin
+Debug, T34284: FindDegeneratesProcess finished
+Debug, T34284: SortByPTypeProcess begin
+Info,  T34284: Points: 0, Lines: 0, Triangles: 1, Polygons: 0 (Meshes, X = removed)
+Debug, T34284: SortByPTypeProcess finished
+Debug, T34284: FindInvalidDataProcess begin
+Info,  T34284: FindInvalidDataProcess finished. Found issues ...
+Debug, T34284: SplitLargeMeshesProcess_Triangle begin
+Debug, T34284: SplitLargeMeshesProcess_Triangle finished. There was nothing to do
+Debug, T34284: Generate spatially-sorted vertex cache
+Debug, T34284: GenVertexNormalsProcess begin
+Debug, T34284: GenVertexNormalsProcess finished. Normals are already there
+Debug, T34284: CalcTangentsProcess begin
+Info,  T34284: CalcTangentsProcess finished. Tangents have been calculated
+Debug, T34284: JoinVerticesProcess begin
+Debug, T34284: Mesh 0 (0) | Verts in: 36 out: 24 | ~33.3333%
+Info,  T34284: JoinVerticesProcess finished | Verts in: 36 out: 24 | ~33.3333
+Debug, T34284: SplitLargeMeshesProcess_Vertex begin
+Debug, T34284: SplitLargeMeshesProcess_Vertex finished. There was nothing to do
+Debug, T34284: LimitBoneWeightsProcess begin
+Debug, T34284: LimitBoneWeightsProcess end
+Debug, T34284: ImproveCacheLocalityProcess begin
+Debug, T34284: Mesh %u | ACMR in: 0 out: 2 | ~20
+Info,  T34284: Cache relevant are 1 meshes (12 faces). Average output ACMR is 2
+Debug, T34284: ImproveCacheLocalityProcess finished. 
+Info,  T34284: Leaving post processing pipeline
+Info,  T34284: Registering custom importer for these file extensions: applelinuxmacwindows
+Info,  T34284: Unregistering custom importer: 
+Info,  T34284: Load D:/projects/assimp/test/models/X/test.x
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Direct3D XFile Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/X\'
+Warn,  T34284: Unknown data object in mesh in x file
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Entering post processing pipeline
+Debug, T34284: RemoveRedundantMatsProcess begin
+Debug, T34284: RemoveRedundantMatsProcess finished 
+Debug, T34284: OptimizeGraphProcess begin
+Debug, T34284: OptimizeGraphProcess finished
+Debug, T34284: GenUVCoordsProcess begin
+Debug, T34284: GenUVCoordsProcess finished
+Debug, T34284: TriangulateProcess begin
+Debug, T34284: TriangulateProcess finished. There was nothing to be done.
+Debug, T34284: FindDegeneratesProcess begin
+Debug, T34284: FindDegeneratesProcess finished
+Debug, T34284: SortByPTypeProcess begin
+Info,  T34284: Points: 0, Lines: 0, Triangles: 1, Polygons: 0 (Meshes, X = removed)
+Debug, T34284: SortByPTypeProcess finished
+Debug, T34284: FindInvalidDataProcess begin
+Info,  T34284: FindInvalidDataProcess finished. Found issues ...
+Debug, T34284: Skipping OptimizeMeshesProcess
+Debug, T34284: Generate spatially-sorted vertex cache
+Debug, T34284: GenVertexNormalsProcess begin
+Debug, T34284: GenVertexNormalsProcess finished. Normals are already there
+Debug, T34284: JoinVerticesProcess begin
+Debug, T34284: Mesh 0 (pCube1) | Verts in: 36 out: 24 | ~33.3333%
+Info,  T34284: JoinVerticesProcess finished | Verts in: 36 out: 24 | ~33.3333
+Info,  T34284: Leaving post processing pipeline
+Info,  T34284: Load D:/projects/assimp/test/models/X/Testwuson.X
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: (Deleting previous scene)
+Info,  T34284: Found a matching importer for this file format: Direct3D XFile Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/X\'
+Warn,  T34284: Unknown data object in animation of .x file
+Skipping one or more lines with the same contents
+Warn,  T34284: Unknown data object in frame in x file
+Skipping one or more lines with the same contents
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Entering post processing pipeline
+Debug, T34284: RemoveRedundantMatsProcess begin
+Debug, T34284: RemoveRedundantMatsProcess finished 
+Debug, T34284: OptimizeGraphProcess begin
+Debug, T34284: OptimizeGraphProcess finished
+Debug, T34284: GenUVCoordsProcess begin
+Debug, T34284: GenUVCoordsProcess finished
+Debug, T34284: TriangulateProcess begin
+Debug, T34284: TriangulateProcess finished. There was nothing to be done.
+Debug, T34284: FindDegeneratesProcess begin
+Debug, T34284: FindDegeneratesProcess finished
+Debug, T34284: SortByPTypeProcess begin
+Info,  T34284: Points: 0, Lines: 0, Triangles: 1, Polygons: 0 (Meshes, X = removed)
+Debug, T34284: SortByPTypeProcess finished
+Debug, T34284: FindInvalidDataProcess begin
+Info,  T34284: FindInvalidDataProcess finished. Found issues ...
+Debug, T34284: Skipping OptimizeMeshesProcess
+Debug, T34284: Generate spatially-sorted vertex cache
+Debug, T34284: GenVertexNormalsProcess begin
+Debug, T34284: GenVertexNormalsProcess finished. Normals are already there
+Debug, T34284: JoinVerticesProcess begin
+Debug, T34284: Mesh 0 (Wuson) | Verts in: 11196 out: 3205 | ~71.3737%
+Info,  T34284: JoinVerticesProcess finished | Verts in: 11196 out: 3205 | ~71.3737
+Info,  T34284: Leaving post processing pipeline
+Info,  T34284: Load D:/projects/assimp/test/models/X/anim_test.x
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: (Deleting previous scene)
+Info,  T34284: Found a matching importer for this file format: Direct3D XFile Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/X\'
+Warn,  T34284: Length of texture file name is zero. Skipping this texture.
+Warn,  T34284: Unknown data object in mesh in x file
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Entering post processing pipeline
+Debug, T34284: RemoveRedundantMatsProcess begin
+Debug, T34284: RemoveRedundantMatsProcess finished 
+Debug, T34284: OptimizeGraphProcess begin
+Debug, T34284: OptimizeGraphProcess finished
+Debug, T34284: GenUVCoordsProcess begin
+Debug, T34284: GenUVCoordsProcess finished
+Debug, T34284: TriangulateProcess begin
+Debug, T34284: TriangulateProcess finished. There was nothing to be done.
+Debug, T34284: FindDegeneratesProcess begin
+Debug, T34284: FindDegeneratesProcess finished
+Debug, T34284: SortByPTypeProcess begin
+Info,  T34284: Points: 0, Lines: 0, Triangles: 1, Polygons: 0 (Meshes, X = removed)
+Debug, T34284: SortByPTypeProcess finished
+Debug, T34284: FindInvalidDataProcess begin
+Warn,  T34284: Simplified dummy tracks with just one key
+Skipping one or more lines with the same contents
+Info,  T34284: FindInvalidDataProcess finished. Found issues ...
+Debug, T34284: Skipping OptimizeMeshesProcess
+Debug, T34284: Generate spatially-sorted vertex cache
+Debug, T34284: GenVertexNormalsProcess begin
+Debug, T34284: GenVertexNormalsProcess finished. Normals are already there
+Debug, T34284: JoinVerticesProcess begin
+Debug, T34284: Mesh 0 (pCylinder1) | Verts in: 2520 out: 485 | ~80.754%
+Info,  T34284: JoinVerticesProcess finished | Verts in: 2520 out: 485 | ~80.754
+Info,  T34284: Leaving post processing pipeline
+Info,  T34284: Load D:/projects/assimp/test/models/X/anim_test.x
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: (Deleting previous scene)
+Info,  T34284: Found a matching importer for this file format: Direct3D XFile Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/X\'
+Warn,  T34284: Length of texture file name is zero. Skipping this texture.
+Warn,  T34284: Unknown data object in mesh in x file
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Entering post processing pipeline
+Debug, T34284: RemoveRedundantMatsProcess begin
+Debug, T34284: RemoveRedundantMatsProcess finished 
+Debug, T34284: OptimizeGraphProcess begin
+Debug, T34284: OptimizeGraphProcess finished
+Debug, T34284: GenUVCoordsProcess begin
+Debug, T34284: GenUVCoordsProcess finished
+Debug, T34284: TriangulateProcess begin
+Debug, T34284: TriangulateProcess finished. There was nothing to be done.
+Debug, T34284: FindDegeneratesProcess begin
+Debug, T34284: FindDegeneratesProcess finished
+Debug, T34284: SortByPTypeProcess begin
+Info,  T34284: Points: 0, Lines: 0, Triangles: 1, Polygons: 0 (Meshes, X = removed)
+Debug, T34284: SortByPTypeProcess finished
+Debug, T34284: FindInvalidDataProcess begin
+Warn,  T34284: Simplified dummy tracks with just one key
+Skipping one or more lines with the same contents
+Info,  T34284: FindInvalidDataProcess finished. Found issues ...
+Debug, T34284: Skipping OptimizeMeshesProcess
+Debug, T34284: Generate spatially-sorted vertex cache
+Debug, T34284: GenVertexNormalsProcess begin
+Debug, T34284: GenVertexNormalsProcess finished. Normals are already there
+Debug, T34284: JoinVerticesProcess begin
+Debug, T34284: Mesh 0 (pCylinder1) | Verts in: 2520 out: 485 | ~80.754%
+Info,  T34284: JoinVerticesProcess finished | Verts in: 2520 out: 485 | ~80.754
+Info,  T34284: Leaving post processing pipeline
+Info,  T34284: Load D:/projects/assimp/test/models/X/BCN_Epileptic.X
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: (Deleting previous scene)
+Info,  T34284: Found a matching importer for this file format: Direct3D XFile Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/X\'
+Warn,  T34284: Unknown data object in animation of .x file
+Skipping one or more lines with the same contents
+Warn,  T34284: Unknown data object in frame in x file
+Skipping one or more lines with the same contents
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Entering post processing pipeline
+Debug, T34284: RemoveRedundantMatsProcess begin
+Debug, T34284: RemoveRedundantMatsProcess finished 
+Debug, T34284: OptimizeGraphProcess begin
+Debug, T34284: OptimizeGraphProcess finished
+Debug, T34284: GenUVCoordsProcess begin
+Debug, T34284: GenUVCoordsProcess finished
+Debug, T34284: TriangulateProcess begin
+Debug, T34284: TriangulateProcess finished. There was nothing to be done.
+Debug, T34284: FindDegeneratesProcess begin
+Debug, T34284: FindDegeneratesProcess finished
+Debug, T34284: SortByPTypeProcess begin
+Info,  T34284: Points: 0, Lines: 0, Triangles: 3, Polygons: 0 (Meshes, X = removed)
+Debug, T34284: SortByPTypeProcess finished
+Debug, T34284: FindInvalidDataProcess begin
+Info,  T34284: FindInvalidDataProcess finished. Found issues ...
+Debug, T34284: OptimizeMeshesProcess begin
+Debug, T34284: OptimizeMeshesProcess finished
+Debug, T34284: Generate spatially-sorted vertex cache
+Debug, T34284: GenVertexNormalsProcess begin
+Debug, T34284: GenVertexNormalsProcess finished. Normals are already there
+Debug, T34284: JoinVerticesProcess begin
+Debug, T34284: Mesh 0 (Torso) | Verts in: 5898 out: 1170 | ~80.1628%
+Debug, T34284: Mesh 1 (Head) | Verts in: 6108 out: 1196 | ~80.4191%
+Debug, T34284: Mesh 2 (Legs) | Verts in: 3372 out: 648 | ~80.7829%
+Info,  T34284: JoinVerticesProcess finished | Verts in: 15378 out: 3014 | ~80.4006
+Info,  T34284: Leaving post processing pipeline
+Info,  T34284: Registering custom importer for these file extensions: fail
+Info,  T34284: Load deadlyImportError.fail
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Failing importer.
+Info,  T34284: Import root directory is './'
+Error, T34284: Deadly import error test. Details: 42 More Details: Failure
+Info,  T34284: Registering custom importer for these file extensions: fail
+Info,  T34284: Load stdException.fail
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Failing importer.
+Info,  T34284: Import root directory is './'
+Error, T34284: std::exception test
+Info,  T34284: Registering custom importer for these file extensions: fail
+Info,  T34284: Load unexpectedException.fail
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Failing importer.
+Info,  T34284: Import root directory is './'
+Info,  T34284: Load D:/projects/assimp/test/models/3D/box_a.3d
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Unreal Mesh Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/3D\'
+Debug, T34284: UNREAL: data file is D:/projects/assimp/test/models/3D/box_d.3d
+Debug, T34284: UNREAL: aniv file is D:/projects/assimp/test/models/3D/box_a.3d
+Debug, T34284: UNREAL: uc file is D:/projects/assimp/test/models/3D/box.uc
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/3D/box_d.3d
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Unreal Mesh Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/3D\'
+Debug, T34284: UNREAL: data file is D:/projects/assimp/test/models/3D/box_d.3d
+Debug, T34284: UNREAL: aniv file is D:/projects/assimp/test/models/3D/box_a.3d
+Debug, T34284: UNREAL: uc file is D:/projects/assimp/test/models/3D/box.uc
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/3D/box.uc
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Unreal Mesh Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/3D\'
+Debug, T34284: UNREAL: data file is D:/projects/assimp/test/models/3D/box_d.3d
+Debug, T34284: UNREAL: aniv file is D:/projects/assimp/test/models/3D/box_a.3d
+Debug, T34284: UNREAL: uc file is D:/projects/assimp/test/models/3D/box.uc
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/3DS/fels.3ds
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Discreet 3DS Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/3DS\'
+Info,  T34284: 3DS file format version: 3
+Warn,  T34284: No hierarchy information has been found in the file. 
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/3DS/testFormatDetection
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Discreet 3DS Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/3DS\'
+Info,  T34284: 3DS file format version: 3
+Warn,  T34284: 3DS: Skipping TCB animation info
+Skipping one or more lines with the same contents
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/AC/closedLine.ac
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: AC3D Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/AC\'
+Info,  T34284: AC3D file format version: 11
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/AC/nosurfaces.ac
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: AC3D Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/AC\'
+Info,  T34284: AC3D file format version: 11
+Warn,  T34284: AC3D: No material has been found
+Info,  T34284: AC3D: No surfaces defined in object definition, a point list is returned
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/AC/openLine.ac
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: AC3D Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/AC\'
+Info,  T34284: AC3D file format version: 11
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/AC/sample_subdiv.ac
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: AC3D Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/AC\'
+Info,  T34284: AC3D file format version: 11
+Info,  T34284: AC3D: Evaluating subdivision surface: cylinder
+Debug, T34284: Catmull-Clark Subdivider: got 130 bad edges touching only one face (totally 61505 edges). 
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/AC/SphereWithLight.ac
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: AC3D Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/AC\'
+Info,  T34284: AC3D file format version: 11
+Debug, T34284: AC3D: Light source encountered
+Info,  T34284: AC3D: Evaluating subdivision surface: sphere
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/AC/SphereWithLight_UTF16LE.ac
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: AC3D Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/AC\'
+Debug, T34284: Found UTF-16 BOM ...
+Error, T34284: AC3D: No valid AC3D file, magic sequence not found
+Info,  T34284: Load D:/projects/assimp/test/models/AC/SphereWithLight_UTF8BOM.ac
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: AC3D Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/AC\'
+Debug, T34284: Found UTF-8 BOM ...
+Info,  T34284: AC3D file format version: 11
+Debug, T34284: AC3D: Light source encountered
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/AC/SphereWithLightUvScaling4X.ac
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: AC3D Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/AC\'
+Info,  T34284: AC3D file format version: 11
+Debug, T34284: AC3D: Light source encountered
+Info,  T34284: AC3D: Evaluating subdivision surface: sphere
+Debug, T34284: Catmull-Clark Subdivider: got 12 bad edges touching only one face (totally 17670 edges). 
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/AC/Wuson.ac
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: AC3D Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/AC\'
+Info,  T34284: AC3D file format version: 11
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/AC/Wuson.acc
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: AC3D Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/AC\'
+Info,  T34284: AC3D file format version: 11
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/AC/TestFormatDetection
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: AC3D Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/AC\'
+Info,  T34284: AC3D file format version: 11
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/AMF/test1.amf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Additive manufacturing file format(AMF) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/AMF\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Adding default material 'DefaultMaterial'
+Info,  T34284: Load D:/projects/assimp/test/models/AMF/test_with_mat.amf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Additive manufacturing file format(AMF) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/AMF\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Adding default material 'DefaultMaterial'
+Info,  T34284: Load D:/projects/assimp/test/models/ASE/ThreeCubesGreen.ASE
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: ASE Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/ASE\'
+Info,  T34284: Line 1: Comment: AsciiExport-Version  2,00 - Tue May 06 17:21:38 2008
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/3MF/box.3mf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: 3mf Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/3MF\'
+Warn,  T34284: Ignored file of unknown type: 3D/3dmodel.model
+Warn,  T34284: Ignored file of unsupported type CONTENT_TYPES_ARCHIVES[Content_Types].xml
+Debug, T34284: 3D/3dmodel.model
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Adding default material 'DefaultMaterial'
+Info,  T34284: Load D:/projects/assimp/test/models/3MF/box.3mf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: 3mf Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/3MF\'
+Warn,  T34284: Ignored file of unknown type: 3D/3dmodel.model
+Warn,  T34284: Ignored file of unsupported type CONTENT_TYPES_ARCHIVES[Content_Types].xml
+Debug, T34284: 3D/3dmodel.model
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ScenePreprocessor: Adding default material 'DefaultMaterial'
+Info,  T34284: Load D:/projects/assimp/test/models/3MF/box.3mf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: 3mf Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/3MF\'
+Warn,  T34284: Ignored file of unknown type: 3D/3dmodel.model
+Warn,  T34284: Ignored file of unsupported type CONTENT_TYPES_ARCHIVES[Content_Types].xml
+Debug, T34284: 3D/3dmodel.model
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ScenePreprocessor: Adding default material 'DefaultMaterial'
+Info,  T34284: Load test.3mf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: 3mf Importer.
+Info,  T34284: Import root directory is '.\'
+Warn,  T34284: Ignored file of unknown type: 3D/3DModel.model
+Warn,  T34284: Ignored file of unsupported type CONTENT_TYPES_ARCHIVES[Content_Types].xml
+Debug, T34284: 3D/3DModel.model
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: Load D:/projects/assimp/test/models/Q3D/earth.q3o
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Quick3D Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/Q3D\'
+Info,  T34284: Quick3D File format version: 30
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/STL/Spider_ascii.stl
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Stereolithography (STL) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/STL\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/STL/Spider_ascii.stl
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Stereolithography (STL) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/STL\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/STL/Spider_ascii.stl
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Stereolithography (STL) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/STL\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/STL/formatDetection
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Found positive match for header keyword: solid
+Info,  T34284: Found a matching importer for this file format: Stereolithography (STL) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/STL\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/STL/triangle_with_two_solids.stl
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Stereolithography (STL) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/STL\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/STL/triangle_with_empty_solid.stl
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Stereolithography (STL) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/STL\'
+Warn,  T34284: STL: mesh is empty or invalid; no data loaded
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: Load D:/projects/assimp/test/models/STL/triangle_with_empty_solid.stl
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: (Deleting previous scene)
+Info,  T34284: Found a matching importer for this file format: Stereolithography (STL) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/STL\'
+Warn,  T34284: STL: mesh is empty or invalid; no data loaded
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Error, T34284: Validation failed: The mesh emptySolid contains no vertices
+Info,  T34284: Load D:/projects/assimp/test/models/STL/Spider_ascii.stl
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Stereolithography (STL) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/STL\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: PretransformVerticesProcess begin
+Debug, T34284: PretransformVerticesProcess finished
+Info,  T34284: Removed 2 nodes and 0 animation channels (1 output nodes)
+Info,  T34284: Kept 0 lights and 0 cameras.
+Info,  T34284: Moved 1 meshes to WCS (number of output meshes: 1)
+Debug, T34284: TriangulateProcess begin
+Debug, T34284: TriangulateProcess finished. There was nothing to be done.
+Debug, T34284: GenFaceNormalsProcess begin
+Debug, T34284: GenFaceNormalsProcess finished. Normals are already there
+Info,  T34284: Load spiderExport.stl
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: (Deleting previous scene)
+Info,  T34284: Found a matching importer for this file format: Stereolithography (STL) Importer.
+Info,  T34284: Import root directory is '.\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: TriangulateProcess begin
+Debug, T34284: TriangulateProcess finished. There was nothing to be done.
+Debug, T34284: GenFaceNormalsProcess begin
+Info,  T34284: Normal vectors are undefined for line and point meshes
+Debug, T34284: GenFaceNormalsProcess finished. Normals are already there
+Info,  T34284: Load D:/projects/assimp/test/models/X/test.x
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Direct3D XFile Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/X\'
+Warn,  T34284: Unknown data object in mesh in x file
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/X/OV_GetNextToken
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Direct3D XFile Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/X\'
+Info,  T34284: Successfully decompressed MSZIP-compressed file
+Error, T34284: Opening brace expected.
+Info,  T34284: Load D:/projects/assimp/test/models/X/anim_test.x
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Direct3D XFile Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/X\'
+Warn,  T34284: Length of texture file name is zero. Skipping this texture.
+Warn,  T34284: Unknown data object in mesh in x file
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/X/BCN_Epileptic.X
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Direct3D XFile Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/X\'
+Warn,  T34284: Unknown data object in animation of .x file
+Skipping one or more lines with the same contents
+Warn,  T34284: Unknown data object in frame in x file
+Skipping one or more lines with the same contents
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/X/fromtruespace_bin32.x
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Direct3D XFile Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/X\'
+Warn,  T34284: Unknown data object in animation of .x file
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/X/kwxport_test_cubewithvcolors.x
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Direct3D XFile Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/X\'
+Warn,  T34284: Unknown data object in animation of .x file
+Skipping one or more lines with the same contents
+Warn,  T34284: Unknown data object in frame in x file
+Warn,  T34284: Unknown data object in mesh in x file
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/X/test_cube_binary.x
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Direct3D XFile Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/X\'
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/X/test_cube_compressed.x
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Direct3D XFile Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/X\'
+Info,  T34284: Successfully decompressed MSZIP-compressed file
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/X/test_cube_text.x
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Direct3D XFile Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/X\'
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/X/Testwuson.X
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Direct3D XFile Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/X\'
+Warn,  T34284: Unknown data object in animation of .x file
+Skipping one or more lines with the same contents
+Warn,  T34284: Unknown data object in frame in x file
+Skipping one or more lines with the same contents
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/X/TestFormatDetection
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Direct3D XFile Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/X\'
+Warn,  T34284: Unknown data object in mesh in x file
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models-nonbsd/X/dwarf.x
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Direct3D XFile Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models-nonbsd/X\'
+Debug, T34284: MakeLeftHandedProcess begin
+Debug, T34284: MakeLeftHandedProcess finished
+Debug, T34284: FlipWindingOrderProcess begin
+Debug, T34284: FlipWindingOrderProcess finished
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: ScenePreprocessor: Dummy scaling track has been generated
+Skipping one or more lines with the same contents
+Info,  T34284: Load D:/projects/assimp/test/models/X3D/ComputerKeyboard.x3d
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: File extension not known, trying signature-based detection
+Info,  T34284: Found a matching importer for this file format: Extensible 3D(X3D) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/X3D\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Error, T34284: Validation failed: aiScene::mNumMeshes is 0. At least one mesh must be there
+Info,  T34284: Load D:/projects/assimp/test/models/DXF/PinkEggFromLW.dxf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Drawing Interchange Format (DXF) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/DXF\'
+Debug, T34284: DXF: got 0 entries in BLOCKS
+Debug, T34284: DXF: got 288 polylines and 0 inserted blocks in ENTITIES
+Debug, T34284: DXF: Unexpanded polycount is 288, vertex count is 1152
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/DXF/lineTest
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Found positive match for header keyword: SECTION
+Info,  T34284: Found a matching importer for this file format: Drawing Interchange Format (DXF) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/DXF\'
+Info,  T34284: DXF Comment: VISION3D DXF
+Debug, T34284: DXF: got 0 entries in BLOCKS
+Debug, T34284: DXF: got 3 polylines and 0 inserted blocks in ENTITIES
+Debug, T34284: DXF: Unexpanded polycount is 3, vertex count is 9
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/DXF/issue_2229.dxf
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Drawing Interchange Format (DXF) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/DXF\'
+Debug, T34284: DXF: skipped over control group (273 lines)
+Debug, T34284: DXF: got 2 entries in BLOCKS
+Warn,  T34284: DXF: invalid vertex index, indices are one-based.
+Skipping one or more lines with the same contents
+Warn,  T34284: DXF: unexpected face count in polymesh: 1173, expected 1174
+Warn,  T34284: DXF: invalid vertex index, indices are one-based.
+Skipping one or more lines with the same contents
+Debug, T34284: DXF: got 4 polylines and 0 inserted blocks in ENTITIES
+Debug, T34284: DXF: skipped over control group (3 lines)
+Skipping one or more lines with the same contents
+Debug, T34284: DXF: Unexpanded polycount is 1289, vertex count is 768
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/PLY/cube.ply
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Stanford Polygon Library (PLY) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/PLY\'
+Debug, T34284: PLY::DOM::ParseInstance() begin
+Debug, T34284: PLY::DOM::ParseHeader() begin
+Debug, T34284: PLY::DOM::ParseHeader() succeeded
+Debug, T34284: PLY::DOM::ParseElementInstanceLists() begin
+Debug, T34284: PLY::DOM::ParseElementInstanceLists() succeeded
+Debug, T34284: PLY::DOM::ParseInstance() succeeded
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/PLY/cube.ply
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Stanford Polygon Library (PLY) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/PLY\'
+Debug, T34284: PLY::DOM::ParseInstance() begin
+Debug, T34284: PLY::DOM::ParseHeader() begin
+Debug, T34284: PLY::DOM::ParseHeader() succeeded
+Debug, T34284: PLY::DOM::ParseElementInstanceLists() begin
+Debug, T34284: PLY::DOM::ParseElementInstanceLists() succeeded
+Debug, T34284: PLY::DOM::ParseInstance() succeeded
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: PretransformVerticesProcess begin
+Debug, T34284: PretransformVerticesProcess finished
+Info,  T34284: Removed 1 nodes and 0 animation channels (1 output nodes)
+Info,  T34284: Kept 0 lights and 0 cameras.
+Info,  T34284: Moved 1 meshes to WCS (number of output meshes: 1)
+Info,  T34284: Load D:/projects/assimp/test/models/PLY/cube.ply
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Stanford Polygon Library (PLY) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/PLY\'
+Debug, T34284: PLY::DOM::ParseInstance() begin
+Debug, T34284: PLY::DOM::ParseHeader() begin
+Debug, T34284: PLY::DOM::ParseHeader() succeeded
+Debug, T34284: PLY::DOM::ParseElementInstanceLists() begin
+Debug, T34284: PLY::DOM::ParseElementInstanceLists() succeeded
+Debug, T34284: PLY::DOM::ParseInstance() succeeded
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/PLY/cube.ply
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: (Deleting previous scene)
+Info,  T34284: Found a matching importer for this file format: Stanford Polygon Library (PLY) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/PLY\'
+Debug, T34284: PLY::DOM::ParseInstance() begin
+Debug, T34284: PLY::DOM::ParseHeader() begin
+Debug, T34284: PLY::DOM::ParseHeader() succeeded
+Debug, T34284: PLY::DOM::ParseElementInstanceLists() begin
+Debug, T34284: PLY::DOM::ParseElementInstanceLists() succeeded
+Debug, T34284: PLY::DOM::ParseInstance() succeeded
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/PLY/cube_uv.ply
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Stanford Polygon Library (PLY) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/PLY\'
+Debug, T34284: PLY::DOM::ParseInstance() begin
+Debug, T34284: PLY::DOM::ParseHeader() begin
+Debug, T34284: PLY::DOM::ParseHeader() succeeded
+Debug, T34284: PLY::DOM::ParseElementInstanceLists() begin
+Debug, T34284: PLY::DOM::ParseElementInstanceLists() succeeded
+Debug, T34284: PLY::DOM::ParseInstance() succeeded
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/PLY/cube_binary.ply
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Stanford Polygon Library (PLY) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/PLY\'
+Debug, T34284: PLY::DOM::ParseInstanceBinary() begin
+Debug, T34284: PLY::DOM::ParseHeader() begin
+Debug, T34284: PLY::DOM::ParseHeader() succeeded
+Debug, T34284: PLY::DOM::ParseElementInstanceListsBinary() begin
+Debug, T34284: PLY::DOM::ParseElementInstanceListsBinary() succeeded
+Debug, T34284: PLY::DOM::ParseInstanceBinary() succeeded
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/PLY/float-color.ply
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Stanford Polygon Library (PLY) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/PLY\'
+Debug, T34284: PLY::DOM::ParseInstance() begin
+Debug, T34284: PLY::DOM::ParseHeader() begin
+Debug, T34284: PLY::DOM::ParseHeader() succeeded
+Debug, T34284: PLY::DOM::ParseElementInstanceLists() begin
+Debug, T34284: PLY::DOM::ParseElementInstanceLists() succeeded
+Debug, T34284: PLY::DOM::ParseInstance() succeeded
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/PLY/issue623.ply
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Stanford Polygon Library (PLY) Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/PLY\'
+Debug, T34284: PLY::DOM::ParseInstance() begin
+Debug, T34284: PLY::DOM::ParseHeader() begin
+Debug, T34284: PLY::DOM::ParseHeader() succeeded
+Debug, T34284: PLY::DOM::ParseElementInstanceLists() begin
+Warn,  T34284: Unable to parse property instance. Skipping this element instance
+Skipping one or more lines with the same contents
+Debug, T34284: PLY::DOM::ParseElementInstanceLists() succeeded
+Debug, T34284: PLY::DOM::ParseInstance() succeeded
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: Load $$$___magic___$$$.
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Debug, T34284: Found positive match for header keyword: ply
+Info,  T34284: Found a matching importer for this file format: Stanford Polygon Library (PLY) Importer.
+Info,  T34284: Import root directory is '.\'
+Debug, T34284: PLY::DOM::ParseInstance() begin
+Debug, T34284: PLY::DOM::ParseHeader() begin
+Debug, T34284: PLY::DOM::ParseHeader() succeeded
+Debug, T34284: PLY::DOM::ParseElementInstanceLists() begin
+Debug, T34284: PLY::DOM::ParseElementInstanceLists() succeeded
+Debug, T34284: PLY::DOM::ParseInstance() succeeded
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: Load D:/projects/assimp/test/models/OBJ/spider.obj
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Wavefront Object Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/OBJ\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/OBJ/spider.obj
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Wavefront Object Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/OBJ\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: GenVertexNormalsProcess begin
+Debug, T34284: GenVertexNormalsProcess finished. Normals are already there
+Debug, T34284: GenVertexNormalsProcess begin
+Debug, T34284: GenVertexNormalsProcess finished. Normals are already there
+Info,  T34284: Load $$$___magic___$$$.
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: File extension not known, trying signature-based detection
+Debug, T34284: Found positive match for header keyword: usemtl
+Info,  T34284: Found a matching importer for this file format: Wavefront Object Importer.
+Info,  T34284: Import root directory is '.\'
+Error, T34284: OBJ: failed to locate material Default, creating new material
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: Load $$$___magic___$$$.
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: File extension not known, trying signature-based detection
+Debug, T34284: Found positive match for header keyword: usemtl
+Info,  T34284: Found a matching importer for this file format: Wavefront Object Importer.
+Info,  T34284: Import root directory is '.\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: Load D:/projects/assimp/test/models/OBJ/cube_with_vertexcolors.obj
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Wavefront Object Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/OBJ\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: GenVertexNormalsProcess begin
+Debug, T34284: GenVertexNormalsProcess finished. Normals are already there
+Info,  T34284: Load D:/projects/assimp/test/models/OBJ/cube_with_vertexcolors_uni.obj
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Wavefront Object Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/OBJ\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Debug, T34284: GenVertexNormalsProcess begin
+Debug, T34284: GenVertexNormalsProcess finished. Normals are already there
+Info,  T34284: Load $$$___magic___$$$.
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: File extension not known, trying signature-based detection
+Debug, T34284: Found positive match for header keyword: mtllib
+Info,  T34284: Found a matching importer for this file format: Wavefront Object Importer.
+Info,  T34284: Import root directory is '.\'
+Error, T34284: OBJ: Unable to locate material file $blobfile.mtl
+Info,  T34284: OBJ: Opening fallback material file $$$___magic___$mtl
+Error, T34284: OBJ: Unable to locate fallback material file $$$___magic___$mtl
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load $$$___magic___$$$.
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: File extension not known, trying signature-based detection
+Debug, T34284: Found positive match for header keyword: v 
+Info,  T34284: Found a matching importer for this file format: Wavefront Object Importer.
+Info,  T34284: Import root directory is '.\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Error, T34284: Validation failed: Mesh  contains no faces
+Info,  T34284: Load $$$___magic___$$$.
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: File extension not known, trying signature-based detection
+Debug, T34284: Found positive match for header keyword: v 
+Info,  T34284: Found a matching importer for this file format: Wavefront Object Importer.
+Info,  T34284: Import root directory is '.\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load $$$___magic___$$$.
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: File extension not known, trying signature-based detection
+Debug, T34284: Found positive match for header keyword: v 
+Info,  T34284: Found a matching importer for this file format: Wavefront Object Importer.
+Info,  T34284: Import root directory is '.\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load $$$___magic___$$$.
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: File extension not known, trying signature-based detection
+Debug, T34284: Found positive match for header keyword: v 
+Info,  T34284: Found a matching importer for this file format: Wavefront Object Importer.
+Info,  T34284: Import root directory is '.\'
+Error, T34284: OBJ: Invalid component in homogeneous vector (Division by zero)
+Info,  T34284: Load $$$___magic___$$$.
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: File extension not known, trying signature-based detection
+Debug, T34284: Found positive match for header keyword: v 
+Info,  T34284: Found a matching importer for this file format: Wavefront Object Importer.
+Info,  T34284: Import root directory is '.\'
+Error, T34284: OBJ: Invalid face indice
+Info,  T34284: Load $$$___magic___$$$.
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: File extension not known, trying signature-based detection
+Debug, T34284: Found positive match for header keyword: v 
+Info,  T34284: Found a matching importer for this file format: Wavefront Object Importer.
+Info,  T34284: Import root directory is '.\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: Load $$$___magic___$$$.
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: File extension not known, trying signature-based detection
+Debug, T34284: Found positive match for header keyword: v 
+Info,  T34284: Found a matching importer for this file format: Wavefront Object Importer.
+Info,  T34284: Import root directory is '.\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: Load D:/projects/assimp/test/models/OBJ/cube_mtllib_after_g.obj
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Wavefront Object Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/OBJ\'
+Error, T34284: OBJ: Unable to locate material file cube_mtllib_after_g.mat
+Info,  T34284: OBJ: Opening fallback material file D:/projects/assimp/test/models/OBJ/cube_mtllib_after_g.mtl
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/OBJ/point_cloud.obj
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Wavefront Object Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/OBJ\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ScenePreprocessor: Adding default material 'DefaultMaterial'
+Info,  T34284: Load D:/projects/assimp/test/models/OBJ/box_without_lineending.obj
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Wavefront Object Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/OBJ\'
+Error, T34284: OBJ: failed to locate material Default, creating new material
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: Load $$$___magic___$$$.
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: File extension not known, trying signature-based detection
+Debug, T34284: Found positive match for header keyword: v 
+Info,  T34284: Found a matching importer for this file format: Wavefront Object Importer.
+Info,  T34284: Import root directory is '.\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: Load D:/projects/assimp/test/models/OpenGEX/Example.ogex
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Open Game Engine Exchange.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/OpenGEX\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: Load D:/projects/assimp/test/models/OpenGEX/light_issue1262.ogex
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Open Game Engine Exchange.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/OpenGEX\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: Load D:/projects/assimp/test/models/OpenGEX/empty_camera.ogex
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Open Game Engine Exchange.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/OpenGEX\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Info,  T34284: Load D:/projects/assimp/test/models/SIB/heffalump.sib
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Silo SIB Importer.
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/SIB\'
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/BLEND/AreaLight_269.blend
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Blender 3D Importer (http://www.blender3d.org).
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/BLEND\'
+Info,  T34284: BLEND: Blender version is 2.69 (64bit: true, little endian: true)
+Debug, T34284: REND
+Debug, T34284: TEST
+Debug, T34284: GLOB
+Debug, T34284: WM
+Debug, T34284: DATA
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SC
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: CA
+Debug, T34284: LA
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: LA
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: LA
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: WO
+Debug, T34284: DATA
+Debug, T34284: OB
+Skipping one or more lines with the same contents
+Debug, T34284: DATA
+Debug, T34284: OB
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: OB
+Debug, T34284: MA
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: TE
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: ME
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: LS
+Debug, T34284: DATA
+Debug, T34284: DNA1
+Debug, T34284: BlenderDNA: Got 551 structures with totally 6353 fields
+Info,  T34284: BlenderDNA: Dumped dna to dna.txt
+Debug, T34284: ENDB
+Warn,  T34284: <add reason>
+Skipping one or more lines with the same contents
+Warn,  T34284: BlendDNA: Did not find a field named `coeff_const` in structure `Lamp`
+Warn,  T34284: BlendDNA: Did not find a field named `coeff_lin` in structure `Lamp`
+Warn,  T34284: BlendDNA: Did not find a field named `coeff_quad` in structure `Lamp`
+Warn,  T34284: <add reason>
+Skipping one or more lines with the same contents
+Warn,  T34284: BlendDNA: Did not find a field named `coeff_const` in structure `Lamp`
+Warn,  T34284: BlendDNA: Did not find a field named `coeff_lin` in structure `Lamp`
+Warn,  T34284: BlendDNA: Did not find a field named `coeff_quad` in structure `Lamp`
+Warn,  T34284: <add reason>
+Skipping one or more lines with the same contents
+Warn,  T34284: BlendDNA: Did not find a field named `coeff_const` in structure `Lamp`
+Warn,  T34284: BlendDNA: Did not find a field named `coeff_lin` in structure `Lamp`
+Warn,  T34284: BlendDNA: Did not find a field named `coeff_quad` in structure `Lamp`
+Info,  T34284: (Stats) Fields read: 918, pointers resolved: 23, cache hits: 3, cached objects: 19
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Warn,  T34284: Validation warning: aiLight::mAttenuationXXX - all are zero
+Skipping one or more lines with the same contents
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/BLEND/box.blend
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Blender 3D Importer (http://www.blender3d.org).
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/BLEND\'
+Info,  T34284: BLEND: Blender version is 2.76 (64bit: true, little endian: true)
+Debug, T34284: REND
+Debug, T34284: TEST
+Debug, T34284: GLOB
+Debug, T34284: WM
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SC
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: CA
+Debug, T34284: LA
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: WO
+Debug, T34284: DATA
+Debug, T34284: OB
+Debug, T34284: DATA
+Debug, T34284: OB
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: OB
+Debug, T34284: DATA
+Debug, T34284: MA
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: TE
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: ME
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: LS
+Debug, T34284: DATA
+Debug, T34284: DNA1
+Debug, T34284: BlenderDNA: Got 604 structures with totally 6955 fields
+Info,  T34284: BlenderDNA: Dumped dna to dna.txt
+Debug, T34284: ENDB
+Warn,  T34284: <add reason>
+Skipping one or more lines with the same contents
+Warn,  T34284: BlendDNA: Did not find a field named `coeff_const` in structure `Lamp`
+Warn,  T34284: BlendDNA: Did not find a field named `coeff_lin` in structure `Lamp`
+Warn,  T34284: BlendDNA: Did not find a field named `coeff_quad` in structure `Lamp`
+Info,  T34284: (Stats) Fields read: 668, pointers resolved: 17, cache hits: 3, cached objects: 13
+Debug, T34284: UpdateImporterScale scale set: 1
+Debug, T34284: ValidateDataStructureProcess begin
+Warn,  T34284: Validation warning: aiLight::mAttenuationXXX - all are zero
+Debug, T34284: ValidateDataStructureProcess end
+Info,  T34284: Load D:/projects/assimp/test/models/BLEND/4Cubes4Mats_248.blend
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Blender 3D Importer (http://www.blender3d.org).
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/BLEND\'
+Info,  T34284: BLEND: Blender version is 2.48 (64bit: false, little endian: true)
+Debug, T34284: REND
+Debug, T34284: GLOB
+Debug, T34284: SR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SC
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: CA
+Debug, T34284: LA
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: WO
+Debug, T34284: TX
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: OB
+Skipping one or more lines with the same contents
+Debug, T34284: DATA
+Debug, T34284: OB
+Debug, T34284: DATA
+Debug, T34284: OB
+Debug, T34284: DATA
+Debug, T34284: OB
+Debug, T34284: DATA
+Debug, T34284: OB
+Debug, T34284: MA
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: MA
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: MA
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: MA
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: TE
+Debug, T34284: ME
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: ME
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: ME
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: ME
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: DNA1
+Debug, T34284: BlenderDNA: Got 310 structures with totally 3868 fields
+Info,  T34284: BlenderDNA: Dumped dna to dna.txt
+Debug, T34284: ENDB
+Warn,  T34284: <add reason>
+Skipping one or more lines with the same contents
+Warn,  T34284: BlendDNA: Did not find a field named `sensor_x` in structure `Camera`
+Warn,  T34284: <add reason>
+Skipping one or more lines with the same contents
+Warn,  T34284: BlendDNA: Did not find a field named `totloop` in structure `Mesh`
+Warn,  T34284: BlendDNA: Did not find a field named `totpoly` in structure `Mesh`
+Warn,  T34284: BlendDNA: Did not find a field named `*mloop` in structure `Mesh`
+Warn,  T34284: BlendDNA: Did not find a field named `*mloopuv` in structure `Mesh`
+Warn,  T34284: BlendDNA: Did not find a field named `*mloopcol` in structure `Mesh`
+Warn,  T34284: BlendDNA: Did not find a field named `*mpoly` in structure `Mesh`
+Warn,  T34284: BlendDNA: Did not find a field named `*mtpoly` in structure `Mesh`
+Warn,  T34284: <add reason>
+Skipping one or more lines with the same contents
+Warn,  T34284: BlendDNA: Did not find a field named `rot` in structure `MTex`
+Warn,  T34284: BlendDNA: Did not find a field named `colspecfac` in structure `MTex`
+Warn,  T34284: BlendDNA: Did not find a field named `mirrfac` in structure `MTex`
+Warn,  T34284: BlendDNA: Did not find a field named `alphafac` in structure `MTex`
+Warn,  T34284: BlendDNA: Did not find a field named `difffac` in structure `MTex`
+Warn,  T34284: BlendDNA: Did not find a field named `specfac` in structure `MTex`
+Warn,  T34284: BlendDNA: Did not find a field named `emitfac` in structure `MTex`
+Warn,  T34284: BlendDNA: Did not find a field named `hardfac` in structure `MTex`
+Warn,  T34284: BlendDNA: Did not find a field named `material_type` in structure `Material`
+Warn,  T34284: BlendDNA: Did not find a field named `pr_texture` in structure `Material`
+Warn,  T34284: BlendDNA: Did not find a field named `shadowonly_flag` in structure `Material`
+Warn,  T34284: BlendDNA: Did not find a field named `index` in structure `Material`
+Warn,  T34284: BlendDNA: Did not find a field named `vcol_alpha` in structure `Material`
+Warn,  T34284: BlendDNA: Did not find a field named `typemap` in structure `CustomData`
+Error, T34284: Constructing BlenderDNA Structure encountered an error
+Info,  T34284: Load D:/projects/assimp/test/models/BLEND/blender_269_regress1.blend
+Debug, T34284: Assimp 5.0.3419303229 x86 msvc debug shared singlethreadedsingle : 
+Info,  T34284: Found a matching importer for this file format: Blender 3D Importer (http://www.blender3d.org).
+Info,  T34284: Import root directory is 'D:/projects/assimp/test/models/BLEND\'
+Info,  T34284: BLEND: Blender version is 2.69 (64bit: true, little endian: true)
+Debug, T34284: REND
+Debug, T34284: TEST
+Debug, T34284: GLOB
+Debug, T34284: WM
+Debug, T34284: DATA
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SN
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: SC
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: CA
+Debug, T34284: LA
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: KE
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: WO
+Debug, T34284: DATA
+Debug, T34284: OB
+Debug, T34284: DATA
+Debug, T34284: OB
+Debug, T34284: DATA
+Debug, T34284: OB
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: MA
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: TE
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: ME
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: BR
+Debug, T34284: DATA
+Skipping one or more lines with the same contents
+Debug, T34284: LS
+Debug, T34284: DATA
+Debug, T34284: DNA1
+Debug, T34284: BlenderDNA: Got 551 structures with totally 6353 fields
+Info,  T34284: BlenderDNA: Dumped dna to dna.txt

+ 80 - 0
test/dae.dae

@@ -0,0 +1,80 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
+<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
+  <asset>
+    <contributor>
+      <author>Assimp</author>
+      <authoring_tool>Assimp Exporter</authoring_tool>
+    </contributor>
+    <created>2021-05-05T14:41:31</created>
+    <modified>2021-05-05T14:41:31</modified>
+    <unit name="meter" meter="1" />
+    <up_axis>Y_UP</up_axis>
+  </asset>
+  <library_images>
+  </library_images>
+  <library_effects>
+    <effect id="material_0-fx" name="">
+      <profile_COMMON>
+        <technique sid="standard">
+          <phong>
+            <diffuse>
+              <color sid="diffuse">1   0   0   1</color>
+            </diffuse>
+            <transparency>
+              <float sid="transparency">0.0373546556</float>
+            </transparency>
+          </phong>
+        </technique>
+      </profile_COMMON>
+    </effect>
+  </library_effects>
+  <library_materials>
+    <material id="material_0" name="">
+      <instance_effect url="#material_0-fx"/>
+    </material>
+  </library_materials>
+  <library_geometries>
+    <geometry id="mesh_0" name="" >
+      <mesh>
+        <source id="mesh_0-positions" name="mesh_0-positions">
+          <float_array id="mesh_0-positions-array" count="9"> 1 0 0 0 1 0 0 0 1 </float_array>
+          <technique_common>
+            <accessor count="3" offset="0" source="#mesh_0-positions-array" stride="3">
+              <param name="X" type="float" />
+              <param name="Y" type="float" />
+              <param name="Z" type="float" />
+            </accessor>
+          </technique_common>
+        </source>
+        <vertices id="mesh_0-vertices">
+          <input semantic="POSITION" source="#mesh_0-positions" />
+        </vertices>
+        <polylist count="1" material="defaultMaterial">
+          <input offset="0" semantic="VERTEX" source="#mesh_0-vertices" />
+          <vcount>3 </vcount>
+          <p>0 1 2 </p>
+        </polylist>
+      </mesh>
+    </geometry>
+  </library_geometries>
+  <library_controllers>
+  </library_controllers>
+  <library_visual_scenes>
+    <visual_scene id="Scene" name="Scene">
+      <node id="node" name="" type="NODE">
+        <matrix sid="matrix">1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1</matrix>
+        <instance_geometry url="#mesh_0">
+          <bind_material>
+            <technique_common>
+              <instance_material symbol="defaultMaterial" target="#material_0">
+              </instance_material>
+            </technique_common>
+          </bind_material>
+        </instance_geometry>
+      </node>
+    </visual_scene>
+  </library_visual_scenes>
+  <scene>
+    <instance_visual_scene url="#Scene" />
+  </scene>
+</COLLADA>

+ 8008 - 0
test/dna.txt

@@ -0,0 +1,8008 @@
+Field format: type name offset size
+Structure format: name size
+Link 16
+
+	Link *next 0 8
+	Link *prev 8 8
+
+LinkData 24
+
+	LinkData *next 0 8
+	LinkData *prev 8 8
+	void *data 16 8
+
+ListBase 16
+
+	void *first 0 8
+	void *last 8 8
+
+vec2s 4
+
+	short x 0 2
+	short y 2 2
+
+vec2f 8
+
+	float x 0 4
+	float y 4 4
+
+vec3f 12
+
+	float x 0 4
+	float y 4 4
+	float z 8 4
+
+rcti 16
+
+	int xmin 0 4
+	int xmax 4 4
+	int ymin 8 4
+	int ymax 12 4
+
+rctf 16
+
+	float xmin 0 4
+	float xmax 4 4
+	float ymin 8 4
+	float ymax 12 4
+
+IDPropertyData 32
+
+	void *pointer 0 8
+	ListBase group 8 16
+	int val 24 4
+	int val2 28 4
+
+IDProperty 128
+
+	IDProperty *next 0 8
+	IDProperty *prev 8 8
+	char type 16 1
+	char subtype 17 1
+	short flag 18 2
+	char name 20 64
+	int saved 84 4
+	IDPropertyData data 88 32
+	int len 120 4
+	int totallen 124 4
+
+ID 120
+
+	void *next 0 8
+	void *prev 8 8
+	ID *newid 16 8
+	Library *lib 24 8
+	char name 32 66
+	short pad 98 2
+	short us 100 2
+	short flag 102 2
+	int icon_id 104 4
+	int pad2 108 4
+	IDProperty *properties 112 8
+
+Library 2200
+
+	ID id 0 120
+	ID *idblock 120 8
+	FileData *filedata 128 8
+	char name 136 1024
+	char filepath 1160 1024
+	Library *parent 2184 8
+	PackedFile *packedfile 2192 8
+
+PreviewImage 56
+
+	int w 0 8
+	int h 8 8
+	short changed 16 4
+	short changed_timestamp 20 4
+	int *rect 24 16
+	GPUTexture *gputexture 40 16
+
+IpoDriver 144
+
+	Object *ob 0 8
+	short blocktype 8 2
+	short adrcode 10 2
+	short type 12 2
+	short flag 14 2
+	char name 16 128
+
+IpoCurve 112
+
+	IpoCurve *next 0 8
+	IpoCurve *prev 8 8
+	BPoint *bp 16 8
+	BezTriple *bezt 24 8
+	rctf maxrct 32 16
+	rctf totrct 48 16
+	short blocktype 64 2
+	short adrcode 66 2
+	short vartype 68 2
+	short totvert 70 2
+	short ipo 72 2
+	short extrap 74 2
+	short flag 76 2
+	short rt 78 2
+	float ymin 80 4
+	float ymax 84 4
+	int bitmask 88 4
+	float slide_min 92 4
+	float slide_max 96 4
+	float curval 100 4
+	IpoDriver *driver 104 8
+
+Ipo 160
+
+	ID id 0 120
+	ListBase curve 120 16
+	rctf cur 136 16
+	short blocktype 152 2
+	short showkey 154 2
+	short muteipo 156 2
+	short pad 158 2
+
+KeyBlock 184
+
+	KeyBlock *next 0 8
+	KeyBlock *prev 8 8
+	float pos 16 4
+	float curval 20 4
+	short type 24 2
+	short pad1 26 2
+	short relative 28 2
+	short flag 30 2
+	int totelem 32 4
+	int uid 36 4
+	void *data 40 8
+	char name 48 64
+	char vgroup 112 64
+	float slidermin 176 4
+	float slidermax 180 4
+
+Key 224
+
+	ID id 0 120
+	AnimData *adt 120 8
+	KeyBlock *refkey 128 8
+	char elemstr 136 32
+	int elemsize 168 4
+	int pad 172 4
+	ListBase block 176 16
+	Ipo *ipo 192 8
+	ID *from 200 8
+	short type 208 2
+	short totkey 210 2
+	short slurph 212 2
+	short flag 214 2
+	float ctime 216 4
+	int uidgen 220 4
+
+TextLine 40
+
+	TextLine *next 0 8
+	TextLine *prev 8 8
+	char *line 16 8
+	char *format 24 8
+	int len 32 4
+	int blen 36 4
+
+Text 208
+
+	ID id 0 120
+	char *name 120 8
+	int flags 128 4
+	int nlines 132 4
+	ListBase lines 136 16
+	TextLine *curl 152 8
+	TextLine *sell 160 8
+	int curc 168 4
+	int selc 172 4
+	char *undo_buf 176 8
+	int undo_pos 184 4
+	int undo_len 188 4
+	void *compiled 192 8
+	double mtime 200 8
+
+PackedFile 16
+
+	int size 0 4
+	int seek 4 4
+	void *data 8 8
+
+Camera 200
+
+	ID id 0 120
+	AnimData *adt 120 8
+	char type 128 1
+	char dtx 129 1
+	short flag 130 2
+	float passepartalpha 132 4
+	float clipsta 136 4
+	float clipend 140 4
+	float lens 144 4
+	float ortho_scale 148 4
+	float drawsize 152 4
+	float sensor_x 156 4
+	float sensor_y 160 4
+	float shiftx 164 4
+	float shifty 168 4
+	float YF_dofdist 172 4
+	Ipo *ipo 176 8
+	Object *dof_ob 184 8
+	char sensor_fit 192 1
+	char pad 193 7
+
+ImageUser 40
+
+	Scene *scene 0 8
+	int framenr 8 4
+	int frames 12 4
+	int offset 16 4
+	int sfra 20 4
+	char fie_ima 24 1
+	char cycl 25 1
+	char ok 26 1
+	char pad 27 1
+	short multi_index 28 2
+	short layer 30 2
+	short pass 32 2
+	short flag 34 2
+	int pad2 36 4
+
+Image 1408
+
+	ID id 0 120
+	char name 120 1024
+	ListBase ibufs 1144 16
+	GPUTexture *gputexture 1160 8
+	anim *anim 1168 8
+	RenderResult *rr 1176 8
+	RenderResult *renders 1184 64
+	short render_slot 1248 2
+	short last_render_slot 1250 2
+	short ok 1252 2
+	short flag 1254 2
+	short source 1256 2
+	short type 1258 2
+	int lastframe 1260 4
+	short tpageflag 1264 2
+	short totbind 1266 2
+	short xrep 1268 2
+	short yrep 1270 2
+	short twsta 1272 2
+	short twend 1274 2
+	int bindcode 1276 4
+	int *repbind 1280 8
+	PackedFile *packedfile 1288 8
+	PreviewImage *preview 1296 8
+	float lastupdate 1304 4
+	int lastused 1308 4
+	short animspeed 1312 2
+	short pad2 1314 2
+	int gen_x 1316 4
+	int gen_y 1320 4
+	char gen_type 1324 1
+	char gen_flag 1325 1
+	short gen_depth 1326 2
+	float aspx 1328 4
+	float aspy 1332 4
+	ColorManagedColorspaceSettings colorspace_settings 1336 64
+	char alpha_mode 1400 1
+	char pad 1401 7
+
+MTex 312
+
+	short texco 0 2
+	short mapto 2 2
+	short maptoneg 4 2
+	short blendtype 6 2
+	Object *object 8 8
+	Tex *tex 16 8
+	char uvname 24 64
+	char projx 88 1
+	char projy 89 1
+	char projz 90 1
+	char mapping 91 1
+	float ofs 92 12
+	float size 104 12
+	float rot 116 4
+	short texflag 120 2
+	short colormodel 122 2
+	short pmapto 124 2
+	short pmaptoneg 126 2
+	short normapspace 128 2
+	short which_output 130 2
+	char brush_map_mode 132 1
+	char pad 133 7
+	float r 140 4
+	float g 144 4
+	float b 148 4
+	float k 152 4
+	float def_var 156 4
+	float rt 160 4
+	float colfac 164 4
+	float varfac 168 4
+	float norfac 172 4
+	float dispfac 176 4
+	float warpfac 180 4
+	float colspecfac 184 4
+	float mirrfac 188 4
+	float alphafac 192 4
+	float difffac 196 4
+	float specfac 200 4
+	float emitfac 204 4
+	float hardfac 208 4
+	float raymirrfac 212 4
+	float translfac 216 4
+	float ambfac 220 4
+	float colemitfac 224 4
+	float colreflfac 228 4
+	float coltransfac 232 4
+	float densfac 236 4
+	float scatterfac 240 4
+	float reflfac 244 4
+	float timefac 248 4
+	float lengthfac 252 4
+	float clumpfac 256 4
+	float dampfac 260 4
+	float kinkfac 264 4
+	float roughfac 268 4
+	float padensfac 272 4
+	float gravityfac 276 4
+	float lifefac 280 4
+	float sizefac 284 4
+	float ivelfac 288 4
+	float fieldfac 292 4
+	float shadowfac 296 4
+	float zenupfac 300 4
+	float zendownfac 304 4
+	float blendfac 308 4
+
+CBData 24
+
+	float r 0 4
+	float g 4 4
+	float b 8 4
+	float a 12 4
+	float pos 16 4
+	int cur 20 4
+
+ColorBand 776
+
+	short flag 0 2
+	short tot 2 2
+	short cur 4 2
+	short ipotype 6 2
+	CBData data 8 768
+
+EnvMap 200
+
+	Object *object 0 8
+	Image *ima 8 8
+	ImBuf *cube 16 48
+	float imat 64 64
+	float obimat 128 36
+	short type 164 2
+	short stype 166 2
+	float clipsta 168 4
+	float clipend 172 4
+	float viewscale 176 4
+	int notlay 180 4
+	short cuberes 184 2
+	short depth 186 2
+	int ok 188 4
+	int lastframe 192 4
+	short recalc 196 2
+	short lastsize 198 2
+
+PointDensity 104
+
+	short flag 0 2
+	short falloff_type 2 2
+	float falloff_softness 4 4
+	float radius 8 4
+	short source 12 2
+	short color_source 14 2
+	int totpoints 16 4
+	int pdpad 20 4
+	Object *object 24 8
+	int psys 32 4
+	short psys_cache_space 36 2
+	short ob_cache_space 38 2
+	void *point_tree 40 8
+	float *point_data 48 8
+	float noise_size 56 4
+	short noise_depth 60 2
+	short noise_influence 62 2
+	short noise_basis 64 2
+	short pdpad3 66 6
+	float noise_fac 72 4
+	float speed_scale 76 4
+	float falloff_speed_scale 80 4
+	float pdpad2 84 4
+	ColorBand *coba 88 8
+	CurveMapping *falloff_curve 96 8
+
+VoxelData 1088
+
+	int resol 0 12
+	int interp_type 12 4
+	short file_format 16 2
+	short flag 18 2
+	short extend 20 2
+	short smoked_type 22 2
+	short data_type 24 2
+	short pad 26 2
+	int _pad 28 4
+	Object *object 32 8
+	float int_multiplier 40 4
+	int still_frame 44 4
+	char source_path 48 1024
+	float *dataset 1072 8
+	int cachedframe 1080 4
+	int ok 1084 4
+
+OceanTex 80
+
+	Object *object 0 8
+	char oceanmod 8 64
+	int output 72 4
+	int pad 76 4
+
+Tex 416
+
+	ID id 0 120
+	AnimData *adt 120 8
+	float noisesize 128 4
+	float turbul 132 4
+	float bright 136 4
+	float contrast 140 4
+	float saturation 144 4
+	float rfac 148 4
+	float gfac 152 4
+	float bfac 156 4
+	float filtersize 160 4
+	float pad2 164 4
+	float mg_H 168 4
+	float mg_lacunarity 172 4
+	float mg_octaves 176 4
+	float mg_offset 180 4
+	float mg_gain 184 4
+	float dist_amount 188 4
+	float ns_outscale 192 4
+	float vn_w1 196 4
+	float vn_w2 200 4
+	float vn_w3 204 4
+	float vn_w4 208 4
+	float vn_mexp 212 4
+	short vn_distm 216 2
+	short vn_coltype 218 2
+	short noisedepth 220 2
+	short noisetype 222 2
+	short noisebasis 224 2
+	short noisebasis2 226 2
+	short imaflag 228 2
+	short flag 230 2
+	short type 232 2
+	short stype 234 2
+	float cropxmin 236 4
+	float cropymin 240 4
+	float cropxmax 244 4
+	float cropymax 248 4
+	int texfilter 252 4
+	int afmax 256 4
+	short xrepeat 260 2
+	short yrepeat 262 2
+	short extend 264 2
+	short fie_ima 266 2
+	int len 268 4
+	int frames 272 4
+	int offset 276 4
+	int sfra 280 4
+	float checkerdist 284 4
+	float nabla 288 4
+	float pad1 292 4
+	ImageUser iuser 296 40
+	bNodeTree *nodetree 336 8
+	Ipo *ipo 344 8
+	Image *ima 352 8
+	ColorBand *coba 360 8
+	EnvMap *env 368 8
+	PreviewImage *preview 376 8
+	PointDensity *pd 384 8
+	VoxelData *vd 392 8
+	OceanTex *ot 400 8
+	char use_nodes 408 1
+	char pad 409 7
+
+TexMapping 144
+
+	float loc 0 12
+	float rot 12 12
+	float size 24 12
+	int flag 36 4
+	char projx 40 1
+	char projy 41 1
+	char projz 42 1
+	char mapping 43 1
+	int type 44 4
+	float mat 48 64
+	float min 112 12
+	float max 124 12
+	Object *ob 136 8
+
+ColorMapping 824
+
+	ColorBand coba 0 776
+	float bright 776 4
+	float contrast 780 4
+	float saturation 784 4
+	int flag 788 4
+	float blend_color 792 12
+	float blend_factor 804 4
+	int blend_type 808 4
+	int pad 812 12
+
+Lamp 528
+
+	ID id 0 120
+	AnimData *adt 120 8
+	short type 128 2
+	short flag 130 2
+	int mode 132 4
+	short colormodel 136 2
+	short totex 138 2
+	float r 140 4
+	float g 144 4
+	float b 148 4
+	float k 152 4
+	float shdwr 156 4
+	float shdwg 160 4
+	float shdwb 164 4
+	float shdwpad 168 4
+	float energy 172 4
+	float dist 176 4
+	float spotsize 180 4
+	float spotblend 184 4
+	float haint 188 4
+	float att1 192 4
+	float att2 196 4
+	CurveMapping *curfalloff 200 8
+	short falloff_type 208 2
+	short pad2 210 2
+	float clipsta 212 4
+	float clipend 216 4
+	float shadspotsize 220 4
+	float bias 224 4
+	float soft 228 4
+	float compressthresh 232 4
+	float bleedbias 236 4
+	float pad5 240 8
+	short bufsize 248 2
+	short samp 250 2
+	short buffers 252 2
+	short filtertype 254 2
+	char bufflag 256 1
+	char buftype 257 1
+	short ray_samp 258 2
+	short ray_sampy 260 2
+	short ray_sampz 262 2
+	short ray_samp_type 264 2
+	short area_shape 266 2
+	float area_size 268 4
+	float area_sizey 272 4
+	float area_sizez 276 4
+	float adapt_thresh 280 4
+	short ray_samp_method 284 2
+	short shadowmap_type 286 2
+	short texact 288 2
+	short shadhalostep 290 2
+	short sun_effect_type 292 2
+	short skyblendtype 294 2
+	float horizon_brightness 296 4
+	float spread 300 4
+	float sun_brightness 304 4
+	float sun_size 308 4
+	float backscattered_light 312 4
+	float sun_intensity 316 4
+	float atm_turbidity 320 4
+	float atm_inscattering_factor 324 4
+	float atm_extinction_factor 328 4
+	float atm_distance_factor 332 4
+	float skyblendfac 336 4
+	float sky_exposure 340 4
+	float shadow_frustum_size 344 4
+	short sky_colorspace 348 2
+	char pad4 350 2
+	Ipo *ipo 352 8
+	MTex *mtex 360 144
+	short pr_texture 504 2
+	short use_nodes 506 2
+	char pad6 508 4
+	PreviewImage *preview 512 8
+	bNodeTree *nodetree 520 8
+
+VolumeSettings 88
+
+	float density 0 4
+	float emission 4 4
+	float scattering 8 4
+	float reflection 12 4
+	float emission_col 16 12
+	float transmission_col 28 12
+	float reflection_col 40 12
+	float density_scale 52 4
+	float depth_cutoff 56 4
+	float asymmetry 60 4
+	short stepsize_type 64 2
+	short shadeflag 66 2
+	short shade_type 68 2
+	short precache_resolution 70 2
+	float stepsize 72 4
+	float ms_diff 76 4
+	float ms_intensity 80 4
+	float ms_spread 84 4
+
+GameSettings 16
+
+	int flag 0 4
+	int alpha_blend 4 4
+	int face_orientation 8 4
+	int pad1 12 4
+
+Material 904
+
+	ID id 0 120
+	AnimData *adt 120 8
+	short material_type 128 2
+	short flag 130 2
+	float r 132 4
+	float g 136 4
+	float b 140 4
+	float specr 144 4
+	float specg 148 4
+	float specb 152 4
+	float mirr 156 4
+	float mirg 160 4
+	float mirb 164 4
+	float ambr 168 4
+	float ambb 172 4
+	float ambg 176 4
+	float amb 180 4
+	float emit 184 4
+	float ang 188 4
+	float spectra 192 4
+	float ray_mirror 196 4
+	float alpha 200 4
+	float ref 204 4
+	float spec 208 4
+	float zoffs 212 4
+	float add 216 4
+	float translucency 220 4
+	VolumeSettings vol 224 88
+	GameSettings game 312 16
+	float fresnel_mir 328 4
+	float fresnel_mir_i 332 4
+	float fresnel_tra 336 4
+	float fresnel_tra_i 340 4
+	float filter 344 4
+	float tx_limit 348 4
+	float tx_falloff 352 4
+	short ray_depth 356 2
+	short ray_depth_tra 358 2
+	short har 360 2
+	char seed1 362 1
+	char seed2 363 1
+	float gloss_mir 364 4
+	float gloss_tra 368 4
+	short samp_gloss_mir 372 2
+	short samp_gloss_tra 374 2
+	float adapt_thresh_mir 376 4
+	float adapt_thresh_tra 380 4
+	float aniso_gloss_mir 384 4
+	float dist_mir 388 4
+	short fadeto_mir 392 2
+	short shade_flag 394 2
+	int mode 396 4
+	int mode_l 400 4
+	short flarec 404 2
+	short starc 406 2
+	short linec 408 2
+	short ringc 410 2
+	float hasize 412 4
+	float flaresize 416 4
+	float subsize 420 4
+	float flareboost 424 4
+	float strand_sta 428 4
+	float strand_end 432 4
+	float strand_ease 436 4
+	float strand_surfnor 440 4
+	float strand_min 444 4
+	float strand_widthfade 448 4
+	char strand_uvname 452 64
+	float sbias 516 4
+	float lbias 520 4
+	float shad_alpha 524 4
+	int septex 528 4
+	char rgbsel 532 1
+	char texact 533 1
+	char pr_type 534 1
+	char use_nodes 535 1
+	short pr_lamp 536 2
+	short pr_texture 538 2
+	short ml_flag 540 2
+	char mapflag 542 1
+	char pad 543 1
+	short diff_shader 544 2
+	short spec_shader 546 2
+	float roughness 548 4
+	float refrac 552 4
+	float param 556 16
+	float rms 572 4
+	float darkness 576 4
+	short texco 580 2
+	short mapto 582 2
+	ColorBand *ramp_col 584 8
+	ColorBand *ramp_spec 592 8
+	char rampin_col 600 1
+	char rampin_spec 601 1
+	char rampblend_col 602 1
+	char rampblend_spec 603 1
+	short ramp_show 604 2
+	short pad3 606 2
+	float rampfac_col 608 4
+	float rampfac_spec 612 4
+	MTex *mtex 616 144
+	bNodeTree *nodetree 760 8
+	Ipo *ipo 768 8
+	Group *group 776 8
+	PreviewImage *preview 784 8
+	float friction 792 4
+	float fh 796 4
+	float reflect 800 4
+	float fhdist 804 4
+	float xyfrict 808 4
+	short dynamode 812 2
+	short pad2 814 2
+	float sss_radius 816 12
+	float sss_col 828 12
+	float sss_error 840 4
+	float sss_scale 844 4
+	float sss_ior 848 4
+	float sss_colfac 852 4
+	float sss_texfac 856 4
+	float sss_front 860 4
+	float sss_back 864 4
+	short sss_flag 868 2
+	short sss_preset 870 2
+	int mapto_textured 872 4
+	short shadowonly_flag 876 2
+	short index 878 2
+	short vcol_alpha 880 2
+	short pad4 882 6
+	ListBase gpumaterial 888 16
+
+VFont 1168
+
+	ID id 0 120
+	char name 120 1024
+	VFontData *data 1144 8
+	PackedFile *packedfile 1152 8
+	PackedFile *temp_pf 1160 8
+
+MetaElem 104
+
+	MetaElem *next 0 8
+	MetaElem *prev 8 8
+	BoundBox *bb 16 8
+	short type 24 2
+	short flag 26 2
+	short selcol1 28 2
+	short selcol2 30 2
+	float x 32 4
+	float y 36 4
+	float z 40 4
+	float quat 44 16
+	float expx 60 4
+	float expy 64 4
+	float expz 68 4
+	float rad 72 4
+	float rad2 76 4
+	float s 80 4
+	float len 84 4
+	float *mat 88 8
+	float *imat 96 8
+
+MetaBall 248
+
+	ID id 0 120
+	AnimData *adt 120 8
+	ListBase elems 128 16
+	ListBase disp 144 16
+	ListBase *editelems 160 8
+	Ipo *ipo 168 8
+	Material **mat 176 8
+	char flag 184 1
+	char flag2 185 1
+	short totcol 186 2
+	short texflag 188 2
+	short pad 190 2
+	float loc 192 12
+	float size 204 12
+	float rot 216 12
+	float wiresize 228 4
+	float rendersize 232 4
+	float thresh 236 4
+	MetaElem *lastelem 240 8
+
+BezTriple 56
+
+	float vec 0 36
+	float alfa 36 4
+	float weight 40 4
+	float radius 44 4
+	short ipo 48 2
+	char h1 50 1
+	char h2 51 1
+	char f1 52 1
+	char f2 53 1
+	char f3 54 1
+	char hide 55 1
+
+BPoint 36
+
+	float vec 0 16
+	float alfa 16 4
+	float weight 20 4
+	short f1 24 2
+	short hide 26 2
+	float radius 28 4
+	float pad 32 4
+
+Nurb 80
+
+	Nurb *next 0 8
+	Nurb *prev 8 8
+	short type 16 2
+	short mat_nr 18 2
+	short hide 20 2
+	short flag 22 2
+	short pntsu 24 2
+	short pntsv 26 2
+	short resolu 28 2
+	short resolv 30 2
+	short orderu 32 2
+	short orderv 34 2
+	short flagu 36 2
+	short flagv 38 2
+	float *knotsu 40 8
+	float *knotsv 48 8
+	BPoint *bp 56 8
+	BezTriple *bezt 64 8
+	short tilt_interp 72 2
+	short radius_interp 74 2
+	int charidx 76 4
+
+CharInfo 8
+
+	short kern 0 2
+	short mat_nr 2 2
+	char flag 4 1
+	char pad 5 1
+	short pad2 6 2
+
+TextBox 16
+
+	float x 0 4
+	float y 4 4
+	float w 8 4
+	float h 12 4
+
+EditNurb 32
+
+	ListBase nurbs 0 16
+	GHash *keyindex 16 8
+	int shapenr 24 4
+	char pad 28 4
+
+Curve 504
+
+	ID id 0 120
+	AnimData *adt 120 8
+	BoundBox *bb 128 8
+	ListBase nurb 136 16
+	ListBase disp 152 16
+	EditNurb *editnurb 168 8
+	Object *bevobj 176 8
+	Object *taperobj 184 8
+	Object *textoncurve 192 8
+	Ipo *ipo 200 8
+	Key *key 208 8
+	Material **mat 216 8
+	float loc 224 12
+	float size 236 12
+	float rot 248 12
+	short type 260 2
+	short texflag 262 2
+	short drawflag 264 2
+	short twist_mode 266 2
+	float twist_smooth 268 4
+	float smallcaps_scale 272 4
+	int pathlen 276 4
+	short bevresol 280 2
+	short totcol 282 2
+	int flag 284 4
+	float width 288 4
+	float ext1 292 4
+	float ext2 296 4
+	short resolu 300 2
+	short resolv 302 2
+	short resolu_ren 304 2
+	short resolv_ren 306 2
+	int actnu 308 4
+	void *lastsel 312 8
+	short len 320 2
+	short lines 322 2
+	short pos 324 2
+	short spacemode 326 2
+	float spacing 328 4
+	float linedist 332 4
+	float shear 336 4
+	float fsize 340 4
+	float wordspace 344 4
+	float ulpos 348 4
+	float ulheight 352 4
+	float xof 356 4
+	float yof 360 4
+	float linewidth 364 4
+	char *str 368 8
+	SelBox *selboxes 376 8
+	EditFont *editfont 384 8
+	char family 392 24
+	VFont *vfont 416 8
+	VFont *vfontb 424 8
+	VFont *vfonti 432 8
+	VFont *vfontbi 440 8
+	int sepchar 448 4
+	float ctime 452 4
+	int totbox 456 4
+	int actbox 460 4
+	TextBox *tb 464 8
+	int selstart 472 4
+	int selend 476 4
+	CharInfo *strinfo 480 8
+	CharInfo curinfo 488 8
+	float bevfac1 496 4
+	float bevfac2 500 4
+
+Mesh 1336
+
+	ID id 0 120
+	AnimData *adt 120 8
+	BoundBox *bb 128 8
+	Ipo *ipo 136 8
+	Key *key 144 8
+	Material **mat 152 8
+	MSelect *mselect 160 8
+	MPoly *mpoly 168 8
+	MTexPoly *mtpoly 176 8
+	MLoop *mloop 184 8
+	MLoopUV *mloopuv 192 8
+	MLoopCol *mloopcol 200 8
+	MFace *mface 208 8
+	MTFace *mtface 216 8
+	TFace *tface 224 8
+	MVert *mvert 232 8
+	MEdge *medge 240 8
+	MDeformVert *dvert 248 8
+	MCol *mcol 256 8
+	Mesh *texcomesh 264 8
+	BMEditMesh *edit_btmesh 272 8
+	CustomData vdata 280 192
+	CustomData edata 472 192
+	CustomData fdata 664 192
+	CustomData pdata 856 192
+	CustomData ldata 1048 192
+	int totvert 1240 4
+	int totedge 1244 4
+	int totface 1248 4
+	int totselect 1252 4
+	int totpoly 1256 4
+	int totloop 1260 4
+	int act_face 1264 4
+	float loc 1268 12
+	float size 1280 12
+	float rot 1292 12
+	int drawflag 1304 4
+	short texflag 1308 2
+	short pad2 1310 6
+	short smoothresh 1316 2
+	short flag 1318 2
+	char cd_flag 1320 1
+	char pad 1321 1
+	char subdiv 1322 1
+	char subdivr 1323 1
+	char subsurftype 1324 1
+	char editflag 1325 1
+	short totcol 1326 2
+	Multires *mr 1328 8
+
+TFace 64
+
+	void *tpage 0 8
+	float uv 8 32
+	int col 40 16
+	char flag 56 1
+	char transp 57 1
+	short mode 58 2
+	short tile 60 2
+	short unwrap 62 2
+
+MFace 20
+
+	int v1 0 4
+	int v2 4 4
+	int v3 8 4
+	int v4 12 4
+	short mat_nr 16 2
+	char edcode 18 1
+	char flag 19 1
+
+MEdge 12
+
+	int v1 0 4
+	int v2 4 4
+	char crease 8 1
+	char bweight 9 1
+	short flag 10 2
+
+MDeformWeight 8
+
+	int def_nr 0 4
+	float weight 4 4
+
+MDeformVert 16
+
+	MDeformWeight *dw 0 8
+	int totweight 8 4
+	int flag 12 4
+
+MVert 20
+
+	float co 0 12
+	short no 12 6
+	char flag 18 1
+	char bweight 19 1
+
+MCol 4
+
+	char a 0 1
+	char r 1 1
+	char g 2 1
+	char b 3 1
+
+MPoly 12
+
+	int loopstart 0 4
+	int totloop 4 4
+	short mat_nr 8 2
+	char flag 10 1
+	char pad 11 1
+
+MLoop 8
+
+	int v 0 4
+	int e 4 4
+
+MTexPoly 16
+
+	Image *tpage 0 8
+	char flag 8 1
+	char transp 9 1
+	short mode 10 2
+	short tile 12 2
+	short pad 14 2
+
+MLoopUV 12
+
+	float uv 0 8
+	int flag 8 4
+
+MLoopCol 4
+
+	char r 0 1
+	char g 1 1
+	char b 2 1
+	char a 3 1
+
+MSelect 8
+
+	int index 0 4
+	int type 4 4
+
+MTFace 48
+
+	float uv 0 32
+	Image *tpage 32 8
+	char flag 40 1
+	char transp 41 1
+	short mode 42 2
+	short tile 44 2
+	short unwrap 46 2
+
+MFloatProperty 4
+
+	float f 0 4
+
+MIntProperty 4
+
+	int i 0 4
+
+MStringProperty 256
+
+	char s 0 255
+	char s_len 255 1
+
+OrigSpaceFace 32
+
+	float uv 0 32
+
+OrigSpaceLoop 8
+
+	float uv 0 8
+
+MDisps 20
+
+	int totdisp 0 4
+	int level 4 4
+	float (*disps)() 8 4
+	int *hidden 12 8
+
+MultiresCol 16
+
+	float a 0 4
+	float r 4 4
+	float g 8 4
+	float b 12 4
+
+MultiresColFace 64
+
+	MultiresCol col 0 64
+
+MultiresFace 24
+
+	int v 0 16
+	int mid 16 4
+	char flag 20 1
+	char mat_nr 21 1
+	char pad 22 2
+
+MultiresEdge 12
+
+	int v 0 8
+	int mid 8 4
+
+MultiresLevel 64
+
+	MultiresLevel *next 0 8
+	MultiresLevel *prev 8 8
+	MultiresFace *faces 16 8
+	MultiresColFace *colfaces 24 8
+	MultiresEdge *edges 32 8
+	int totvert 40 4
+	int totface 44 4
+	int totedge 48 4
+	int pad 52 4
+	MVert *verts 56 8
+
+Multires 432
+
+	ListBase levels 0 16
+	MVert *verts 16 8
+	char level_count 24 1
+	char current 25 1
+	char newlvl 26 1
+	char edgelvl 27 1
+	char pinlvl 28 1
+	char renderlvl 29 1
+	char use_col 30 1
+	char flag 31 1
+	CustomData vdata 32 192
+	CustomData fdata 224 192
+	short *edge_flags 416 8
+	char *edge_creases 424 8
+
+MRecast 4
+
+	int i 0 4
+
+GridPaintMask 16
+
+	float *data 0 8
+	int level 8 4
+	int pad 12 4
+
+MVertSkin 16
+
+	float radius 0 12
+	int flag 12 4
+
+FreestyleEdge 4
+
+	char flag 0 1
+	char pad 1 3
+
+FreestyleFace 4
+
+	char flag 0 1
+	char pad 1 3
+
+ModifierData 112
+
+	ModifierData *next 0 8
+	ModifierData *prev 8 8
+	int type 16 4
+	int mode 20 4
+	int stackindex 24 4
+	int pad 28 4
+	char name 32 64
+	Scene *scene 96 8
+	char *error 104 8
+
+MappingInfoModifierData 200
+
+	ModifierData modifier 0 112
+	Tex *texture 112 8
+	Object *map_object 120 8
+	char uvlayer_name 128 64
+	int uvlayer_tmp 192 4
+	int texmapping 196 4
+
+SubsurfModifierData 136
+
+	ModifierData modifier 0 112
+	short subdivType 112 2
+	short levels 114 2
+	short renderLevels 116 2
+	short flags 118 2
+	void *emCache 120 8
+	void *mCache 128 8
+
+LatticeModifierData 192
+
+	ModifierData modifier 0 112
+	Object *object 112 8
+	char name 120 64
+	float strength 184 4
+	char pad 188 4
+
+CurveModifierData 192
+
+	ModifierData modifier 0 112
+	Object *object 112 8
+	char name 120 64
+	short defaxis 184 2
+	char pad 186 6
+
+BuildModifierData 128
+
+	ModifierData modifier 0 112
+	float start 112 4
+	float length 116 4
+	int randomize 120 4
+	int seed 124 4
+
+MaskModifierData 192
+
+	ModifierData modifier 0 112
+	Object *ob_arm 112 8
+	char vgroup 120 64
+	int mode 184 4
+	int flag 188 4
+
+ArrayModifierData 192
+
+	ModifierData modifier 0 112
+	Object *start_cap 112 8
+	Object *end_cap 120 8
+	Object *curve_ob 128 8
+	Object *offset_ob 136 8
+	float offset 144 12
+	float scale 156 12
+	float length 168 4
+	float merge_dist 172 4
+	int fit_type 176 4
+	int offset_type 180 4
+	int flags 184 4
+	int count 188 4
+
+MirrorModifierData 128
+
+	ModifierData modifier 0 112
+	short axis 112 2
+	short flag 114 2
+	float tolerance 116 4
+	Object *mirror_ob 120 8
+
+EdgeSplitModifierData 120
+
+	ModifierData modifier 0 112
+	float split_angle 112 4
+	int flags 116 4
+
+BevelModifierData 200
+
+	ModifierData modifier 0 112
+	float value 112 4
+	int res 116 4
+	int pad 120 4
+	short flags 124 2
+	short val_flags 126 2
+	short lim_flags 128 2
+	short e_flags 130 2
+	float bevel_angle 132 4
+	char defgrp_name 136 64
+
+SmokeModifierData 144
+
+	ModifierData modifier 0 112
+	SmokeDomainSettings *domain 112 8
+	SmokeFlowSettings *flow 120 8
+	SmokeCollSettings *coll 128 8
+	float time 136 4
+	int type 140 4
+
+DisplaceModifierData 280
+
+	ModifierData modifier 0 112
+	Tex *texture 112 8
+	Object *map_object 120 8
+	char uvlayer_name 128 64
+	int uvlayer_tmp 192 4
+	int texmapping 196 4
+	float strength 200 4
+	int direction 204 4
+	char defgrp_name 208 64
+	float midlevel 272 4
+	int pad 276 4
+
+UVProjectModifierData 296
+
+	ModifierData modifier 0 112
+	Object *projectors 112 80
+	Image *image 192 8
+	int flags 200 4
+	int num_projectors 204 4
+	float aspectx 208 4
+	float aspecty 212 4
+	float scalex 216 4
+	float scaley 220 4
+	char uvlayer_name 224 64
+	int uvlayer_tmp 288 4
+	int pad 292 4
+
+DecimateModifierData 200
+
+	ModifierData modifier 0 112
+	float percent 112 4
+	short iter 116 2
+	char delimit 118 1
+	char pad 119 1
+	float angle 120 4
+	char defgrp_name 124 64
+	short flag 188 2
+	short mode 190 2
+	int face_count 192 4
+	int pad2 196 4
+
+SmoothModifierData 184
+
+	ModifierData modifier 0 112
+	float fac 112 4
+	char defgrp_name 116 64
+	short flag 180 2
+	short repeat 182 2
+
+CastModifierData 200
+
+	ModifierData modifier 0 112
+	Object *object 112 8
+	float fac 120 4
+	float radius 124 4
+	float size 128 4
+	char defgrp_name 132 64
+	short flag 196 2
+	short type 198 2
+
+WaveModifierData 320
+
+	ModifierData modifier 0 112
+	Tex *texture 112 8
+	Object *map_object 120 8
+	char uvlayer_name 128 64
+	int uvlayer_tmp 192 4
+	int texmapping 196 4
+	Object *objectcenter 200 8
+	char defgrp_name 208 64
+	short flag 272 2
+	short pad 274 2
+	float startx 276 4
+	float starty 280 4
+	float height 284 4
+	float width 288 4
+	float narrow 292 4
+	float speed 296 4
+	float damp 300 4
+	float falloff 304 4
+	float timeoffs 308 4
+	float lifetime 312 4
+	float pad1 316 4
+
+ArmatureModifierData 200
+
+	ModifierData modifier 0 112
+	short deformflag 112 2
+	short multi 114 2
+	int pad2 116 4
+	Object *object 120 8
+	float *prevCos 128 8
+	char defgrp_name 136 64
+
+HookModifierData 344
+
+	ModifierData modifier 0 112
+	Object *object 112 8
+	char subtarget 120 64
+	float parentinv 184 64
+	float cent 248 12
+	float falloff 260 4
+	int *indexar 264 8
+	int totindex 272 4
+	float force 276 4
+	char name 280 64
+
+SoftbodyModifierData 112
+
+	ModifierData modifier 0 112
+
+ClothModifierData 168
+
+	ModifierData modifier 0 112
+	Scene *scene 112 8
+	Cloth *clothObject 120 8
+	ClothSimSettings *sim_parms 128 8
+	ClothCollSettings *coll_parms 136 8
+	PointCache *point_cache 144 8
+	ListBase ptcaches 152 16
+
+CollisionModifierData 192
+
+	ModifierData modifier 0 112
+	MVert *x 112 8
+	MVert *xnew 120 8
+	MVert *xold 128 8
+	MVert *current_xnew 136 8
+	MVert *current_x 144 8
+	MVert *current_v 152 8
+	MFace *mfaces 160 8
+	int numverts 168 4
+	int numfaces 172 4
+	float time_x 176 4
+	float time_xnew 180 4
+	BVHTree *bvhtree 184 8
+
+SurfaceModifierData 152
+
+	ModifierData modifier 0 112
+	MVert *x 112 8
+	MVert *v 120 8
+	DerivedMesh *dm 128 8
+	BVHTreeFromMesh *bvhtree 136 8
+	int cfra 144 4
+	int numverts 148 4
+
+BooleanModifierData 128
+
+	ModifierData modifier 0 112
+	Object *object 112 8
+	int operation 120 4
+	int pad 124 4
+
+MDefInfluence 8
+
+	int vertex 0 4
+	float weight 4 4
+
+MDefCell 8
+
+	int offset 0 4
+	int totinfluence 4 4
+
+MeshDeformModifierData 360
+
+	ModifierData modifier 0 112
+	Object *object 112 8
+	char defgrp_name 120 64
+	short gridsize 184 2
+	short flag 186 2
+	short mode 188 2
+	short pad 190 2
+	MDefInfluence *bindinfluences 192 8
+	int *bindoffsets 200 8
+	float *bindcagecos 208 8
+	int totvert 216 4
+	int totcagevert 220 4
+	MDefCell *dyngrid 224 8
+	MDefInfluence *dyninfluences 232 8
+	int *dynverts 240 8
+	int *pad2 248 8
+	int dyngridsize 256 4
+	int totinfluence 260 4
+	float dyncellmin 264 12
+	float dyncellwidth 276 4
+	float bindmat 280 64
+	float *bindweights 344 8
+	float *bindcos 352 8
+	void (*bindfunc)() 360 0
+
+ParticleSystemModifierData 144
+
+	ModifierData modifier 0 112
+	ParticleSystem *psys 112 8
+	DerivedMesh *dm 120 8
+	int totdmvert 128 4
+	int totdmedge 132 4
+	int totdmface 136 4
+	short flag 140 2
+	short rt 142 2
+
+ParticleInstanceModifierData 136
+
+	ModifierData modifier 0 112
+	Object *ob 112 8
+	short psys 120 2
+	short flag 122 2
+	short axis 124 2
+	short rt 126 2
+	float position 128 4
+	float random_position 132 4
+
+ExplodeModifierData 192
+
+	ModifierData modifier 0 112
+	int *facepa 112 8
+	short flag 120 2
+	short vgroup 122 2
+	float protect 124 4
+	char uvname 128 64
+
+MultiresModifierData 120
+
+	ModifierData modifier 0 112
+	char lvl 112 1
+	char sculptlvl 113 1
+	char renderlvl 114 1
+	char totlvl 115 1
+	char simple 116 1
+	char flags 117 1
+	char pad 118 2
+
+FluidsimModifierData 128
+
+	ModifierData modifier 0 112
+	FluidsimSettings *fss 112 8
+	PointCache *point_cache 120 8
+
+ShrinkwrapModifierData 208
+
+	ModifierData modifier 0 112
+	Object *target 112 8
+	Object *auxTarget 120 8
+	char vgroup_name 128 64
+	float keepDist 192 4
+	short shrinkType 196 2
+	short shrinkOpts 198 2
+	float projLimit 200 4
+	char projAxis 204 1
+	char subsurfLevels 205 1
+	char pad 206 2
+
+SimpleDeformModifierData 200
+
+	ModifierData modifier 0 112
+	Object *origin 112 8
+	char vgroup_name 120 64
+	float factor 184 4
+	float limit 188 8
+	char mode 196 1
+	char axis 197 1
+	char pad 198 2
+
+ShapeKeyModifierData 112
+
+	ModifierData modifier 0 112
+
+SolidifyModifierData 216
+
+	ModifierData modifier 0 112
+	char defgrp_name 112 64
+	float offset 176 4
+	float offset_fac 180 4
+	float offset_fac_vg 184 4
+	float offset_clamp 188 4
+	float pad 192 4
+	float crease_inner 196 4
+	float crease_outer 200 4
+	float crease_rim 204 4
+	int flag 208 4
+	short mat_ofs 212 2
+	short mat_ofs_rim 214 2
+
+ScrewModifierData 144
+
+	ModifierData modifier 0 112
+	Object *ob_axis 112 8
+	int steps 120 4
+	int render_steps 124 4
+	int iter 128 4
+	float screw_ofs 132 4
+	float angle 136 4
+	short axis 140 2
+	short flag 142 2
+
+OceanModifierData 1296
+
+	ModifierData modifier 0 112
+	Ocean *ocean 112 8
+	OceanCache *oceancache 120 8
+	int resolution 128 4
+	int spatial_size 132 4
+	float wind_velocity 136 4
+	float damp 140 4
+	float smallest_wave 144 4
+	float depth 148 4
+	float wave_alignment 152 4
+	float wave_direction 156 4
+	float wave_scale 160 4
+	float chop_amount 164 4
+	float foam_coverage 168 4
+	float time 172 4
+	int bakestart 176 4
+	int bakeend 180 4
+	char cachepath 184 1024
+	char foamlayername 1208 64
+	char cached 1272 1
+	char geometry_mode 1273 1
+	char flag 1274 1
+	char refresh 1275 1
+	short repeat_x 1276 2
+	short repeat_y 1278 2
+	int seed 1280 4
+	float size 1284 4
+	float foam_fade 1288 4
+	int pad 1292 4
+
+WarpModifierData 304
+
+	ModifierData modifier 0 112
+	Tex *texture 112 8
+	Object *map_object 120 8
+	char uvlayer_name 128 64
+	int uvlayer_tmp 192 4
+	int texmapping 196 4
+	Object *object_from 200 8
+	Object *object_to 208 8
+	CurveMapping *curfalloff 216 8
+	char defgrp_name 224 64
+	float strength 288 4
+	float falloff_radius 292 4
+	char flag 296 1
+	char falloff_type 297 1
+	char pad 298 6
+
+WeightVGEditModifierData 360
+
+	ModifierData modifier 0 112
+	char defgrp_name 112 64
+	short edit_flags 176 2
+	short falloff_type 178 2
+	float default_weight 180 4
+	CurveMapping *cmap_curve 184 8
+	float add_threshold 192 4
+	float rem_threshold 196 4
+	float mask_constant 200 4
+	char mask_defgrp_name 204 64
+	int mask_tex_use_channel 268 4
+	Tex *mask_texture 272 8
+	Object *mask_tex_map_obj 280 8
+	int mask_tex_mapping 288 4
+	char mask_tex_uvlayer_name 292 64
+	int pad_i1 356 4
+
+WeightVGMixModifierData 416
+
+	ModifierData modifier 0 112
+	char defgrp_name_a 112 64
+	char defgrp_name_b 176 64
+	float default_weight_a 240 4
+	float default_weight_b 244 4
+	char mix_mode 248 1
+	char mix_set 249 1
+	char pad_c1 250 6
+	float mask_constant 256 4
+	char mask_defgrp_name 260 64
+	int mask_tex_use_channel 324 4
+	Tex *mask_texture 328 8
+	Object *mask_tex_map_obj 336 8
+	int mask_tex_mapping 344 4
+	char mask_tex_uvlayer_name 348 64
+	int pad_i1 412 4
+
+WeightVGProximityModifierData 360
+
+	ModifierData modifier 0 112
+	char defgrp_name 112 64
+	int proximity_mode 176 4
+	int proximity_flags 180 4
+	Object *proximity_ob_target 184 8
+	float mask_constant 192 4
+	char mask_defgrp_name 196 64
+	int mask_tex_use_channel 260 4
+	Tex *mask_texture 264 8
+	Object *mask_tex_map_obj 272 8
+	int mask_tex_mapping 280 4
+	char mask_tex_uvlayer_name 284 64
+	float min_dist 348 4
+	float max_dist 352 4
+	short falloff_type 356 2
+	short pad_s1 358 2
+
+DynamicPaintModifierData 136
+
+	ModifierData modifier 0 112
+	DynamicPaintCanvasSettings *canvas 112 8
+	DynamicPaintBrushSettings *brush 120 8
+	int type 128 4
+	int pad 132 4
+
+RemeshModifierData 128
+
+	ModifierData modifier 0 112
+	float threshold 112 4
+	float scale 116 4
+	float hermite_num 120 4
+	char depth 124 1
+	char flag 125 1
+	char mode 126 1
+	char pad 127 1
+
+SkinModifierData 120
+
+	ModifierData modifier 0 112
+	float branch_smoothing 112 4
+	char flag 116 1
+	char symmetry_axes 117 1
+	char pad 118 2
+
+TriangulateModifierData 120
+
+	ModifierData modifier 0 112
+	int flag 112 4
+	int pad 116 4
+
+LaplacianSmoothModifierData 192
+
+	ModifierData modifier 0 112
+	float lambda 112 4
+	float lambda_border 116 4
+	float pad1 120 4
+	char defgrp_name 124 64
+	short flag 188 2
+	short repeat 190 2
+
+UVWarpModifierData 400
+
+	ModifierData modifier 0 112
+	char axis_u 112 1
+	char axis_v 113 1
+	char pad 114 6
+	float center 120 8
+	Object *object_src 128 8
+	char bone_src 136 64
+	Object *object_dst 200 8
+	char bone_dst 208 64
+	char vgroup_name 272 64
+	char uvlayer_name 336 64
+
+MeshCacheModifierData 1176
+
+	ModifierData modifier 0 112
+	char flag 112 1
+	char type 113 1
+	char time_mode 114 1
+	char play_mode 115 1
+	char forward_axis 116 1
+	char up_axis 117 1
+	char flip_axis 118 1
+	char interp 119 1
+	float factor 120 4
+	char deform_mode 124 1
+	char pad 125 7
+	float frame_start 132 4
+	float frame_scale 136 4
+	float eval_frame 140 4
+	float eval_time 144 4
+	float eval_factor 148 4
+	char filepath 152 1024
+
+EditLatt 16
+
+	Lattice *latt 0 8
+	int shapenr 8 4
+	char pad 12 4
+
+Lattice 280
+
+	ID id 0 120
+	AnimData *adt 120 8
+	short pntsu 128 2
+	short pntsv 130 2
+	short pntsw 132 2
+	short flag 134 2
+	short opntsu 136 2
+	short opntsv 138 2
+	short opntsw 140 2
+	short pad2 142 2
+	char typeu 144 1
+	char typev 145 1
+	char typew 146 1
+	char pad3 147 1
+	int actbp 148 4
+	float fu 152 4
+	float fv 156 4
+	float fw 160 4
+	float du 164 4
+	float dv 168 4
+	float dw 172 4
+	BPoint *def 176 8
+	Ipo *ipo 184 8
+	Key *key 192 8
+	MDeformVert *dvert 200 8
+	char vgroup 208 64
+	EditLatt *editlatt 272 8
+
+bDeformGroup 88
+
+	bDeformGroup *next 0 8
+	bDeformGroup *prev 8 8
+	char name 16 64
+	char flag 80 1
+	char pad 81 7
+
+BoundBox 104
+
+	float vec 0 96
+	int flag 96 4
+	int pad 100 4
+
+Object 1416
+
+	ID id 0 120
+	AnimData *adt 120 8
+	SculptSession *sculpt 128 8
+	short type 136 2
+	short partype 138 2
+	int par1 140 4
+	int par2 144 4
+	int par3 148 4
+	char parsubstr 152 64
+	Object *parent 216 8
+	Object *track 224 8
+	Object *proxy 232 8
+	Object *proxy_group 240 8
+	Object *proxy_from 248 8
+	Ipo *ipo 256 8
+	BoundBox *bb 264 8
+	bAction *action 272 8
+	bAction *poselib 280 8
+	bPose *pose 288 8
+	void *data 296 8
+	bGPdata *gpd 304 8
+	bAnimVizSettings avs 312 48
+	bMotionPath *mpath 360 8
+	ListBase constraintChannels 368 16
+	ListBase effect 384 16
+	ListBase defbase 400 16
+	ListBase modifiers 416 16
+	int mode 432 4
+	int restore_mode 436 4
+	Material **mat 440 8
+	char *matbits 448 8
+	int totcol 456 4
+	int actcol 460 4
+	float loc 464 12
+	float dloc 476 12
+	float orig 488 12
+	float size 500 12
+	float dsize 512 12
+	float dscale 524 12
+	float rot 536 12
+	float drot 548 12
+	float quat 560 16
+	float dquat 576 16
+	float rotAxis 592 12
+	float drotAxis 604 12
+	float rotAngle 616 4
+	float drotAngle 620 4
+	float obmat 624 64
+	float parentinv 688 64
+	float constinv 752 64
+	float imat 816 64
+	float imat_ren 880 64
+	int lay 944 4
+	float sf 948 4
+	short flag 952 2
+	short colbits 954 2
+	short transflag 956 2
+	short protectflag 958 2
+	short trackflag 960 2
+	short upflag 962 2
+	short nlaflag 964 2
+	short ipoflag 966 2
+	short scaflag 968 2
+	char scavisflag 970 1
+	char depsflag 971 1
+	int dupon 972 4
+	int dupoff 976 4
+	int dupsta 980 4
+	int dupend 984 4
+	float mass 988 4
+	float damping 992 4
+	float inertia 996 4
+	float formfactor 1000 4
+	float rdamping 1004 4
+	float sizefac 1008 4
+	float margin 1012 4
+	float max_vel 1016 4
+	float min_vel 1020 4
+	float m_contactProcessingThreshold 1024 4
+	float obstacleRad 1028 4
+	float step_height 1032 4
+	float jump_speed 1036 4
+	float fall_speed 1040 4
+	short col_group 1044 2
+	short col_mask 1046 2
+	short rotmode 1048 2
+	char boundtype 1050 1
+	char collision_boundtype 1051 1
+	short dtx 1052 2
+	char dt 1054 1
+	char empty_drawtype 1055 1
+	float empty_drawsize 1056 4
+	float dupfacesca 1060 4
+	ListBase prop 1064 16
+	ListBase sensors 1080 16
+	ListBase controllers 1096 16
+	ListBase actuators 1112 16
+	float bbsize 1128 12
+	short index 1140 2
+	short actdef 1142 2
+	float col 1144 16
+	int gameflag 1160 4
+	int gameflag2 1164 4
+	BulletSoftBody *bsoft 1168 8
+	char restrictflag 1176 1
+	char recalc 1177 1
+	short softflag 1178 2
+	float anisotropicFriction 1180 12
+	ListBase constraints 1192 16
+	ListBase nlastrips 1208 16
+	ListBase hooks 1224 16
+	ListBase particlesystem 1240 16
+	PartDeflect *pd 1256 8
+	SoftBody *soft 1264 8
+	Group *dup_group 1272 8
+	char body_type 1280 1
+	char shapeflag 1281 1
+	short shapenr 1282 2
+	float smoothresh 1284 4
+	FluidsimSettings *fluidsimSettings 1288 8
+	DerivedMesh *derivedDeform 1296 8
+	DerivedMesh *derivedFinal 1304 8
+	int *pad 1312 8
+	uint64_t lastDataMask 1320 8
+	uint64_t customdata_mask 1328 8
+	int state 1336 4
+	int init_state 1340 4
+	ListBase gpulamp 1344 16
+	ListBase pc_ids 1360 16
+	ListBase *duplilist 1376 8
+	RigidBodyOb *rigidbody_object 1384 8
+	RigidBodyCon *rigidbody_constraint 1392 8
+	float ima_ofs 1400 8
+	CurveCache *curve_cache 1408 8
+
+ObHook 256
+
+	ObHook *next 0 8
+	ObHook *prev 8 8
+	Object *parent 16 8
+	float parentinv 24 64
+	float mat 88 64
+	float cent 152 12
+	float falloff 164 4
+	char name 168 64
+	int *indexar 232 8
+	int totindex 240 4
+	int curindex 244 4
+	short type 248 2
+	short active 250 2
+	float force 252 4
+
+DupliObject 224
+
+	DupliObject *next 0 8
+	DupliObject *prev 8 8
+	Object *ob 16 8
+	int origlay 24 4
+	int pad 28 4
+	float mat 32 64
+	float omat 96 64
+	float orco 160 12
+	float uv 172 8
+	short type 180 2
+	char no_draw 182 1
+	char animated 183 1
+	int persistent_id 184 32
+	ParticleSystem *particle_system 216 8
+
+PartDeflect 160
+
+	int flag 0 4
+	short deflect 4 2
+	short forcefield 6 2
+	short falloff 8 2
+	short shape 10 2
+	short tex_mode 12 2
+	short kink 14 2
+	short kink_axis 16 2
+	short zdir 18 2
+	float f_strength 20 4
+	float f_damp 24 4
+	float f_flow 28 4
+	float f_size 32 4
+	float f_power 36 4
+	float maxdist 40 4
+	float mindist 44 4
+	float f_power_r 48 4
+	float maxrad 52 4
+	float minrad 56 4
+	float pdef_damp 60 4
+	float pdef_rdamp 64 4
+	float pdef_perm 68 4
+	float pdef_frict 72 4
+	float pdef_rfrict 76 4
+	float pdef_stickness 80 4
+	float absorption 84 4
+	float pdef_sbdamp 88 4
+	float pdef_sbift 92 4
+	float pdef_sboft 96 4
+	float clump_fac 100 4
+	float clump_pow 104 4
+	float kink_freq 108 4
+	float kink_shape 112 4
+	float kink_amp 116 4
+	float free_end 120 4
+	float tex_nabla 124 4
+	Tex *tex 128 8
+	RNG *rng 136 8
+	float f_noise 144 4
+	int seed 148 4
+	Object *f_source 152 8
+
+EffectorWeights 80
+
+	Group *group 0 8
+	float weight 8 56
+	float global_gravity 64 4
+	short flag 68 2
+	short rt 70 6
+	int pad 76 4
+
+PTCacheExtra 32
+
+	PTCacheExtra *next 0 8
+	PTCacheExtra *prev 8 8
+	int type 16 4
+	int totdata 20 4
+	void *data 24 8
+
+PTCacheMem 176
+
+	PTCacheMem *next 0 8
+	PTCacheMem *prev 8 8
+	int frame 16 4
+	int totpoint 20 4
+	int data_types 24 4
+	int flag 28 4
+	void *data 32 64
+	void *cur 96 64
+	ListBase extradata 160 16
+
+PointCache 1312
+
+	PointCache *next 0 8
+	PointCache *prev 8 8
+	int flag 16 4
+	int step 20 4
+	int simframe 24 4
+	int startframe 28 4
+	int endframe 32 4
+	int editframe 36 4
+	int last_exact 40 4
+	int last_valid 44 4
+	int pad 48 4
+	int totpoint 52 4
+	int index 56 4
+	short compression 60 2
+	short rt 62 2
+	char name 64 64
+	char prev_name 128 64
+	char info 192 64
+	char path 256 1024
+	char *cached_frames 1280 8
+	ListBase mem_cache 1288 16
+	PTCacheEdit *edit 1304 8
+	void (*free_edit)() 1312 0
+
+SBVertex 16
+
+	float vec 0 16
+
+BulletSoftBody 120
+
+	int flag 0 4
+	float linStiff 4 4
+	float angStiff 8 4
+	float volume 12 4
+	int viterations 16 4
+	int piterations 20 4
+	int diterations 24 4
+	int citerations 28 4
+	float kSRHR_CL 32 4
+	float kSKHR_CL 36 4
+	float kSSHR_CL 40 4
+	float kSR_SPLT_CL 44 4
+	float kSK_SPLT_CL 48 4
+	float kSS_SPLT_CL 52 4
+	float kVCF 56 4
+	float kDP 60 4
+	float kDG 64 4
+	float kLF 68 4
+	float kPR 72 4
+	float kVC 76 4
+	float kDF 80 4
+	float kMT 84 4
+	float kCHR 88 4
+	float kKHR 92 4
+	float kSHR 96 4
+	float kAHR 100 4
+	int collisionflags 104 4
+	int numclusteriterations 108 4
+	float welding 112 4
+	float margin 116 4
+
+SoftBody 472
+
+	int totpoint 0 4
+	int totspring 4 4
+	BodyPoint *bpoint 8 8
+	BodySpring *bspring 16 8
+	char pad 24 1
+	char msg_lock 25 1
+	short msg_value 26 2
+	float nodemass 28 4
+	char namedVG_Mass 32 64
+	float grav 96 4
+	float mediafrict 100 4
+	float rklimit 104 4
+	float physics_speed 108 4
+	float goalspring 112 4
+	float goalfrict 116 4
+	float mingoal 120 4
+	float maxgoal 124 4
+	float defgoal 128 4
+	short vertgroup 132 2
+	char namedVG_Softgoal 134 64
+	short fuzzyness 198 2
+	float inspring 200 4
+	float infrict 204 4
+	char namedVG_Spring_K 208 64
+	int sfra 272 4
+	int efra 276 4
+	int interval 280 4
+	short local 284 2
+	short solverflags 286 2
+	SBVertex **keys 288 8
+	int totpointkey 296 4
+	int totkey 300 4
+	float secondspring 304 4
+	float colball 308 4
+	float balldamp 312 4
+	float ballstiff 316 4
+	short sbc_mode 320 2
+	short aeroedge 322 2
+	short minloops 324 2
+	short maxloops 326 2
+	short choke 328 2
+	short solver_ID 330 2
+	short plastic 332 2
+	short springpreload 334 2
+	SBScratch *scratch 336 8
+	float shearstiff 344 4
+	float inpush 348 4
+	PointCache *pointcache 352 8
+	ListBase ptcaches 360 16
+	EffectorWeights *effector_weights 376 8
+	float lcom 384 12
+	float lrot 396 36
+	float lscale 432 36
+	int last_frame 468 4
+
+FluidVertexVelocity 12
+
+	float vel 0 12
+
+FluidsimSettings 1256
+
+	FluidsimModifierData *fmd 0 8
+	int threads 8 4
+	int pad1 12 4
+	short type 16 2
+	short show_advancedoptions 18 2
+	short resolutionxyz 20 2
+	short previewresxyz 22 2
+	float realsize 24 4
+	short guiDisplayMode 28 2
+	short renderDisplayMode 30 2
+	float viscosityValue 32 4
+	short viscosityMode 36 2
+	short viscosityExponent 38 2
+	float grav 40 12
+	float animStart 52 4
+	float animEnd 56 4
+	int bakeStart 60 4
+	int bakeEnd 64 4
+	int frameOffset 68 4
+	int pad2 72 4
+	float gstar 76 4
+	int maxRefine 80 4
+	float iniVelx 84 4
+	float iniVely 88 4
+	float iniVelz 92 4
+	Mesh *orgMesh 96 8
+	Mesh *meshBB 104 8
+	char surfdataPath 112 1024
+	float bbStart 1136 12
+	float bbSize 1148 12
+	Ipo *ipo 1160 8
+	short typeFlags 1168 2
+	char domainNovecgen 1170 1
+	char volumeInitType 1171 1
+	float partSlipValue 1172 4
+	int generateTracers 1176 4
+	float generateParticles 1180 4
+	float surfaceSmoothing 1184 4
+	int surfaceSubdivs 1188 4
+	int flag 1192 4
+	float particleInfSize 1196 4
+	float particleInfAlpha 1200 4
+	float farFieldSize 1204 4
+	FluidVertexVelocity *meshVelocities 1208 8
+	int totvert 1216 4
+	float cpsTimeStart 1220 4
+	float cpsTimeEnd 1224 4
+	float cpsQuality 1228 4
+	float attractforceStrength 1232 4
+	float attractforceRadius 1236 4
+	float velocityforceStrength 1240 4
+	float velocityforceRadius 1244 4
+	int lastgoodframe 1248 4
+	float animRate 1252 4
+
+World 528
+
+	ID id 0 120
+	AnimData *adt 120 8
+	short colormodel 128 2
+	short totex 130 2
+	short texact 132 2
+	short mistype 134 2
+	float horr 136 4
+	float horg 140 4
+	float horb 144 4
+	float zenr 148 4
+	float zeng 152 4
+	float zenb 156 4
+	float ambr 160 4
+	float ambg 164 4
+	float ambb 168 4
+	float exposure 172 4
+	float exp 176 4
+	float range 180 4
+	float linfac 184 4
+	float logfac 188 4
+	float gravity 192 4
+	float activityBoxRadius 196 4
+	short skytype 200 2
+	short mode 202 2
+	short occlusionRes 204 2
+	short physicsEngine 206 2
+	short ticrate 208 2
+	short maxlogicstep 210 2
+	short physubstep 212 2
+	short maxphystep 214 2
+	float misi 216 4
+	float miststa 220 4
+	float mistdist 224 4
+	float misthi 228 4
+	float starr 232 4
+	float starg 236 4
+	float starb 240 4
+	float stark 244 4
+	float starsize 248 4
+	float starmindist 252 4
+	float stardist 256 4
+	float starcolnoise 260 4
+	short dofsta 264 2
+	short dofend 266 2
+	short dofmin 268 2
+	short dofmax 270 2
+	float aodist 272 4
+	float aodistfac 276 4
+	float aoenergy 280 4
+	float aobias 284 4
+	short aomode 288 2
+	short aosamp 290 2
+	short aomix 292 2
+	short aocolor 294 2
+	float ao_adapt_thresh 296 4
+	float ao_adapt_speed_fac 300 4
+	float ao_approx_error 304 4
+	float ao_approx_correction 308 4
+	float ao_indirect_energy 312 4
+	float ao_env_energy 316 4
+	float ao_pad2 320 4
+	short ao_indirect_bounces 324 2
+	short ao_pad 326 2
+	short ao_samp_method 328 2
+	short ao_gather_method 330 2
+	short ao_approx_passes 332 2
+	short flag 334 2
+	float *aosphere 336 8
+	float *aotables 344 8
+	Ipo *ipo 352 8
+	MTex *mtex 360 144
+	short pr_texture 504 2
+	short use_nodes 506 2
+	short pad 508 4
+	PreviewImage *preview 512 8
+	bNodeTree *nodetree 520 8
+
+Base 40
+
+	Base *next 0 8
+	Base *prev 8 8
+	int lay 16 4
+	int selcol 20 4
+	int flag 24 4
+	short sx 28 2
+	short sy 30 2
+	Object *object 32 8
+
+AviCodecData 184
+
+	void *lpFormat 0 8
+	void *lpParms 8 8
+	int cbFormat 16 4
+	int cbParms 20 4
+	int fccType 24 4
+	int fccHandler 28 4
+	int dwKeyFrameEvery 32 4
+	int dwQuality 36 4
+	int dwBytesPerSecond 40 4
+	int dwFlags 44 4
+	int dwInterleaveEvery 48 4
+	int pad 52 4
+	char avicodecname 56 128
+
+QuicktimeCodecData 152
+
+	void *cdParms 0 8
+	void *pad 8 8
+	int cdSize 16 4
+	int pad2 20 4
+	char qtcodecname 24 128
+
+QuicktimeCodecSettings 64
+
+	int codecType 0 4
+	int codecSpatialQuality 4 4
+	int codec 8 4
+	int codecFlags 12 4
+	int colorDepth 16 4
+	int codecTemporalQuality 20 4
+	int minSpatialQuality 24 4
+	int minTemporalQuality 28 4
+	int keyFrameRate 32 4
+	int bitRate 36 4
+	int audiocodecType 40 4
+	int audioSampleRate 44 4
+	short audioBitDepth 48 2
+	short audioChannels 50 2
+	int audioCodecFlags 52 4
+	int audioBitRate 56 4
+	int pad1 60 4
+
+FFMpegCodecData 72
+
+	int type 0 4
+	int codec 4 4
+	int audio_codec 8 4
+	int video_bitrate 12 4
+	int audio_bitrate 16 4
+	int audio_mixrate 20 4
+	int audio_channels 24 4
+	int audio_pad 28 4
+	float audio_volume 32 4
+	int gop_size 36 4
+	int flags 40 4
+	int rc_min_rate 44 4
+	int rc_max_rate 48 4
+	int rc_buffer_size 52 4
+	int mux_packet_size 56 4
+	int mux_rate 60 4
+	IDProperty *properties 64 8
+
+AudioData 32
+
+	int mixrate 0 4
+	float main 4 4
+	float speed_of_sound 8 4
+	float doppler_factor 12 4
+	int distance_model 16 4
+	short flag 20 2
+	short pad 22 2
+	float volume 24 4
+	float pad2 28 4
+
+SceneRenderLayer 184
+
+	SceneRenderLayer *next 0 8
+	SceneRenderLayer *prev 8 8
+	char name 16 64
+	Material *mat_override 80 8
+	Group *light_override 88 8
+	int lay 96 4
+	int lay_zmask 100 4
+	int lay_exclude 104 4
+	int layflag 108 4
+	int passflag 112 4
+	int pass_xor 116 4
+	int samples 120 4
+	int pad 124 4
+	FreestyleConfig freestyleConfig 128 56
+
+ImageFormatData 248
+
+	char imtype 0 1
+	char depth 1 1
+	char planes 2 1
+	char flag 3 1
+	char quality 4 1
+	char compress 5 1
+	char exr_codec 6 1
+	char cineon_flag 7 1
+	short cineon_white 8 2
+	short cineon_black 10 2
+	float cineon_gamma 12 4
+	char jp2_flag 16 1
+	char jp2_codec 17 1
+	char pad 18 6
+	ColorManagedViewSettings view_settings 24 160
+	ColorManagedDisplaySettings display_settings 184 64
+
+RenderData 2608
+
+	ImageFormatData im_format 0 248
+	AviCodecData *avicodecdata 248 8
+	QuicktimeCodecData *qtcodecdata 256 8
+	QuicktimeCodecSettings qtcodecsettings 264 64
+	FFMpegCodecData ffcodecdata 328 72
+	int cfra 400 4
+	int sfra 404 4
+	int efra 408 4
+	float subframe 412 4
+	int psfra 416 4
+	int pefra 420 4
+	int images 424 4
+	int framapto 428 4
+	short flag 432 2
+	short threads 434 2
+	float framelen 436 4
+	float blurfac 440 4
+	float edgeR 444 4
+	float edgeG 448 4
+	float edgeB 452 4
+	short fullscreen 456 2
+	short xplay 458 2
+	short yplay 460 2
+	short freqplay 462 2
+	short depth 464 2
+	short attrib 466 2
+	int frame_step 468 4
+	short stereomode 472 2
+	short dimensionspreset 474 2
+	short filtertype 476 2
+	short size 478 2
+	short maximsize 480 2
+	short pad6 482 2
+	int xsch 484 4
+	int ysch 488 4
+	short xparts 492 2
+	short yparts 494 2
+	int tilex 496 4
+	int tiley 500 4
+	short planes 504 2
+	short imtype 506 2
+	short subimtype 508 2
+	short quality 510 2
+	short displaymode 512 2
+	short pad7 514 2
+	int scemode 516 4
+	int mode 520 4
+	int raytrace_options 524 4
+	short raytrace_structure 528 2
+	short pad1 530 2
+	short ocres 532 2
+	short pad4 534 2
+	short alphamode 536 2
+	short osa 538 2
+	short frs_sec 540 2
+	short edgeint 542 2
+	rctf safety 544 16
+	rctf border 560 16
+	rcti disprect 576 16
+	ListBase layers 592 16
+	short actlay 608 2
+	short mblur_samples 610 2
+	float xasp 612 4
+	float yasp 616 4
+	float frs_sec_base 620 4
+	float gauss 624 4
+	int color_mgt_flag 628 4
+	float postgamma 632 4
+	float posthue 636 4
+	float postsat 640 4
+	float dither_intensity 644 4
+	short bake_osa 648 2
+	short bake_filter 650 2
+	short bake_mode 652 2
+	short bake_flag 654 2
+	short bake_normal_space 656 2
+	short bake_quad_split 658 2
+	float bake_maxdist 660 4
+	float bake_biasdist 664 4
+	short bake_samples 668 2
+	short bake_pad 670 2
+	char pic 672 1024
+	int stamp 1696 4
+	short stamp_font_id 1700 2
+	short pad3 1702 2
+	char stamp_udata 1704 768
+	float fg_stamp 2472 16
+	float bg_stamp 2488 16
+	char seq_prev_type 2504 1
+	char seq_rend_type 2505 1
+	char seq_flag 2506 1
+	char pad5 2507 5
+	int simplify_flag 2512 4
+	short simplify_subsurf 2516 2
+	short simplify_shadowsamples 2518 2
+	float simplify_particles 2520 4
+	float simplify_aosss 2524 4
+	short cineonwhite 2528 2
+	short cineonblack 2530 2
+	float cineongamma 2532 4
+	short jp2_preset 2536 2
+	short jp2_depth 2538 2
+	int rpad3 2540 4
+	short domeres 2544 2
+	short domemode 2546 2
+	short domeangle 2548 2
+	short dometilt 2550 2
+	float domeresbuf 2552 4
+	float pad2 2556 4
+	Text *dometext 2560 8
+	int line_thickness_mode 2568 4
+	float unit_line_thickness 2572 4
+	char engine 2576 32
+
+RenderProfile 64
+
+	RenderProfile *next 0 8
+	RenderProfile *prev 8 8
+	char name 16 32
+	short particle_perc 48 2
+	short subsurf_max 50 2
+	short shadbufsample_max 52 2
+	short pad1 54 2
+	float ao_error 56 4
+	float pad2 60 4
+
+GameDome 24
+
+	short res 0 2
+	short mode 2 2
+	short angle 4 2
+	short tilt 6 2
+	float resbuf 8 4
+	float pad2 12 4
+	Text *warptext 16 8
+
+GameFraming 16
+
+	float col 0 12
+	char type 12 1
+	char pad1 13 1
+	char pad2 14 1
+	char pad3 15 1
+
+RecastData 56
+
+	float cellsize 0 4
+	float cellheight 4 4
+	float agentmaxslope 8 4
+	float agentmaxclimb 12 4
+	float agentheight 16 4
+	float agentradius 20 4
+	float edgemaxlen 24 4
+	float edgemaxerror 28 4
+	float regionminsize 32 4
+	float regionmergesize 36 4
+	int vertsperpoly 40 4
+	float detailsampledist 44 4
+	float detailsamplemaxerror 48 4
+	short pad1 52 2
+	short pad2 54 2
+
+GameData 184
+
+	GameFraming framing 0 16
+	short playerflag 16 2
+	short xplay 18 2
+	short yplay 20 2
+	short freqplay 22 2
+	short depth 24 2
+	short attrib 26 2
+	short rt1 28 2
+	short rt2 30 2
+	short aasamples 32 2
+	short pad4 34 6
+	GameDome dome 40 24
+	short stereoflag 64 2
+	short stereomode 66 2
+	float eyeseparation 68 4
+	RecastData recastData 72 56
+	float gravity 128 4
+	float activityBoxRadius 132 4
+	int flag 136 4
+	short mode 140 2
+	short matmode 142 2
+	short occlusionRes 144 2
+	short physicsEngine 146 2
+	short exitkey 148 2
+	short vsync 150 2
+	short ticrate 152 2
+	short maxlogicstep 154 2
+	short physubstep 156 2
+	short maxphystep 158 2
+	short obstacleSimulation 160 2
+	short raster_storage 162 2
+	float levelHeight 164 4
+	float deactivationtime 168 4
+	float lineardeactthreshold 172 4
+	float angulardeactthreshold 176 4
+	float pad2 180 4
+
+TimeMarker 96
+
+	TimeMarker *next 0 8
+	TimeMarker *prev 8 8
+	int frame 16 4
+	char name 20 64
+	int flag 84 4
+	Object *camera 88 8
+
+Paint 32
+
+	Brush *brush 0 8
+	void *paint_cursor 8 8
+	char paint_cursor_col 16 4
+	int flags 20 4
+	int num_input_samples 24 4
+	int pad 28 4
+
+ImagePaintSettings 56
+
+	Paint paint 0 32
+	short flag 32 2
+	short pad 34 2
+	short seam_bleed 36 2
+	short normal_angle 38 2
+	short screen_grab_size 40 4
+	int pad1 44 4
+	void *paintcursor 48 8
+
+ParticleBrushData 16
+
+	short size 0 2
+	short step 2 2
+	short invert 4 2
+	short count 6 2
+	int flag 8 4
+	float strength 12 4
+
+ParticleEditSettings 168
+
+	short flag 0 2
+	short totrekey 2 2
+	short totaddkey 4 2
+	short brushtype 6 2
+	ParticleBrushData brush 8 112
+	void *paintcursor 120 8
+	float emitterdist 128 4
+	float rt 132 4
+	int selectmode 136 4
+	int edittype 140 4
+	int draw_step 144 4
+	int fade_frames 148 4
+	Scene *scene 152 8
+	Object *object 160 8
+
+Sculpt 56
+
+	Paint paint 0 32
+	int flags 32 4
+	int radial_symm 36 12
+	int detail_size 48 4
+	int symmetrize_direction 52 4
+
+UvSculpt 32
+
+	Paint paint 0 32
+
+VPaint 64
+
+	Paint paint 0 32
+	short flag 32 2
+	short pad 34 2
+	int tot 36 4
+	int *vpaint_prev 40 8
+	MDeformVert *wpaint_prev 48 8
+	void *paintcursor 56 8
+
+TransformOrientation 120
+
+	TransformOrientation *next 0 8
+	TransformOrientation *prev 8 8
+	char name 16 64
+	float mat 80 36
+	int pad 116 4
+
+UnifiedPaintSettings 80
+
+	int size 0 4
+	float unprojected_radius 4 4
+	float alpha 8 4
+	float weight 12 4
+	int flag 16 4
+	float last_rake 20 8
+	int pad 28 4
+	float brush_rotation 32 4
+	int draw_anchored 36 4
+	int anchored_size 40 4
+	float anchored_initial_mouse 44 8
+	int draw_pressure 52 4
+	float pressure_value 56 4
+	float tex_mouse 60 8
+	float mask_tex_mouse 68 8
+	float pixel_radius 76 4
+
+MeshStatVis 40
+
+	char type 0 1
+	char _pad1 1 2
+	char overhang_axis 3 1
+	float overhang_min 4 4
+	float overhang_max 8 4
+	float thickness_min 12 4
+	float thickness_max 16 4
+	char thickness_samples 20 1
+	char _pad2 21 3
+	float distort_min 24 4
+	float distort_max 28 4
+	float sharp_min 32 4
+	float sharp_max 36 4
+
+ToolSettings 600
+
+	VPaint *vpaint 0 8
+	VPaint *wpaint 8 8
+	Sculpt *sculpt 16 8
+	UvSculpt *uvsculpt 24 8
+	float vgroup_weight 32 4
+	short cornertype 36 2
+	short pad1 38 2
+	float jointrilimit 40 4
+	float degr 44 4
+	short step 48 2
+	short turn 50 2
+	float extr_offs 52 4
+	float doublimit 56 4
+	float normalsize 60 4
+	short automerge 64 2
+	short selectmode 66 2
+	short segments 68 2
+	short rings 70 2
+	short vertices 72 2
+	short unwrapper 74 2
+	float uvcalc_radius 76 4
+	float uvcalc_cubesize 80 4
+	float uvcalc_margin 84 4
+	short uvcalc_mapdir 88 2
+	short uvcalc_mapalign 90 2
+	short uvcalc_flag 92 2
+	short uv_flag 94 2
+	short uv_selectmode 96 2
+	short pad2 98 2
+	short gpencil_flags 100 2
+	short autoik_chainlen 102 2
+	ImagePaintSettings imapaint 104 56
+	ParticleEditSettings particle 160 168
+	float proportional_size 328 4
+	float select_thresh 332 4
+	float clean_thresh 336 4
+	short autokey_mode 340 2
+	short autokey_flag 342 2
+	char multires_subdiv_type 344 1
+	char pad3 345 5
+	short skgen_resolution 350 2
+	float skgen_threshold_internal 352 4
+	float skgen_threshold_external 356 4
+	float skgen_length_ratio 360 4
+	float skgen_length_limit 364 4
+	float skgen_angle_limit 368 4
+	float skgen_correlation_limit 372 4
+	float skgen_symmetry_limit 376 4
+	float skgen_retarget_angle_weight 380 4
+	float skgen_retarget_length_weight 384 4
+	float skgen_retarget_distance_weight 388 4
+	short skgen_options 392 2
+	char skgen_postpro 394 1
+	char skgen_postpro_passes 395 1
+	char skgen_subdivisions 396 3
+	char skgen_multi_level 399 1
+	Object *skgen_template 400 8
+	char bone_sketching 408 1
+	char bone_sketching_convert 409 1
+	char skgen_subdivision_number 410 1
+	char skgen_retarget_options 411 1
+	char skgen_retarget_roll 412 1
+	char skgen_side_string 413 8
+	char skgen_num_string 421 8
+	char edge_mode 429 1
+	char edge_mode_live_unwrap 430 1
+	char snap_mode 431 1
+	char snap_node_mode 432 1
+	char snap_uv_mode 433 1
+	short snap_flag 434 2
+	short snap_target 436 2
+	short proportional 438 2
+	short prop_mode 440 2
+	char proportional_objects 442 1
+	char proportional_mask 443 1
+	char auto_normalize 444 1
+	char multipaint 445 1
+	char weightuser 446 1
+	char vgroupsubset 447 1
+	int use_uv_sculpt 448 4
+	int uv_sculpt_settings 452 4
+	int uv_sculpt_tool 456 4
+	int uv_relax_method 460 4
+	short sculpt_paint_settings 464 2
+	short pad5 466 2
+	int sculpt_paint_unified_size 468 4
+	float sculpt_paint_unified_unprojected_radius 472 4
+	float sculpt_paint_unified_alpha 476 4
+	UnifiedPaintSettings unified_paint_settings 480 80
+	MeshStatVis statvis 560 40
+
+bStats 32
+
+	int totobj 0 4
+	int totlamp 4 4
+	int totobjsel 8 4
+	int totcurve 12 4
+	int totmesh 16 4
+	int totarmature 20 4
+	int totvert 24 4
+	int totface 28 4
+
+UnitSettings 8
+
+	float scale_length 0 4
+	char system 4 1
+	char system_rotation 5 1
+	short flag 6 2
+
+PhysicsSettings 24
+
+	float gravity 0 12
+	int flag 12 4
+	int quick_cache_step 16 4
+	int rt 20 4
+
+Scene 3584
+
+	ID id 0 120
+	AnimData *adt 120 8
+	Object *camera 128 8
+	World *world 136 8
+	Scene *set 144 8
+	ListBase base 152 16
+	Base *basact 168 8
+	Object *obedit 176 8
+	float cursor 184 12
+	float twcent 196 12
+	float twmin 208 12
+	float twmax 220 12
+	int lay 232 4
+	int layact 236 4
+	int lay_updated 240 4
+	short flag 244 2
+	short use_nodes 246 2
+	bNodeTree *nodetree 248 8
+	Editing *ed 256 8
+	ToolSettings *toolsettings 264 8
+	SceneStats *stats 272 8
+	RenderData r 280 2608
+	AudioData audio 2888 32
+	ListBase markers 2920 16
+	ListBase transform_spaces 2936 16
+	void *sound_scene 2952 8
+	void *sound_scene_handle 2960 8
+	void *sound_scrub_handle 2968 8
+	void *speaker_handles 2976 8
+	void *fps_info 2984 8
+	DagForest *theDag 2992 8
+	short dagflags 3000 2
+	short recalc 3002 2
+	int active_keyingset 3004 4
+	ListBase keyingsets 3008 16
+	GameFraming framing 3024 16
+	GameData gm 3040 184
+	UnitSettings unit 3224 8
+	bGPdata *gpd 3232 8
+	PhysicsSettings physics_settings 3240 24
+	MovieClip *clip 3264 8
+	uint64_t customdata_mask 3272 8
+	uint64_t customdata_mask_modal 3280 8
+	ColorManagedViewSettings view_settings 3288 160
+	ColorManagedDisplaySettings display_settings 3448 64
+	ColorManagedColorspaceSettings sequencer_colorspace_settings 3512 64
+	RigidBodyWorld *rigidbody_world 3576 8
+
+BGpic 104
+
+	BGpic *next 0 8
+	BGpic *prev 8 8
+	Image *ima 16 8
+	ImageUser iuser 24 40
+	MovieClip *clip 64 8
+	MovieClipUser cuser 72 8
+	float xof 80 4
+	float yof 84 4
+	float size 88 4
+	float blend 92 4
+	short view 96 2
+	short flag 98 2
+	short source 100 2
+	short pad 102 2
+
+RegionView3D 896
+
+	float winmat 0 64
+	float viewmat 64 64
+	float viewinv 128 64
+	float persmat 192 64
+	float persinv 256 64
+	float viewmatob 320 64
+	float persmatob 384 64
+	float clip 448 96
+	float clip_local 544 96
+	BoundBox *clipbb 640 8
+	bGPdata *gpd 648 8
+	RegionView3D *localvd 656 8
+	RenderInfo *ri 664 8
+	RenderEngine *render_engine 672 8
+	ViewDepths *depths 680 8
+	void *gpuoffscreen 688 8
+	SmoothView3DStore *sms 696 8
+	wmTimer *smooth_timer 704 8
+	float twmat 712 64
+	float viewquat 776 16
+	float dist 792 4
+	float camdx 796 4
+	float camdy 800 4
+	float pixsize 804 4
+	float ofs 808 12
+	float camzoom 820 4
+	char is_persp 824 1
+	char persp 825 1
+	char view 826 1
+	char viewlock 827 1
+	char viewlock_quad 828 1
+	char pad 829 3
+	float ofs_lock 832 8
+	short twdrawflag 840 2
+	short rflag 842 2
+	float lviewquat 844 16
+	short lpersp 860 2
+	short lview 862 2
+	float gridview 864 4
+	float twangle 868 12
+	float rot_angle 880 4
+	float rot_axis 884 12
+
+View3D 376
+
+	SpaceLink *next 0 8
+	SpaceLink *prev 8 8
+	ListBase regionbase 16 16
+	int spacetype 32 4
+	float blockscale 36 4
+	short blockhandler 40 16
+	float viewquat 56 16
+	float dist 72 4
+	float bundle_size 76 4
+	char bundle_drawtype 80 1
+	char pad 81 3
+	int lay_prev 84 4
+	int lay_used 88 4
+	short persp 92 2
+	short view 94 2
+	Object *camera 96 8
+	Object *ob_centre 104 8
+	rctf render_border 112 16
+	ListBase bgpicbase 128 16
+	BGpic *bgpic 144 8
+	View3D *localvd 152 8
+	char ob_centre_bone 160 64
+	int lay 224 4
+	int layact 228 4
+	short drawtype 232 2
+	short ob_centre_cursor 234 2
+	short scenelock 236 2
+	short around 238 2
+	short flag 240 2
+	short flag2 242 2
+	float lens 244 4
+	float grid 248 4
+	float near 252 4
+	float far 256 4
+	float ofs 260 12
+	float cursor 272 12
+	short matcap_icon 284 2
+	short gridlines 286 2
+	short gridsubdiv 288 2
+	char gridflag 290 1
+	char twtype 291 1
+	char twmode 292 1
+	char twflag 293 1
+	char pad2 294 2
+	ListBase afterdraw_transp 296 16
+	ListBase afterdraw_xray 312 16
+	ListBase afterdraw_xraytransp 328 16
+	char zbuf 344 1
+	char transp 345 1
+	char xray 346 1
+	char pad3 347 5
+	void *properties_storage 352 8
+	Material *defmaterial 360 8
+	bGPdata *gpd 368 8
+
+View2D 160
+
+	rctf tot 0 16
+	rctf cur 16 16
+	rcti vert 32 16
+	rcti hor 48 16
+	rcti mask 64 16
+	float min 80 8
+	float max 88 8
+	float minzoom 96 4
+	float maxzoom 100 4
+	short scroll 104 2
+	short scroll_ui 106 2
+	short keeptot 108 2
+	short keepzoom 110 2
+	short keepofs 112 2
+	short flag 114 2
+	short align 116 2
+	short winx 118 2
+	short winy 120 2
+	short oldwinx 122 2
+	short oldwiny 124 2
+	short around 126 2
+	float *tab_offset 128 8
+	int tab_num 136 4
+	int tab_cur 140 4
+	SmoothView2DStore *sms 144 8
+	wmTimer *smooth_timer 152 8
+
+SpaceLink 56
+
+	SpaceLink *next 0 8
+	SpaceLink *prev 8 8
+	ListBase regionbase 16 16
+	int spacetype 32 4
+	float blockscale 36 4
+	short blockhandler 40 16
+
+SpaceInfo 64
+
+	SpaceLink *next 0 8
+	SpaceLink *prev 8 8
+	ListBase regionbase 16 16
+	int spacetype 32 4
+	float blockscale 36 4
+	short blockhandler 40 16
+	char rpt_mask 56 1
+	char pad 57 7
+
+SpaceButs 272
+
+	SpaceLink *next 0 8
+	SpaceLink *prev 8 8
+	ListBase regionbase 16 16
+	int spacetype 32 4
+	float blockscale 36 4
+	short blockhandler 40 16
+	View2D v2d 56 160
+	short mainb 216 2
+	short mainbo 218 2
+	short mainbuser 220 2
+	short re_align 222 2
+	short align 224 2
+	short preview 226 2
+	short texture_context 228 2
+	short texture_context_prev 230 2
+	char flag 232 1
+	char pad 233 7
+	void *path 240 8
+	int pathflag 248 4
+	int dataicon 252 4
+	ID *pinid 256 8
+	void *texuser 264 8
+
+SpaceOops 304
+
+	SpaceLink *next 0 8
+	SpaceLink *prev 8 8
+	ListBase regionbase 16 16
+	int spacetype 32 4
+	float blockscale 36 4
+	short blockhandler 40 16
+	View2D v2d 56 160
+	ListBase tree 216 16
+	BLI_mempool *treestore 232 8
+	char search_string 240 32
+	TreeStoreElem search_tse 272 16
+	short flag 288 2
+	short outlinevis 290 2
+	short storeflag 292 2
+	short search_flags 294 2
+	void *treehash 296 8
+
+SpaceIpo 256
+
+	SpaceLink *next 0 8
+	SpaceLink *prev 8 8
+	ListBase regionbase 16 16
+	int spacetype 32 4
+	float blockscale 36 4
+	short blockhandler 40 16
+	View2D v2d 56 160
+	bDopeSheet *ads 216 8
+	ListBase ghostCurves 224 16
+	short mode 240 2
+	short autosnap 242 2
+	int flag 244 4
+	float cursorVal 248 4
+	int around 252 4
+
+SpaceNla 232
+
+	SpaceLink *next 0 8
+	SpaceLink *prev 8 8
+	ListBase regionbase 16 16
+	int spacetype 32 4
+	float blockscale 36 4
+	short blockhandler 40 16
+	short autosnap 56 2
+	short flag 58 2
+	int pad 60 4
+	bDopeSheet *ads 64 8
+	View2D v2d 72 160
+
+SpaceTimeCache 24
+
+	SpaceTimeCache *next 0 8
+	SpaceTimeCache *prev 8 8
+	float *array 16 8
+
+SpaceTime 224
+
+	SpaceLink *next 0 8
+	SpaceLink *prev 8 8
+	ListBase regionbase 16 16
+	int spacetype 32 4
+	float blockscale 36 4
+	View2D v2d 40 160
+	ListBase caches 200 16
+	int cache_display 216 4
+	int flag 220 4
+
+SpaceSeq 304
+
+	SpaceLink *next 0 8
+	SpaceLink *prev 8 8
+	ListBase regionbase 16 16
+	int spacetype 32 4
+	float blockscale 36 4
+	short blockhandler 40 16
+	View2D v2d 56 160
+	float xof 216 4
+	float yof 220 4
+	short mainb 224 2
+	short render_size 226 2
+	short chanshown 228 2
+	short zebra 230 2
+	int flag 232 4
+	float zoom 236 4
+	int view 240 4
+	int overlay_type 244 4
+	bGPdata *gpd 248 8
+	SequencerScopes scopes 256 48
+
+MaskSpaceInfo 16
+
+	Mask *mask 0 8
+	char draw_flag 8 1
+	char draw_type 9 1
+	char pad3 10 6
+
+FileSelectParams 2016
+
+	char title 0 96
+	char dir 96 1056
+	char file 1152 256
+	char renamefile 1408 256
+	char renameedit 1664 256
+	char filter_glob 1920 64
+	int active_file 1984 4
+	int sel_first 1988 4
+	int sel_last 1992 4
+	short type 1996 2
+	short flag 1998 2
+	short sort 2000 2
+	short display 2002 2
+	short filter 2004 2
+	short f_fp 2006 2
+	char fp_str 2008 8
+
+SpaceFile 104
+
+	SpaceLink *next 0 8
+	SpaceLink *prev 8 8
+	ListBase regionbase 16 16
+	int spacetype 32 4
+	int scroll_offset 36 4
+	FileSelectParams *params 40 8
+	FileList *files 48 8
+	ListBase *folders_prev 56 8
+	ListBase *folders_next 64 8
+	wmOperator *op 72 8
+	wmTimer *smoothscroll_timer 80 8
+	FileLayout *layout 88 8
+	short recentnr 96 2
+	short bookmarknr 98 2
+	short systemnr 100 2
+	short pad2 102 2
+
+SpaceImage 10584
+
+	SpaceLink *next 0 8
+	SpaceLink *prev 8 8
+	ListBase regionbase 16 16
+	int spacetype 32 4
+	int flag 36 4
+	Image *image 40 8
+	ImageUser iuser 48 40
+	CurveMapping *cumap 88 8
+	Scopes scopes 96 5264
+	Histogram sample_line_hist 5360 5160
+	bGPdata *gpd 10520 8
+	float cursor 10528 8
+	float xof 10536 4
+	float yof 10540 4
+	float zoom 10544 4
+	float centx 10548 4
+	float centy 10552 4
+	char mode 10556 1
+	char pin 10557 1
+	short pad 10558 2
+	short curtile 10560 2
+	short lock 10562 2
+	char dt_uv 10564 1
+	char sticky 10565 1
+	char dt_uvstretch 10566 1
+	char around 10567 1
+	MaskSpaceInfo mask_info 10568 16
+
+SpaceText 672
+
+	SpaceLink *next 0 8
+	SpaceLink *prev 8 8
+	ListBase regionbase 16 16
+	int spacetype 32 4
+	float blockscale 36 4
+	short blockhandler 40 16
+	Text *text 56 8
+	int top 64 4
+	int viewlines 68 4
+	short flags 72 2
+	short menunr 74 2
+	short lheight 76 2
+	char cwidth 78 1
+	char linenrs_tot 79 1
+	int left 80 4
+	int showlinenrs 84 4
+	int tabnumber 88 4
+	short showsyntax 92 2
+	short line_hlight 94 2
+	short overwrite 96 2
+	short live_edit 98 2
+	float pix_per_line 100 4
+	rcti txtscroll 104 16
+	rcti txtbar 120 16
+	int wordwrap 136 4
+	int doplugins 140 4
+	char findstr 144 256
+	char replacestr 400 256
+	short margin_column 656 2
+	short lheight_dpi 658 2
+	char pad 660 4
+	void *drawcache 664 8
+
+Script 1448
+
+	ID id 0 120
+	void *py_draw 120 8
+	void *py_event 128 8
+	void *py_button 136 8
+	void *py_browsercallback 144 8
+	void *py_globaldict 152 8
+	int flags 160 4
+	int lastspace 164 4
+	char scriptname 168 1024
+	char scriptarg 1192 256
+
+SpaceScript 64
+
+	SpaceLink *next 0 8
+	SpaceLink *prev 8 8
+	ListBase regionbase 16 16
+	int spacetype 32 4
+	float blockscale 36 4
+	Script *script 40 8
+	short flags 48 2
+	short menunr 50 2
+	int pad1 52 4
+	void *but_refs 56 8
+
+bNodeTreePath 104
+
+	bNodeTreePath *next 0 8
+	bNodeTreePath *prev 8 8
+	bNodeTree *nodetree 16 8
+	bNodeInstanceKey parent_key 24 4
+	int pad 28 4
+	float view_center 32 8
+	char node_name 40 64
+
+SpaceNode 400
+
+	SpaceLink *next 0 8
+	SpaceLink *prev 8 8
+	ListBase regionbase 16 16
+	int spacetype 32 4
+	float blockscale 36 4
+	short blockhandler 40 16
+	View2D v2d 56 160
+	ID *id 216 8
+	ID *from 224 8
+	short flag 232 2
+	short pad1 234 2
+	float aspect 236 4
+	float pad2 240 4
+	float xof 244 4
+	float yof 248 4
+	float zoom 252 4
+	float cursor 256 8
+	ListBase treepath 264 16
+	bNodeTree *nodetree 280 8
+	bNodeTree *edittree 288 8
+	char tree_idname 296 64
+	int treetype 360 4
+	int pad3 364 4
+	short texfrom 368 2
+	short shaderfrom 370 2
+	short recalc 372 2
+	short pad4 374 2
+	ListBase linkdrag 376 16
+	bGPdata *gpd 392 8
+
+SpaceLogic 72
+
+	SpaceLink *next 0 8
+	SpaceLink *prev 8 8
+	ListBase regionbase 16 16
+	int spacetype 32 4
+	float blockscale 36 4
+	short blockhandler 40 16
+	short flag 56 2
+	short scaflag 58 2
+	int pad 60 4
+	bGPdata *gpd 64 8
+
+ConsoleLine 40
+
+	ConsoleLine *next 0 8
+	ConsoleLine *prev 8 8
+	int len_alloc 16 4
+	int len 20 4
+	char *line 24 8
+	int cursor 32 4
+	int type 36 4
+
+SpaceConsole 392
+
+	SpaceLink *next 0 8
+	SpaceLink *prev 8 8
+	ListBase regionbase 16 16
+	int spacetype 32 4
+	float blockscale 36 4
+	short blockhandler 40 16
+	int lheight 56 4
+	int pad 60 4
+	ListBase scrollback 64 16
+	ListBase history 80 16
+	char prompt 96 256
+	char language 352 32
+	int sel_start 384 4
+	int sel_end 388 4
+
+SpaceUserPref 104
+
+	SpaceLink *next 0 8
+	SpaceLink *prev 8 8
+	ListBase regionbase 16 16
+	int spacetype 32 4
+	char pad 36 3
+	char filter_type 39 1
+	char filter 40 64
+
+SpaceClip 408
+
+	SpaceLink *next 0 8
+	SpaceLink *prev 8 8
+	ListBase regionbase 16 16
+	int spacetype 32 4
+	float xof 36 4
+	float yof 40 4
+	float xlockof 44 4
+	float ylockof 48 4
+	float zoom 52 4
+	MovieClipUser user 56 8
+	MovieClip *clip 64 8
+	MovieClipScopes scopes 72 136
+	int flag 208 4
+	short mode 212 2
+	short view 214 2
+	int path_length 216 4
+	float loc 220 8
+	float scale 228 4
+	float angle 232 4
+	int pad 236 4
+	float stabmat 240 64
+	float unistabmat 304 64
+	int postproc_flag 368 4
+	short gpencil_src 372 2
+	short pad2 374 2
+	int around 376 4
+	int pad4 380 4
+	float cursor 384 8
+	MaskSpaceInfo mask_info 392 16
+
+uiFont 1048
+
+	uiFont *next 0 8
+	uiFont *prev 8 8
+	char filename 16 1024
+	short blf_id 1040 2
+	short uifont_id 1042 2
+	short r_to_l 1044 2
+	short hinting 1046 2
+
+uiFontStyle 32
+
+	short uifont_id 0 2
+	short points 2 2
+	short kerning 4 2
+	char pad 6 6
+	short italic 12 2
+	short bold 14 2
+	short shadow 16 2
+	short shadx 18 2
+	short shady 20 2
+	short align 22 2
+	float shadowalpha 24 4
+	float shadowcolor 28 4
+
+uiStyle 232
+
+	uiStyle *next 0 8
+	uiStyle *prev 8 8
+	char name 16 64
+	uiFontStyle paneltitle 80 32
+	uiFontStyle grouplabel 112 32
+	uiFontStyle widgetlabel 144 32
+	uiFontStyle widget 176 32
+	float panelzoom 208 4
+	short minlabelchars 212 2
+	short minwidgetchars 214 2
+	short columnspace 216 2
+	short templatespace 218 2
+	short boxspace 220 2
+	short buttonspacex 222 2
+	short buttonspacey 224 2
+	short panelspace 226 2
+	short panelouter 228 2
+	short pad 230 2
+
+uiWidgetColors 32
+
+	char outline 0 4
+	char inner 4 4
+	char inner_sel 8 4
+	char item 12 4
+	char text 16 4
+	char text_sel 20 4
+	short shaded 24 2
+	short shadetop 26 2
+	short shadedown 28 2
+	short alpha_check 30 2
+
+uiWidgetStateColors 32
+
+	char inner_anim 0 4
+	char inner_anim_sel 4 4
+	char inner_key 8 4
+	char inner_key_sel 12 4
+	char inner_driven 16 4
+	char inner_driven_sel 20 4
+	float blend 24 4
+	float pad 28 4
+
+uiPanelColors 16
+
+	char header 0 4
+	char back 4 4
+	short show_header 8 2
+	short show_back 10 2
+	int pad 12 4
+
+uiGradientColors 16
+
+	char gradient 0 4
+	char high_gradient 4 4
+	int show_grad 8 4
+	int pad2 12 4
+
+ThemeUI 872
+
+	uiWidgetColors wcol_regular 0 32
+	uiWidgetColors wcol_tool 32 32
+	uiWidgetColors wcol_text 64 32
+	uiWidgetColors wcol_radio 96 32
+	uiWidgetColors wcol_option 128 32
+	uiWidgetColors wcol_toggle 160 32
+	uiWidgetColors wcol_num 192 32
+	uiWidgetColors wcol_numslider 224 32
+	uiWidgetColors wcol_menu 256 32
+	uiWidgetColors wcol_pulldown 288 32
+	uiWidgetColors wcol_menu_back 320 32
+	uiWidgetColors wcol_menu_item 352 32
+	uiWidgetColors wcol_tooltip 384 32
+	uiWidgetColors wcol_box 416 32
+	uiWidgetColors wcol_scroll 448 32
+	uiWidgetColors wcol_progress 480 32
+	uiWidgetColors wcol_list_item 512 32
+	uiWidgetStateColors wcol_state 544 32
+	uiPanelColors panel 576 16
+	float menu_shadow_fac 592 4
+	short menu_shadow_width 596 2
+	short pad 598 2
+	char iconfile 600 256
+	float icon_alpha 856 4
+	char xaxis 860 4
+	char yaxis 864 4
+	char zaxis 868 4
+
+ThemeSpace 584
+
+	char back 0 4
+	char title 4 4
+	char text 8 4
+	char text_hi 12 4
+	char header 16 4
+	char header_title 20 4
+	char header_text 24 4
+	char header_text_hi 28 4
+	char button 32 4
+	char button_title 36 4
+	char button_text 40 4
+	char button_text_hi 44 4
+	char list 48 4
+	char list_title 52 4
+	char list_text 56 4
+	char list_text_hi 60 4
+	uiPanelColors panelcolors 64 16
+	uiGradientColors gradients 80 16
+	char shade1 96 4
+	char shade2 100 4
+	char hilite 104 4
+	char grid 108 4
+	char wire 112 4
+	char wire_edit 116 4
+	char select 120 4
+	char lamp 124 4
+	char speaker 128 4
+	char empty 132 4
+	char camera 136 4
+	char pad 140 4
+	char active 144 4
+	char group 148 4
+	char group_active 152 4
+	char transform 156 4
+	char vertex 160 4
+	char vertex_select 164 4
+	char vertex_unreferenced 168 4
+	char edge 172 4
+	char edge_select 176 4
+	char edge_seam 180 4
+	char edge_sharp 184 4
+	char edge_facesel 188 4
+	char edge_crease 192 4
+	char face 196 4
+	char face_select 200 4
+	char face_dot 204 4
+	char extra_edge_len 208 4
+	char extra_edge_angle 212 4
+	char extra_face_angle 216 4
+	char extra_face_area 220 4
+	char normal 224 4
+	char vertex_normal 228 4
+	char bone_solid 232 4
+	char bone_pose 236 4
+	char bone_pose_active 240 4
+	char strip 244 4
+	char strip_select 248 4
+	char cframe 252 4
+	char freestyle_edge_mark 256 4
+	char freestyle_face_mark 260 4
+	char nurb_uline 264 4
+	char nurb_vline 268 4
+	char act_spline 272 4
+	char nurb_sel_uline 276 4
+	char nurb_sel_vline 280 4
+	char lastsel_point 284 4
+	char handle_free 288 4
+	char handle_auto 292 4
+	char handle_vect 296 4
+	char handle_align 300 4
+	char handle_auto_clamped 304 4
+	char handle_sel_free 308 4
+	char handle_sel_auto 312 4
+	char handle_sel_vect 316 4
+	char handle_sel_align 320 4
+	char handle_sel_auto_clamped 324 4
+	char ds_channel 328 4
+	char ds_subchannel 332 4
+	char console_output 336 4
+	char console_input 340 4
+	char console_info 344 4
+	char console_error 348 4
+	char console_cursor 352 4
+	char console_select 356 4
+	char pad1 360 4
+	char vertex_size 364 1
+	char outline_width 365 1
+	char facedot_size 366 1
+	char noodle_curving 367 1
+	char syntaxl 368 4
+	char syntaxs 372 4
+	char syntaxb 376 4
+	char syntaxn 380 4
+	char syntaxv 384 4
+	char syntaxc 388 4
+	char syntaxd 392 4
+	char syntaxr 396 4
+	char movie 400 4
+	char movieclip 404 4
+	char mask 408 4
+	char image 412 4
+	char scene 416 4
+	char audio 420 4
+	char effect 424 4
+	char transition 428 4
+	char meta 432 4
+	char editmesh_active 436 4
+	char handle_vertex 440 4
+	char handle_vertex_select 444 4
+	char pad2 448 4
+	char handle_vertex_size 452 1
+	char marker_outline 453 4
+	char marker 457 4
+	char act_marker 461 4
+	char sel_marker 465 4
+	char dis_marker 469 4
+	char lock_marker 473 4
+	char bundle_solid 477 4
+	char path_before 481 4
+	char path_after 485 4
+	char camera_path 489 4
+	char hpad 493 3
+	char preview_back 496 4
+	char preview_stitch_face 500 4
+	char preview_stitch_edge 504 4
+	char preview_stitch_vert 508 4
+	char preview_stitch_stitchable 512 4
+	char preview_stitch_unstitchable 516 4
+	char preview_stitch_active 520 4
+	char uv_shadow 524 4
+	char uv_others 528 4
+	char match 532 4
+	char selected_highlight 536 4
+	char skin_root 540 4
+	char anim_active 544 4
+	char anim_non_active 548 4
+	char nla_tweaking 552 4
+	char nla_tweakdupli 556 4
+	char nla_transition 560 4
+	char nla_transition_sel 564 4
+	char nla_meta 568 4
+	char nla_meta_sel 572 4
+	char nla_sound 576 4
+	char nla_sound_sel 580 4
+
+ThemeWireColor 16
+
+	char solid 0 4
+	char select 4 4
+	char active 8 4
+	short flag 12 2
+	short pad 14 2
+
+bTheme 11176
+
+	bTheme *next 0 8
+	bTheme *prev 8 8
+	char name 16 32
+	ThemeUI tui 48 872
+	ThemeSpace tbuts 920 584
+	ThemeSpace tv3d 1504 584
+	ThemeSpace tfile 2088 584
+	ThemeSpace tipo 2672 584
+	ThemeSpace tinfo 3256 584
+	ThemeSpace tact 3840 584
+	ThemeSpace tnla 4424 584
+	ThemeSpace tseq 5008 584
+	ThemeSpace tima 5592 584
+	ThemeSpace text 6176 584
+	ThemeSpace toops 6760 584
+	ThemeSpace ttime 7344 584
+	ThemeSpace tnode 7928 584
+	ThemeSpace tlogic 8512 584
+	ThemeSpace tuserpref 9096 584
+	ThemeSpace tconsole 9680 584
+	ThemeSpace tclip 10264 584
+	ThemeWireColor tarm 10848 320
+	int active_theme_area 11168 4
+	int pad 11172 4
+
+bAddon 88
+
+	bAddon *next 0 8
+	bAddon *prev 8 8
+	char module 16 64
+	IDProperty *prop 80 8
+
+bPathCompare 792
+
+	bPathCompare *next 0 8
+	bPathCompare *prev 8 8
+	char path 16 768
+	char flag 784 1
+	char pad 785 7
+
+SolidLight 56
+
+	int flag 0 4
+	int pad 4 4
+	float col 8 16
+	float spec 24 16
+	float vec 40 16
+
+UserDef 9104
+
+	int versionfile 0 4
+	int subversionfile 4 4
+	int flag 8 4
+	int dupflag 12 4
+	int savetime 16 4
+	char tempdir 20 768
+	char fontdir 788 768
+	char renderdir 1556 1024
+	char textudir 2580 768
+	char pythondir 3348 768
+	char sounddir 4116 768
+	char i18ndir 4884 768
+	char image_editor 5652 1024
+	char anim_player 6676 1024
+	int anim_player_preset 7700 4
+	short v2d_min_gridsize 7704 2
+	short timecode_style 7706 2
+	short versions 7708 2
+	short dbl_click_time 7710 2
+	short gameflags 7712 2
+	short wheellinescroll 7714 2
+	int uiflag 7716 4
+	int uiflag2 7720 4
+	int language 7724 4
+	short userpref 7728 2
+	short viewzoom 7730 2
+	int mixbufsize 7732 4
+	int audiodevice 7736 4
+	int audiorate 7740 4
+	int audioformat 7744 4
+	int audiochannels 7748 4
+	int scrollback 7752 4
+	int dpi 7756 4
+	short encoding 7760 2
+	short transopts 7762 2
+	short menuthreshold1 7764 2
+	short menuthreshold2 7766 2
+	ListBase themes 7768 16
+	ListBase uifonts 7784 16
+	ListBase uistyles 7800 16
+	ListBase keymaps 7816 16
+	ListBase user_keymaps 7832 16
+	ListBase addons 7848 16
+	ListBase autoexec_paths 7864 16
+	char keyconfigstr 7880 64
+	short undosteps 7944 2
+	short undomemory 7946 2
+	short gp_manhattendist 7948 2
+	short gp_euclideandist 7950 2
+	short gp_eraser 7952 2
+	short gp_settings 7954 2
+	short tb_leftmouse 7956 2
+	short tb_rightmouse 7958 2
+	SolidLight light 7960 168
+	short tw_hotspot 8128 2
+	short tw_flag 8130 2
+	short tw_handlesize 8132 2
+	short tw_size 8134 2
+	short textimeout 8136 2
+	short texcollectrate 8138 2
+	short wmdrawmethod 8140 2
+	short dragthreshold 8142 2
+	int memcachelimit 8144 4
+	int prefetchframes 8148 4
+	short frameserverport 8152 2
+	short pad_rot_angle 8154 2
+	short obcenter_dia 8156 2
+	short rvisize 8158 2
+	short rvibright 8160 2
+	short recent_files 8162 2
+	short smooth_viewtx 8164 2
+	short glreslimit 8166 2
+	short curssize 8168 2
+	short color_picker_type 8170 2
+	short ipo_new 8172 2
+	short keyhandles_new 8174 2
+	short scrcastfps 8176 2
+	short scrcastwait 8178 2
+	short widget_unit 8180 2
+	short anisotropic_filter 8182 2
+	short use_16bit_textures 8184 2
+	short use_gpu_mipmap 8186 2
+	float ndof_sensitivity 8188 4
+	float ndof_orbit_sensitivity 8192 4
+	int ndof_flag 8196 4
+	short ogl_multisamples 8200 2
+	short image_draw_method 8202 2
+	float glalphaclip 8204 4
+	short autokey_mode 8208 2
+	short autokey_flag 8210 2
+	short text_render 8212 2
+	short pad9 8214 2
+	ColorBand coba_weight 8216 776
+	float sculpt_paint_overlay_col 8992 12
+	short tweak_threshold 9004 2
+	short pad3 9006 2
+	char author 9008 80
+	int compute_device_type 9088 4
+	int compute_device_id 9092 4
+	float fcu_inactive_alpha 9096 4
+	float pixelsize 9100 4
+
+bScreen 248
+
+	ID id 0 120
+	ListBase vertbase 120 16
+	ListBase edgebase 136 16
+	ListBase areabase 152 16
+	ListBase regionbase 168 16
+	Scene *scene 184 8
+	Scene *newscene 192 8
+	int redraws_flag 200 4
+	int pad1 204 4
+	short full 208 2
+	short temp 210 2
+	short winid 212 2
+	short do_draw 214 2
+	short do_refresh 216 2
+	short do_draw_gesture 218 2
+	short do_draw_paintcursor 220 2
+	short do_draw_drag 222 2
+	short swap 224 2
+	short mainwin 226 2
+	short subwinactive 228 2
+	short pad 230 2
+	wmTimer *animtimer 232 8
+	void *context 240 8
+
+ScrVert 32
+
+	ScrVert *next 0 8
+	ScrVert *prev 8 8
+	ScrVert *newv 16 8
+	vec2s vec 24 4
+	short flag 28 2
+	short editflag 30 2
+
+ScrEdge 40
+
+	ScrEdge *next 0 8
+	ScrEdge *prev 8 8
+	ScrVert *v1 16 8
+	ScrVert *v2 24 8
+	short border 32 2
+	short flag 34 2
+	int pad 36 4
+
+Panel 272
+
+	Panel *next 0 8
+	Panel *prev 8 8
+	PanelType *type 16 8
+	uiLayout *layout 24 8
+	char panelname 32 64
+	char tabname 96 64
+	char drawname 160 64
+	int ofsx 224 4
+	int ofsy 228 4
+	int sizex 232 4
+	int sizey 236 4
+	short labelofs 240 2
+	short pad 242 2
+	short flag 244 2
+	short runtime_flag 246 2
+	short control 248 2
+	short snap 250 2
+	int sortorder 252 4
+	Panel *paneltab 256 8
+	void *activedata 264 8
+
+uiList 200
+
+	uiList *next 0 8
+	uiList *prev 8 8
+	uiListType *type 16 8
+	char list_id 24 64
+	int layout_type 88 4
+	int flag 92 4
+	int list_scroll 96 4
+	int list_grip 100 4
+	int list_last_len 104 4
+	int padi1 108 4
+	char filter_byname 112 64
+	int filter_flag 176 4
+	int filter_sort_flag 180 4
+	IDProperty *properties 184 8
+	uiListDyn *dyn_data 192 8
+
+ScrArea 160
+
+	ScrArea *next 0 8
+	ScrArea *prev 8 8
+	ScrVert *v1 16 8
+	ScrVert *v2 24 8
+	ScrVert *v3 32 8
+	ScrVert *v4 40 8
+	bScreen *full 48 8
+	rcti totrct 56 16
+	char spacetype 72 1
+	char butspacetype 73 1
+	short winx 74 2
+	short winy 76 2
+	short headertype 78 2
+	short do_refresh 80 2
+	short flag 82 2
+	short region_active_win 84 2
+	short pad 86 2
+	SpaceType *type 88 8
+	ListBase spacedata 96 16
+	ListBase regionbase 112 16
+	ListBase handlers 128 16
+	ListBase actionzones 144 16
+
+ARegion 336
+
+	ARegion *next 0 8
+	ARegion *prev 8 8
+	View2D v2d 16 160
+	rcti winrct 176 16
+	rcti drawrct 192 16
+	short winx 208 2
+	short winy 210 2
+	short swinid 212 2
+	short regiontype 214 2
+	short alignment 216 2
+	short flag 218 2
+	float fsize 220 4
+	short sizex 224 2
+	short sizey 226 2
+	short do_draw 228 2
+	short do_draw_overlay 230 2
+	short swap 232 2
+	short overlap 234 2
+	short pad 236 4
+	ARegionType *type 240 8
+	ListBase uiblocks 248 16
+	ListBase panels 264 16
+	ListBase ui_lists 280 16
+	ListBase handlers 296 16
+	wmTimer *regiontimer 312 8
+	char *headerstr 320 8
+	void *regiondata 328 8
+
+FileGlobal 1072
+
+	char subvstr 0 4
+	short subversion 4 2
+	short pads 6 2
+	short minversion 8 2
+	short minsubversion 10 2
+	short displaymode 12 2
+	short winpos 14 2
+	bScreen *curscreen 16 8
+	Scene *curscene 24 8
+	int fileflags 32 4
+	int globalf 36 4
+	int revision 40 4
+	int pad 44 4
+	char filename 48 1024
+
+StripElem 264
+
+	char name 0 256
+	int orig_width 256 4
+	int orig_height 260 4
+
+StripCrop 16
+
+	int top 0 4
+	int bottom 4 4
+	int left 8 4
+	int right 12 4
+
+StripTransform 8
+
+	int xofs 0 4
+	int yofs 4 4
+
+StripColorBalance 44
+
+	float lift 0 12
+	float gamma 12 12
+	float gain 24 12
+	int flag 36 4
+	int pad 40 4
+
+StripProxy 1040
+
+	char dir 0 768
+	char file 768 256
+	anim *anim 1024 8
+	short tc 1032 2
+	short quality 1034 2
+	short build_size_flags 1036 2
+	short build_tc_flags 1038 2
+
+Strip 904
+
+	Strip *next 0 8
+	Strip *prev 8 8
+	int us 16 4
+	int done 20 4
+	int startstill 24 4
+	int endstill 28 4
+	StripElem *stripdata 32 8
+	char dir 40 768
+	StripProxy *proxy 808 8
+	StripCrop *crop 816 8
+	StripTransform *transform 824 8
+	StripColorBalance *color_balance 832 8
+	ColorManagedColorspaceSettings colorspace_settings 840 64
+
+Sequence 352
+
+	Sequence *next 0 8
+	Sequence *prev 8 8
+	void *tmp 16 8
+	void *lib 24 8
+	char name 32 64
+	int flag 96 4
+	int type 100 4
+	int len 104 4
+	int start 108 4
+	int startofs 112 4
+	int endofs 116 4
+	int startstill 120 4
+	int endstill 124 4
+	int machine 128 4
+	int depth 132 4
+	int startdisp 136 4
+	int enddisp 140 4
+	float sat 144 4
+	float mul 148 4
+	float handsize 152 4
+	short anim_preseek 156 2
+	short streamindex 158 2
+	int multicam_source 160 4
+	int clip_flag 164 4
+	Strip *strip 168 8
+	Ipo *ipo 176 8
+	Scene *scene 184 8
+	Object *scene_camera 192 8
+	MovieClip *clip 200 8
+	Mask *mask 208 8
+	anim *anim 216 8
+	float effect_fader 224 4
+	float speed_fader 228 4
+	Sequence *seq1 232 8
+	Sequence *seq2 240 8
+	Sequence *seq3 248 8
+	ListBase seqbase 256 16
+	bSound *sound 272 8
+	void *scene_sound 280 8
+	float volume 288 4
+	float pitch 292 4
+	float pan 296 4
+	float strobe 300 4
+	void *effectdata 304 8
+	int anim_startofs 312 4
+	int anim_endofs 316 4
+	int blend_mode 320 4
+	float blend_opacity 324 4
+	int sfra 328 4
+	char alpha_mode 332 1
+	char pad 333 3
+	ListBase modifiers 336 16
+
+MetaStack 32
+
+	MetaStack *next 0 8
+	MetaStack *prev 8 8
+	ListBase *oldbasep 16 8
+	Sequence *parseq 24 8
+
+Editing 2128
+
+	ListBase *seqbasep 0 8
+	ListBase seqbase 8 16
+	ListBase metastack 24 16
+	Sequence *act_seq 40 8
+	char act_imagedir 48 1024
+	char act_sounddir 1072 1024
+	int over_ofs 2096 4
+	int over_cfra 2100 4
+	int over_flag 2104 4
+	int pad 2108 4
+	rctf over_border 2112 16
+
+WipeVars 12
+
+	float edgeWidth 0 4
+	float angle 4 4
+	short forward 8 2
+	short wipetype 10 2
+
+GlowVars 24
+
+	float fMini 0 4
+	float fClamp 4 4
+	float fBoost 8 4
+	float dDist 12 4
+	int dQuality 16 4
+	int bNoComp 20 4
+
+TransformVars 32
+
+	float ScalexIni 0 4
+	float ScaleyIni 4 4
+	float xIni 8 4
+	float yIni 12 4
+	float rotIni 16 4
+	int percent 20 4
+	int interpolation 24 4
+	int uniform_scale 28 4
+
+SolidColorVars 16
+
+	float col 0 12
+	float pad 12 4
+
+SpeedControlVars 24
+
+	float *frameMap 0 8
+	float globalSpeed 8 4
+	int flags 12 4
+	int length 16 4
+	int lastValidFrame 20 4
+
+SequenceModifierData 112
+
+	SequenceModifierData *next 0 8
+	SequenceModifierData *prev 8 8
+	int type 16 4
+	int flag 20 4
+	char name 24 64
+	int mask_input_type 88 4
+	int pad 92 4
+	Sequence *mask_sequence 96 8
+	Mask *mask_id 104 8
+
+ColorBalanceModifierData 160
+
+	SequenceModifierData modifier 0 112
+	StripColorBalance color_balance 112 44
+	float color_multiply 156 4
+
+CurvesModifierData 432
+
+	SequenceModifierData modifier 0 112
+	CurveMapping curve_mapping 112 320
+
+HueCorrectModifierData 432
+
+	SequenceModifierData modifier 0 112
+	CurveMapping curve_mapping 112 320
+
+BrightContrastModifierData 120
+
+	SequenceModifierData modifier 0 112
+	float bright 112 4
+	float contrast 116 4
+
+SequencerMaskModifierData 112
+
+	SequenceModifierData modifier 0 112
+
+SequencerScopes 48
+
+	ImBuf *reference_ibuf 0 8
+	ImBuf *zebra_ibuf 8 8
+	ImBuf *waveform_ibuf 16 8
+	ImBuf *sep_waveform_ibuf 24 8
+	ImBuf *vector_ibuf 32 8
+	ImBuf *histogram_ibuf 40 8
+
+Effect 24
+
+	Effect *next 0 8
+	Effect *prev 8 8
+	short type 16 2
+	short flag 18 2
+	short buttype 20 2
+	short rt 22 2
+
+BuildEff 32
+
+	BuildEff *next 0 8
+	BuildEff *prev 8 8
+	short type 16 2
+	short flag 18 2
+	short buttype 20 2
+	short rt 22 2
+	float len 24 4
+	float sfra 28 4
+
+PartEff 392
+
+	PartEff *next 0 8
+	PartEff *prev 8 8
+	short type 16 2
+	short flag 18 2
+	short buttype 20 2
+	short stype 22 2
+	short vertgroup 24 2
+	short userjit 26 2
+	float sta 28 4
+	float end 32 4
+	float lifetime 36 4
+	int totpart 40 4
+	int totkey 44 4
+	int seed 48 4
+	float normfac 52 4
+	float obfac 56 4
+	float randfac 60 4
+	float texfac 64 4
+	float randlife 68 4
+	float force 72 12
+	float damp 84 4
+	float nabla 88 4
+	float vectsize 92 4
+	float maxlen 96 4
+	float pad 100 4
+	float defvec 104 12
+	float mult 116 16
+	float life 132 16
+	short child 148 8
+	short mat 156 8
+	short texmap 164 2
+	short curmult 166 2
+	short staticstep 168 2
+	short omat 170 2
+	short timetex 172 2
+	short speedtex 174 2
+	short flag2 176 2
+	short flag2neg 178 2
+	short disp 180 2
+	short vertgroup_v 182 2
+	char vgroupname 184 64
+	char vgroupname_v 248 64
+	float imat 312 64
+	Particle *keys 376 8
+	Group *group 384 8
+
+WaveEff 64
+
+	WaveEff *next 0 8
+	WaveEff *prev 8 8
+	short type 16 2
+	short flag 18 2
+	short buttype 20 2
+	short stype 22 2
+	float startx 24 4
+	float starty 28 4
+	float height 32 4
+	float width 36 4
+	float narrow 40 4
+	float speed 44 4
+	float minfac 48 4
+	float damp 52 4
+	float timeoffs 56 4
+	float lifetime 60 4
+
+TreeStoreElem 16
+
+	short type 0 2
+	short nr 2 2
+	short flag 4 2
+	short used 6 2
+	ID *id 8 8
+
+TreeStore 16
+
+	int totelem 0 4
+	int usedelem 4 4
+	TreeStoreElem *data 8 8
+
+bProperty 96
+
+	bProperty *next 0 8
+	bProperty *prev 8 8
+	char name 16 64
+	short type 80 2
+	short flag 82 2
+	int data 84 4
+	void *poin 88 8
+
+bNearSensor 80
+
+	char name 0 64
+	float dist 64 4
+	float resetdist 68 4
+	int lastval 72 4
+	int pad 76 4
+
+bMouseSensor 8
+
+	short type 0 2
+	short flag 2 2
+	short pad1 4 2
+	short pad2 6 2
+
+bTouchSensor 80
+
+	char name 0 64
+	Material *ma 64 8
+	float dist 72 4
+	float pad 76 4
+
+bKeyboardSensor 136
+
+	short key 0 2
+	short qual 2 2
+	short type 4 2
+	short qual2 6 2
+	char targetName 8 64
+	char toggleName 72 64
+
+bPropertySensor 200
+
+	int type 0 4
+	int pad 4 4
+	char name 8 64
+	char value 72 64
+	char maxvalue 136 64
+
+bActuatorSensor 72
+
+	int type 0 4
+	int pad 4 4
+	char name 8 64
+
+bDelaySensor 8
+
+	short delay 0 2
+	short duration 2 2
+	short flag 4 2
+	short pad 6 2
+
+bCollisionSensor 136
+
+	char name 0 64
+	char materialName 64 64
+	short damptimer 128 2
+	short damp 130 2
+	short mode 132 2
+	short pad2 134 2
+
+bRadarSensor 76
+
+	char name 0 64
+	float angle 64 4
+	float range 68 4
+	short flag 72 2
+	short axis 74 2
+
+bRandomSensor 72
+
+	char name 0 64
+	int seed 64 4
+	int delay 68 4
+
+bRaySensor 204
+
+	char name 0 64
+	float range 64 4
+	char propname 68 64
+	char matname 132 64
+	short mode 196 2
+	short pad1 198 2
+	int axisflag 200 4
+
+bArmatureSensor 136
+
+	char posechannel 0 64
+	char constraint 64 64
+	int type 128 4
+	float value 132 4
+
+bMessageSensor 136
+
+	Object *fromObject 0 8
+	char subject 8 64
+	char body 72 64
+
+bSensor 128
+
+	bSensor *next 0 8
+	bSensor *prev 8 8
+	short type 16 2
+	short otype 18 2
+	short flag 20 2
+	short pulse 22 2
+	short freq 24 2
+	short totlinks 26 2
+	short pad1 28 2
+	short pad2 30 2
+	char name 32 64
+	void *data 96 8
+	bController **links 104 8
+	Object *ob 112 8
+	short invert 120 2
+	short level 122 2
+	short tap 124 2
+	short pad 126 2
+
+bJoystickSensor 92
+
+	char name 0 64
+	char type 64 1
+	char joyindex 65 1
+	short flag 66 2
+	short axis 68 2
+	short axis_single 70 2
+	int axisf 72 4
+	int button 76 4
+	int hat 80 4
+	int hatf 84 4
+	int precision 88 4
+
+bExpressionCont 128
+
+	char str 0 128
+
+bPythonCont 80
+
+	Text *text 0 8
+	char module 8 64
+	int mode 72 4
+	int flag 76 4
+
+bController 136
+
+	bController *next 0 8
+	bController *prev 8 8
+	bController *mynew 16 8
+	short type 24 2
+	short flag 26 2
+	short inputs 28 2
+	short totlinks 30 2
+	short otype 32 2
+	short totslinks 34 2
+	short pad2 36 2
+	short pad3 38 2
+	char name 40 64
+	void *data 104 8
+	bActuator **links 112 8
+	bSensor **slinks 120 8
+	short val 128 2
+	short valo 130 2
+	int state_mask 132 4
+
+bAddObjectActuator 16
+
+	int time 0 4
+	int pad 4 4
+	Object *ob 8 8
+
+bActionActuator 168
+
+	bAction *act 0 8
+	short type 8 2
+	short flag 10 2
+	float sta 12 4
+	float end 16 4
+	char name 20 64
+	char frameProp 84 64
+	short blendin 148 2
+	short priority 150 2
+	short layer 152 2
+	short end_reset 154 2
+	short strideaxis 156 2
+	short blend_mode 158 2
+	float stridelength 160 4
+	float layer_weight 164 4
+
+Sound3D 32
+
+	float min_gain 0 4
+	float max_gain 4 4
+	float reference_distance 8 4
+	float max_distance 12 4
+	float rolloff_factor 16 4
+	float cone_inner_angle 20 4
+	float cone_outer_angle 24 4
+	float cone_outer_gain 28 4
+
+bSoundActuator 72
+
+	short flag 0 2
+	short sndnr 2 2
+	int pad1 4 4
+	int pad2 8 4
+	short pad3 12 4
+	float volume 16 4
+	float pitch 20 4
+	bSound *sound 24 8
+	Sound3D sound3D 32 32
+	short type 64 2
+	short pad4 66 2
+	short pad5 68 2
+	short pad6 70 2
+
+bEditObjectActuator 120
+
+	int time 0 4
+	short type 4 2
+	short flag 6 2
+	Object *ob 8 8
+	Mesh *me 16 8
+	char name 24 64
+	float linVelocity 88 12
+	float angVelocity 100 12
+	float mass 112 4
+	short localflag 116 2
+	short dyn_operation 118 2
+
+bSceneActuator 24
+
+	short type 0 2
+	short pad1 2 2
+	int pad 4 4
+	Scene *scene 8 8
+	Object *camera 16 8
+
+bPropertyActuator 144
+
+	int pad 0 4
+	int type 4 4
+	char name 8 64
+	char value 72 64
+	Object *ob 136 8
+
+bObjectActuator 112
+
+	short flag 0 2
+	short type 2 2
+	short otype 4 2
+	short damping 6 2
+	float forceloc 8 12
+	float forcerot 20 12
+	float pad 32 12
+	float pad1 44 12
+	float dloc 56 12
+	float drot 68 12
+	float linearvelocity 80 12
+	float angularvelocity 92 12
+	Object *reference 104 8
+
+bIpoActuator 148
+
+	short flag 0 2
+	short type 2 2
+	float sta 4 4
+	float end 8 4
+	char name 12 64
+	char frameProp 76 64
+	short pad1 140 2
+	short pad2 142 2
+	short pad3 144 2
+	short pad4 146 2
+
+bCameraActuator 32
+
+	Object *ob 0 8
+	float height 8 4
+	float min 12 4
+	float max 16 4
+	float damping 20 4
+	short pad1 24 2
+	short axis 26 2
+	float pad2 28 4
+
+bConstraintActuator 128
+
+	short type 0 2
+	short mode 2 2
+	short flag 4 2
+	short damp 6 2
+	short time 8 2
+	short rotdamp 10 2
+	int pad 12 4
+	float minloc 16 12
+	float maxloc 28 12
+	float minrot 40 12
+	float maxrot 52 12
+	char matprop 64 64
+
+bGroupActuator 88
+
+	short flag 0 2
+	short type 2 2
+	int sta 4 4
+	int end 8 4
+	char name 12 64
+	short pad 76 6
+	short cur 82 2
+	short butsta 84 2
+	short butend 86 2
+
+bRandomActuator 88
+
+	int seed 0 4
+	int distribution 4 4
+	int int_arg_1 8 4
+	int int_arg_2 12 4
+	float float_arg_1 16 4
+	float float_arg_2 20 4
+	char propname 24 64
+
+bMessageActuator 208
+
+	char toPropName 0 64
+	Object *toObject 64 8
+	char subject 72 64
+	short bodyType 136 2
+	short pad1 138 2
+	int pad2 140 4
+	char body 144 64
+
+bGameActuator 140
+
+	short flag 0 2
+	short type 2 2
+	int sta 4 4
+	int end 8 4
+	char filename 12 64
+	char loadaniname 76 64
+
+bVisibilityActuator 4
+
+	int flag 0 4
+
+bTwoDFilterActuator 24
+
+	char pad 0 4
+	short type 4 2
+	short flag 6 2
+	int int_arg 8 4
+	float float_arg 12 4
+	Text *text 16 8
+
+bParentActuator 16
+
+	char pad 0 2
+	short flag 2 2
+	int type 4 4
+	Object *ob 8 8
+
+bStateActuator 8
+
+	int type 0 4
+	int mask 4 4
+
+bArmatureActuator 160
+
+	char posechannel 0 64
+	char constraint 64 64
+	int type 128 4
+	float weight 132 4
+	float influence 136 4
+	float pad 140 4
+	Object *target 144 8
+	Object *subtarget 152 8
+
+bSteeringActuator 48
+
+	char pad 0 5
+	char flag 5 1
+	short facingaxis 6 2
+	int type 8 4
+	float dist 12 4
+	float velocity 16 4
+	float acceleration 20 4
+	float turnspeed 24 4
+	int updateTime 28 4
+	Object *target 32 8
+	Object *navmesh 40 8
+
+bActuator 112
+
+	bActuator *next 0 8
+	bActuator *prev 8 8
+	bActuator *mynew 16 8
+	short type 24 2
+	short flag 26 2
+	short otype 28 2
+	short go 30 2
+	char name 32 64
+	void *data 96 8
+	Object *ob 104 8
+
+bSound 1232
+
+	ID id 0 120
+	char name 120 1024
+	PackedFile *packedfile 1144 8
+	void *handle 1152 8
+	PackedFile *newpackedfile 1160 8
+	Ipo *ipo 1168 8
+	float volume 1176 4
+	float attenuation 1180 4
+	float pitch 1184 4
+	float min_gain 1188 4
+	float max_gain 1192 4
+	float distance 1196 4
+	int flags 1200 4
+	int pad 1204 4
+	void *cache 1208 8
+	void *waveform 1216 8
+	void *playback_handle 1224 8
+
+GroupObject 40
+
+	GroupObject *next 0 8
+	GroupObject *prev 8 8
+	Object *ob 16 8
+	void *lampren 24 8
+	short recalc 32 2
+	char pad 34 6
+
+Group 152
+
+	ID id 0 120
+	ListBase gobject 120 16
+	int layer 136 4
+	float dupli_ofs 140 12
+
+Bone 328
+
+	Bone *next 0 8
+	Bone *prev 8 8
+	IDProperty *prop 16 8
+	Bone *parent 24 8
+	ListBase childbase 32 16
+	char name 48 64
+	float roll 112 4
+	float head 116 12
+	float tail 128 12
+	float bone_mat 140 36
+	int flag 176 4
+	float arm_head 180 12
+	float arm_tail 192 12
+	float arm_mat 204 64
+	float arm_roll 268 4
+	float dist 272 4
+	float weight 276 4
+	float xwidth 280 4
+	float length 284 4
+	float zwidth 288 4
+	float ease1 292 4
+	float ease2 296 4
+	float rad_head 300 4
+	float rad_tail 304 4
+	float size 308 12
+	int layer 320 4
+	short segments 324 2
+	short pad 326 2
+
+bArmature 256
+
+	ID id 0 120
+	AnimData *adt 120 8
+	ListBase bonebase 128 16
+	ListBase chainbase 144 16
+	ListBase *edbo 160 8
+	Bone *act_bone 168 8
+	EditBone *act_edbone 176 8
+	void *sketch 184 8
+	int flag 192 4
+	int drawtype 196 4
+	int gevertdeformer 200 4
+	int pad 204 4
+	short deformflag 208 2
+	short pathflag 210 2
+	int layer_used 212 4
+	int layer 216 4
+	int layer_protected 220 4
+	short ghostep 224 2
+	short ghostsize 226 2
+	short ghosttype 228 2
+	short pathsize 230 2
+	int ghostsf 232 4
+	int ghostef 236 4
+	int pathsf 240 4
+	int pathef 244 4
+	int pathbc 248 4
+	int pathac 252 4
+
+bMotionPathVert 16
+
+	float co 0 12
+	int flag 12 4
+
+bMotionPath 24
+
+	bMotionPathVert *points 0 8
+	int length 8 4
+	int start_frame 12 4
+	int end_frame 16 4
+	int flag 20 4
+
+bAnimVizSettings 48
+
+	int ghost_sf 0 4
+	int ghost_ef 4 4
+	int ghost_bc 8 4
+	int ghost_ac 12 4
+	short ghost_type 16 2
+	short ghost_step 18 2
+	short ghost_flag 20 2
+	short recalc 22 2
+	short path_type 24 2
+	short path_step 26 2
+	short path_viewflag 28 2
+	short path_bakeflag 30 2
+	int path_sf 32 4
+	int path_ef 36 4
+	int path_bc 40 4
+	int path_ac 44 4
+
+bPoseChannel 544
+
+	bPoseChannel *next 0 8
+	bPoseChannel *prev 8 8
+	IDProperty *prop 16 8
+	ListBase constraints 24 16
+	char name 40 64
+	short flag 104 2
+	short ikflag 106 2
+	short protectflag 108 2
+	short agrp_index 110 2
+	char constflag 112 1
+	char selectflag 113 1
+	char pad0 114 6
+	Bone *bone 120 8
+	bPoseChannel *parent 128 8
+	bPoseChannel *child 136 8
+	ListBase iktree 144 16
+	ListBase siktree 160 16
+	bMotionPath *mpath 176 8
+	Object *custom 184 8
+	bPoseChannel *custom_tx 192 8
+	float loc 200 12
+	float size 212 12
+	float eul 224 12
+	float quat 236 16
+	float rotAxis 252 12
+	float rotAngle 264 4
+	short rotmode 268 2
+	short pad 270 2
+	float chan_mat 272 64
+	float pose_mat 336 64
+	float constinv 400 64
+	float pose_head 464 12
+	float pose_tail 476 12
+	float limitmin 488 12
+	float limitmax 500 12
+	float stiffness 512 12
+	float ikstretch 524 4
+	float ikrotweight 528 4
+	float iklinweight 532 4
+	void *temp 536 8
+
+bPose 216
+
+	ListBase chanbase 0 16
+	GHash *chanhash 16 8
+	short flag 24 2
+	short pad 26 2
+	int proxy_layer 28 4
+	int pad1 32 4
+	float ctime 36 4
+	float stride_offset 40 12
+	float cyclic_offset 52 12
+	ListBase agroups 64 16
+	int active_group 80 4
+	int iksolver 84 4
+	void *ikdata 88 8
+	void *ikparam 96 8
+	bAnimVizSettings avs 104 48
+	char proxy_act_bone 152 64
+
+bIKParam 4
+
+	int iksolver 0 4
+
+bItasc 40
+
+	int iksolver 0 4
+	float precision 4 4
+	short numiter 8 2
+	short numstep 10 2
+	float minstep 12 4
+	float maxstep 16 4
+	short solver 20 2
+	short flag 22 2
+	float feedback 24 4
+	float maxvel 28 4
+	float dampmax 32 4
+	float dampeps 36 4
+
+bActionGroup 120
+
+	bActionGroup *next 0 8
+	bActionGroup *prev 8 8
+	ListBase channels 16 16
+	int flag 32 4
+	int customCol 36 4
+	char name 40 64
+	ThemeWireColor cs 104 16
+
+bAction 200
+
+	ID id 0 120
+	ListBase curves 120 16
+	ListBase chanbase 136 16
+	ListBase groups 152 16
+	ListBase markers 168 16
+	int flag 184 4
+	int active_marker 188 4
+	int idroot 192 4
+	int pad 196 4
+
+bDopeSheet 112
+
+	ID *source 0 8
+	ListBase chanbase 8 16
+	Group *filter_grp 24 8
+	char searchstr 32 64
+	int filterflag 96 4
+	int flag 100 4
+	int renameIndex 104 4
+	int pad 108 4
+
+SpaceAction 344
+
+	SpaceLink *next 0 8
+	SpaceLink *prev 8 8
+	ListBase regionbase 16 16
+	int spacetype 32 4
+	float blockscale 36 4
+	short blockhandler 40 16
+	View2D v2d 56 160
+	bAction *action 216 8
+	bDopeSheet ads 224 112
+	char mode 336 1
+	char autosnap 337 1
+	short flag 338 2
+	float timeslide 340 4
+
+bActionChannel 120
+
+	bActionChannel *next 0 8
+	bActionChannel *prev 8 8
+	bActionGroup *grp 16 8
+	Ipo *ipo 24 8
+	ListBase constraintChannels 32 16
+	int flag 48 4
+	char name 52 64
+	int temp 116 4
+
+bConstraintChannel 56
+
+	bConstraintChannel *next 0 8
+	bConstraintChannel *prev 8 8
+	Ipo *ipo 16 8
+	short flag 24 2
+	char name 26 30
+
+bConstraint 120
+
+	bConstraint *next 0 8
+	bConstraint *prev 8 8
+	void *data 16 8
+	short type 24 2
+	short flag 26 2
+	char ownspace 28 1
+	char tarspace 29 1
+	char name 30 64
+	short pad 94 2
+	float enforce 96 4
+	float headtail 100 4
+	Ipo *ipo 104 8
+	float lin_error 112 4
+	float rot_error 116 4
+
+bConstraintTarget 160
+
+	bConstraintTarget *next 0 8
+	bConstraintTarget *prev 8 8
+	Object *tar 16 8
+	char subtarget 24 64
+	float matrix 88 64
+	short space 152 2
+	short flag 154 2
+	short type 156 2
+	short rotOrder 158 2
+
+bPythonConstraint 112
+
+	Text *text 0 8
+	IDProperty *prop 8 8
+	int flag 16 4
+	int tarnum 20 4
+	ListBase targets 24 16
+	Object *tar 40 8
+	char subtarget 48 64
+
+bKinematicConstraint 184
+
+	Object *tar 0 8
+	short iterations 8 2
+	short flag 10 2
+	short rootbone 12 2
+	short max_rootbone 14 2
+	char subtarget 16 64
+	Object *poletar 80 8
+	char polesubtarget 88 64
+	float poleangle 152 4
+	float weight 156 4
+	float orientweight 160 4
+	float grabtarget 164 12
+	short type 176 2
+	short mode 178 2
+	float dist 180 4
+
+bSplineIKConstraint 24
+
+	Object *tar 0 8
+	float *points 8 8
+	short numpoints 16 2
+	short chainlen 18 2
+	short flag 20 2
+	short xzScaleMode 22 2
+
+bTrackToConstraint 88
+
+	Object *tar 0 8
+	int reserved1 8 4
+	int reserved2 12 4
+	int flags 16 4
+	int pad 20 4
+	char subtarget 24 64
+
+bRotateLikeConstraint 80
+
+	Object *tar 0 8
+	int flag 8 4
+	int reserved1 12 4
+	char subtarget 16 64
+
+bLocateLikeConstraint 80
+
+	Object *tar 0 8
+	int flag 8 4
+	int reserved1 12 4
+	char subtarget 16 64
+
+bSizeLikeConstraint 80
+
+	Object *tar 0 8
+	int flag 8 4
+	int reserved1 12 4
+	char subtarget 16 64
+
+bSameVolumeConstraint 8
+
+	int flag 0 4
+	float volume 4 4
+
+bTransLikeConstraint 72
+
+	Object *tar 0 8
+	char subtarget 8 64
+
+bMinMaxConstraint 104
+
+	Object *tar 0 8
+	int minmaxflag 8 4
+	float offset 12 4
+	int flag 16 4
+	short sticky 20 2
+	short stuck 22 2
+	short pad1 24 2
+	short pad2 26 2
+	float cache 28 12
+	char subtarget 40 64
+
+bActionConstraint 104
+
+	Object *tar 0 8
+	short type 8 2
+	short local 10 2
+	int start 12 4
+	int end 16 4
+	float min 20 4
+	float max 24 4
+	int flag 28 4
+	bAction *act 32 8
+	char subtarget 40 64
+
+bLockTrackConstraint 80
+
+	Object *tar 0 8
+	int trackflag 8 4
+	int lockflag 12 4
+	char subtarget 16 64
+
+bDampTrackConstraint 80
+
+	Object *tar 0 8
+	int trackflag 8 4
+	int pad 12 4
+	char subtarget 16 64
+
+bFollowPathConstraint 24
+
+	Object *tar 0 8
+	float offset 8 4
+	float offset_fac 12 4
+	int followflag 16 4
+	short trackflag 20 2
+	short upflag 22 2
+
+bStretchToConstraint 88
+
+	Object *tar 0 8
+	int volmode 8 4
+	int plane 12 4
+	float orglength 16 4
+	float bulge 20 4
+	char subtarget 24 64
+
+bRigidBodyJointConstraint 104
+
+	Object *tar 0 8
+	Object *child 8 8
+	int type 16 4
+	float pivX 20 4
+	float pivY 24 4
+	float pivZ 28 4
+	float axX 32 4
+	float axY 36 4
+	float axZ 40 4
+	float minLimit 44 24
+	float maxLimit 68 24
+	float extraFz 92 4
+	short flag 96 2
+	short pad 98 2
+	short pad1 100 2
+	short pad2 102 2
+
+bClampToConstraint 16
+
+	Object *tar 0 8
+	int flag 8 4
+	int flag2 12 4
+
+bChildOfConstraint 144
+
+	Object *tar 0 8
+	int flag 8 4
+	int pad 12 4
+	float invmat 16 64
+	char subtarget 80 64
+
+bTransformConstraint 128
+
+	Object *tar 0 8
+	char subtarget 8 64
+	short from 72 2
+	short to 74 2
+	char map 76 3
+	char expo 79 1
+	float from_min 80 12
+	float from_max 92 12
+	float to_min 104 12
+	float to_max 116 12
+
+bPivotConstraint 88
+
+	Object *tar 0 8
+	char subtarget 8 64
+	float offset 72 12
+	short rotAxis 84 2
+	short flag 86 2
+
+bLocLimitConstraint 28
+
+	float xmin 0 4
+	float xmax 4 4
+	float ymin 8 4
+	float ymax 12 4
+	float zmin 16 4
+	float zmax 20 4
+	short flag 24 2
+	short flag2 26 2
+
+bRotLimitConstraint 28
+
+	float xmin 0 4
+	float xmax 4 4
+	float ymin 8 4
+	float ymax 12 4
+	float zmin 16 4
+	float zmax 20 4
+	short flag 24 2
+	short flag2 26 2
+
+bSizeLimitConstraint 28
+
+	float xmin 0 4
+	float xmax 4 4
+	float ymin 8 4
+	float ymax 12 4
+	float zmin 16 4
+	float zmax 20 4
+	short flag 24 2
+	short flag2 26 2
+
+bDistLimitConstraint 88
+
+	Object *tar 0 8
+	char subtarget 8 64
+	float dist 72 4
+	float soft 76 4
+	short flag 80 2
+	short mode 82 2
+	int pad 84 4
+
+bShrinkwrapConstraint 24
+
+	Object *target 0 8
+	float dist 8 4
+	short shrinkType 12 2
+	char projAxis 14 1
+	char projAxisSpace 15 1
+	float projLimit 16 4
+	char pad 20 4
+
+bFollowTrackConstraint 160
+
+	MovieClip *clip 0 8
+	char track 8 64
+	int flag 72 4
+	int frame_method 76 4
+	char object 80 64
+	Object *camera 144 8
+	Object *depth_ob 152 8
+
+bCameraSolverConstraint 16
+
+	MovieClip *clip 0 8
+	int flag 8 4
+	int pad 12 4
+
+bObjectSolverConstraint 152
+
+	MovieClip *clip 0 8
+	int flag 8 4
+	int pad 12 4
+	char object 16 64
+	float invmat 80 64
+	Object *camera 144 8
+
+bActionModifier 72
+
+	bActionModifier *next 0 8
+	bActionModifier *prev 8 8
+	short type 16 2
+	short flag 18 2
+	char channel 20 32
+	float noisesize 52 4
+	float turbul 56 4
+	short channels 60 2
+	short no_rot_axis 62 2
+	Object *ob 64 8
+
+bActionStrip 168
+
+	bActionStrip *next 0 8
+	bActionStrip *prev 8 8
+	short flag 16 2
+	short mode 18 2
+	short stride_axis 20 2
+	short curmod 22 2
+	Ipo *ipo 24 8
+	bAction *act 32 8
+	Object *object 40 8
+	float start 48 4
+	float end 52 4
+	float actstart 56 4
+	float actend 60 4
+	float actoffs 64 4
+	float stridelen 68 4
+	float repeat 72 4
+	float scale 76 4
+	float blendin 80 4
+	float blendout 84 4
+	char stridechannel 88 32
+	char offs_bone 120 32
+	ListBase modifiers 152 16
+
+bNodeStack 48
+
+	float vec 0 16
+	float min 16 4
+	float max 20 4
+	void *data 24 8
+	short hasinput 32 2
+	short hasoutput 34 2
+	short datatype 36 2
+	short sockettype 38 2
+	short is_copy 40 2
+	short external 42 2
+	short pad 44 4
+
+bNodeSocket 352
+
+	bNodeSocket *next 0 8
+	bNodeSocket *prev 8 8
+	bNodeSocket *new_sock 16 8
+	IDProperty *prop 24 8
+	char identifier 32 64
+	char name 96 64
+	void *storage 160 8
+	short type 168 2
+	short flag 170 2
+	short limit 172 2
+	short in_out 174 2
+	bNodeSocketType *typeinfo 176 8
+	char idname 184 64
+	float locx 248 4
+	float locy 252 4
+	void *default_value 256 8
+	short stack_index 264 2
+	short stack_type 266 2
+	int resizemode 268 4
+	void *cache 272 8
+	int own_index 280 4
+	int to_index 284 4
+	bNodeSocket *groupsock 288 8
+	bNodeLink *link 296 8
+	bNodeStack ns 304 48
+
+bNode 464
+
+	bNode *next 0 8
+	bNode *prev 8 8
+	bNode *new_node 16 8
+	IDProperty *prop 24 8
+	bNodeType *typeinfo 32 8
+	char idname 40 64
+	char name 104 64
+	int flag 168 4
+	short type 172 2
+	short pad 174 2
+	short done 176 2
+	short level 178 2
+	short lasty 180 2
+	short menunr 182 2
+	short stack_index 184 2
+	short nr 186 2
+	float color 188 12
+	ListBase inputs 200 16
+	ListBase outputs 216 16
+	bNode *parent 232 8
+	ID *id 240 8
+	void *storage 248 8
+	bNode *original 256 8
+	ListBase internal_links 264 16
+	float locx 280 4
+	float locy 284 4
+	float width 288 4
+	float height 292 4
+	float miniwidth 296 4
+	float offsetx 300 4
+	float offsety 304 4
+	int update 308 4
+	char label 312 64
+	short custom1 376 2
+	short custom2 378 2
+	float custom3 380 4
+	float custom4 384 4
+	short need_exec 388 2
+	short exec 390 2
+	void *threaddata 392 8
+	rctf totr 400 16
+	rctf butr 416 16
+	rctf prvr 432 16
+	short preview_xsize 448 2
+	short preview_ysize 450 2
+	int pad2 452 4
+	uiBlock *block 456 8
+
+bNodeInstanceKey 4
+
+	int value 0 4
+
+bNodeInstanceHashEntry 8
+
+	bNodeInstanceKey key 0 4
+	short tag 4 2
+	short pad 6 2
+
+bNodePreview 24
+
+	bNodeInstanceHashEntry hash_entry 0 8
+	char *rect 8 8
+	short xsize 16 2
+	short ysize 18 2
+	int pad 20 4
+
+bNodeLink 56
+
+	bNodeLink *next 0 8
+	bNodeLink *prev 8 8
+	bNode *fromnode 16 8
+	bNode *tonode 24 8
+	bNodeSocket *fromsock 32 8
+	bNodeSocket *tosock 40 8
+	int flag 48 4
+	int pad 52 4
+
+bNodeTree 404
+
+	ID id 0 120
+	AnimData *adt 120 8
+	bNodeTreeType *typeinfo 128 8
+	char idname 136 64
+	StructRNA *interface_type 200 8
+	bGPdata *gpd 208 8
+	float view_center 216 8
+	ListBase nodes 224 16
+	ListBase links 240 16
+	int type 256 4
+	int init 260 4
+	int cur_index 264 4
+	int flag 268 4
+	int update 272 4
+	short is_updating 276 2
+	short done 278 2
+	int pad2 280 4
+	int nodetype 284 4
+	short edit_quality 288 2
+	short render_quality 290 2
+	int chunksize 292 4
+	rctf viewer_border 296 16
+	ListBase inputs 312 16
+	ListBase outputs 328 16
+	bNodeInstanceHash *previews 344 8
+	bNodeInstanceKey active_viewer_key 352 4
+	int pad 356 4
+	bNodeTreeExec *execdata 360 8
+	void (*progress)() 368 0
+	void (*stats_draw)() 368 0
+	int (*test_break)() 368 4
+	void (*update_draw)() 372 0
+	void *tbh 372 8
+	void *prh 380 8
+	void *sdh 388 8
+	void *udh 396 8
+
+bNodeSocketValueInt 16
+
+	int subtype 0 4
+	int value 4 4
+	int min 8 4
+	int max 12 4
+
+bNodeSocketValueFloat 16
+
+	int subtype 0 4
+	float value 4 4
+	float min 8 4
+	float max 12 4
+
+bNodeSocketValueBoolean 4
+
+	char value 0 1
+	char pad 1 3
+
+bNodeSocketValueVector 24
+
+	int subtype 0 4
+	float value 4 12
+	float min 16 4
+	float max 20 4
+
+bNodeSocketValueRGBA 16
+
+	float value 0 16
+
+bNodeSocketValueString 1032
+
+	int subtype 0 4
+	int pad 4 4
+	char value 8 1024
+
+NodeFrame 4
+
+	short flag 0 2
+	short label_size 2 2
+
+NodeImageAnim 16
+
+	int frames 0 4
+	int sfra 4 4
+	int nr 8 4
+	char cyclic 12 1
+	char movie 13 1
+	short pad 14 2
+
+ColorCorrectionData 24
+
+	float saturation 0 4
+	float contrast 4 4
+	float gamma 8 4
+	float gain 12 4
+	float lift 16 4
+	int pad 20 4
+
+NodeColorCorrection 104
+
+	ColorCorrectionData master 0 24
+	ColorCorrectionData shadows 24 24
+	ColorCorrectionData midtones 48 24
+	ColorCorrectionData highlights 72 24
+	float startmidtones 96 4
+	float endmidtones 100 4
+
+NodeBokehImage 20
+
+	float angle 0 4
+	int flaps 4 4
+	float rounding 8 4
+	float catadioptric 12 4
+	float lensshift 16 4
+
+NodeBoxMask 24
+
+	float x 0 4
+	float y 4 4
+	float rotation 8 4
+	float height 12 4
+	float width 16 4
+	int pad 20 4
+
+NodeEllipseMask 24
+
+	float x 0 4
+	float y 4 4
+	float rotation 8 4
+	float height 12 4
+	float width 16 4
+	int pad 20 4
+
+NodeImageLayer 8
+
+	int pass_index 0 4
+	int pass_flag 4 4
+
+NodeBlurData 40
+
+	short sizex 0 2
+	short sizey 2 2
+	short samples 4 2
+	short maxspeed 6 2
+	short minspeed 8 2
+	short relative 10 2
+	short aspect 12 2
+	short curved 14 2
+	float fac 16 4
+	float percentx 20 4
+	float percenty 24 4
+	short filtertype 28 2
+	char bokeh 30 1
+	char gamma 31 1
+	int image_in_width 32 4
+	int image_in_height 36 4
+
+NodeDBlurData 28
+
+	float center_x 0 4
+	float center_y 4 4
+	float distance 8 4
+	float angle 12 4
+	float spin 16 4
+	float zoom 20 4
+	short iter 24 2
+	char wrap 26 1
+	char pad 27 1
+
+NodeBilateralBlurData 12
+
+	float sigma_color 0 4
+	float sigma_space 4 4
+	short iter 8 2
+	short pad 10 2
+
+NodeHueSat 12
+
+	float hue 0 4
+	float sat 4 4
+	float val 8 4
+
+NodeImageFile 1280
+
+	char name 0 1024
+	ImageFormatData im_format 1024 248
+	int sfra 1272 4
+	int efra 1276 4
+
+NodeImageMultiFile 1288
+
+	char base_path 0 1024
+	ImageFormatData format 1024 248
+	int sfra 1272 4
+	int efra 1276 4
+	int active_input 1280 4
+	int pad 1284 4
+
+NodeImageMultiFileSocket 1312
+
+	short use_render_format 0 2
+	short use_node_format 2 2
+	int pad1 4 4
+	char path 8 1024
+	ImageFormatData format 1032 248
+	char layer 1280 30
+	char pad2 1310 2
+
+NodeChroma 44
+
+	float t1 0 4
+	float t2 4 4
+	float t3 8 4
+	float fsize 12 4
+	float fstrength 16 4
+	float falpha 20 4
+	float key 24 16
+	short algorithm 40 2
+	short channel 42 2
+
+NodeTwoXYs 24
+
+	short x1 0 2
+	short x2 2 2
+	short y1 4 2
+	short y2 6 2
+	float fac_x1 8 4
+	float fac_x2 12 4
+	float fac_y1 16 4
+	float fac_y2 20 4
+
+NodeTwoFloats 8
+
+	float x 0 4
+	float y 4 4
+
+NodeGeometry 128
+
+	char uvname 0 64
+	char colname 64 64
+
+NodeVertexCol 64
+
+	char name 0 64
+
+NodeDefocus 32
+
+	char bktype 0 1
+	char pad_c1 1 1
+	char preview 2 1
+	char gamco 3 1
+	short samples 4 2
+	short no_zbuf 6 2
+	float fstop 8 4
+	float maxblur 12 4
+	float bthresh 16 4
+	float scale 20 4
+	float rotation 24 4
+	float pad_f1 28 4
+
+NodeScriptDict 16
+
+	void *dict 0 8
+	void *node 8 8
+
+NodeGlare 32
+
+	char quality 0 1
+	char type 1 1
+	char iter 2 1
+	char angle 3 1
+	char pad_c1 4 1
+	char size 5 1
+	char pad 6 2
+	float colmod 8 4
+	float mix 12 4
+	float threshold 16 4
+	float fade 20 4
+	float angle_ofs 24 4
+	float pad_f1 28 4
+
+NodeTonemap 32
+
+	float key 0 4
+	float offset 4 4
+	float gamma 8 4
+	float f 12 4
+	float m 16 4
+	float a 20 4
+	float c 24 4
+	int type 28 4
+
+NodeLensDist 8
+
+	short jit 0 2
+	short proj 2 2
+	short fit 4 2
+	short pad 6 2
+
+NodeColorBalance 96
+
+	float slope 0 12
+	float offset 12 12
+	float power 24 12
+	float lift 36 12
+	float gamma 48 12
+	float gain 60 12
+	float lift_lgg 72 12
+	float gamma_inv 84 12
+
+NodeColorspill 20
+
+	short limchan 0 2
+	short unspill 2 2
+	float limscale 4 4
+	float uspillr 8 4
+	float uspillg 12 4
+	float uspillb 16 4
+
+NodeDilateErode 8
+
+	char falloff 0 1
+	char pad 1 7
+
+NodeMask 8
+
+	int size_x 0 4
+	int size_y 4 4
+
+NodeTexBase 968
+
+	TexMapping tex_mapping 0 144
+	ColorMapping color_mapping 144 824
+
+NodeTexSky 992
+
+	NodeTexBase base 0 968
+	int sky_model 968 4
+	float sun_direction 972 12
+	float turbidity 984 4
+	float ground_albedo 988 4
+
+NodeTexImage 1024
+
+	NodeTexBase base 0 968
+	ImageUser iuser 968 40
+	int color_space 1008 4
+	int projection 1012 4
+	float projection_blend 1016 4
+	int pad 1020 4
+
+NodeTexChecker 968
+
+	NodeTexBase base 0 968
+
+NodeTexBrick 984
+
+	NodeTexBase base 0 968
+	int offset_freq 968 4
+	int squash_freq 972 4
+	float offset 976 4
+	float squash 980 4
+
+NodeTexEnvironment 1016
+
+	NodeTexBase base 0 968
+	ImageUser iuser 968 40
+	int color_space 1008 4
+	int projection 1012 4
+
+NodeTexGradient 976
+
+	NodeTexBase base 0 968
+	int gradient_type 968 4
+	int pad 972 4
+
+NodeTexNoise 968
+
+	NodeTexBase base 0 968
+
+NodeTexVoronoi 976
+
+	NodeTexBase base 0 968
+	int coloring 968 4
+	int pad 972 4
+
+NodeTexMusgrave 976
+
+	NodeTexBase base 0 968
+	int musgrave_type 968 4
+	int pad 972 4
+
+NodeTexWave 976
+
+	NodeTexBase base 0 968
+	int wave_type 968 4
+	int pad 972 4
+
+NodeTexMagic 976
+
+	NodeTexBase base 0 968
+	int depth 968 4
+	int pad 972 4
+
+NodeShaderAttribute 64
+
+	char name 0 64
+
+NodeShaderVectTransform 16
+
+	int type 0 4
+	int convert_from 4 4
+	int convert_to 8 4
+	int pad 12 4
+
+TexNodeOutput 64
+
+	char name 0 64
+
+NodeKeyingScreenData 64
+
+	char tracking_object 0 64
+
+NodeKeyingData 48
+
+	float screen_balance 0 4
+	float despill_factor 4 4
+	float despill_balance 8 4
+	int edge_kernel_radius 12 4
+	float edge_kernel_tolerance 16 4
+	float clip_black 20 4
+	float clip_white 24 4
+	int dilate_distance 28 4
+	int feather_distance 32 4
+	int feather_falloff 36 4
+	int blur_pre 40 4
+	int blur_post 44 4
+
+NodeTrackPosData 128
+
+	char tracking_object 0 64
+	char track_name 64 64
+
+NodeTranslateData 8
+
+	char wrap_axis 0 1
+	char relative 1 1
+	char pad 2 6
+
+NodePlaneTrackDeformData 128
+
+	char tracking_object 0 64
+	char plane_track_name 64 64
+
+NodeShaderScript 1104
+
+	int mode 0 4
+	int flag 4 4
+	char filepath 8 1024
+	char bytecode_hash 1032 64
+	char *bytecode 1096 8
+
+NodeShaderTangent 72
+
+	int direction_type 0 4
+	int axis 4 4
+	char uv_map 8 64
+
+NodeShaderNormalMap 68
+
+	int space 0 4
+	char uv_map 4 64
+
+CurveMapPoint 12
+
+	float x 0 4
+	float y 4 4
+	short flag 8 2
+	short shorty 10 2
+
+CurveMap 56
+
+	short totpoint 0 2
+	short flag 2 2
+	float range 4 4
+	float mintable 8 4
+	float maxtable 12 4
+	float ext_in 16 8
+	float ext_out 24 8
+	CurveMapPoint *curve 32 8
+	CurveMapPoint *table 40 8
+	CurveMapPoint *premultable 48 8
+
+CurveMapping 320
+
+	int flag 0 4
+	int cur 4 4
+	int preset 8 4
+	int changed_timestamp 12 4
+	rctf curr 16 16
+	rctf clipr 32 16
+	CurveMap cm 48 224
+	float black 272 12
+	float white 284 12
+	float bwmul 296 12
+	float sample 308 12
+
+Histogram 5160
+
+	int channels 0 4
+	int x_resolution 4 4
+	float data_luma 8 1024
+	float data_r 1032 1024
+	float data_g 2056 1024
+	float data_b 3080 1024
+	float data_a 4104 1024
+	float xmax 5128 4
+	float ymax 5132 4
+	short mode 5136 2
+	short flag 5138 2
+	int height 5140 4
+	float co 5144 16
+
+Scopes 5264
+
+	int ok 0 4
+	int sample_full 4 4
+	int sample_lines 8 4
+	float accuracy 12 4
+	int wavefrm_mode 16 4
+	float wavefrm_alpha 20 4
+	float wavefrm_yfac 24 4
+	int wavefrm_height 28 4
+	float vecscope_alpha 32 4
+	int vecscope_height 36 4
+	float minmax 40 24
+	Histogram hist 64 5160
+	float *waveform_1 5224 8
+	float *waveform_2 5232 8
+	float *waveform_3 5240 8
+	float *vecscope 5248 8
+	int waveform_tot 5256 4
+	int pad 5260 4
+
+ColorManagedViewSettings 160
+
+	int flag 0 4
+	int pad 4 4
+	char look 8 64
+	char view_transform 72 64
+	float exposure 136 4
+	float gamma 140 4
+	CurveMapping *curve_mapping 144 8
+	void *pad2 152 8
+
+ColorManagedDisplaySettings 64
+
+	char display_device 0 64
+
+ColorManagedColorspaceSettings 64
+
+	char name 0 64
+
+BrushClone 24
+
+	Image *image 0 8
+	float offset 8 8
+	float alpha 16 4
+	float pad 20 4
+
+Brush 1992
+
+	ID id 0 120
+	BrushClone clone 120 24
+	CurveMapping *curve 144 8
+	MTex mtex 152 312
+	MTex mask_mtex 464 312
+	Brush *toggle_brush 776 8
+	ImBuf *icon_imbuf 784 8
+	PreviewImage *preview 792 8
+	char icon_filepath 800 1024
+	float normal_weight 1824 4
+	short blend 1828 2
+	short ob_mode 1830 2
+	float weight 1832 4
+	int size 1836 4
+	int flag 1840 4
+	float jitter 1844 4
+	int jitter_absolute 1848 4
+	int overlay_flags 1852 4
+	int spacing 1856 4
+	int smooth_stroke_radius 1860 4
+	float smooth_stroke_factor 1864 4
+	float rate 1868 4
+	float rgb 1872 12
+	float alpha 1884 4
+	int sculpt_plane 1888 4
+	float plane_offset 1892 4
+	char sculpt_tool 1896 1
+	char vertexpaint_tool 1897 1
+	char imagepaint_tool 1898 1
+	char mask_tool 1899 1
+	float autosmooth_factor 1900 4
+	float crease_pinch_factor 1904 4
+	float plane_trim 1908 4
+	float height 1912 4
+	float texture_sample_bias 1916 4
+	int texture_overlay_alpha 1920 4
+	int mask_overlay_alpha 1924 4
+	int cursor_overlay_alpha 1928 4
+	float unprojected_radius 1932 4
+	float add_col 1936 12
+	float sub_col 1948 12
+	float stencil_pos 1960 8
+	float stencil_dimension 1968 8
+	float mask_stencil_pos 1976 8
+	float mask_stencil_dimension 1984 8
+
+CustomDataLayer 104
+
+	int type 0 4
+	int offset 4 4
+	int flag 8 4
+	int active 12 4
+	int active_rnd 16 4
+	int active_clone 20 4
+	int active_mask 24 4
+	int uid 28 4
+	char name 32 64
+	void *data 96 8
+
+CustomDataExternal 1024
+
+	char filename 0 1024
+
+CustomData 192
+
+	CustomDataLayer *layers 0 8
+	int typemap 8 156
+	int totlayer 164 4
+	int maxlayer 168 4
+	int totsize 172 4
+	void *pool 176 8
+	CustomDataExternal *external 184 8
+
+HairKey 24
+
+	float co 0 12
+	float time 12 4
+	float weight 16 4
+	short editflag 20 2
+	short pad 22 2
+
+ParticleKey 56
+
+	float co 0 12
+	float vel 12 12
+	float rot 24 16
+	float ave 40 12
+	float time 52 4
+
+BoidParticle 56
+
+	Object *ground 0 8
+	BoidData data 8 20
+	float gravity 28 12
+	float wander 40 12
+	float rt 52 4
+
+ParticleSpring 16
+
+	float rest_length 0 4
+	int particle_index 4 8
+	int delete_flag 12 4
+
+ChildParticle 64
+
+	int num 0 4
+	int parent 4 4
+	int pa 8 16
+	float w 24 16
+	float fuv 40 16
+	float foffset 56 4
+	float rt 60 4
+
+ParticleTarget 40
+
+	ParticleTarget *next 0 8
+	ParticleTarget *prev 8 8
+	Object *ob 16 8
+	int psys 24 4
+	short flag 28 2
+	short mode 30 2
+	float time 32 4
+	float duration 36 4
+
+ParticleDupliWeight 32
+
+	ParticleDupliWeight *next 0 8
+	ParticleDupliWeight *prev 8 8
+	Object *ob 16 8
+	short count 24 2
+	short flag 26 2
+	short index 28 2
+	short rt 30 2
+
+ParticleData 200
+
+	ParticleKey state 0 56
+	ParticleKey prev_state 56 56
+	HairKey *hair 112 8
+	ParticleKey *keys 120 8
+	BoidParticle *boid 128 8
+	int totkey 136 4
+	float time 140 4
+	float lifetime 144 4
+	float dietime 148 4
+	int num 152 4
+	int num_dmcache 156 4
+	float fuv 160 16
+	float foffset 176 4
+	float size 180 4
+	float sphdensity 184 4
+	int pad 188 4
+	int hair_index 192 4
+	short flag 196 2
+	short alive 198 2
+
+SPHFluidSettings 68
+
+	float radius 0 4
+	float spring_k 4 4
+	float rest_length 8 4
+	float plasticity_constant 12 4
+	float yield_ratio 16 4
+	float plasticity_balance 20 4
+	float yield_balance 24 4
+	float viscosity_omega 28 4
+	float viscosity_beta 32 4
+	float stiffness_k 36 4
+	float stiffness_knear 40 4
+	float rest_density 44 4
+	float buoyancy 48 4
+	int flag 52 4
+	int spring_frames 56 4
+	short solver 60 2
+	short pad 62 6
+
+ParticleSettings 800
+
+	ID id 0 120
+	AnimData *adt 120 8
+	BoidSettings *boids 128 8
+	SPHFluidSettings *fluid 136 8
+	EffectorWeights *effector_weights 144 8
+	int flag 152 4
+	int rt 156 4
+	short type 160 2
+	short from 162 2
+	short distr 164 2
+	short texact 166 2
+	short phystype 168 2
+	short rotmode 170 2
+	short avemode 172 2
+	short reactevent 174 2
+	int draw 176 4
+	int pad1 180 4
+	short draw_as 184 2
+	short draw_size 186 2
+	short childtype 188 2
+	short pad2 190 2
+	short ren_as 192 2
+	short subframes 194 2
+	short draw_col 196 2
+	short draw_step 198 2
+	short ren_step 200 2
+	short hair_step 202 2
+	short keys_step 204 2
+	short adapt_angle 206 2
+	short adapt_pix 208 2
+	short disp 210 2
+	short omat 212 2
+	short interpolation 214 2
+	short integrator 216 2
+	short rotfrom 218 2
+	short kink 220 2
+	short kink_axis 222 2
+	short bb_align 224 2
+	short bb_uv_split 226 2
+	short bb_anim 228 2
+	short bb_split_offset 230 2
+	float bb_tilt 232 4
+	float bb_rand_tilt 236 4
+	float bb_offset 240 8
+	float bb_size 248 8
+	float bb_vel_head 256 4
+	float bb_vel_tail 260 4
+	float color_vec_max 264 4
+	short simplify_flag 268 2
+	short simplify_refsize 270 2
+	float simplify_rate 272 4
+	float simplify_transition 276 4
+	float simplify_viewport 280 4
+	float sta 284 4
+	float end 288 4
+	float lifetime 292 4
+	float randlife 296 4
+	float timetweak 300 4
+	float courant_target 304 4
+	float jitfac 308 4
+	float eff_hair 312 4
+	float grid_rand 316 4
+	float ps_offset 320 4
+	int totpart 324 4
+	int userjit 328 4
+	int grid_res 332 4
+	int effector_amount 336 4
+	short time_flag 340 2
+	short time_pad 342 6
+	float normfac 348 4
+	float obfac 352 4
+	float randfac 356 4
+	float partfac 360 4
+	float tanfac 364 4
+	float tanphase 368 4
+	float reactfac 372 4
+	float ob_vel 376 12
+	float avefac 388 4
+	float phasefac 392 4
+	float randrotfac 396 4
+	float randphasefac 400 4
+	float mass 404 4
+	float size 408 4
+	float randsize 412 4
+	float acc 416 12
+	float dragfac 428 4
+	float brownfac 432 4
+	float dampfac 436 4
+	float randlength 440 4
+	int child_nbr 444 4
+	int ren_child_nbr 448 4
+	float parents 452 4
+	float childsize 456 4
+	float childrandsize 460 4
+	float childrad 464 4
+	float childflat 468 4
+	float clumpfac 472 4
+	float clumppow 476 4
+	float kink_amp 480 4
+	float kink_freq 484 4
+	float kink_shape 488 4
+	float kink_flat 492 4
+	float kink_amp_clump 496 4
+	float rough1 500 4
+	float rough1_size 504 4
+	float rough2 508 4
+	float rough2_size 512 4
+	float rough2_thres 516 4
+	float rough_end 520 4
+	float rough_end_shape 524 4
+	float clength 528 4
+	float clength_thres 532 4
+	float parting_fac 536 4
+	float parting_min 540 4
+	float parting_max 544 4
+	float branch_thres 548 4
+	float draw_line 552 8
+	float path_start 560 4
+	float path_end 564 4
+	int trail_count 568 4
+	int keyed_loops 572 4
+	MTex *mtex 576 144
+	Group *dup_group 720 8
+	ListBase dupliweights 728 16
+	Group *eff_group 744 8
+	Object *dup_ob 752 8
+	Object *bb_ob 760 8
+	Ipo *ipo 768 8
+	PartDeflect *pd 776 8
+	PartDeflect *pd2 784 8
+	short use_modifier_stack 792 2
+	short pad 794 6
+
+ParticleSystem 656
+
+	ParticleSystem *next 0 8
+	ParticleSystem *prev 8 8
+	ParticleSettings *part 16 8
+	ParticleData *particles 24 8
+	ChildParticle *child 32 8
+	PTCacheEdit *edit 40 8
+	void (*free_edit)() 48 0
+	ParticleCacheKey **pathcache 48 8
+	ParticleCacheKey **childcache 56 8
+	ListBase pathcachebufs 64 16
+	ListBase childcachebufs 80 16
+	ClothModifierData *clmd 96 8
+	DerivedMesh *hair_in_dm 104 8
+	DerivedMesh *hair_out_dm 112 8
+	Object *target_ob 120 8
+	LatticeDeformData *lattice_deform_data 128 8
+	Object *parent 136 8
+	ListBase targets 144 16
+	char name 160 64
+	float imat 224 64
+	float cfra 288 4
+	float tree_frame 292 4
+	float bvhtree_frame 296 4
+	int seed 300 4
+	int child_seed 304 4
+	int flag 308 4
+	int totpart 312 4
+	int totunexist 316 4
+	int totchild 320 4
+	int totcached 324 4
+	int totchildcache 328 4
+	short recalc 332 2
+	short target_psys 334 2
+	short totkeyed 336 2
+	short bakespace 338 2
+	char bb_uvname 340 192
+	short vgroup 532 24
+	short vg_neg 556 2
+	short rt3 558 2
+	void *renderdata 560 8
+	PointCache *pointcache 568 8
+	ListBase ptcaches 576 16
+	ListBase *effectors 592 8
+	ParticleSpring *fluid_springs 600 8
+	int tot_fluidsprings 608 4
+	int alloc_fluidsprings 612 4
+	KDTree *tree 616 8
+	BVHTree *bvhtree 624 8
+	ParticleDrawData *pdd 632 8
+	float *frand 640 8
+	float dt_frac 648 4
+	float _pad 652 4
+
+ClothSimSettings 152
+
+	LinkNode *cache 0 8
+	float mingoal 8 4
+	float Cdis 12 4
+	float Cvi 16 4
+	float gravity 20 12
+	float dt 32 4
+	float mass 36 4
+	float structural 40 4
+	float shear 44 4
+	float bending 48 4
+	float max_bend 52 4
+	float max_struct 56 4
+	float max_shear 60 4
+	float avg_spring_len 64 4
+	float timescale 68 4
+	float maxgoal 72 4
+	float eff_force_scale 76 4
+	float eff_wind_scale 80 4
+	float sim_time_old 84 4
+	float defgoal 88 4
+	float goalspring 92 4
+	float goalfrict 96 4
+	float velocity_smooth 100 4
+	float collider_friction 104 4
+	float vel_damping 108 4
+	int stepsPerFrame 112 4
+	int flags 116 4
+	int preroll 120 4
+	int maxspringlen 124 4
+	short solver_type 128 2
+	short vgroup_bend 130 2
+	short vgroup_mass 132 2
+	short vgroup_struct 134 2
+	short shapekey_rest 136 2
+	short presets 138 2
+	short reset 140 2
+	short pad 142 2
+	EffectorWeights *effector_weights 144 8
+
+ClothCollSettings 56
+
+	LinkNode *collision_list 0 8
+	float epsilon 8 4
+	float self_friction 12 4
+	float friction 16 4
+	float selfepsilon 20 4
+	float repel_force 24 4
+	float distance_repel 28 4
+	int flags 32 4
+	short self_loop_count 36 2
+	short loop_count 38 2
+	Group *group 40 8
+	short vgroup_selfcol 48 2
+	short pad 50 2
+	int pad2 52 4
+
+bGPDspoint 20
+
+	float x 0 4
+	float y 4 4
+	float z 8 4
+	float pressure 12 4
+	float time 16 4
+
+bGPDstroke 48
+
+	bGPDstroke *next 0 8
+	bGPDstroke *prev 8 8
+	bGPDspoint *points 16 8
+	void *pad 24 8
+	int totpoints 32 4
+	short thickness 36 2
+	short flag 38 2
+	double inittime 40 8
+
+bGPDframe 40
+
+	bGPDframe *next 0 8
+	bGPDframe *prev 8 8
+	ListBase strokes 16 16
+	int framenum 32 4
+	int flag 36 4
+
+bGPDlayer 192
+
+	bGPDlayer *next 0 8
+	bGPDlayer *prev 8 8
+	ListBase frames 16 16
+	bGPDframe *actframe 32 8
+	int flag 40 4
+	short thickness 44 2
+	short gstep 46 2
+	float color 48 16
+	char info 64 128
+
+bGPdata 152
+
+	ID id 0 120
+	ListBase layers 120 16
+	int flag 136 4
+	short sbuffer_size 140 2
+	short sbuffer_sflag 142 2
+	void *sbuffer 144 8
+
+ReportList 40
+
+	ListBase list 0 16
+	int printlevel 16 4
+	int storelevel 20 4
+	int flag 24 4
+	int pad 28 4
+	wmTimer *reporttimer 32 8
+
+wmWindowManager 344
+
+	ID id 0 120
+	wmWindow *windrawable 120 8
+	wmWindow *winactive 128 8
+	ListBase windows 136 16
+	int initialized 152 4
+	short file_saved 156 2
+	short op_undo_depth 158 2
+	ListBase operators 160 16
+	ListBase queue 176 16
+	ReportList reports 192 40
+	ListBase jobs 232 16
+	ListBase paintcursors 248 16
+	ListBase drags 264 16
+	ListBase keyconfigs 280 16
+	wmKeyConfig *defaultconf 296 8
+	wmKeyConfig *addonconf 304 8
+	wmKeyConfig *userconf 312 8
+	ListBase timers 320 16
+	wmTimer *autosavetimer 336 8
+
+wmWindow 256
+
+	wmWindow *next 0 8
+	wmWindow *prev 8 8
+	void *ghostwin 16 8
+	int winid 24 4
+	short grabcursor 28 2
+	short pad 30 2
+	bScreen *screen 32 8
+	bScreen *newscreen 40 8
+	char screenname 48 64
+	short posx 112 2
+	short posy 114 2
+	short sizex 116 2
+	short sizey 118 2
+	short windowstate 120 2
+	short monitor 122 2
+	short active 124 2
+	short cursor 126 2
+	short lastcursor 128 2
+	short modalcursor 130 2
+	short addmousemove 132 2
+	short pad2 134 2
+	wmEvent *eventstate 136 8
+	wmSubWindow *curswin 144 8
+	wmGesture *tweak 152 8
+	int drawmethod 160 4
+	int drawfail 164 4
+	void *drawdata 168 8
+	ListBase queue 176 16
+	ListBase handlers 192 16
+	ListBase modalhandlers 208 16
+	ListBase subwindows 224 16
+	ListBase gesture 240 16
+
+wmKeyMapItem 184
+
+	wmKeyMapItem *next 0 8
+	wmKeyMapItem *prev 8 8
+	char idname 16 64
+	IDProperty *properties 80 8
+	char propvalue_str 88 64
+	short propvalue 152 2
+	short type 154 2
+	short val 156 2
+	short shift 158 2
+	short ctrl 160 2
+	short alt 162 2
+	short oskey 164 2
+	short keymodifier 166 2
+	short flag 168 2
+	short maptype 170 2
+	short id 172 2
+	short pad 174 2
+	PointerRNA *ptr 176 8
+
+wmKeyMapDiffItem 32
+
+	wmKeyMapDiffItem *next 0 8
+	wmKeyMapDiffItem *prev 8 8
+	wmKeyMapItem *remove_item 16 8
+	wmKeyMapItem *add_item 24 8
+
+wmKeyMap 132
+
+	wmKeyMap *next 0 8
+	wmKeyMap *prev 8 8
+	ListBase items 16 16
+	ListBase diff_items 32 16
+	char idname 48 64
+	short spaceid 112 2
+	short regionid 114 2
+	short flag 116 2
+	short kmi_id 118 2
+	int (*poll)() 120 4
+	void *modal_items 124 8
+
+wmKeyConfig 168
+
+	wmKeyConfig *next 0 8
+	wmKeyConfig *prev 8 8
+	char idname 16 64
+	char basename 80 64
+	ListBase keymaps 144 16
+	int actkeymap 160 4
+	int flag 164 4
+
+wmOperator 168
+
+	wmOperator *next 0 8
+	wmOperator *prev 8 8
+	char idname 16 64
+	IDProperty *properties 80 8
+	wmOperatorType *type 88 8
+	void *customdata 96 8
+	void *py_instance 104 8
+	PointerRNA *ptr 112 8
+	ReportList *reports 120 8
+	ListBase macro 128 16
+	wmOperator *opm 144 8
+	uiLayout *layout 152 8
+	short flag 160 2
+	short pad 162 6
+
+FModifier 120
+
+	FModifier *next 0 8
+	FModifier *prev 8 8
+	void *data 16 8
+	void *edata 24 8
+	char name 32 64
+	short type 96 2
+	short flag 98 2
+	float influence 100 4
+	float sfra 104 4
+	float efra 108 4
+	float blendin 112 4
+	float blendout 116 4
+
+FMod_Generator 24
+
+	float *coefficients 0 8
+	int arraysize 8 4
+	int poly_order 12 4
+	int mode 16 4
+	int flag 20 4
+
+FMod_FunctionGenerator 24
+
+	float amplitude 0 4
+	float phase_multiplier 4 4
+	float phase_offset 8 4
+	float value_offset 12 4
+	int type 16 4
+	int flag 20 4
+
+FCM_EnvelopeData 16
+
+	float min 0 4
+	float max 4 4
+	float time 8 4
+	short f1 12 2
+	short f2 14 2
+
+FMod_Envelope 24
+
+	FCM_EnvelopeData *data 0 8
+	int totvert 8 4
+	float midval 12 4
+	float min 16 4
+	float max 20 4
+
+FMod_Cycles 8
+
+	short before_mode 0 2
+	short after_mode 2 2
+	short before_cycles 4 2
+	short after_cycles 6 2
+
+FMod_Python 16
+
+	Text *script 0 8
+	IDProperty *prop 8 8
+
+FMod_Limits 24
+
+	rctf rect 0 16
+	int flag 16 4
+	int pad 20 4
+
+FMod_Noise 20
+
+	float size 0 4
+	float strength 4 4
+	float phase 8 4
+	float pad 12 4
+	short depth 16 2
+	short modification 18 2
+
+FMod_Stepped 20
+
+	float step_size 0 4
+	float offset 4 4
+	float start_frame 8 4
+	float end_frame 12 4
+	int flag 16 4
+
+DriverTarget 56
+
+	ID *id 0 8
+	char *rna_path 8 8
+	char pchan_name 16 32
+	short transChan 48 2
+	short flag 50 2
+	int idtype 52 4
+
+DriverVar 536
+
+	DriverVar *next 0 8
+	DriverVar *prev 8 8
+	char name 16 64
+	DriverTarget targets 80 448
+	short num_targets 528 2
+	short type 530 2
+	float curval 532 4
+
+ChannelDriver 296
+
+	ListBase variables 0 16
+	char expression 16 256
+	void *expr_comp 272 8
+	float curval 280 4
+	float influence 284 4
+	int type 288 4
+	int flag 292 4
+
+FPoint 16
+
+	float vec 0 8
+	int flag 8 4
+	int pad 12 4
+
+FCurve 104
+
+	FCurve *next 0 8
+	FCurve *prev 8 8
+	bActionGroup *grp 16 8
+	ChannelDriver *driver 24 8
+	ListBase modifiers 32 16
+	BezTriple *bezt 48 8
+	FPoint *fpt 56 8
+	int totvert 64 4
+	float curval 68 4
+	short flag 72 2
+	short extend 74 2
+	int array_index 76 4
+	char *rna_path 80 8
+	int color_mode 88 4
+	float color 92 12
+
+AnimMapPair 256
+
+	char from 0 128
+	char to 128 128
+
+AnimMapper 40
+
+	AnimMapper *next 0 8
+	AnimMapper *prev 8 8
+	bAction *target 16 8
+	ListBase mappings 24 16
+
+NlaStrip 208
+
+	NlaStrip *next 0 8
+	NlaStrip *prev 8 8
+	ListBase strips 16 16
+	bAction *act 32 8
+	AnimMapper *remap 40 8
+	ListBase fcurves 48 16
+	ListBase modifiers 64 16
+	char name 80 64
+	float influence 144 4
+	float strip_time 148 4
+	float start 152 4
+	float end 156 4
+	float actstart 160 4
+	float actend 164 4
+	float repeat 168 4
+	float scale 172 4
+	float blendin 176 4
+	float blendout 180 4
+	short blendmode 184 2
+	short extendmode 186 2
+	short pad1 188 2
+	short type 190 2
+	void *speaker_handle 192 8
+	int flag 200 4
+	int pad2 204 4
+
+NlaTrack 104
+
+	NlaTrack *next 0 8
+	NlaTrack *prev 8 8
+	ListBase strips 16 16
+	int flag 32 4
+	int index 36 4
+	char name 40 64
+
+KS_Path 112
+
+	KS_Path *next 0 8
+	KS_Path *prev 8 8
+	ID *id 16 8
+	char group 24 64
+	int idtype 88 4
+	short groupmode 92 2
+	short pad 94 2
+	char *rna_path 96 8
+	int array_index 104 4
+	short flag 108 2
+	short keyingflag 110 2
+
+KeyingSet 472
+
+	KeyingSet *next 0 8
+	KeyingSet *prev 8 8
+	ListBase paths 16 16
+	char idname 32 64
+	char name 96 64
+	char description 160 240
+	char typeinfo 400 64
+	short flag 464 2
+	short keyingflag 466 2
+	int active_path 468 4
+
+AnimOverride 32
+
+	AnimOverride *next 0 8
+	AnimOverride *prev 8 8
+	char *rna_path 16 8
+	int array_index 24 4
+	float value 28 4
+
+AnimData 96
+
+	bAction *action 0 8
+	bAction *tmpact 8 8
+	AnimMapper *remap 16 8
+	ListBase nla_tracks 24 16
+	NlaStrip *actstrip 40 8
+	ListBase drivers 48 16
+	ListBase overrides 64 16
+	int flag 80 4
+	int recalc 84 4
+	short act_blendmode 88 2
+	short act_extendmode 90 2
+	float act_influence 92 4
+
+IdAdtTemplate 128
+
+	ID id 0 120
+	AnimData *adt 120 8
+
+BoidRule 56
+
+	BoidRule *next 0 8
+	BoidRule *prev 8 8
+	int type 16 4
+	int flag 20 4
+	char name 24 32
+
+BoidRuleGoalAvoid 80
+
+	BoidRule rule 0 56
+	Object *ob 56 8
+	int options 64 4
+	float fear_factor 68 4
+	int signal_id 72 4
+	int channels 76 4
+
+BoidRuleAvoidCollision 64
+
+	BoidRule rule 0 56
+	int options 56 4
+	float look_ahead 60 4
+
+BoidRuleFollowLeader 104
+
+	BoidRule rule 0 56
+	Object *ob 56 8
+	float loc 64 12
+	float oloc 76 12
+	float cfra 88 4
+	float distance 92 4
+	int options 96 4
+	int queue_size 100 4
+
+BoidRuleAverageSpeed 72
+
+	BoidRule rule 0 56
+	float wander 56 4
+	float level 60 4
+	float speed 64 4
+	float rt 68 4
+
+BoidRuleFight 64
+
+	BoidRule rule 0 56
+	float distance 56 4
+	float flee_distance 60 4
+
+BoidData 20
+
+	float health 0 4
+	float acc 4 12
+	short state_id 16 2
+	short mode 18 2
+
+BoidState 128
+
+	BoidState *next 0 8
+	BoidState *prev 8 8
+	ListBase rules 16 16
+	ListBase conditions 32 16
+	ListBase actions 48 16
+	char name 64 32
+	int id 96 4
+	int flag 100 4
+	int ruleset_type 104 4
+	float rule_fuzziness 108 4
+	int signal_id 112 4
+	int channels 116 4
+	float volume 120 4
+	float falloff 124 4
+
+BoidSettings 104
+
+	int options 0 4
+	int last_state_id 4 4
+	float landing_smoothness 8 4
+	float height 12 4
+	float banking 16 4
+	float pitch 20 4
+	float health 24 4
+	float aggression 28 4
+	float strength 32 4
+	float accuracy 36 4
+	float range 40 4
+	float air_min_speed 44 4
+	float air_max_speed 48 4
+	float air_max_acc 52 4
+	float air_max_ave 56 4
+	float air_personal_space 60 4
+	float land_jump_speed 64 4
+	float land_max_speed 68 4
+	float land_max_acc 72 4
+	float land_max_ave 76 4
+	float land_personal_space 80 4
+	float land_stick_force 84 4
+	ListBase states 88 16
+
+SmokeDomainSettings 584
+
+	SmokeModifierData *smd 0 8
+	FLUID_3D *fluid 8 8
+	void *fluid_mutex 16 8
+	Group *fluid_group 24 8
+	Group *eff_group 32 8
+	Group *coll_group 40 8
+	WTURBULENCE *wt 48 8
+	GPUTexture *tex 56 8
+	GPUTexture *tex_wt 64 8
+	GPUTexture *tex_shadow 72 8
+	GPUTexture *tex_flame 80 8
+	float *shadow 88 8
+	float p0 96 12
+	float p1 108 12
+	float dp0 120 12
+	float cell_size 132 12
+	float global_size 144 12
+	float prev_loc 156 12
+	int shift 168 12
+	float shift_f 180 12
+	float obj_shift_f 192 12
+	float imat 204 64
+	float obmat 268 64
+	int base_res 332 12
+	int res_min 344 12
+	int res_max 356 12
+	int res 368 12
+	int total_cells 380 4
+	float dx 384 4
+	float scale 388 4
+	int adapt_margin 392 4
+	int adapt_res 396 4
+	float adapt_threshold 400 4
+	float alpha 404 4
+	float beta 408 4
+	int amplify 412 4
+	int maxres 416 4
+	int flags 420 4
+	int viewsettings 424 4
+	short noise 428 2
+	short diss_percent 430 2
+	int diss_speed 432 4
+	float strength 436 4
+	int res_wt 440 12
+	float dx_wt 452 4
+	int cache_comp 456 4
+	int cache_high_comp 460 4
+	PointCache *point_cache 464 16
+	ListBase ptcaches 480 32
+	EffectorWeights *effector_weights 512 8
+	int border_collisions 520 4
+	float time_scale 524 4
+	float vorticity 528 4
+	int active_fields 532 4
+	float active_color 536 12
+	int highres_sampling 548 4
+	float burning_rate 552 4
+	float flame_smoke 556 4
+	float flame_vorticity 560 4
+	float flame_ignition 564 4
+	float flame_max_temp 568 4
+	float flame_smoke_color 572 12
+
+SmokeFlowSettings 184
+
+	SmokeModifierData *smd 0 8
+	DerivedMesh *dm 8 8
+	ParticleSystem *psys 16 8
+	Tex *noise_texture 24 8
+	float *verts_old 32 8
+	int numverts 40 4
+	float vel_multi 44 4
+	float vel_normal 48 4
+	float vel_random 52 4
+	float density 56 4
+	float color 60 12
+	float fuel_amount 72 4
+	float temp 76 4
+	float volume_density 80 4
+	float surface_distance 84 4
+	float particle_size 88 4
+	int subframes 92 4
+	float texture_size 96 4
+	float texture_offset 100 4
+	int pad 104 4
+	char uvlayer_name 108 64
+	short vgroup_density 172 2
+	short type 174 2
+	short source 176 2
+	short texture_type 178 2
+	int flags 180 4
+
+SmokeCollSettings 32
+
+	SmokeModifierData *smd 0 8
+	DerivedMesh *dm 8 8
+	float *verts_old 16 8
+	int numverts 24 4
+	short type 28 2
+	short pad 30 2
+
+Speaker 184
+
+	ID id 0 120
+	AnimData *adt 120 8
+	bSound *sound 128 8
+	float volume_max 136 4
+	float volume_min 140 4
+	float distance_max 144 4
+	float distance_reference 148 4
+	float attenuation 152 4
+	float cone_angle_outer 156 4
+	float cone_angle_inner 160 4
+	float cone_volume_outer 164 4
+	float volume 168 4
+	float pitch 172 4
+	short flag 176 2
+	short pad1 178 6
+
+MovieClipUser 8
+
+	int framenr 0 4
+	short render_size 4 2
+	short render_flag 6 2
+
+MovieClipProxy 776
+
+	char dir 0 768
+	short tc 768 2
+	short quality 770 2
+	short build_size_flag 772 2
+	short build_tc_flag 774 2
+
+MovieClip 2384
+
+	ID id 0 120
+	AnimData *adt 120 8
+	char name 128 1024
+	int source 1152 4
+	int lastframe 1156 4
+	int lastsize 1160 8
+	float aspx 1168 4
+	float aspy 1172 4
+	anim *anim 1176 8
+	MovieClipCache *cache 1184 8
+	bGPdata *gpd 1192 8
+	MovieTracking tracking 1200 320
+	void *tracking_context 1520 8
+	MovieClipProxy proxy 1528 776
+	int flag 2304 4
+	int len 2308 4
+	int start_frame 2312 4
+	int frame_offset 2316 4
+	ColorManagedColorspaceSettings colorspace_settings 2320 64
+
+MovieClipScopes 136
+
+	short ok 0 2
+	short use_track_mask 2 2
+	int track_preview_height 4 4
+	int frame_width 8 4
+	int frame_height 12 4
+	MovieTrackingMarker undist_marker 16 64
+	ImBuf *track_search 80 8
+	ImBuf *track_preview 88 8
+	float track_pos 96 8
+	short track_disabled 104 2
+	short track_locked 106 2
+	int framenr 108 4
+	MovieTrackingTrack *track 112 8
+	MovieTrackingMarker *marker 120 8
+	float slide_scale 128 8
+
+MovieReconstructedCamera 72
+
+	int framenr 0 4
+	float error 4 4
+	float mat 8 64
+
+MovieTrackingCamera 48
+
+	void *intrinsics 0 8
+	float sensor_width 8 4
+	float pixel_aspect 12 4
+	float pad 16 4
+	float focal 20 4
+	short units 24 2
+	short pad1 26 2
+	float principal 28 8
+	float k1 36 4
+	float k2 40 4
+	float k3 44 4
+
+MovieTrackingMarker 64
+
+	float pos 0 8
+	float pattern_corners 8 32
+	float search_min 40 8
+	float search_max 48 8
+	int framenr 56 4
+	int flag 60 4
+
+MovieTrackingTrack 200
+
+	MovieTrackingTrack *next 0 8
+	MovieTrackingTrack *prev 8 8
+	char name 16 64
+	float pat_min 80 8
+	float pat_max 88 8
+	float search_min 96 8
+	float search_max 104 8
+	float offset 112 8
+	int markersnr 120 4
+	int last_marker 124 4
+	MovieTrackingMarker *markers 128 8
+	float bundle_pos 136 12
+	float error 148 4
+	int flag 152 4
+	int pat_flag 156 4
+	int search_flag 160 4
+	float color 164 12
+	short frames_limit 176 2
+	short margin 178 2
+	short pattern_match 180 2
+	short motion_model 182 2
+	int algorithm_flag 184 4
+	float minimum_correlation 188 4
+	bGPdata *gpd 192 8
+
+MovieTrackingPlaneMarker 40
+
+	float corners 0 32
+	int framenr 32 4
+	int flag 36 4
+
+MovieTrackingPlaneTrack 120
+
+	MovieTrackingPlaneTrack *next 0 8
+	MovieTrackingPlaneTrack *prev 8 8
+	char name 16 64
+	MovieTrackingTrack **point_tracks 80 8
+	int point_tracksnr 88 4
+	int pad 92 4
+	MovieTrackingPlaneMarker *markers 96 8
+	int markersnr 104 4
+	int flag 108 4
+	int last_marker 112 4
+	int pad2 116 4
+
+MovieTrackingSettings 72
+
+	int flag 0 4
+	short default_motion_model 4 2
+	short default_algorithm_flag 6 2
+	float default_minimum_correlation 8 4
+	short default_pattern_size 12 2
+	short default_search_size 14 2
+	short default_frames_limit 16 2
+	short default_margin 18 2
+	short default_pattern_match 20 2
+	short default_flag 22 2
+	short motion_flag 24 2
+	short speed 26 2
+	int keyframe1 28 4
+	int keyframe2 32 4
+	float reconstruction_success_threshold 36 4
+	int reconstruction_flag 40 4
+	short refine_camera_intrinsics 44 2
+	short pad2 46 2
+	float dist 48 4
+	int clean_frames 52 4
+	int clean_action 56 4
+	float clean_error 60 4
+	float object_distance 64 4
+	int pad3 68 4
+
+MovieTrackingStabilization 48
+
+	int flag 0 4
+	int tot_track 4 4
+	int act_track 8 4
+	float maxscale 12 4
+	MovieTrackingTrack *rot_track 16 8
+	float locinf 24 4
+	float scaleinf 28 4
+	float rotinf 32 4
+	int filter 36 4
+	int ok 40 4
+	float scale 44 4
+
+MovieTrackingReconstruction 24
+
+	int flag 0 4
+	float error 4 4
+	int last_camera 8 4
+	int camnr 12 4
+	MovieReconstructedCamera *cameras 16 8
+
+MovieTrackingObject 152
+
+	MovieTrackingObject *next 0 8
+	MovieTrackingObject *prev 8 8
+	char name 16 64
+	int flag 80 4
+	float scale 84 4
+	ListBase tracks 88 16
+	ListBase plane_tracks 104 16
+	MovieTrackingReconstruction reconstruction 120 24
+	int keyframe1 144 4
+	int keyframe2 148 4
+
+MovieTrackingStats 256
+
+	char message 0 256
+
+MovieTrackingDopesheetChannel 112
+
+	MovieTrackingDopesheetChannel *next 0 8
+	MovieTrackingDopesheetChannel *prev 8 8
+	MovieTrackingTrack *track 16 8
+	int pad 24 4
+	char name 28 64
+	int tot_segment 92 4
+	int *segments 96 8
+	int max_segment 104 4
+	int total_frames 108 4
+
+MovieTrackingDopesheetCoverageSegment 32
+
+	MovieTrackingDopesheetCoverageSegment *next 0 8
+	MovieTrackingDopesheetCoverageSegment *prev 8 8
+	int coverage 16 4
+	int start_frame 20 4
+	int end_frame 24 4
+	int pad 28 4
+
+MovieTrackingDopesheet 48
+
+	int ok 0 4
+	short sort_method 4 2
+	short flag 6 2
+	ListBase coverage_segments 8 16
+	ListBase channels 24 16
+	int tot_channel 40 4
+	int pad 44 4
+
+MovieTracking 320
+
+	MovieTrackingSettings settings 0 72
+	MovieTrackingCamera camera 72 48
+	ListBase tracks 120 16
+	ListBase plane_tracks 136 16
+	MovieTrackingReconstruction reconstruction 152 24
+	MovieTrackingStabilization stabilization 176 48
+	MovieTrackingTrack *act_track 224 8
+	MovieTrackingPlaneTrack *act_plane_track 232 8
+	ListBase objects 240 16
+	int objectnr 256 4
+	int tot_object 260 4
+	MovieTrackingStats *stats 264 8
+	MovieTrackingDopesheet dopesheet 272 48
+
+DynamicPaintSurface 1560
+
+	DynamicPaintSurface *next 0 8
+	DynamicPaintSurface *prev 8 8
+	DynamicPaintCanvasSettings *canvas 16 8
+	PaintSurfaceData *data 24 8
+	Group *brush_group 32 8
+	EffectorWeights *effector_weights 40 8
+	PointCache *pointcache 48 8
+	ListBase ptcaches 56 16
+	int current_frame 72 4
+	char name 76 64
+	short format 140 2
+	short type 142 2
+	short disp_type 144 2
+	short image_fileformat 146 2
+	short effect_ui 148 2
+	short preview_id 150 2
+	short init_color_type 152 2
+	short pad_s 154 2
+	int flags 156 4
+	int effect 160 4
+	int image_resolution 164 4
+	int substeps 168 4
+	int start_frame 172 4
+	int end_frame 176 4
+	int pad 180 4
+	float init_color 184 16
+	Tex *init_texture 200 8
+	char init_layername 208 64
+	int dry_speed 272 4
+	int diss_speed 276 4
+	float color_dry_threshold 280 4
+	float depth_clamp 284 4
+	float disp_factor 288 4
+	float spread_speed 292 4
+	float color_spread_speed 296 4
+	float shrink_speed 300 4
+	float drip_vel 304 4
+	float drip_acc 308 4
+	float influence_scale 312 4
+	float radius_scale 316 4
+	float wave_damping 320 4
+	float wave_speed 324 4
+	float wave_timescale 328 4
+	float wave_spring 332 4
+	float wave_smoothness 336 4
+	int pad2 340 4
+	char uvlayer_name 344 64
+	char image_output_path 408 1024
+	char output_name 1432 64
+	char output_name2 1496 64
+
+DynamicPaintCanvasSettings 104
+
+	DynamicPaintModifierData *pmd 0 8
+	DerivedMesh *dm 8 8
+	ListBase surfaces 16 16
+	short active_sur 32 2
+	short flags 34 2
+	int pad 36 4
+	char error 40 64
+
+DynamicPaintBrushSettings 112
+
+	DynamicPaintModifierData *pmd 0 8
+	DerivedMesh *dm 8 8
+	ParticleSystem *psys 16 8
+	Material *mat 24 8
+	int flags 32 4
+	int collision 36 4
+	float r 40 4
+	float g 44 4
+	float b 48 4
+	float alpha 52 4
+	float wetness 56 4
+	float particle_radius 60 4
+	float particle_smooth 64 4
+	float paint_distance 68 4
+	ColorBand *paint_ramp 72 8
+	ColorBand *vel_ramp 80 8
+	short proximity_falloff 88 2
+	short wave_type 90 2
+	short ray_dir 92 2
+	short pad 94 2
+	float wave_factor 96 4
+	float wave_clamp 100 4
+	float max_velocity 104 4
+	float smudge_strength 108 4
+
+Mask 168
+
+	ID id 0 120
+	AnimData *adt 120 8
+	ListBase masklayers 128 16
+	int masklay_act 144 4
+	int masklay_tot 148 4
+	int sfra 152 4
+	int efra 156 4
+	int flag 160 4
+	int pad 164 4
+
+MaskParent 184
+
+	int id_type 0 4
+	int type 4 4
+	ID *id 8 8
+	char parent 16 64
+	char sub_parent 80 64
+	float parent_orig 144 8
+	float parent_corners_orig 152 32
+
+MaskSplinePointUW 12
+
+	float u 0 4
+	float w 4 4
+	int flag 8 4
+
+MaskSplinePoint 256
+
+	BezTriple bezt 0 56
+	int pad 56 4
+	int tot_uw 60 4
+	MaskSplinePointUW *uw 64 8
+	MaskParent parent 72 184
+
+MaskSpline 224
+
+	MaskSpline *next 0 8
+	MaskSpline *prev 8 8
+	short flag 16 2
+	char offset_mode 18 1
+	char weight_interp 19 1
+	int tot_point 20 4
+	MaskSplinePoint *points 24 8
+	MaskParent parent 32 184
+	MaskSplinePoint *points_deform 216 8
+
+MaskLayerShape 40
+
+	MaskLayerShape *next 0 8
+	MaskLayerShape *prev 8 8
+	float *data 16 8
+	int tot_vert 24 4
+	int frame 28 4
+	char flag 32 1
+	char pad 33 7
+
+MaskLayer 144
+
+	MaskLayer *next 0 8
+	MaskLayer *prev 8 8
+	char name 16 64
+	ListBase splines 80 16
+	ListBase splines_shapes 96 16
+	MaskSpline *act_spline 112 8
+	MaskSplinePoint *act_point 120 8
+	float alpha 128 4
+	char blend 132 1
+	char blend_flag 133 1
+	char falloff 134 1
+	char pad 135 7
+	char flag 142 1
+	char restrictflag 143 1
+
+RigidBodyWorld 88
+
+	EffectorWeights *effector_weights 0 8
+	Group *group 8 8
+	Object **objects 16 8
+	Group *constraints 24 8
+	int pad 32 4
+	float ltime 36 4
+	PointCache *pointcache 40 8
+	ListBase ptcaches 48 16
+	int numbodies 64 4
+	short steps_per_second 68 2
+	short num_solver_iterations 70 2
+	int flag 72 4
+	float time_scale 76 4
+	void *physics_world 80 8
+
+RigidBodyOb 96
+
+	void *physics_object 0 8
+	void *physics_shape 8 8
+	short type 16 2
+	short shape 18 2
+	int flag 20 4
+	int col_groups 24 4
+	int pad 28 4
+	float mass 32 4
+	float friction 36 4
+	float restitution 40 4
+	float margin 44 4
+	float lin_damping 48 4
+	float ang_damping 52 4
+	float lin_sleep_thresh 56 4
+	float ang_sleep_thresh 60 4
+	float orn 64 16
+	float pos 80 12
+	float pad1 92 4
+
+RigidBodyCon 128
+
+	Object *ob1 0 8
+	Object *ob2 8 8
+	short type 16 2
+	short num_solver_iterations 18 2
+	int flag 20 4
+	float breaking_threshold 24 4
+	float pad 28 4
+	float limit_lin_x_lower 32 4
+	float limit_lin_x_upper 36 4
+	float limit_lin_y_lower 40 4
+	float limit_lin_y_upper 44 4
+	float limit_lin_z_lower 48 4
+	float limit_lin_z_upper 52 4
+	float limit_ang_x_lower 56 4
+	float limit_ang_x_upper 60 4
+	float limit_ang_y_lower 64 4
+	float limit_ang_y_upper 68 4
+	float limit_ang_z_lower 72 4
+	float limit_ang_z_upper 76 4
+	float spring_stiffness_x 80 4
+	float spring_stiffness_y 84 4
+	float spring_stiffness_z 88 4
+	float spring_damping_x 92 4
+	float spring_damping_y 96 4
+	float spring_damping_z 100 4
+	float motor_lin_target_velocity 104 4
+	float motor_ang_target_velocity 108 4
+	float motor_lin_max_impulse 112 4
+	float motor_ang_max_impulse 116 4
+	void *physics_constraint 120 8
+
+FreestyleLineSet 128
+
+	FreestyleLineSet *next 0 8
+	FreestyleLineSet *prev 8 8
+	char name 16 64
+	int flags 80 4
+	int selection 84 4
+	short qi 88 2
+	short pad1 90 2
+	int qi_start 92 4
+	int qi_end 96 4
+	int edge_types 100 4
+	int exclude_edge_types 104 4
+	int pad2 108 4
+	Group *group 112 8
+	FreestyleLineStyle *linestyle 120 8
+
+FreestyleModuleConfig 32
+
+	FreestyleModuleConfig *next 0 8
+	FreestyleModuleConfig *prev 8 8
+	Text *script 16 8
+	short is_displayed 24 2
+	short pad 26 6
+
+FreestyleConfig 56
+
+	ListBase modules 0 16
+	int mode 16 4
+	int raycasting_algorithm 20 4
+	int flags 24 4
+	float sphere_radius 28 4
+	float dkr_epsilon 32 4
+	float crease_angle 36 4
+	ListBase linesets 40 16
+
+LineStyleModifier 96
+
+	LineStyleModifier *next 0 8
+	LineStyleModifier *prev 8 8
+	char name 16 64
+	int type 80 4
+	float influence 84 4
+	int flags 88 4
+	int blend 92 4
+
+LineStyleColorModifier_AlongStroke 104
+
+	LineStyleModifier modifier 0 96
+	ColorBand *color_ramp 96 8
+
+LineStyleAlphaModifier_AlongStroke 112
+
+	LineStyleModifier modifier 0 96
+	CurveMapping *curve 96 8
+	int flags 104 4
+	int pad 108 4
+
+LineStyleThicknessModifier_AlongStroke 120
+
+	LineStyleModifier modifier 0 96
+	CurveMapping *curve 96 8
+	int flags 104 4
+	float value_min 108 4
+	float value_max 112 4
+	int pad 116 4
+
+LineStyleColorModifier_DistanceFromCamera 112
+
+	LineStyleModifier modifier 0 96
+	ColorBand *color_ramp 96 8
+	float range_min 104 4
+	float range_max 108 4
+
+LineStyleAlphaModifier_DistanceFromCamera 120
+
+	LineStyleModifier modifier 0 96
+	CurveMapping *curve 96 8
+	int flags 104 4
+	float range_min 108 4
+	float range_max 112 4
+	int pad 116 4
+
+LineStyleThicknessModifier_DistanceFromCamera 128
+
+	LineStyleModifier modifier 0 96
+	CurveMapping *curve 96 8
+	int flags 104 4
+	float range_min 108 4
+	float range_max 112 4
+	float value_min 116 4
+	float value_max 120 4
+	int pad 124 4
+
+LineStyleColorModifier_DistanceFromObject 120
+
+	LineStyleModifier modifier 0 96
+	Object *target 96 8
+	ColorBand *color_ramp 104 8
+	float range_min 112 4
+	float range_max 116 4
+
+LineStyleAlphaModifier_DistanceFromObject 128
+
+	LineStyleModifier modifier 0 96
+	Object *target 96 8
+	CurveMapping *curve 104 8
+	int flags 112 4
+	float range_min 116 4
+	float range_max 120 4
+	int pad 124 4
+
+LineStyleThicknessModifier_DistanceFromObject 136
+
+	LineStyleModifier modifier 0 96
+	Object *target 96 8
+	CurveMapping *curve 104 8
+	int flags 112 4
+	float range_min 116 4
+	float range_max 120 4
+	float value_min 124 4
+	float value_max 128 4
+	int pad 132 4
+
+LineStyleColorModifier_Material 112
+
+	LineStyleModifier modifier 0 96
+	ColorBand *color_ramp 96 8
+	int flags 104 4
+	int mat_attr 108 4
+
+LineStyleAlphaModifier_Material 112
+
+	LineStyleModifier modifier 0 96
+	CurveMapping *curve 96 8
+	int flags 104 4
+	int mat_attr 108 4
+
+LineStyleThicknessModifier_Material 120
+
+	LineStyleModifier modifier 0 96
+	CurveMapping *curve 96 8
+	int flags 104 4
+	float value_min 108 4
+	float value_max 112 4
+	int mat_attr 116 4
+
+LineStyleGeometryModifier_Sampling 104
+
+	LineStyleModifier modifier 0 96
+	float sampling 96 4
+	int pad 100 4
+
+LineStyleGeometryModifier_BezierCurve 104
+
+	LineStyleModifier modifier 0 96
+	float error 96 4
+	int pad 100 4
+
+LineStyleGeometryModifier_SinusDisplacement 112
+
+	LineStyleModifier modifier 0 96
+	float wavelength 96 4
+	float amplitude 100 4
+	float phase 104 4
+	int pad 108 4
+
+LineStyleGeometryModifier_SpatialNoise 112
+
+	LineStyleModifier modifier 0 96
+	float amplitude 96 4
+	float scale 100 4
+	int octaves 104 4
+	int flags 108 4
+
+LineStyleGeometryModifier_PerlinNoise1D 120
+
+	LineStyleModifier modifier 0 96
+	float frequency 96 4
+	float amplitude 100 4
+	float angle 104 4
+	int octaves 108 4
+	int seed 112 4
+	int pad1 116 4
+
+LineStyleGeometryModifier_PerlinNoise2D 120
+
+	LineStyleModifier modifier 0 96
+	float frequency 96 4
+	float amplitude 100 4
+	float angle 104 4
+	int octaves 108 4
+	int seed 112 4
+	int pad1 116 4
+
+LineStyleGeometryModifier_BackboneStretcher 104
+
+	LineStyleModifier modifier 0 96
+	float backbone_length 96 4
+	int pad 100 4
+
+LineStyleGeometryModifier_TipRemover 104
+
+	LineStyleModifier modifier 0 96
+	float tip_length 96 4
+	int pad 100 4
+
+LineStyleGeometryModifier_Polygonalization 104
+
+	LineStyleModifier modifier 0 96
+	float error 96 4
+	int pad 100 4
+
+LineStyleGeometryModifier_GuidingLines 104
+
+	LineStyleModifier modifier 0 96
+	float offset 96 4
+	int pad 100 4
+
+LineStyleGeometryModifier_Blueprint 120
+
+	LineStyleModifier modifier 0 96
+	int flags 96 4
+	int rounds 100 4
+	float backbone_length 104 4
+	int random_radius 108 4
+	int random_center 112 4
+	int random_backbone 116 4
+
+LineStyleGeometryModifier_2DOffset 112
+
+	LineStyleModifier modifier 0 96
+	float start 96 4
+	float end 100 4
+	float x 104 4
+	float y 108 4
+
+LineStyleGeometryModifier_2DTransform 128
+
+	LineStyleModifier modifier 0 96
+	int pivot 96 4
+	float scale_x 100 4
+	float scale_y 104 4
+	float angle 108 4
+	float pivot_u 112 4
+	float pivot_x 116 4
+	float pivot_y 120 4
+	int pad 124 4
+
+LineStyleThicknessModifier_Calligraphy 112
+
+	LineStyleModifier modifier 0 96
+	float min_thickness 96 4
+	float max_thickness 100 4
+	float orientation 104 4
+	int pad 108 4
+
+FreestyleLineStyle 288
+
+	ID id 0 120
+	AnimData *adt 120 8
+	float r 128 4
+	float g 132 4
+	float b 136 4
+	float alpha 140 4
+	float thickness 144 4
+	int thickness_position 148 4
+	float thickness_ratio 152 4
+	int flag 156 4
+	int caps 160 4
+	int chaining 164 4
+	int rounds 168 4
+	float split_length 172 4
+	float min_angle 176 4
+	float max_angle 180 4
+	float min_length 184 4
+	float max_length 188 4
+	short split_dash1 192 2
+	short split_gap1 194 2
+	short split_dash2 196 2
+	short split_gap2 198 2
+	short split_dash3 200 2
+	short split_gap3 202 2
+	int pad 204 4
+	short dash1 208 2
+	short gap1 210 2
+	short dash2 212 2
+	short gap2 214 2
+	short dash3 216 2
+	short gap3 218 2
+	int panel 220 4
+	ListBase color_modifiers 224 16
+	ListBase alpha_modifiers 240 16
+	ListBase thickness_modifiers 256 16
+	ListBase geometry_modifiers 272 16
+

+ 10946 - 0
test/spiderExport.stl

@@ -0,0 +1,10946 @@
+solid AssimpScene
+ facet normal 0.468281955 -0.863497853 -0.187305972
+  outer loop
+  vertex 0.907127976 0.646165013 0.795193017
+  vertex 1.65540099 1.11156702 0.520398021
+  vertex 0.766146004 0.680482984 0.284518987
+  endloop
+ endfacet
+
+ facet normal 0.373240978 -0.860315859 -0.347199947
+  outer loop
+  vertex 1.85664499 0.887426019 1.21811604
+  vertex 0.907127976 0.646165013 0.795193017
+  vertex 1.31394804 0.554956019 1.45853198
+  endloop
+ endfacet
+
+ facet normal -0.148454979 -0.953196883 -0.263394982
+  outer loop
+  vertex 1.65540099 1.11156702 0.520398021
+  vertex 1.85664499 0.887426019 1.21811604
+  vertex 2.33923101 0.936287999 0.769291997
+  endloop
+ endfacet
+
+ facet normal 0.383431226 -0.84137249 -0.38088423
+  outer loop
+  vertex 1.85664499 0.887426019 1.21811604
+  vertex 1.65540099 1.11156702 0.520398021
+  vertex 0.907127976 0.646165013 0.795193017
+  endloop
+ endfacet
+
+ facet normal 0.562677324 -0.799798489 -0.209085122
+  outer loop
+  vertex 0.451615006 0.391451001 0.543682992
+  vertex 0.907127976 0.646165013 0.795193017
+  vertex 0.766146004 0.680482984 0.284518987
+  endloop
+ endfacet
+
+ facet normal 0.807133079 -0.364618987 -0.46431601
+  outer loop
+  vertex 0.681457996 0.234028995 1.06684601
+  vertex 0.451615006 0.391451001 0.543682992
+  vertex 0.382212013 -0.0206840001 0.746681988
+  endloop
+ endfacet
+
+ facet normal 0.612119138 -0.640684068 -0.463502079
+  outer loop
+  vertex 0.907127976 0.646165013 0.795193017
+  vertex 0.681457996 0.234028995 1.06684601
+  vertex 1.31394804 0.554956019 1.45853198
+  endloop
+ endfacet
+
+ facet normal 0.613333642 -0.640477657 -0.462179691
+  outer loop
+  vertex 0.681457996 0.234028995 1.06684601
+  vertex 0.907127976 0.646165013 0.795193017
+  vertex 0.451615006 0.391451001 0.543682992
+  endloop
+ endfacet
+
+ facet normal 0.730570912 0 -0.68283695
+  outer loop
+  vertex 0.681457996 -0.275397986 1.06684601
+  vertex 0.681457996 0.234028995 1.06684601
+  vertex 0.382212013 -0.0206840001 0.746681988
+  endloop
+ endfacet
+
+ facet normal 0.622255981 0.257773995 -0.739154994
+  outer loop
+  vertex 1.25399899 -0.0620529987 1.62324095
+  vertex 0.681457996 -0.275397986 1.06684601
+  vertex 1.31394804 -0.679062009 1.45853198
+  endloop
+ endfacet
+
+ facet normal 0.600341976 -0.260203004 -0.756230056
+  outer loop
+  vertex 0.681457996 0.234028995 1.06684601
+  vertex 1.25399899 -0.0620529987 1.62324095
+  vertex 1.31394804 0.554956019 1.45853198
+  endloop
+ endfacet
+
+ facet normal 0.696921945 0 -0.717146993
+  outer loop
+  vertex 1.25399899 -0.0620529987 1.62324095
+  vertex 0.681457996 0.234028995 1.06684601
+  vertex 0.681457996 -0.275397986 1.06684601
+  endloop
+ endfacet
+
+ facet normal 0.168448105 -0.269475162 -0.948160529
+  outer loop
+  vertex 1.25399899 -0.0620529987 1.62324095
+  vertex 1.98102093 0.300615013 1.64932895
+  vertex 1.31394804 0.554956019 1.45853198
+  endloop
+ endfacet
+
+ facet normal 0.168448105 0.269475162 -0.948160529
+  outer loop
+  vertex 1.98102093 -0.424721986 1.64932895
+  vertex 1.25399899 -0.0620529987 1.62324095
+  vertex 1.31394804 -0.679062009 1.45853198
+  endloop
+ endfacet
+
+ facet normal -0.248866931 0 -0.968537748
+  outer loop
+  vertex 1.98102093 0.300615013 1.64932895
+  vertex 1.98102093 -0.424721986 1.64932895
+  vertex 2.55083203 -0.0620529987 1.50291502
+  endloop
+ endfacet
+
+ facet normal 0.0358599909 0 -0.999356866
+  outer loop
+  vertex 1.98102093 -0.424721986 1.64932895
+  vertex 1.98102093 0.300615013 1.64932895
+  vertex 1.25399899 -0.0620529987 1.62324095
+  endloop
+ endfacet
+
+ facet normal 0.00512400037 -0.591441095 -0.806332052
+  outer loop
+  vertex 1.98102093 0.300615013 1.64932895
+  vertex 1.85664499 0.887426019 1.21811604
+  vertex 1.31394804 0.554956019 1.45853198
+  endloop
+ endfacet
+
+ facet normal -0.432703078 -0.343308091 -0.83361119
+  outer loop
+  vertex 2.58366799 0.524757028 1.24420404
+  vertex 1.98102093 0.300615013 1.64932895
+  vertex 2.55083203 -0.0620529987 1.50291502
+  endloop
+ endfacet
+
+ facet normal -0.375216067 -0.787361085 -0.489158064
+  outer loop
+  vertex 1.85664499 0.887426019 1.21811604
+  vertex 2.58366799 0.524757028 1.24420404
+  vertex 2.33923101 0.936287999 0.769291997
+  endloop
+ endfacet
+
+ facet normal -0.275769085 -0.606463194 -0.745757163
+  outer loop
+  vertex 2.58366799 0.524757028 1.24420404
+  vertex 1.85664499 0.887426019 1.21811604
+  vertex 1.98102093 0.300615013 1.64932895
+  endloop
+ endfacet
+
+ facet normal -0.241510943 -0.3801229 -0.892848849
+  outer loop
+  vertex 3.11489511 -0.0620529987 1.35033894
+  vertex 2.58366799 0.524757028 1.24420404
+  vertex 2.55083203 -0.0620529987 1.50291502
+  endloop
+ endfacet
+
+ facet normal -0.950931132 -0.278835028 0.134094015
+  outer loop
+  vertex 2.83174801 0.524757028 0.562609017
+  vertex 3.11489511 -0.0620529987 1.35033894
+  vertex 2.97289085 -0.0620529987 0.343317986
+  endloop
+ endfacet
+
+ facet normal -0.680309772 -0.68983078 -0.247612908
+  outer loop
+  vertex 2.58366799 0.524757028 1.24420404
+  vertex 2.83174801 0.524757028 0.562609017
+  vertex 2.33923101 0.936287999 0.769291997
+  endloop
+ endfacet
+
+ facet normal -0.69412154 -0.67406857 -0.25263983
+  outer loop
+  vertex 2.83174801 0.524757028 0.562609017
+  vertex 2.58366799 0.524757028 1.24420404
+  vertex 3.11489511 -0.0620529987 1.35033894
+  endloop
+ endfacet
+
+ facet normal -0.241510943 0.3801229 -0.892848849
+  outer loop
+  vertex 2.58366799 -0.648863018 1.24420404
+  vertex 3.11489511 -0.0620529987 1.35033894
+  vertex 2.55083203 -0.0620529987 1.50291502
+  endloop
+ endfacet
+
+ facet normal -0.680310249 0.689830244 -0.247613087
+  outer loop
+  vertex 2.83174801 -0.648863018 0.562609017
+  vertex 2.58366799 -0.648863018 1.24420404
+  vertex 2.33923101 -1.060395 0.769291997
+  endloop
+ endfacet
+
+ facet normal -0.950931132 0.278835028 0.134094015
+  outer loop
+  vertex 3.11489511 -0.0620529987 1.35033894
+  vertex 2.83174801 -0.648863018 0.562609017
+  vertex 2.97289085 -0.0620529987 0.343317986
+  endloop
+ endfacet
+
+ facet normal -0.69412154 0.67406857 -0.25263983
+  outer loop
+  vertex 2.83174801 -0.648863018 0.562609017
+  vertex 3.11489511 -0.0620529987 1.35033894
+  vertex 2.58366799 -0.648863018 1.24420404
+  endloop
+ endfacet
+
+ facet normal 0.00512400037 0.591441095 -0.806332052
+  outer loop
+  vertex 1.85664499 -1.01153195 1.21811604
+  vertex 1.98102093 -0.424721986 1.64932895
+  vertex 1.31394804 -0.679062009 1.45853198
+  endloop
+ endfacet
+
+ facet normal -0.375215858 0.787360668 -0.489158779
+  outer loop
+  vertex 2.58366799 -0.648863018 1.24420404
+  vertex 1.85664499 -1.01153195 1.21811604
+  vertex 2.33923101 -1.060395 0.769291997
+  endloop
+ endfacet
+
+ facet normal -0.432703078 0.343308091 -0.83361119
+  outer loop
+  vertex 1.98102093 -0.424721986 1.64932895
+  vertex 2.58366799 -0.648863018 1.24420404
+  vertex 2.55083203 -0.0620529987 1.50291502
+  endloop
+ endfacet
+
+ facet normal -0.275769085 0.606463194 -0.745757163
+  outer loop
+  vertex 2.58366799 -0.648863018 1.24420404
+  vertex 1.98102093 -0.424721986 1.64932895
+  vertex 1.85664499 -1.01153195 1.21811604
+  endloop
+ endfacet
+
+ facet normal 0.415251076 0.870015144 -0.265782058
+  outer loop
+  vertex 0.907127976 -0.687533975 0.795193017
+  vertex 1.85664499 -1.01153195 1.21811604
+  vertex 1.31394804 -0.679062009 1.45853198
+  endloop
+ endfacet
+
+ facet normal 0.529567182 0.823971212 -0.201569065
+  outer loop
+  vertex 1.65540099 -1.23567402 0.520398021
+  vertex 0.907127976 -0.687533975 0.795193017
+  vertex 0.766146004 -0.721850991 0.284518987
+  endloop
+ endfacet
+
+ facet normal -0.148454979 0.953196883 -0.263394982
+  outer loop
+  vertex 1.85664499 -1.01153195 1.21811604
+  vertex 1.65540099 -1.23567402 0.520398021
+  vertex 2.33923101 -1.060395 0.769291997
+  endloop
+ endfacet
+
+ facet normal 0.447698891 0.805645823 -0.387943923
+  outer loop
+  vertex 1.65540099 -1.23567402 0.520398021
+  vertex 1.85664499 -1.01153195 1.21811604
+  vertex 0.907127976 -0.687533975 0.795193017
+  endloop
+ endfacet
+
+ facet normal 0.410494119 0.855419278 0.315836102
+  outer loop
+  vertex 1.04242694 -0.687533975 -0.167512998
+  vertex 1.65540099 -1.23567402 0.520398021
+  vertex 0.766146004 -0.721850991 0.284518987
+  endloop
+ endfacet
+
+ facet normal 0.11889904 0.867570281 0.482892126
+  outer loop
+  vertex 2.2580471 -1.01153195 0.115272999
+  vertex 1.04242694 -0.687533975 -0.167512998
+  vertex 1.99685407 -0.679062009 -0.417735994
+  endloop
+ endfacet
+
+ facet normal -0.283029974 0.953196943 0.106346995
+  outer loop
+  vertex 1.65540099 -1.23567402 0.520398021
+  vertex 2.2580471 -1.01153195 0.115272999
+  vertex 2.33923101 -1.060395 0.769291997
+  endloop
+ endfacet
+
+ facet normal 0.0833719745 0.8142398 0.574510813
+  outer loop
+  vertex 2.2580471 -1.01153195 0.115272999
+  vertex 1.65540099 -1.23567402 0.520398021
+  vertex 1.04242694 -0.687533975 -0.167512998
+  endloop
+ endfacet
+
+ facet normal -0.514374912 0.591440976 0.620979965
+  outer loop
+  vertex 2.63050294 -0.424721986 -0.135107994
+  vertex 2.2580471 -1.01153195 0.115272999
+  vertex 1.99685407 -0.679062009 -0.417735994
+  endloop
+ endfacet
+
+ facet normal -0.867304265 0.343309104 0.360447109
+  outer loop
+  vertex 2.83174801 -0.648863018 0.562609017
+  vertex 2.63050294 -0.424721986 -0.135107994
+  vertex 2.97289085 -0.0620529987 0.343317986
+  endloop
+ endfacet
+
+ facet normal -0.601856828 0.787360728 0.133533955
+  outer loop
+  vertex 2.2580471 -1.01153195 0.115272999
+  vertex 2.83174801 -0.648863018 0.562609017
+  vertex 2.33923101 -1.060395 0.769291997
+  endloop
+ endfacet
+
+ facet normal -0.690615118 0.606463134 0.394022048
+  outer loop
+  vertex 2.83174801 -0.648863018 0.562609017
+  vertex 2.2580471 -1.01153195 0.115272999
+  vertex 2.63050294 -0.424721986 -0.135107994
+  endloop
+ endfacet
+
+ facet normal -0.480426788 0.269474924 0.834609628
+  outer loop
+  vertex 2.05680299 -0.0620529987 -0.582445025
+  vertex 2.63050294 -0.424721986 -0.135107994
+  vertex 1.99685407 -0.679062009 -0.417735994
+  endloop
+ endfacet
+
+ facet normal -0.480426788 -0.269474924 0.834609628
+  outer loop
+  vertex 2.63050294 0.300615013 -0.135107994
+  vertex 2.05680299 -0.0620529987 -0.582445025
+  vertex 1.99685407 0.554956019 -0.417735994
+  endloop
+ endfacet
+
+ facet normal -0.813206792 0 0.581974864
+  outer loop
+  vertex 2.63050294 -0.424721986 -0.135107994
+  vertex 2.63050294 0.300615013 -0.135107994
+  vertex 2.97289085 -0.0620529987 0.343317986
+  endloop
+ endfacet
+
+ facet normal -0.614903986 0 0.788601995
+  outer loop
+  vertex 2.63050294 0.300615013 -0.135107994
+  vertex 2.63050294 -0.424721986 -0.135107994
+  vertex 2.05680299 -0.0620529987 -0.582445025
+  endloop
+ endfacet
+
+ facet normal 0.0294839889 0.255127907 0.966457665
+  outer loop
+  vertex 0.900376976 -0.275397986 -0.490844995
+  vertex 2.05680299 -0.0620529987 -0.582445025
+  vertex 1.99685407 -0.679062009 -0.417735994
+  endloop
+ endfacet
+
+ facet normal 0.514054716 0 0.857757449
+  outer loop
+  vertex 0.900376976 0.234028995 -0.490844995
+  vertex 0.900376976 -0.275397986 -0.490844995
+  vertex 0.524474978 -0.0206840001 -0.265567005
+  endloop
+ endfacet
+
+ facet normal 0.0107639972 -0.256923914 0.966371715
+  outer loop
+  vertex 2.05680299 -0.0620529987 -0.582445025
+  vertex 0.900376976 0.234028995 -0.490844995
+  vertex 1.99685407 0.554956019 -0.417735994
+  endloop
+ endfacet
+
+ facet normal 0.0789619684 0 0.996877551
+  outer loop
+  vertex 0.900376976 0.234028995 -0.490844995
+  vertex 2.05680299 -0.0620529987 -0.582445025
+  vertex 0.900376976 -0.275397986 -0.490844995
+  endloop
+ endfacet
+
+ facet normal 0.647883713 -0.364618838 0.668804705
+  outer loop
+  vertex 0.535234988 0.391451001 -0.0513020009
+  vertex 0.900376976 0.234028995 -0.490844995
+  vertex 0.524474978 -0.0206840001 -0.265567005
+  endloop
+ endfacet
+
+ facet normal 0.483248174 -0.79979831 0.356081158
+  outer loop
+  vertex 1.04242694 0.646165013 -0.167512998
+  vertex 0.535234988 0.391451001 -0.0513020009
+  vertex 0.766146004 0.680482984 0.284518987
+  endloop
+ endfacet
+
+ facet normal 0.136986926 -0.640222669 0.755876541
+  outer loop
+  vertex 0.900376976 0.234028995 -0.490844995
+  vertex 1.04242694 0.646165013 -0.167512998
+  vertex 1.99685407 0.554956019 -0.417735994
+  endloop
+ endfacet
+
+ facet normal 0.462180048 -0.640478075 0.613333046
+  outer loop
+  vertex 1.04242694 0.646165013 -0.167512998
+  vertex 0.900376976 0.234028995 -0.490844995
+  vertex 0.535234988 0.391451001 -0.0513020009
+  endloop
+ endfacet
+
+ facet normal 0.355838954 -0.890011907 0.285056978
+  outer loop
+  vertex 1.65540099 1.11156702 0.520398021
+  vertex 1.04242694 0.646165013 -0.167512998
+  vertex 0.766146004 0.680482984 0.284518987
+  endloop
+ endfacet
+
+ facet normal -0.283029974 -0.953196943 0.106346995
+  outer loop
+  vertex 2.2580471 0.887426019 0.115272999
+  vertex 1.65540099 1.11156702 0.520398021
+  vertex 2.33923101 0.936287999 0.769291997
+  endloop
+ endfacet
+
+ facet normal 0.0517080128 -0.85851717 0.510171115
+  outer loop
+  vertex 1.04242694 0.646165013 -0.167512998
+  vertex 2.2580471 0.887426019 0.115272999
+  vertex 1.99685407 0.554956019 -0.417735994
+  endloop
+ endfacet
+
+ facet normal 0.0438020192 -0.845141351 0.532745183
+  outer loop
+  vertex 2.2580471 0.887426019 0.115272999
+  vertex 1.04242694 0.646165013 -0.167512998
+  vertex 1.65540099 1.11156702 0.520398021
+  endloop
+ endfacet
+
+ facet normal -0.514374912 -0.591440976 0.620979965
+  outer loop
+  vertex 2.2580471 0.887426019 0.115272999
+  vertex 2.63050294 0.300615013 -0.135107994
+  vertex 1.99685407 0.554956019 -0.417735994
+  endloop
+ endfacet
+
+ facet normal -0.601856947 -0.787360847 0.133532986
+  outer loop
+  vertex 2.83174801 0.524757028 0.562609017
+  vertex 2.2580471 0.887426019 0.115272999
+  vertex 2.33923101 0.936287999 0.769291997
+  endloop
+ endfacet
+
+ facet normal -0.867304265 -0.343309104 0.360447109
+  outer loop
+  vertex 2.63050294 0.300615013 -0.135107994
+  vertex 2.83174801 0.524757028 0.562609017
+  vertex 2.97289085 -0.0620529987 0.343317986
+  endloop
+ endfacet
+
+ facet normal -0.690614581 -0.606463671 0.394021749
+  outer loop
+  vertex 2.83174801 0.524757028 0.562609017
+  vertex 2.63050294 0.300615013 -0.135107994
+  vertex 2.2580471 0.887426019 0.115272999
+  endloop
+ endfacet
+
+ facet normal 0.964517593 -0.227995917 -0.133129939
+  outer loop
+  vertex 0.451615006 0.391451001 0.543682992
+  vertex 0.309563994 -0.0206840001 0.220350996
+  vertex 0.382212013 -0.0206840001 0.746681988
+  endloop
+ endfacet
+
+ facet normal 0.716925919 -0.689829946 0.100756995
+  outer loop
+  vertex 0.535234988 0.391451001 -0.0513020009
+  vertex 0.451615006 0.391451001 0.543682992
+  vertex 0.766146004 0.680482984 0.284518987
+  endloop
+ endfacet
+
+ facet normal 0.890458107 -0.227996066 0.393830061
+  outer loop
+  vertex 0.309563994 -0.0206840001 0.220350996
+  vertex 0.535234988 0.391451001 -0.0513020009
+  vertex 0.524474978 -0.0206840001 -0.265567005
+  endloop
+ endfacet
+
+ facet normal 0.90287751 -0.41074425 0.126891062
+  outer loop
+  vertex 0.535234988 0.391451001 -0.0513020009
+  vertex 0.309563994 -0.0206840001 0.220350996
+  vertex 0.451615006 0.391451001 0.543682992
+  endloop
+ endfacet
+
+ facet normal 0.964517593 0.227995917 -0.133129939
+  outer loop
+  vertex 0.309563994 -0.0206840001 0.220350996
+  vertex 0.451615006 -0.432819992 0.543682992
+  vertex 0.382212013 -0.0206840001 0.746681988
+  endloop
+ endfacet
+
+ facet normal 0.890458107 0.227996066 0.393830061
+  outer loop
+  vertex 0.535234988 -0.432819992 -0.0513020009
+  vertex 0.309563994 -0.0206840001 0.220350996
+  vertex 0.524474978 -0.0206840001 -0.265567005
+  endloop
+ endfacet
+
+ facet normal 0.716925919 0.689829946 0.100756995
+  outer loop
+  vertex 0.451615006 -0.432819992 0.543682992
+  vertex 0.535234988 -0.432819992 -0.0513020009
+  vertex 0.766146004 -0.721850991 0.284518987
+  endloop
+ endfacet
+
+ facet normal 0.90287751 0.41074425 0.126891062
+  outer loop
+  vertex 0.535234988 -0.432819992 -0.0513020009
+  vertex 0.451615006 -0.432819992 0.543682992
+  vertex 0.309563994 -0.0206840001 0.220350996
+  endloop
+ endfacet
+
+ facet normal 0.807133079 0.364618987 -0.46431601
+  outer loop
+  vertex 0.451615006 -0.432819992 0.543682992
+  vertex 0.681457996 -0.275397986 1.06684601
+  vertex 0.382212013 -0.0206840001 0.746681988
+  endloop
+ endfacet
+
+ facet normal 0.562677264 0.79979831 -0.209086075
+  outer loop
+  vertex 0.907127976 -0.687533975 0.795193017
+  vertex 0.451615006 -0.432819992 0.543682992
+  vertex 0.766146004 -0.721850991 0.284518987
+  endloop
+ endfacet
+
+ facet normal 0.657568097 0.631190121 -0.411343098
+  outer loop
+  vertex 0.681457996 -0.275397986 1.06684601
+  vertex 0.907127976 -0.687533975 0.795193017
+  vertex 1.31394804 -0.679062009 1.45853198
+  endloop
+ endfacet
+
+ facet normal 0.613333642 0.640477657 -0.462179691
+  outer loop
+  vertex 0.907127976 -0.687533975 0.795193017
+  vertex 0.681457996 -0.275397986 1.06684601
+  vertex 0.451615006 -0.432819992 0.543682992
+  endloop
+ endfacet
+
+ facet normal 0.188311026 0.645559072 0.740130126
+  outer loop
+  vertex 1.04242694 -0.687533975 -0.167512998
+  vertex 0.900376976 -0.275397986 -0.490844995
+  vertex 1.99685407 -0.679062009 -0.417735994
+  endloop
+ endfacet
+
+ facet normal 0.483248174 0.79979831 0.356081158
+  outer loop
+  vertex 0.535234988 -0.432819992 -0.0513020009
+  vertex 1.04242694 -0.687533975 -0.167512998
+  vertex 0.766146004 -0.721850991 0.284518987
+  endloop
+ endfacet
+
+ facet normal 0.647883177 0.364619046 0.668805122
+  outer loop
+  vertex 0.900376976 -0.275397986 -0.490844995
+  vertex 0.535234988 -0.432819992 -0.0513020009
+  vertex 0.524474978 -0.0206840001 -0.265567005
+  endloop
+ endfacet
+
+ facet normal 0.462180048 0.640478075 0.613333046
+  outer loop
+  vertex 0.535234988 -0.432819992 -0.0513020009
+  vertex 0.900376976 -0.275397986 -0.490844995
+  vertex 1.04242694 -0.687533975 -0.167512998
+  endloop
+ endfacet
+
+ facet normal -0.432697058 -0.859040201 0.273538053
+  outer loop
+  vertex -0.631551027 0.764486015 0.547107995
+  vertex -0.438125014 0.541163027 0.151739001
+  vertex -1.01341605 0.803828001 0.0666079968
+  endloop
+ endfacet
+
+ facet normal -0.541726649 -0.466254741 -0.69938457
+  outer loop
+  vertex -0.0606839992 0.437810004 0.322710991
+  vertex -0.631551027 0.764486015 0.547107995
+  vertex -0.291319996 0.284505993 0.603558004
+  endloop
+ endfacet
+
+ facet normal -0.175982982 -0.964926958 -0.194796994
+  outer loop
+  vertex -0.438125014 0.541163027 0.151739001
+  vertex -0.0606839992 0.437810004 0.322710991
+  vertex 0.253931999 0.460341007 -0.0731239989
+  endloop
+ endfacet
+
+ facet normal -0.37848711 -0.872899234 0.307887077
+  outer loop
+  vertex -0.0606839992 0.437810004 0.322710991
+  vertex -0.438125014 0.541163027 0.151739001
+  vertex -0.631551027 0.764486015 0.547107995
+  endloop
+ endfacet
+
+ facet normal 0.429853022 -0.805670023 -0.407581031
+  outer loop
+  vertex -1.13857305 0.472478002 0.589594007
+  vertex -0.631551027 0.764486015 0.547107995
+  vertex -1.01341605 0.803828001 0.0666079968
+  endloop
+ endfacet
+
+ facet normal 0.334310085 -0.263623089 -0.904842317
+  outer loop
+  vertex -0.75335598 0.292008013 0.78449899
+  vertex -1.13857305 0.472478002 0.589594007
+  vertex -1.13703001 0 0.727819026
+  endloop
+ endfacet
+
+ facet normal -0.34672612 -0.348206103 -0.870938241
+  outer loop
+  vertex -0.631551027 0.764486015 0.547107995
+  vertex -0.75335598 0.292008013 0.78449899
+  vertex -0.291319996 0.284505993 0.603558004
+  endloop
+ endfacet
+
+ facet normal 0.205720052 -0.481182128 -0.852140188
+  outer loop
+  vertex -0.75335598 0.292008013 0.78449899
+  vertex -0.631551027 0.764486015 0.547107995
+  vertex -1.13857305 0.472478002 0.589594007
+  endloop
+ endfacet
+
+ facet normal 0.146141946 0 -0.989263594
+  outer loop
+  vertex -0.75335598 -0.292008013 0.78449899
+  vertex -0.75335598 0.292008013 0.78449899
+  vertex -1.13703001 0 0.727819026
+  endloop
+ endfacet
+
+ facet normal -0.353928059 0.280805022 -0.892123103
+  outer loop
+  vertex -0.265545011 0 0.682883978
+  vertex -0.75335598 -0.292008013 0.78449899
+  vertex -0.291319996 -0.284505993 0.603558004
+  endloop
+ endfacet
+
+ facet normal -0.353928059 -0.280805022 -0.892123103
+  outer loop
+  vertex -0.75335598 0.292008013 0.78449899
+  vertex -0.265545011 0 0.682883978
+  vertex -0.291319996 0.284505993 0.603558004
+  endloop
+ endfacet
+
+ facet normal -0.203930095 0 -0.978985429
+  outer loop
+  vertex -0.265545011 0 0.682883978
+  vertex -0.75335598 0.292008013 0.78449899
+  vertex -0.75335598 -0.292008013 0.78449899
+  endloop
+ endfacet
+
+ facet normal -0.370298028 -0.280459017 -0.885563135
+  outer loop
+  vertex -0.265545011 0 0.682883978
+  vertex 0.369307995 0.167228997 0.364459008
+  vertex -0.291319996 0.284505993 0.603558004
+  endloop
+ endfacet
+
+ facet normal -0.370298028 0.280459017 -0.885563135
+  outer loop
+  vertex 0.369307995 -0.167228997 0.364459008
+  vertex -0.265545011 0 0.682883978
+  vertex -0.291319996 -0.284505993 0.603558004
+  endloop
+ endfacet
+
+ facet normal -0.60111922 0 -0.799159288
+  outer loop
+  vertex 0.369307995 0.167228997 0.364459008
+  vertex 0.369307995 -0.167228997 0.364459008
+  vertex 0.662828028 0 0.143675998
+  endloop
+ endfacet
+
+ facet normal -0.448338032 0 -0.893864095
+  outer loop
+  vertex 0.369307995 -0.167228997 0.364459008
+  vertex 0.369307995 0.167228997 0.364459008
+  vertex -0.265545011 0 0.682883978
+  endloop
+ endfacet
+
+ facet normal -0.355542064 -0.666160047 -0.655607045
+  outer loop
+  vertex 0.369307995 0.167228997 0.364459008
+  vertex -0.0606839992 0.437810004 0.322710991
+  vertex -0.291319996 0.284505993 0.603558004
+  endloop
+ endfacet
+
+ facet normal -0.681211829 -0.339001894 -0.648866773
+  outer loop
+  vertex 0.581242025 0.389086008 0.0260499995
+  vertex 0.369307995 0.167228997 0.364459008
+  vertex 0.662828028 0 0.143675998
+  endloop
+ endfacet
+
+ facet normal -0.156875014 -0.971084058 -0.179961026
+  outer loop
+  vertex -0.0606839992 0.437810004 0.322710991
+  vertex 0.581242025 0.389086008 0.0260499995
+  vertex 0.253931999 0.460341007 -0.0731239989
+  endloop
+ endfacet
+
+ facet normal -0.354409099 -0.664684117 -0.657715142
+  outer loop
+  vertex 0.581242025 0.389086008 0.0260499995
+  vertex -0.0606839992 0.437810004 0.322710991
+  vertex 0.369307995 0.167228997 0.364459008
+  endloop
+ endfacet
+
+ facet normal -0.967071533 -0.233435884 -0.101391949
+  outer loop
+  vertex 0.700780988 0 -0.218314007
+  vertex 0.581242025 0.389086008 0.0260499995
+  vertex 0.662828028 0 0.143675998
+  endloop
+ endfacet
+
+ facet normal -0.722780406 -0.23343581 0.650458395
+  outer loop
+  vertex 0.460438013 0.389086008 -0.345746011
+  vertex 0.700780988 0 -0.218314007
+  vertex 0.457304001 0 -0.488862008
+  endloop
+ endfacet
+
+ facet normal -0.234045014 -0.969247162 0.0760460123
+  outer loop
+  vertex 0.581242025 0.389086008 0.0260499995
+  vertex 0.460438013 0.389086008 -0.345746011
+  vertex 0.253931999 0.460341007 -0.0731239989
+  endloop
+ endfacet
+
+ facet normal -0.855295599 -0.437309831 0.277901888
+  outer loop
+  vertex 0.460438013 0.389086008 -0.345746011
+  vertex 0.581242025 0.389086008 0.0260499995
+  vertex 0.700780988 0 -0.218314007
+  endloop
+ endfacet
+
+ facet normal -0.967071533 0.233435884 -0.101391949
+  outer loop
+  vertex 0.581242025 -0.389086008 0.0260499995
+  vertex 0.700780988 0 -0.218314007
+  vertex 0.662828028 0 0.143675998
+  endloop
+ endfacet
+
+ facet normal -0.234045014 0.969247162 0.0760460123
+  outer loop
+  vertex 0.460438013 -0.389086008 -0.345746011
+  vertex 0.581242025 -0.389086008 0.0260499995
+  vertex 0.253931999 -0.460341007 -0.0731239989
+  endloop
+ endfacet
+
+ facet normal -0.722780406 0.233436137 0.650458336
+  outer loop
+  vertex 0.700780988 0 -0.218314007
+  vertex 0.460438013 -0.389086008 -0.345746011
+  vertex 0.457304001 0 -0.488862008
+  endloop
+ endfacet
+
+ facet normal -0.855295599 0.437309831 0.277901888
+  outer loop
+  vertex 0.460438013 -0.389086008 -0.345746011
+  vertex 0.700780988 0 -0.218314007
+  vertex 0.581242025 -0.389086008 0.0260499995
+  endloop
+ endfacet
+
+ facet normal -0.355541825 0.66615957 -0.655607641
+  outer loop
+  vertex -0.0606839992 -0.437810004 0.322710991
+  vertex 0.369307995 -0.167228997 0.364459008
+  vertex -0.291319996 -0.284505993 0.603558004
+  endloop
+ endfacet
+
+ facet normal -0.156875029 0.971084177 -0.179960027
+  outer loop
+  vertex 0.581242025 -0.389086008 0.0260499995
+  vertex -0.0606839992 -0.437810004 0.322710991
+  vertex 0.253931999 -0.460341007 -0.0731239989
+  endloop
+ endfacet
+
+ facet normal -0.681211829 0.339001894 -0.648866773
+  outer loop
+  vertex 0.369307995 -0.167228997 0.364459008
+  vertex 0.581242025 -0.389086008 0.0260499995
+  vertex 0.662828028 0 0.143675998
+  endloop
+ endfacet
+
+ facet normal -0.354409099 0.664684117 -0.657715142
+  outer loop
+  vertex 0.581242025 -0.389086008 0.0260499995
+  vertex 0.369307995 -0.167228997 0.364459008
+  vertex -0.0606839992 -0.437810004 0.322710991
+  endloop
+ endfacet
+
+ facet normal -0.541726649 0.466254741 -0.69938457
+  outer loop
+  vertex -0.631551027 -0.764486015 0.547107995
+  vertex -0.0606839992 -0.437810004 0.322710991
+  vertex -0.291319996 -0.284505993 0.603558004
+  endloop
+ endfacet
+
+ facet normal -0.432697058 0.859040201 0.273538053
+  outer loop
+  vertex -0.438125014 -0.541163027 0.151739001
+  vertex -0.631551027 -0.764486015 0.547107995
+  vertex -1.01341605 -0.803828001 0.0666079968
+  endloop
+ endfacet
+
+ facet normal -0.175982982 0.964926958 -0.194796994
+  outer loop
+  vertex -0.0606839992 -0.437810004 0.322710991
+  vertex -0.438125014 -0.541163027 0.151739001
+  vertex 0.253931999 -0.460341007 -0.0731239989
+  endloop
+ endfacet
+
+ facet normal -0.37848711 0.872899234 0.307887077
+  outer loop
+  vertex -0.438125014 -0.541163027 0.151739001
+  vertex -0.0606839992 -0.437810004 0.322710991
+  vertex -0.631551027 -0.764486015 0.547107995
+  endloop
+ endfacet
+
+ facet normal -0.411905199 0.910833538 -0.0267650131
+  outer loop
+  vertex -0.903297007 -0.764486015 -0.289241999
+  vertex -0.438125014 -0.541163027 0.151739001
+  vertex -1.01341605 -0.803828001 0.0666079968
+  endloop
+ endfacet
+
+ facet normal -0.188856944 0.147191957 0.970910728
+  outer loop
+  vertex -0.233263001 -0.437810004 -0.208434999
+  vertex -0.903297007 -0.764486015 -0.289241999
+  vertex -0.584930003 -0.284505993 -0.300080001
+  endloop
+ endfacet
+
+ facet normal -0.0278740041 0.964927137 0.261034042
+  outer loop
+  vertex -0.438125014 -0.541163027 0.151739001
+  vertex -0.233263001 -0.437810004 -0.208434999
+  vertex 0.253931999 -0.460341007 -0.0731239989
+  endloop
+ endfacet
+
+ facet normal -0.439015031 0.898443103 0.00810600072
+  outer loop
+  vertex -0.233263001 -0.437810004 -0.208434999
+  vertex -0.438125014 -0.541163027 0.151739001
+  vertex -0.903297007 -0.764486015 -0.289241999
+  endloop
+ endfacet
+
+ facet normal -0.021137001 0.971084058 0.237800032
+  outer loop
+  vertex -0.233263001 -0.437810004 -0.208434999
+  vertex 0.460438013 -0.389086008 -0.345746011
+  vertex 0.253931999 -0.460341007 -0.0731239989
+  endloop
+ endfacet
+
+ facet normal 0.645767212 -0.710955262 0.278437078
+  outer loop
+  vertex -0.903297007 0.764486015 -0.289241999
+  vertex -1.33845997 0.472478002 -0.0255929995
+  vertex -1.01341605 0.803828001 0.0666079968
+  endloop
+ endfacet
+
+ facet normal -0.411905199 -0.910833538 -0.0267650131
+  outer loop
+  vertex -0.438125014 0.541163027 0.151739001
+  vertex -0.903297007 0.764486015 -0.289241999
+  vertex -1.01341605 0.803828001 0.0666079968
+  endloop
+ endfacet
+
+ facet normal -0.0278739929 -0.964926779 0.261034936
+  outer loop
+  vertex -0.233263001 0.437810004 -0.208434999
+  vertex -0.438125014 0.541163027 0.151739001
+  vertex 0.253931999 0.460341007 -0.0731239989
+  endloop
+ endfacet
+
+ facet normal -0.188856944 -0.147191957 0.970910728
+  outer loop
+  vertex -0.903297007 0.764486015 -0.289241999
+  vertex -0.233263001 0.437810004 -0.208434999
+  vertex -0.584930003 0.284505993 -0.300080001
+  endloop
+ endfacet
+
+ facet normal -0.439015031 -0.898443103 0.00810600072
+  outer loop
+  vertex -0.233263001 0.437810004 -0.208434999
+  vertex -0.903297007 0.764486015 -0.289241999
+  vertex -0.438125014 0.541163027 0.151739001
+  endloop
+ endfacet
+
+ facet normal -0.021137001 -0.971084058 0.237800032
+  outer loop
+  vertex 0.460438013 0.389086008 -0.345746011
+  vertex -0.233263001 0.437810004 -0.208434999
+  vertex 0.253931999 0.460341007 -0.0731239989
+  endloop
+ endfacet
+
+ facet normal 0.719865859 -0.192728966 -0.66681987
+  outer loop
+  vertex -1.13857305 0.472478002 0.589594007
+  vertex -1.37665105 0 0.469136
+  vertex -1.13703001 0 0.727819026
+  endloop
+ endfacet
+
+ facet normal 0.725731134 -0.646305084 -0.23580502
+  outer loop
+  vertex -1.33845997 0.472478002 -0.0255929995
+  vertex -1.13857305 0.472478002 0.589594007
+  vertex -1.01341605 0.803828001 0.0666079968
+  endloop
+ endfacet
+
+ facet normal 0.986233354 -0.150788054 -0.0678730309
+  outer loop
+  vertex -1.37665105 0 0.469136
+  vertex -1.33845997 0.472478002 -0.0255929995
+  vertex -1.41845703 0 -0.138327003
+  endloop
+ endfacet
+
+ facet normal 0.882898092 -0.371747017 -0.286871016
+  outer loop
+  vertex -1.33845997 0.472478002 -0.0255929995
+  vertex -1.37665105 0 0.469136
+  vertex -1.13857305 0.472478002 0.589594007
+  endloop
+ endfacet
+
+ facet normal 0.719865859 0.192728966 -0.66681987
+  outer loop
+  vertex -1.37665105 0 0.469136
+  vertex -1.13857305 -0.472478002 0.589594007
+  vertex -1.13703001 0 0.727819026
+  endloop
+ endfacet
+
+ facet normal 0.986233175 0.150789022 -0.067873016
+  outer loop
+  vertex -1.33845997 -0.472478002 -0.0255929995
+  vertex -1.37665105 0 0.469136
+  vertex -1.41845703 0 -0.138327003
+  endloop
+ endfacet
+
+ facet normal 0.725731134 0.646305084 -0.23580502
+  outer loop
+  vertex -1.13857305 -0.472478002 0.589594007
+  vertex -1.33845997 -0.472478002 -0.0255929995
+  vertex -1.01341605 -0.803828001 0.0666079968
+  endloop
+ endfacet
+
+ facet normal 0.882897794 0.371747911 -0.286870927
+  outer loop
+  vertex -1.33845997 -0.472478002 -0.0255929995
+  vertex -1.13857305 -0.472478002 0.589594007
+  vertex -1.37665105 0 0.469136
+  endloop
+ endfacet
+
+ facet normal 0.334310085 0.263623089 -0.904842317
+  outer loop
+  vertex -1.13857305 -0.472478002 0.589594007
+  vertex -0.75335598 -0.292008013 0.78449899
+  vertex -1.13703001 0 0.727819026
+  endloop
+ endfacet
+
+ facet normal 0.429853022 0.805670023 -0.407581031
+  outer loop
+  vertex -0.631551027 -0.764486015 0.547107995
+  vertex -1.13857305 -0.472478002 0.589594007
+  vertex -1.01341605 -0.803828001 0.0666079968
+  endloop
+ endfacet
+
+ facet normal -0.34672612 0.348206103 -0.870938241
+  outer loop
+  vertex -0.75335598 -0.292008013 0.78449899
+  vertex -0.631551027 -0.764486015 0.547107995
+  vertex -0.291319996 -0.284505993 0.603558004
+  endloop
+ endfacet
+
+ facet normal 0.205720052 0.481182128 -0.852140188
+  outer loop
+  vertex -0.631551027 -0.764486015 0.547107995
+  vertex -0.75335598 -0.292008013 0.78449899
+  vertex -1.13857305 -0.472478002 0.589594007
+  endloop
+ endfacet
+
+ facet normal 0.645767868 0.710954785 0.278436899
+  outer loop
+  vertex -1.33845997 -0.472478002 -0.0255929995
+  vertex -0.903297007 -0.764486015 -0.289241999
+  vertex -1.01341605 -0.803828001 0.0666079968
+  endloop
+ endfacet
+
+ facet normal -0.0213829875 -0.399431795 0.916513443
+  outer loop
+  vertex -1.12877297 -0.45877099 -0.0446330011
+  vertex -1.01783097 -0.351024002 0.00491400016
+  vertex -0.964388013 -0.470328987 -0.0458349995
+  endloop
+ endfacet
+
+ facet normal 0.781845033 0.449936032 0.431597054
+  outer loop
+  vertex -2.92025304 -3.89943194 -1.53437805
+  vertex -2.91697907 -3.88280702 -1.55764103
+  vertex -2.90600705 -3.90321898 -1.55623698
+  endloop
+ endfacet
+
+ facet normal -0.945810378 0.167999059 -0.277883112
+  outer loop
+  vertex -1.23226094 -1.14515603 0.457924992
+  vertex -1.23026299 -1.22389793 0.403519988
+  vertex -0.964388013 -0.470328987 -0.0458349995
+  endloop
+ endfacet
+
+ facet normal -0.805882096 -0.113844007 -0.581028044
+  outer loop
+  vertex -1.01783097 -0.351024002 0.00491400016
+  vertex -1.23226094 -1.14515603 0.457924992
+  vertex -0.964388013 -0.470328987 -0.0458349995
+  endloop
+ endfacet
+
+ facet normal -0.942644656 0.173225939 -0.285330921
+  outer loop
+  vertex -1.23226094 -1.14515603 0.457924992
+  vertex -1.57549906 -1.69697499 1.256863
+  vertex -1.23026299 -1.22389793 0.403519988
+  endloop
+ endfacet
+
+ facet normal -0.941975474 0.154292092 -0.298121184
+  outer loop
+  vertex -1.23226094 -1.14515603 0.457924992
+  vertex -1.59044802 -1.66966891 1.31822896
+  vertex -1.57549906 -1.69697499 1.256863
+  endloop
+ endfacet
+
+ facet normal -0.747970819 0.285769939 -0.599061906
+  outer loop
+  vertex -1.67847705 -1.86322808 1.30613101
+  vertex -1.61559892 -1.845137 1.23625302
+  vertex -1.57549906 -1.69697499 1.256863
+  endloop
+ endfacet
+
+ facet normal -0.832128823 0.402304918 -0.381722927
+  outer loop
+  vertex -1.59044802 -1.66966891 1.31822896
+  vertex -1.67847705 -1.86322808 1.30613101
+  vertex -1.57549906 -1.69697499 1.256863
+  endloop
+ endfacet
+
+ facet normal -0.673662126 0.581969082 -0.455512017
+  outer loop
+  vertex -1.67847705 -1.86322808 1.30613101
+  vertex -2.09431696 -2.85528994 0.653648019
+  vertex -1.61559892 -1.845137 1.23625302
+  endloop
+ endfacet
+
+ facet normal -0.55654794 0.606640875 -0.567662954
+  outer loop
+  vertex -1.67847705 -1.86322808 1.30613101
+  vertex -2.17327309 -2.90178013 0.681376994
+  vertex -2.09431696 -2.85528994 0.653648019
+  endloop
+ endfacet
+
+ facet normal -0.405423969 0.861933947 -0.30446896
+  outer loop
+  vertex -2.70630598 -3.77558994 -1.13675594
+  vertex -2.66079307 -3.77662301 -1.20028496
+  vertex -2.09431696 -2.85528994 0.653648019
+  endloop
+ endfacet
+
+ facet normal -0.551747799 0.803281784 -0.224304914
+  outer loop
+  vertex -2.17327309 -2.90178013 0.681376994
+  vertex -2.70630598 -3.77558994 -1.13675594
+  vertex -2.09431696 -2.85528994 0.653648019
+  endloop
+ endfacet
+
+ facet normal -0.23088105 0.956007123 -0.180954024
+  outer loop
+  vertex -2.70630598 -3.77558994 -1.13675594
+  vertex -2.90600705 -3.90321898 -1.55623698
+  vertex -2.66079307 -3.77662301 -1.20028496
+  endloop
+ endfacet
+
+ facet normal -0.112019025 0.964274228 -0.240056053
+  outer loop
+  vertex -2.70630598 -3.77558994 -1.13675594
+  vertex -2.92025304 -3.89943194 -1.53437805
+  vertex -2.90600705 -3.90321898 -1.55623698
+  endloop
+ endfacet
+
+ facet normal -0.0213859938 -0.399428874 0.916514754
+  outer loop
+  vertex -1.12877297 -0.45877099 -0.0446330011
+  vertex -1.15481496 -0.312853992 0.018352
+  vertex -1.01783097 -0.351024002 0.00491400016
+  endloop
+ endfacet
+
+ facet normal 0.781792939 0.449993968 0.431630969
+  outer loop
+  vertex -2.93203402 -3.88312697 -1.530038
+  vertex -2.91697907 -3.88280702 -1.55764103
+  vertex -2.92025304 -3.89943194 -1.53437805
+  endloop
+ endfacet
+
+ facet normal -0.208629057 -0.441484153 -0.872677267
+  outer loop
+  vertex -1.15481496 -0.312853992 0.018352
+  vertex -1.23226094 -1.14515603 0.457924992
+  vertex -1.01783097 -0.351024002 0.00491400016
+  endloop
+ endfacet
+
+ facet normal -0.460987806 -0.38050884 -0.801687777
+  outer loop
+  vertex -1.15481496 -0.312853992 0.018352
+  vertex -1.30323696 -1.08182395 0.468677998
+  vertex -1.23226094 -1.14515603 0.457924992
+  endloop
+ endfacet
+
+ facet normal -0.578610063 -0.566799045 -0.586471975
+  outer loop
+  vertex -1.63677692 -1.63637698 1.331761
+  vertex -1.59044802 -1.66966891 1.31822896
+  vertex -1.23226094 -1.14515603 0.457924992
+  endloop
+ endfacet
+
+ facet normal -0.587184072 -0.558590055 -0.585826039
+  outer loop
+  vertex -1.30323696 -1.08182395 0.468677998
+  vertex -1.63677692 -1.63637698 1.331761
+  vertex -1.23226094 -1.14515603 0.457924992
+  endloop
+ endfacet
+
+ facet normal -0.181254938 0.14324595 -0.972947657
+  outer loop
+  vertex -1.63677692 -1.63637698 1.331761
+  vertex -1.67847705 -1.86322808 1.30613101
+  vertex -1.59044802 -1.66966891 1.31822896
+  endloop
+ endfacet
+
+ facet normal -0.106968015 0.131019011 -0.985592186
+  outer loop
+  vertex -1.63677692 -1.63637698 1.331761
+  vertex -1.76449001 -1.82381392 1.32070494
+  vertex -1.67847705 -1.86322808 1.30613101
+  endloop
+ endfacet
+
+ facet normal 0.127293006 0.466052979 -0.875551939
+  outer loop
+  vertex -2.26325607 -2.86937809 0.685541987
+  vertex -2.17327309 -2.90178013 0.681376994
+  vertex -1.67847705 -1.86322808 1.30613101
+  endloop
+ endfacet
+
+ facet normal 0.0775939971 0.490328014 -0.86807698
+  outer loop
+  vertex -1.76449001 -1.82381392 1.32070494
+  vertex -2.26325607 -2.86937809 0.685541987
+  vertex -1.67847705 -1.86322808 1.30613101
+  endloop
+ endfacet
+
+ facet normal 0.277229041 0.831728101 -0.481012046
+  outer loop
+  vertex -2.26325607 -2.86937809 0.685541987
+  vertex -2.70630598 -3.77558994 -1.13675594
+  vertex -2.17327309 -2.90178013 0.681376994
+  endloop
+ endfacet
+
+ facet normal 0.55742979 0.681361735 -0.474360824
+  outer loop
+  vertex -2.26325607 -2.86937809 0.685541987
+  vertex -2.73510885 -3.74266911 -1.12331498
+  vertex -2.70630598 -3.77558994 -1.13675594
+  endloop
+ endfacet
+
+ facet normal 0.622135937 0.587329924 -0.517677963
+  outer loop
+  vertex -2.93203402 -3.88312697 -1.530038
+  vertex -2.92025304 -3.89943194 -1.53437805
+  vertex -2.70630598 -3.77558994 -1.13675594
+  endloop
+ endfacet
+
+ facet normal 0.542568088 0.677461982 -0.496654004
+  outer loop
+  vertex -2.73510885 -3.74266911 -1.12331498
+  vertex -2.93203402 -3.88312697 -1.530038
+  vertex -2.70630598 -3.77558994 -1.13675594
+  endloop
+ endfacet
+
+ facet normal -0.0213840026 -0.39942807 0.916515112
+  outer loop
+  vertex -1.12877297 -0.45877099 -0.0446330011
+  vertex -1.27218902 -0.384564996 -0.0156389996
+  vertex -1.15481496 -0.312853992 0.018352
+  endloop
+ endfacet
+
+ facet normal 0.781800985 0.449976027 0.431634992
+  outer loop
+  vertex -2.93247795 -3.86658096 -1.54648209
+  vertex -2.91697907 -3.88280702 -1.55764103
+  vertex -2.93203402 -3.88312697 -1.530038
+  endloop
+ endfacet
+
+ facet normal 0.36412704 -0.521987081 -0.771324098
+  outer loop
+  vertex -1.38974404 -1.08159196 0.427682996
+  vertex -1.30323696 -1.08182395 0.468677998
+  vertex -1.15481496 -0.312853992 0.018352
+  endloop
+ endfacet
+
+ facet normal 0.515085042 -0.520164073 -0.681261063
+  outer loop
+  vertex -1.27218902 -0.384564996 -0.0156389996
+  vertex -1.38974404 -1.08159196 0.427682996
+  vertex -1.15481496 -0.312853992 0.018352
+  endloop
+ endfacet
+
+ facet normal 0.218663126 -0.857194424 -0.466266215
+  outer loop
+  vertex -1.38974404 -1.08159196 0.427682996
+  vertex -1.63677692 -1.63637698 1.331761
+  vertex -1.30323696 -1.08182395 0.468677998
+  endloop
+ endfacet
+
+ facet normal 0.204399109 -0.858234406 -0.470802218
+  outer loop
+  vertex -1.38974404 -1.08159196 0.427682996
+  vertex -1.6796 -1.62216997 1.28727102
+  vertex -1.63677692 -1.63637698 1.331761
+  endloop
+ endfacet
+
+ facet normal 0.50200671 -0.29407683 -0.813331544
+  outer loop
+  vertex -1.80886698 -1.75657201 1.26900196
+  vertex -1.76449001 -1.82381392 1.32070494
+  vertex -1.63677692 -1.63637698 1.331761
+  endloop
+ endfacet
+
+ facet normal 0.566596866 -0.451231897 -0.689461887
+  outer loop
+  vertex -1.6796 -1.62216997 1.28727102
+  vertex -1.80886698 -1.75657201 1.26900196
+  vertex -1.63677692 -1.63637698 1.331761
+  endloop
+ endfacet
+
+ facet normal 0.770831048 0.019108003 -0.636753082
+  outer loop
+  vertex -1.80886698 -1.75657201 1.26900196
+  vertex -2.26325607 -2.86937809 0.685541987
+  vertex -1.76449001 -1.82381392 1.32070494
+  endloop
+ endfacet
+
+ facet normal 0.701269805 0.0847809836 -0.707836807
+  outer loop
+  vertex -1.80886698 -1.75657201 1.26900196
+  vertex -2.29650688 -2.78248215 0.663007021
+  vertex -2.26325607 -2.86937809 0.685541987
+  endloop
+ endfacet
+
+ facet normal 0.940782428 -0.327590138 -0.0872530341
+  outer loop
+  vertex -2.72551107 -3.70265102 -1.17007899
+  vertex -2.73510885 -3.74266911 -1.12331498
+  vertex -2.26325607 -2.86937809 0.685541987
+  endloop
+ endfacet
+
+ facet normal 0.904131114 0.257567018 -0.34089005
+  outer loop
+  vertex -2.29650688 -2.78248215 0.663007021
+  vertex -2.72551107 -3.70265102 -1.17007899
+  vertex -2.26325607 -2.86937809 0.685541987
+  endloop
+ endfacet
+
+ facet normal 0.841782868 -0.483176947 -0.240710974
+  outer loop
+  vertex -2.72551107 -3.70265102 -1.17007899
+  vertex -2.93203402 -3.88312697 -1.530038
+  vertex -2.73510885 -3.74266911 -1.12331498
+  endloop
+ endfacet
+
+ facet normal 0.88212204 -0.319912046 -0.345712066
+  outer loop
+  vertex -2.72551107 -3.70265102 -1.17007899
+  vertex -2.93247795 -3.86658096 -1.54648209
+  vertex -2.93203402 -3.88312697 -1.530038
+  endloop
+ endfacet
+
+ facet normal -0.0213889908 -0.399435818 0.916511655
+  outer loop
+  vertex -1.12877297 -0.45877099 -0.0446330011
+  vertex -1.28156805 -0.512152016 -0.0714629963
+  vertex -1.27218902 -0.384564996 -0.0156389996
+  endloop
+ endfacet
+
+ facet normal 0.781811774 0.450063884 0.43152386
+  outer loop
+  vertex -2.92125297 -3.86225605 -1.57133007
+  vertex -2.91697907 -3.88280702 -1.55764103
+  vertex -2.93247795 -3.86658096 -1.54648209
+  endloop
+ endfacet
+
+ facet normal 0.989923298 -0.111154035 0.0877310187
+  outer loop
+  vertex -1.28156805 -0.512152016 -0.0714629963
+  vertex -1.38974404 -1.08159196 0.427682996
+  vertex -1.27218902 -0.384564996 -0.0156389996
+  endloop
+ endfacet
+
+ facet normal 0.917860508 -0.345539778 -0.195279896
+  outer loop
+  vertex -1.28156805 -0.512152016 -0.0714629963
+  vertex -1.42664099 -1.14463401 0.365808994
+  vertex -1.38974404 -1.08159196 0.427682996
+  endloop
+ endfacet
+
+ facet normal 0.889153957 -0.457446933 0.0121459989
+  outer loop
+  vertex -1.68667006 -1.63774502 1.21826005
+  vertex -1.6796 -1.62216997 1.28727102
+  vertex -1.38974404 -1.08159196 0.427682996
+  endloop
+ endfacet
+
+ facet normal 0.870758057 -0.491359055 -0.0186190028
+  outer loop
+  vertex -1.42664099 -1.14463401 0.365808994
+  vertex -1.68667006 -1.63774502 1.21826005
+  vertex -1.38974404 -1.08159196 0.427682996
+  endloop
+ endfacet
+
+ facet normal 0.712433815 -0.69666481 0.0842389762
+  outer loop
+  vertex -1.68667006 -1.63774502 1.21826005
+  vertex -1.80886698 -1.75657201 1.26900196
+  vertex -1.6796 -1.62216997 1.28727102
+  endloop
+ endfacet
+
+ facet normal 0.652189136 -0.740312099 -0.163056031
+  outer loop
+  vertex -1.68667006 -1.63774502 1.21826005
+  vertex -1.77819002 -1.71213603 1.18995297
+  vertex -1.80886698 -1.75657201 1.26900196
+  endloop
+ endfacet
+
+ facet normal 0.860250354 -0.490703166 0.138491064
+  outer loop
+  vertex -2.24798799 -2.70652914 0.630741
+  vertex -2.29650688 -2.78248215 0.663007021
+  vertex -1.80886698 -1.75657201 1.26900196
+  endloop
+ endfacet
+
+ facet normal 0.882484198 -0.463115126 0.0821340159
+  outer loop
+  vertex -1.77819002 -1.71213603 1.18995297
+  vertex -2.24798799 -2.70652914 0.630741
+  vertex -1.80886698 -1.75657201 1.26900196
+  endloop
+ endfacet
+
+ facet normal 0.852697134 -0.518845081 0.0608890019
+  outer loop
+  vertex -2.24798799 -2.70652914 0.630741
+  vertex -2.72551107 -3.70265102 -1.17007899
+  vertex -2.29650688 -2.78248215 0.663007021
+  endloop
+ endfacet
+
+ facet normal 0.671965122 -0.708992124 0.213993043
+  outer loop
+  vertex -2.24798799 -2.70652914 0.630741
+  vertex -2.68474102 -3.68566895 -1.24183702
+  vertex -2.72551107 -3.70265102 -1.17007899
+  endloop
+ endfacet
+
+ facet normal 0.517961979 -0.851083994 0.0858569965
+  outer loop
+  vertex -2.92125297 -3.86225605 -1.57133007
+  vertex -2.93247795 -3.86658096 -1.54648209
+  vertex -2.72551107 -3.70265102 -1.17007899
+  endloop
+ endfacet
+
+ facet normal 0.512933195 -0.853763223 0.0893750265
+  outer loop
+  vertex -2.68474102 -3.68566895 -1.24183702
+  vertex -2.92125297 -3.86225605 -1.57133007
+  vertex -2.72551107 -3.70265102 -1.17007899
+  endloop
+ endfacet
+
+ facet normal -0.0213880036 -0.399439096 0.916510165
+  outer loop
+  vertex -1.12877297 -0.45877099 -0.0446330011
+  vertex -1.17588902 -0.599543989 -0.107084997
+  vertex -1.28156805 -0.512152016 -0.0714629963
+  endloop
+ endfacet
+
+ facet normal 0.781846225 0.450043142 0.43148312
+  outer loop
+  vertex -2.906811 -3.87340689 -1.58586907
+  vertex -2.91697907 -3.88280702 -1.55764103
+  vertex -2.92125297 -3.86225605 -1.57133007
+  endloop
+ endfacet
+
+ facet normal 0.826284051 0.179565996 0.533864021
+  outer loop
+  vertex -1.38614297 -1.22347903 0.329647988
+  vertex -1.42664099 -1.14463401 0.365808994
+  vertex -1.28156805 -0.512152016 -0.0714629963
+  endloop
+ endfacet
+
+ facet normal 0.545636952 0.349325001 0.761742949
+  outer loop
+  vertex -1.17588902 -0.599543989 -0.107084997
+  vertex -1.38614297 -1.22347903 0.329647988
+  vertex -1.28156805 -0.512152016 -0.0714629963
+  endloop
+ endfacet
+
+ facet normal 0.872462928 0.257705957 0.415205985
+  outer loop
+  vertex -1.38614297 -1.22347903 0.329647988
+  vertex -1.68667006 -1.63774502 1.21826005
+  vertex -1.42664099 -1.14463401 0.365808994
+  endloop
+ endfacet
+
+ facet normal 0.843502939 0.317459971 0.433268964
+  outer loop
+  vertex -1.38614297 -1.22347903 0.329647988
+  vertex -1.65266299 -1.67137408 1.17669499
+  vertex -1.68667006 -1.63774502 1.21826005
+  endloop
+ endfacet
+
+ facet normal 0.305910945 -0.643379867 0.701769829
+  outer loop
+  vertex -1.69556093 -1.72396898 1.14308596
+  vertex -1.77819002 -1.71213603 1.18995297
+  vertex -1.68667006 -1.63774502 1.21826005
+  endloop
+ endfacet
+
+ facet normal 0.23541902 -0.652366102 0.720414102
+  outer loop
+  vertex -1.65266299 -1.67137408 1.17669499
+  vertex -1.69556093 -1.72396898 1.14308596
+  vertex -1.68667006 -1.63774502 1.21826005
+  endloop
+ endfacet
+
+ facet normal 0.338568926 -0.577655792 0.742754817
+  outer loop
+  vertex -1.69556093 -1.72396898 1.14308596
+  vertex -2.24798799 -2.70652914 0.630741
+  vertex -1.77819002 -1.71213603 1.18995297
+  endloop
+ endfacet
+
+ facet normal 0.199457005 -0.538895965 0.818417966
+  outer loop
+  vertex -1.69556093 -1.72396898 1.14308596
+  vertex -2.15423298 -2.69871092 0.61303997
+  vertex -2.24798799 -2.70652914 0.630741
+  endloop
+ endfacet
+
+ facet normal 0.0607170016 -0.890278995 0.451350033
+  outer loop
+  vertex -2.64349794 -3.70451212 -1.28455305
+  vertex -2.68474102 -3.68566895 -1.24183702
+  vertex -2.24798799 -2.70652914 0.630741
+  endloop
+ endfacet
+
+ facet normal 0.155501023 -0.888839185 0.431027114
+  outer loop
+  vertex -2.15423298 -2.69871092 0.61303997
+  vertex -2.64349794 -3.70451212 -1.28455305
+  vertex -2.24798799 -2.70652914 0.630741
+  endloop
+ endfacet
+
+ facet normal 0.0504009835 -0.894892812 0.443425894
+  outer loop
+  vertex -2.64349794 -3.70451212 -1.28455305
+  vertex -2.92125297 -3.86225605 -1.57133007
+  vertex -2.68474102 -3.68566895 -1.24183702
+  endloop
+ endfacet
+
+ facet normal -0.0920129791 -0.832157791 0.546851873
+  outer loop
+  vertex -2.64349794 -3.70451212 -1.28455305
+  vertex -2.906811 -3.87340689 -1.58586907
+  vertex -2.92125297 -3.86225605 -1.57133007
+  endloop
+ endfacet
+
+ facet normal -0.0213840008 -0.399439991 0.916509986
+  outer loop
+  vertex -1.12877297 -0.45877099 -0.0446330011
+  vertex -1.03473103 -0.580929995 -0.095679
+  vertex -1.17588902 -0.599543989 -0.107084997
+  endloop
+ endfacet
+
+ facet normal 0.78186512 0.450013101 0.43148011
+  outer loop
+  vertex -2.90002489 -3.89163709 -1.57915306
+  vertex -2.91697907 -3.88280702 -1.55764103
+  vertex -2.906811 -3.87340689 -1.58586907
+  endloop
+ endfacet
+
+ facet normal -0.14268291 0.599396646 0.787632525
+  outer loop
+  vertex -1.03473103 -0.580929995 -0.095679
+  vertex -1.38614297 -1.22347903 0.329647988
+  vertex -1.17588902 -0.599543989 -0.107084997
+  endloop
+ endfacet
+
+ facet normal 0.052053012 0.53126812 0.845603168
+  outer loop
+  vertex -1.03473103 -0.580929995 -0.095679
+  vertex -1.29874599 -1.25875497 0.346430987
+  vertex -1.38614297 -1.22347903 0.329647988
+  endloop
+ endfacet
+
+ facet normal 0.257589042 0.818346024 0.513768077
+  outer loop
+  vertex -1.60318708 -1.69773293 1.19387603
+  vertex -1.65266299 -1.67137408 1.17669499
+  vertex -1.38614297 -1.22347903 0.329647988
+  endloop
+ endfacet
+
+ facet normal 0.235024914 0.826015711 0.51230979
+  outer loop
+  vertex -1.29874599 -1.25875497 0.346430987
+  vertex -1.60318708 -1.69773293 1.19387603
+  vertex -1.38614297 -1.22347903 0.329647988
+  endloop
+ endfacet
+
+ facet normal -0.421861917 -0.218249947 0.879999757
+  outer loop
+  vertex -1.60318708 -1.69773293 1.19387603
+  vertex -1.69556093 -1.72396898 1.14308596
+  vertex -1.65266299 -1.67137408 1.17669499
+  endloop
+ endfacet
+
+ facet normal -0.423999131 -0.211792082 0.880550325
+  outer loop
+  vertex -1.60318708 -1.69773293 1.19387603
+  vertex -1.62320209 -1.78316092 1.16369104
+  vertex -1.69556093 -1.72396898 1.14308596
+  endloop
+ endfacet
+
+ facet normal -0.403747976 -0.283086956 0.869970918
+  outer loop
+  vertex -2.08584404 -2.76491594 0.623236001
+  vertex -2.15423298 -2.69871092 0.61303997
+  vertex -1.69556093 -1.72396898 1.14308596
+  endloop
+ endfacet
+
+ facet normal -0.45299387 -0.256548941 0.8538028
+  outer loop
+  vertex -1.62320209 -1.78316092 1.16369104
+  vertex -2.08584404 -2.76491594 0.623236001
+  vertex -1.69556093 -1.72396898 1.14308596
+  endloop
+ endfacet
+
+ facet normal -0.645806909 -0.593053877 0.480853915
+  outer loop
+  vertex -2.08584404 -2.76491594 0.623236001
+  vertex -2.64349794 -3.70451212 -1.28455305
+  vertex -2.15423298 -2.69871092 0.61303997
+  endloop
+ endfacet
+
+ facet normal -0.940769851 -0.0996529832 0.324069977
+  outer loop
+  vertex -2.08584404 -2.76491594 0.623236001
+  vertex -2.63283992 -3.74498892 -1.26605999
+  vertex -2.64349794 -3.70451212 -1.28455305
+  endloop
+ endfacet
+
+ facet normal -0.743959308 -0.0310040135 0.667505264
+  outer loop
+  vertex -2.90002489 -3.89163709 -1.57915306
+  vertex -2.906811 -3.87340689 -1.58586907
+  vertex -2.64349794 -3.70451212 -1.28455305
+  endloop
+ endfacet
+
+ facet normal -0.776583195 0.0809680223 0.624790192
+  outer loop
+  vertex -2.63283992 -3.74498892 -1.26605999
+  vertex -2.90002489 -3.89163709 -1.57915306
+  vertex -2.64349794 -3.70451212 -1.28455305
+  endloop
+ endfacet
+
+ facet normal -0.021383008 -0.399439186 0.916510284
+  outer loop
+  vertex -1.12877297 -0.45877099 -0.0446330011
+  vertex -0.964388013 -0.470328987 -0.0458349995
+  vertex -1.03473103 -0.580929995 -0.095679
+  endloop
+ endfacet
+
+ facet normal 0.781880677 0.449949831 0.43151781
+  outer loop
+  vertex -2.90600705 -3.90321898 -1.55623698
+  vertex -2.91697907 -3.88280702 -1.55764103
+  vertex -2.90002489 -3.89163709 -1.57915306
+  endloop
+ endfacet
+
+ facet normal -0.677965045 0.568237007 0.466337025
+  outer loop
+  vertex -1.23026299 -1.22389793 0.403519988
+  vertex -1.29874599 -1.25875497 0.346430987
+  vertex -1.03473103 -0.580929995 -0.095679
+  endloop
+ endfacet
+
+ facet normal -0.864686787 0.444541872 0.23387894
+  outer loop
+  vertex -0.964388013 -0.470328987 -0.0458349995
+  vertex -1.23026299 -1.22389793 0.403519988
+  vertex -1.03473103 -0.580929995 -0.095679
+  endloop
+ endfacet
+
+ facet normal -0.574035645 0.792883575 0.204495862
+  outer loop
+  vertex -1.23026299 -1.22389793 0.403519988
+  vertex -1.60318708 -1.69773293 1.19387603
+  vertex -1.29874599 -1.25875497 0.346430987
+  endloop
+ endfacet
+
+ facet normal -0.542411327 0.808382392 0.228709131
+  outer loop
+  vertex -1.23026299 -1.22389793 0.403519988
+  vertex -1.57549906 -1.69697499 1.256863
+  vertex -1.60318708 -1.69773293 1.19387603
+  endloop
+ endfacet
+
+ facet normal -0.963225067 0.145960003 0.225594997
+  outer loop
+  vertex -1.61559892 -1.845137 1.23625302
+  vertex -1.62320209 -1.78316092 1.16369104
+  vertex -1.60318708 -1.69773293 1.19387603
+  endloop
+ endfacet
+
+ facet normal -0.899821401 0.188828096 0.393275172
+  outer loop
+  vertex -1.57549906 -1.69697499 1.256863
+  vertex -1.61559892 -1.845137 1.23625302
+  vertex -1.60318708 -1.69773293 1.19387603
+  endloop
+ endfacet
+
+ facet normal -0.913563967 0.256980956 0.315216959
+  outer loop
+  vertex -1.61559892 -1.845137 1.23625302
+  vertex -2.08584404 -2.76491594 0.623236001
+  vertex -1.62320209 -1.78316092 1.16369104
+  endloop
+ endfacet
+
+ facet normal -0.902424276 0.211018071 0.375635087
+  outer loop
+  vertex -1.61559892 -1.845137 1.23625302
+  vertex -2.09431696 -2.85528994 0.653648019
+  vertex -2.08584404 -2.76491594 0.623236001
+  endloop
+ endfacet
+
+ facet normal -0.811797917 0.580202937 -0.065944992
+  outer loop
+  vertex -2.66079307 -3.77662301 -1.20028496
+  vertex -2.63283992 -3.74498892 -1.26605999
+  vertex -2.08584404 -2.76491594 0.623236001
+  endloop
+ endfacet
+
+ facet normal -0.963328302 0.162240043 0.213721067
+  outer loop
+  vertex -2.09431696 -2.85528994 0.653648019
+  vertex -2.66079307 -3.77662301 -1.20028496
+  vertex -2.08584404 -2.76491594 0.623236001
+  endloop
+ endfacet
+
+ facet normal -0.591019154 0.795851231 0.131594047
+  outer loop
+  vertex -2.66079307 -3.77662301 -1.20028496
+  vertex -2.90002489 -3.89163709 -1.57915306
+  vertex -2.63283992 -3.74498892 -1.26605999
+  endloop
+ endfacet
+
+ facet normal -0.658654928 0.72665596 0.195306972
+  outer loop
+  vertex -2.66079307 -3.77662301 -1.20028496
+  vertex -2.90600705 -3.90321898 -1.55623698
+  vertex -2.90002489 -3.89163709 -1.57915306
+  endloop
+ endfacet
+
+ facet normal -0.0767649934 0.424314976 0.902254939
+  outer loop
+  vertex -1.01769805 0.488880992 -0.0326699987
+  vertex -1.05401599 0.365146995 0.0224300008
+  vertex -1.17887402 0.454620987 -0.0302719995
+  endloop
+ endfacet
+
+ facet normal 0.760863423 -0.570059299 0.310031176
+  outer loop
+  vertex -3.08611298 2.79408097 -1.54586196
+  vertex -3.0986321 2.77501702 -1.55019093
+  vertex -3.09980297 2.787534 -1.52430201
+  endloop
+ endfacet
+
+ facet normal -0.885644376 -0.0708120316 -0.458933175
+  outer loop
+  vertex -1.01769805 0.488880992 -0.0326699987
+  vertex -1.31704998 1.29457402 0.420700014
+  vertex -1.32415795 1.20324898 0.448507994
+  endloop
+ endfacet
+
+ facet normal -0.840063334 0.0050070025 -0.54246521
+  outer loop
+  vertex -1.01769805 0.488880992 -0.0326699987
+  vertex -1.32415795 1.20324898 0.448507994
+  vertex -1.05401599 0.365146995 0.0224300008
+  endloop
+ endfacet
+
+ facet normal -0.96798718 -0.00108800025 -0.250997066
+  outer loop
+  vertex -1.31704998 1.29457402 0.420700014
+  vertex -1.52630997 1.67332196 1.22608101
+  vertex -1.32415795 1.20324898 0.448507994
+  endloop
+ endfacet
+
+ facet normal -0.909262836 0.206635967 -0.361306936
+  outer loop
+  vertex -1.52630997 1.67332196 1.22608101
+  vertex -1.55407095 1.62852693 1.27032602
+  vertex -1.32415795 1.20324898 0.448507994
+  endloop
+ endfacet
+
+ facet normal -0.512467682 -0.124688931 -0.849605441
+  outer loop
+  vertex -1.52630997 1.67332196 1.22608101
+  vertex -1.57726693 1.81927204 1.23539805
+  vertex -1.65870309 1.81342292 1.28537703
+  endloop
+ endfacet
+
+ facet normal -0.638087928 -0.303487957 -0.707629025
+  outer loop
+  vertex -1.52630997 1.67332196 1.22608101
+  vertex -1.65870309 1.81342292 1.28537703
+  vertex -1.55407095 1.62852693 1.27032602
+  endloop
+ endfacet
+
+ facet normal -0.160780042 -0.915375292 -0.369104087
+  outer loop
+  vertex -1.57726693 1.81927204 1.23539805
+  vertex -2.07294297 2.21308303 0.474665999
+  vertex -1.65870309 1.81342292 1.28537703
+  endloop
+ endfacet
+
+ facet normal -0.373682201 -0.893377483 -0.249476135
+  outer loop
+  vertex -2.07294297 2.21308303 0.474665999
+  vertex -2.16162205 2.24618006 0.488976002
+  vertex -1.65870309 1.81342292 1.28537703
+  endloop
+ endfacet
+
+ facet normal -0.0730490163 -0.98006922 -0.18473804
+  outer loop
+  vertex -2.07294297 2.21308303 0.474665999
+  vertex -2.83839607 2.59127903 -1.22905695
+  vertex -2.881531 2.58232498 -1.16449904
+  endloop
+ endfacet
+
+ facet normal -0.354477853 -0.934385598 -0.0356209837
+  outer loop
+  vertex -2.07294297 2.21308303 0.474665999
+  vertex -2.881531 2.58232498 -1.16449904
+  vertex -2.16162205 2.24618006 0.488976002
+  endloop
+ endfacet
+
+ facet normal -0.308526933 -0.892181814 -0.32988295
+  outer loop
+  vertex -2.83839607 2.59127903 -1.22905695
+  vertex -3.08611298 2.79408097 -1.54586196
+  vertex -2.881531 2.58232498 -1.16449904
+  endloop
+ endfacet
+
+ facet normal -0.192876935 -0.898110747 -0.395215869
+  outer loop
+  vertex -3.08611298 2.79408097 -1.54586196
+  vertex -3.09980297 2.787534 -1.52430201
+  vertex -2.881531 2.58232498 -1.16449904
+  endloop
+ endfacet
+
+ facet normal -0.0767690316 0.424311161 0.90225637
+  outer loop
+  vertex -1.05401599 0.365146995 0.0224300008
+  vertex -1.18435502 0.308786988 0.0378439985
+  vertex -1.17887402 0.454620987 -0.0302719995
+  endloop
+ endfacet
+
+ facet normal 0.760849178 -0.570075095 0.310037047
+  outer loop
+  vertex -3.09980297 2.787534 -1.52430201
+  vertex -3.0986321 2.77501702 -1.55019093
+  vertex -3.11261201 2.77155995 -1.52223897
+  endloop
+ endfacet
+
+ facet normal -0.264522016 0.367929041 -0.891435027
+  outer loop
+  vertex -1.05401599 0.365146995 0.0224300008
+  vertex -1.32415795 1.20324898 0.448507994
+  vertex -1.18435502 0.308786988 0.0378439985
+  endloop
+ endfacet
+
+ facet normal -0.0232820045 0.414123029 -0.909923077
+  outer loop
+  vertex -1.32415795 1.20324898 0.448507994
+  vertex -1.38690901 1.13685596 0.41989699
+  vertex -1.18435502 0.308786988 0.0378439985
+  endloop
+ endfacet
+
+ facet normal -0.489267647 0.711135507 -0.504879713
+  outer loop
+  vertex -1.32415795 1.20324898 0.448507994
+  vertex -1.55407095 1.62852693 1.27032602
+  vertex -1.59782505 1.59094405 1.25979102
+  endloop
+ endfacet
+
+ facet normal -0.508115053 0.69780314 -0.504866123
+  outer loop
+  vertex -1.32415795 1.20324898 0.448507994
+  vertex -1.59782505 1.59094405 1.25979102
+  vertex -1.38690901 1.13685596 0.41989699
+  endloop
+ endfacet
+
+ facet normal 0.113028012 0.14399001 -0.983103096
+  outer loop
+  vertex -1.55407095 1.62852693 1.27032602
+  vertex -1.65870309 1.81342292 1.28537703
+  vertex -1.59782505 1.59094405 1.25979102
+  endloop
+ endfacet
+
+ facet normal 0.185814962 0.162295938 -0.969088614
+  outer loop
+  vertex -1.65870309 1.81342292 1.28537703
+  vertex -1.73981202 1.76814294 1.26224196
+  vertex -1.59782505 1.59094405 1.25979102
+  endloop
+ endfacet
+
+ facet normal 0.498544723 -0.589779615 -0.635305643
+  outer loop
+  vertex -1.65870309 1.81342292 1.28537703
+  vertex -2.16162205 2.24618006 0.488976002
+  vertex -2.244519 2.21051693 0.457031012
+  endloop
+ endfacet
+
+ facet normal 0.506276369 -0.581512392 -0.636810482
+  outer loop
+  vertex -1.65870309 1.81342292 1.28537703
+  vertex -2.244519 2.21051693 0.457031012
+  vertex -1.73981202 1.76814294 1.26224196
+  endloop
+ endfacet
+
+ facet normal 0.484050065 -0.79212904 -0.371789068
+  outer loop
+  vertex -2.16162205 2.24618006 0.488976002
+  vertex -2.881531 2.58232498 -1.16449904
+  vertex -2.244519 2.21051693 0.457031012
+  endloop
+ endfacet
+
+ facet normal 0.612227142 -0.683636189 -0.397265077
+  outer loop
+  vertex -2.881531 2.58232498 -1.16449904
+  vertex -2.91222191 2.54960108 -1.15548396
+  vertex -2.244519 2.21051693 0.457031012
+  endloop
+ endfacet
+
+ facet normal 0.557069063 -0.529381037 -0.639867067
+  outer loop
+  vertex -2.881531 2.58232498 -1.16449904
+  vertex -3.09980297 2.787534 -1.52430201
+  vertex -3.11261201 2.77155995 -1.52223897
+  endloop
+ endfacet
+
+ facet normal 0.471753895 -0.616191864 -0.630678833
+  outer loop
+  vertex -2.881531 2.58232498 -1.16449904
+  vertex -3.11261201 2.77155995 -1.52223897
+  vertex -2.91222191 2.54960108 -1.15548396
+  endloop
+ endfacet
+
+ facet normal -0.0767669678 0.424310833 0.902256668
+  outer loop
+  vertex -1.18435502 0.308786988 0.0378439985
+  vertex -1.31056702 0.362244993 0.00196600007
+  vertex -1.17887402 0.454620987 -0.0302719995
+  endloop
+ endfacet
+
+ facet normal 0.760856092 -0.570063055 0.310042024
+  outer loop
+  vertex -3.11261201 2.77155995 -1.52223897
+  vertex -3.0986321 2.77501702 -1.55019093
+  vertex -3.11489511 2.75818896 -1.54122198
+  endloop
+ endfacet
+
+ facet normal 0.624605119 0.447931021 -0.639708042
+  outer loop
+  vertex -1.18435502 0.308786988 0.0378439985
+  vertex -1.38690901 1.13685596 0.41989699
+  vertex -1.45804906 1.14539194 0.356413007
+  endloop
+ endfacet
+
+ facet normal 0.412785053 0.438942075 -0.798084199
+  outer loop
+  vertex -1.18435502 0.308786988 0.0378439985
+  vertex -1.45804906 1.14539194 0.356413007
+  vertex -1.31056702 0.362244993 0.00196600007
+  endloop
+ endfacet
+
+ facet normal 0.413569063 0.840320051 -0.350461036
+  outer loop
+  vertex -1.38690901 1.13685596 0.41989699
+  vertex -1.59782505 1.59094405 1.25979102
+  vertex -1.45804906 1.14539194 0.356413007
+  endloop
+ endfacet
+
+ facet normal 0.566476703 0.770475626 -0.292354852
+  outer loop
+  vertex -1.59782505 1.59094405 1.25979102
+  vertex -1.62462497 1.58887506 1.20240998
+  vertex -1.45804906 1.14539194 0.356413007
+  endloop
+ endfacet
+
+ facet normal 0.666042805 0.540796876 -0.513736904
+  outer loop
+  vertex -1.59782505 1.59094405 1.25979102
+  vertex -1.73981202 1.76814294 1.26224196
+  vertex -1.759516 1.71752691 1.18341398
+  endloop
+ endfacet
+
+ facet normal 0.673963785 0.656674743 -0.338453889
+  outer loop
+  vertex -1.59782505 1.59094405 1.25979102
+  vertex -1.759516 1.71752691 1.18341398
+  vertex -1.62462497 1.58887506 1.20240998
+  endloop
+ endfacet
+
+ facet normal 0.87528342 0.276827157 -0.396542192
+  outer loop
+  vertex -1.73981202 1.76814294 1.26224196
+  vertex -2.244519 2.21051693 0.457031012
+  vertex -1.759516 1.71752691 1.18341398
+  endloop
+ endfacet
+
+ facet normal 0.868040264 0.162955061 -0.468990147
+  outer loop
+  vertex -2.244519 2.21051693 0.457031012
+  vertex -2.25921011 2.13294888 0.402886987
+  vertex -1.759516 1.71752691 1.18341398
+  endloop
+ endfacet
+
+ facet normal 0.824457109 0.515765071 -0.232931033
+  outer loop
+  vertex -2.244519 2.21051693 0.457031012
+  vertex -2.91222191 2.54960108 -1.15548396
+  vertex -2.90735912 2.51775002 -1.20879805
+  endloop
+ endfacet
+
+ facet normal 0.931220233 0.0728830248 -0.357095122
+  outer loop
+  vertex -2.244519 2.21051693 0.457031012
+  vertex -2.90735912 2.51775002 -1.20879805
+  vertex -2.25921011 2.13294888 0.402886987
+  endloop
+ endfacet
+
+ facet normal 0.866475642 0.459383816 -0.195413932
+  outer loop
+  vertex -2.91222191 2.54960108 -1.15548396
+  vertex -3.11261201 2.77155995 -1.52223897
+  vertex -2.90735912 2.51775002 -1.20879805
+  endloop
+ endfacet
+
+ facet normal 0.89059633 0.314460129 -0.328562111
+  outer loop
+  vertex -3.11261201 2.77155995 -1.52223897
+  vertex -3.11489511 2.75818896 -1.54122198
+  vertex -2.90735912 2.51775002 -1.20879805
+  endloop
+ endfacet
+
+ facet normal -0.0767720193 0.424317122 0.90225327
+  outer loop
+  vertex -1.31056702 0.362244993 0.00196600007
+  vertex -1.33761096 0.485262007 -0.0581879988
+  vertex -1.17887402 0.454620987 -0.0302719995
+  endloop
+ endfacet
+
+ facet normal 0.760856211 -0.570104182 0.309966087
+  outer loop
+  vertex -3.11489511 2.75818896 -1.54122198
+  vertex -3.0986321 2.77501702 -1.55019093
+  vertex -3.10493207 2.75749207 -1.56695998
+  endloop
+ endfacet
+
+ facet normal 0.979394317 0.199278057 -0.0327850096
+  outer loop
+  vertex -1.31056702 0.362244993 0.00196600007
+  vertex -1.45804906 1.14539194 0.356413007
+  vertex -1.33761096 0.485262007 -0.0581879988
+  endloop
+ endfacet
+
+ facet normal 0.961778104 0.24816604 -0.115743019
+  outer loop
+  vertex -1.45804906 1.14539194 0.356413007
+  vertex -1.48400998 1.22242701 0.305858999
+  vertex -1.33761096 0.485262007 -0.0581879988
+  endloop
+ endfacet
+
+ facet normal 0.983233452 0.0246459842 0.180677876
+  outer loop
+  vertex -1.45804906 1.14539194 0.356413007
+  vertex -1.62462497 1.58887506 1.20240998
+  vertex -1.61429 1.623878 1.14139199
+  endloop
+ endfacet
+
+ facet normal 0.94848156 0.316802889 -0.004323998
+  outer loop
+  vertex -1.45804906 1.14539194 0.356413007
+  vertex -1.61429 1.623878 1.14139199
+  vertex -1.48400998 1.22242701 0.305858999
+  endloop
+ endfacet
+
+ facet normal 0.569355786 0.667770743 0.479495794
+  outer loop
+  vertex -1.62462497 1.58887506 1.20240998
+  vertex -1.759516 1.71752691 1.18341398
+  vertex -1.61429 1.623878 1.14139199
+  endloop
+ endfacet
+
+ facet normal 0.574625909 0.780223846 0.247094944
+  outer loop
+  vertex -1.759516 1.71752691 1.18341398
+  vertex -1.70297694 1.69968998 1.10825098
+  vertex -1.61429 1.623878 1.14139199
+  endloop
+ endfacet
+
+ facet normal 0.67483896 0.736889005 -0.0398359969
+  outer loop
+  vertex -1.759516 1.71752691 1.18341398
+  vertex -2.25921011 2.13294888 0.402886987
+  vertex -2.19463396 2.07188797 0.367314011
+  endloop
+ endfacet
+
+ facet normal 0.45869714 0.878017306 0.136684045
+  outer loop
+  vertex -1.759516 1.71752691 1.18341398
+  vertex -2.19463396 2.07188797 0.367314011
+  vertex -1.70297694 1.69968998 1.10825098
+  endloop
+ endfacet
+
+ facet normal 0.658887684 0.747243702 -0.0865659639
+  outer loop
+  vertex -2.25921011 2.13294888 0.402886987
+  vertex -2.90735912 2.51775002 -1.20879805
+  vertex -2.19463396 2.07188797 0.367314011
+  endloop
+ endfacet
+
+ facet normal 0.369675994 0.924360991 0.0943209976
+  outer loop
+  vertex -2.90735912 2.51775002 -1.20879805
+  vertex -2.87060595 2.51075506 -1.28429699
+  vertex -2.19463396 2.07188797 0.367314011
+  endloop
+ endfacet
+
+ facet normal 0.583255053 0.786133051 0.204471037
+  outer loop
+  vertex -2.90735912 2.51775002 -1.20879805
+  vertex -3.11489511 2.75818896 -1.54122198
+  vertex -3.10493207 2.75749207 -1.56695998
+  endloop
+ endfacet
+
+ facet normal 0.578596771 0.78848362 0.208612904
+  outer loop
+  vertex -2.90735912 2.51775002 -1.20879805
+  vertex -3.10493207 2.75749207 -1.56695998
+  vertex -2.87060595 2.51075506 -1.28429699
+  endloop
+ endfacet
+
+ facet normal -0.0767699778 0.424322903 0.902250767
+  outer loop
+  vertex -1.33761096 0.485262007 -0.0581879988
+  vertex -1.24512303 0.585205019 -0.0973210037
+  vertex -1.17887402 0.454620987 -0.0302719995
+  endloop
+ endfacet
+
+ facet normal 0.760858178 -0.570103168 0.309963077
+  outer loop
+  vertex -3.10493207 2.75749207 -1.56695998
+  vertex -3.0986321 2.77501702 -1.55019093
+  vertex -3.09022689 2.76998997 -1.58006907
+  endloop
+ endfacet
+
+ facet normal 0.584711671 -0.262888819 0.767464519
+  outer loop
+  vertex -1.33761096 0.485262007 -0.0581879988
+  vertex -1.48400998 1.22242701 0.305858999
+  vertex -1.44524097 1.309955 0.306304008
+  endloop
+ endfacet
+
+ facet normal 0.59877497 -0.25710398 0.758529007
+  outer loop
+  vertex -1.33761096 0.485262007 -0.0581879988
+  vertex -1.44524097 1.309955 0.306304008
+  vertex -1.24512303 0.585205019 -0.0973210037
+  endloop
+ endfacet
+
+ facet normal 0.86564827 -0.385051161 0.319982111
+  outer loop
+  vertex -1.48400998 1.22242701 0.305858999
+  vertex -1.61429 1.623878 1.14139199
+  vertex -1.44524097 1.309955 0.306304008
+  endloop
+ endfacet
+
+ facet normal 0.773064494 -0.526166677 0.354287803
+  outer loop
+  vertex -1.61429 1.623878 1.14139199
+  vertex -1.57460201 1.66959405 1.12268603
+  vertex -1.44524097 1.309955 0.306304008
+  endloop
+ endfacet
+
+ facet normal 0.0183549952 0.418431848 0.908062696
+  outer loop
+  vertex -1.61429 1.623878 1.14139199
+  vertex -1.70297694 1.69968998 1.10825098
+  vertex -1.61277103 1.72806406 1.09335303
+  endloop
+ endfacet
+
+ facet normal -0.0551219992 0.418749988 0.906427085
+  outer loop
+  vertex -1.61429 1.623878 1.14139199
+  vertex -1.61277103 1.72806406 1.09335303
+  vertex -1.57460201 1.66959405 1.12268603
+  endloop
+ endfacet
+
+ facet normal -0.173069939 0.829250693 0.53140384
+  outer loop
+  vertex -1.70297694 1.69968998 1.10825098
+  vertex -2.19463396 2.07188797 0.367314011
+  vertex -1.61277103 1.72806406 1.09335303
+  endloop
+ endfacet
+
+ facet normal -0.0611630008 0.882239044 0.466812015
+  outer loop
+  vertex -2.19463396 2.07188797 0.367314011
+  vertex -2.09941506 2.07331204 0.377099007
+  vertex -1.61277103 1.72806406 1.09335303
+  endloop
+ endfacet
+
+ facet normal -0.196834937 0.924567699 0.326236904
+  outer loop
+  vertex -2.19463396 2.07188797 0.367314011
+  vertex -2.87060595 2.51075506 -1.28429699
+  vertex -2.82963514 2.533885 -1.32512701
+  endloop
+ endfacet
+
+ facet normal -0.0429229848 0.959605694 0.278054923
+  outer loop
+  vertex -2.19463396 2.07188797 0.367314011
+  vertex -2.82963514 2.533885 -1.32512701
+  vertex -2.09941506 2.07331204 0.377099007
+  endloop
+ endfacet
+
+ facet normal 0.133578047 0.798819304 0.586553216
+  outer loop
+  vertex -2.87060595 2.51075506 -1.28429699
+  vertex -3.10493207 2.75749207 -1.56695998
+  vertex -2.82963514 2.533885 -1.32512701
+  endloop
+ endfacet
+
+ facet normal -0.00927600171 0.728916168 0.684540093
+  outer loop
+  vertex -3.10493207 2.75749207 -1.56695998
+  vertex -3.09022689 2.76998997 -1.58006907
+  vertex -2.82963514 2.533885 -1.32512701
+  endloop
+ endfacet
+
+ facet normal -0.0767689869 0.424322903 0.902250767
+  outer loop
+  vertex -1.24512303 0.585205019 -0.0973210037
+  vertex -1.10274899 0.586816013 -0.0859650001
+  vertex -1.17887402 0.454620987 -0.0302719995
+  endloop
+ endfacet
+
+ facet normal 0.760912299 -0.570029259 0.309966117
+  outer loop
+  vertex -3.09022689 2.76998997 -1.58006907
+  vertex -3.0986321 2.77501702 -1.55019093
+  vertex -3.08185196 2.78627396 -1.57068002
+  endloop
+ endfacet
+
+ facet normal -0.0633039996 -0.498861015 0.864367008
+  outer loop
+  vertex -1.24512303 0.585205019 -0.0973210037
+  vertex -1.44524097 1.309955 0.306304008
+  vertex -1.10274899 0.586816013 -0.0859650001
+  endloop
+ endfacet
+
+ facet normal -0.292043954 -0.559201956 0.77588886
+  outer loop
+  vertex -1.44524097 1.309955 0.306304008
+  vertex -1.37093699 1.34206295 0.357414007
+  vertex -1.10274899 0.586816013 -0.0859650001
+  endloop
+ endfacet
+
+ facet normal 0.108098 -0.903342009 0.415075988
+  outer loop
+  vertex -1.44524097 1.309955 0.306304008
+  vertex -1.57460201 1.66959405 1.12268603
+  vertex -1.53544593 1.69159794 1.16037703
+  endloop
+ endfacet
+
+ facet normal 0.105116993 -0.903753936 0.414944977
+  outer loop
+  vertex -1.44524097 1.309955 0.306304008
+  vertex -1.53544593 1.69159794 1.16037703
+  vertex -1.37093699 1.34206295 0.357414007
+  endloop
+ endfacet
+
+ facet normal -0.671668947 -0.0683799908 0.737688959
+  outer loop
+  vertex -1.57460201 1.66959405 1.12268603
+  vertex -1.61277103 1.72806406 1.09335303
+  vertex -1.53544593 1.69159794 1.16037703
+  endloop
+ endfacet
+
+ facet normal -0.673058808 -0.074808985 0.735795796
+  outer loop
+  vertex -1.61277103 1.72806406 1.09335303
+  vertex -1.55682492 1.78128397 1.14994001
+  vertex -1.53544593 1.69159794 1.16037703
+  endloop
+ endfacet
+
+ facet normal -0.765665054 0.19344902 0.613461077
+  outer loop
+  vertex -1.61277103 1.72806406 1.09335303
+  vertex -2.09941506 2.07331204 0.377099007
+  vertex -2.045259 2.13614988 0.424876004
+  endloop
+ endfacet
+
+ facet normal -0.776329041 0.171037018 0.606679142
+  outer loop
+  vertex -1.61277103 1.72806406 1.09335303
+  vertex -2.045259 2.13614988 0.424876004
+  vertex -1.55682492 1.78128397 1.14994001
+  endloop
+ endfacet
+
+ facet normal -0.816772759 0.362870902 0.448560894
+  outer loop
+  vertex -2.09941506 2.07331204 0.377099007
+  vertex -2.82963514 2.533885 -1.32512701
+  vertex -2.045259 2.13614988 0.424876004
+  endloop
+ endfacet
+
+ facet normal -0.903895736 0.0723669752 0.421586841
+  outer loop
+  vertex -2.82963514 2.533885 -1.32512701
+  vertex -2.81529999 2.56972098 -1.30054402
+  vertex -2.045259 2.13614988 0.424876004
+  endloop
+ endfacet
+
+ facet normal -0.714901567 -0.0349769779 0.698349595
+  outer loop
+  vertex -2.82963514 2.533885 -1.32512701
+  vertex -3.09022689 2.76998997 -1.58006907
+  vertex -3.08185196 2.78627396 -1.57068002
+  endloop
+ endfacet
+
+ facet normal -0.757348955 -0.135290995 0.638841927
+  outer loop
+  vertex -2.82963514 2.533885 -1.32512701
+  vertex -3.08185196 2.78627396 -1.57068002
+  vertex -2.81529999 2.56972098 -1.30054402
+  endloop
+ endfacet
+
+ facet normal -0.0767659619 0.4243218 0.902251601
+  outer loop
+  vertex -1.10274899 0.586816013 -0.0859650001
+  vertex -1.01769805 0.488880992 -0.0326699987
+  vertex -1.17887402 0.454620987 -0.0302719995
+  endloop
+ endfacet
+
+ facet normal 0.760899127 -0.570062101 0.309938073
+  outer loop
+  vertex -3.08185196 2.78627396 -1.57068002
+  vertex -3.0986321 2.77501702 -1.55019093
+  vertex -3.08611298 2.79408097 -1.54586196
+  endloop
+ endfacet
+
+ facet normal -0.81185782 -0.481850892 0.329706907
+  outer loop
+  vertex -1.10274899 0.586816013 -0.0859650001
+  vertex -1.37093699 1.34206295 0.357414007
+  vertex -1.31704998 1.29457402 0.420700014
+  endloop
+ endfacet
+
+ facet normal -0.792782009 -0.494814992 0.355886042
+  outer loop
+  vertex -1.10274899 0.586816013 -0.0859650001
+  vertex -1.31704998 1.29457402 0.420700014
+  vertex -1.01769805 0.488880992 -0.0326699987
+  endloop
+ endfacet
+
+ facet normal -0.739785016 -0.659090936 0.135341004
+  outer loop
+  vertex -1.37093699 1.34206295 0.357414007
+  vertex -1.53544593 1.69159794 1.16037703
+  vertex -1.31704998 1.29457402 0.420700014
+  endloop
+ endfacet
+
+ facet normal -0.882458806 -0.470319867 -0.00810799841
+  outer loop
+  vertex -1.53544593 1.69159794 1.16037703
+  vertex -1.52630997 1.67332196 1.22608101
+  vertex -1.31704998 1.29457402 0.420700014
+  endloop
+ endfacet
+
+ facet normal -0.962198138 -0.243543014 -0.121908017
+  outer loop
+  vertex -1.53544593 1.69159794 1.16037703
+  vertex -1.55682492 1.78128397 1.14994001
+  vertex -1.57726693 1.81927204 1.23539805
+  endloop
+ endfacet
+
+ facet normal -0.942623854 -0.331589013 0.0388449952
+  outer loop
+  vertex -1.53544593 1.69159794 1.16037703
+  vertex -1.57726693 1.81927204 1.23539805
+  vertex -1.52630997 1.67332196 1.22608101
+  endloop
+ endfacet
+
+ facet normal -0.708266914 -0.692263961 0.138305992
+  outer loop
+  vertex -1.55682492 1.78128397 1.14994001
+  vertex -2.045259 2.13614988 0.424876004
+  vertex -1.57726693 1.81927204 1.23539805
+  endloop
+ endfacet
+
+ facet normal -0.826425612 -0.483796358 0.28803125
+  outer loop
+  vertex -2.045259 2.13614988 0.424876004
+  vertex -2.07294297 2.21308303 0.474665999
+  vertex -1.57726693 1.81927204 1.23539805
+  endloop
+ endfacet
+
+ facet normal -0.582625031 -0.810790002 0.0562819988
+  outer loop
+  vertex -2.045259 2.13614988 0.424876004
+  vertex -2.81529999 2.56972098 -1.30054402
+  vertex -2.83839607 2.59127903 -1.22905695
+  endloop
+ endfacet
+
+ facet normal -0.836838305 -0.476067185 0.270299107
+  outer loop
+  vertex -2.045259 2.13614988 0.424876004
+  vertex -2.83839607 2.59127903 -1.22905695
+  vertex -2.07294297 2.21308303 0.474665999
+  endloop
+ endfacet
+
+ facet normal -0.644049883 -0.764651895 0.0225229971
+  outer loop
+  vertex -2.81529999 2.56972098 -1.30054402
+  vertex -3.08185196 2.78627396 -1.57068002
+  vertex -2.83839607 2.59127903 -1.22905695
+  endloop
+ endfacet
+
+ facet normal -0.70394212 -0.703137159 0.100317024
+  outer loop
+  vertex -3.08185196 2.78627396 -1.57068002
+  vertex -3.08611298 2.79408097 -1.54586196
+  vertex -2.83839607 2.59127903 -1.22905695
+  endloop
+ endfacet
+
+ facet normal 0.0729879588 -0.424979746 0.902255476
+  outer loop
+  vertex -0.790997982 -0.401975006 -0.0302719995
+  vertex -0.704271972 -0.275191993 0.0224300008
+  vertex -0.627824008 -0.379043013 -0.0326699987
+  endloop
+ endfacet
+
+ facet normal 0.288141072 0.809048176 0.512265146
+  outer loop
+  vertex -1.08943605 -3.53432393 -1.60113692
+  vertex -1.09849703 -3.51748109 -1.62264204
+  vertex -1.07667601 -3.52539802 -1.62241101
+  endloop
+ endfacet
+
+ facet normal -0.722976804 -0.26038295 -0.639925897
+  outer loop
+  vertex -0.785679996 -1.12330306 0.448507994
+  vertex -0.733861029 -1.19883895 0.420700014
+  vertex -0.627824008 -0.379043013 -0.0326699987
+  endloop
+ endfacet
+
+ facet normal -0.757175207 -0.233753055 -0.609955132
+  outer loop
+  vertex -0.704271972 -0.275191993 0.0224300008
+  vertex -0.785679996 -1.12330306 0.448507994
+  vertex -0.627824008 -0.379043013 -0.0326699987
+  endloop
+ endfacet
+
+ facet normal -0.822168887 -0.424315959 -0.379465908
+  outer loop
+  vertex -0.785679996 -1.12330306 0.448507994
+  vertex -0.835425019 -1.72230005 1.22608101
+  vertex -0.733861029 -1.19883895 0.420700014
+  endloop
+ endfacet
+
+ facet normal -0.716561258 -0.529666245 -0.453865141
+  outer loop
+  vertex -0.785679996 -1.12330306 0.448507994
+  vertex -0.881864011 -1.69738698 1.27032602
+  vertex -0.835425019 -1.72230005 1.22608101
+  endloop
+ endfacet
+
+ facet normal -0.506153941 -0.148249999 -0.849605918
+  outer loop
+  vertex -0.880029976 -1.90982795 1.28537703
+  vertex -0.806580007 -1.87417507 1.23539805
+  vertex -0.835425019 -1.72230005 1.22608101
+  endloop
+ endfacet
+
+ facet normal -0.704344094 -0.0562160127 -0.707629204
+  outer loop
+  vertex -0.881864011 -1.69738698 1.27032602
+  vertex -0.880029976 -1.90982795 1.28537703
+  vertex -0.835425019 -1.72230005 1.22608101
+  endloop
+ endfacet
+
+ facet normal -0.632492721 0.574023724 -0.520047784
+  outer loop
+  vertex -0.880029976 -1.90982795 1.28537703
+  vertex -0.908545017 -2.86312103 0.267821014
+  vertex -0.806580007 -1.87417507 1.23539805
+  endloop
+ endfacet
+
+ facet normal -0.727581859 0.510695934 -0.4580549
+  outer loop
+  vertex -0.880029976 -1.90982795 1.28537703
+  vertex -0.968795002 -2.93612289 0.282130986
+  vertex -0.908545017 -2.86312103 0.267821014
+  endloop
+ endfacet
+
+ facet normal -0.823960662 0.55237174 -0.126388937
+  outer loop
+  vertex -1.00637496 -3.34099007 -1.18288505
+  vertex -0.972894013 -3.30494308 -1.24361598
+  vertex -0.908545017 -2.86312103 0.267821014
+  endloop
+ endfacet
+
+ facet normal -0.776781023 0.611850977 -0.149162993
+  outer loop
+  vertex -0.968795002 -2.93612289 0.282130986
+  vertex -1.00637496 -3.34099007 -1.18288505
+  vertex -0.908545017 -2.86312103 0.267821014
+  endloop
+ endfacet
+
+ facet normal -0.813524306 0.571128249 -0.10950204
+  outer loop
+  vertex -1.00637496 -3.34099007 -1.18288505
+  vertex -1.07667601 -3.52539802 -1.62241101
+  vertex -0.972894013 -3.30494308 -1.24361598
+  endloop
+ endfacet
+
+ facet normal -0.731632829 0.66243583 -0.160909951
+  outer loop
+  vertex -1.00637496 -3.34099007 -1.18288505
+  vertex -1.08943605 -3.53432393 -1.60113692
+  vertex -1.07667601 -3.52539802 -1.62241101
+  endloop
+ endfacet
+
+ facet normal 0.0729849711 -0.424977809 0.902256668
+  outer loop
+  vertex -0.790997982 -0.401975006 -0.0302719995
+  vertex -0.846026003 -0.26681 0.0378439985
+  vertex -0.704271972 -0.275191993 0.0224300008
+  endloop
+ endfacet
+
+ facet normal 0.288122952 0.809049785 0.512272894
+  outer loop
+  vertex -1.10902095 -3.53056598 -1.59605598
+  vertex -1.09849703 -3.51748109 -1.62264204
+  vertex -1.08943605 -3.53432393 -1.60113692
+  endloop
+ endfacet
+
+ facet normal -0.122729048 -0.436093181 -0.89149332
+  outer loop
+  vertex -0.846026003 -0.26681 0.0378439985
+  vertex -0.785679996 -1.12330306 0.448507994
+  vertex -0.704271972 -0.275191993 0.0224300008
+  endloop
+ endfacet
+
+ facet normal 0.167711034 -0.416587085 -0.893492162
+  outer loop
+  vertex -0.846026003 -0.26681 0.0378439985
+  vertex -0.873220026 -1.09718001 0.41989699
+  vertex -0.785679996 -1.12330306 0.448507994
+  endloop
+ endfacet
+
+ facet normal -0.0466770045 -0.816322029 -0.575708032
+  outer loop
+  vertex -0.938548028 -1.68671608 1.25979102
+  vertex -0.881864011 -1.69738698 1.27032602
+  vertex -0.785679996 -1.12330306 0.448507994
+  endloop
+ endfacet
+
+ facet normal -0.0548560023 -0.815250099 -0.576505065
+  outer loop
+  vertex -0.873220026 -1.09718001 0.41989699
+  vertex -0.938548028 -1.68671608 1.25979102
+  vertex -0.785679996 -1.12330306 0.448507994
+  endloop
+ endfacet
+
+ facet normal 0.169880018 -0.0681860074 -0.983103096
+  outer loop
+  vertex -0.938548028 -1.68671608 1.25979102
+  vertex -0.880029976 -1.90982795 1.28537703
+  vertex -0.881864011 -1.69738698 1.27032602
+  endloop
+ endfacet
+
+ facet normal 0.242068902 -0.0476449765 -0.969088554
+  outer loop
+  vertex -0.938548028 -1.68671608 1.25979102
+  vertex -0.972913027 -1.91116905 1.26224196
+  vertex -0.880029976 -1.90982795 1.28537703
+  endloop
+ endfacet
+
+ facet normal 0.173446015 0.680724084 -0.711710036
+  outer loop
+  vertex -1.05841696 -2.94668603 0.25018701
+  vertex -0.968795002 -2.93612289 0.282130986
+  vertex -0.880029976 -1.90982795 1.28537703
+  endloop
+ endfacet
+
+ facet normal 0.167480066 0.681978166 -0.711938262
+  outer loop
+  vertex -0.972913027 -1.91116905 1.26224196
+  vertex -1.05841696 -2.94668603 0.25018701
+  vertex -0.880029976 -1.90982795 1.28537703
+  endloop
+ endfacet
+
+ facet normal -0.0188320037 0.963823199 -0.265876055
+  outer loop
+  vertex -1.05841696 -2.94668603 0.25018701
+  vertex -1.00637496 -3.34099007 -1.18288505
+  vertex -0.968795002 -2.93612289 0.282130986
+  endloop
+ endfacet
+
+ facet normal -0.0057739974 0.964099646 -0.265477866
+  outer loop
+  vertex -1.05841696 -2.94668603 0.25018701
+  vertex -1.04957104 -3.33721995 -1.16825497
+  vertex -1.00637496 -3.34099007 -1.18288505
+  endloop
+ endfacet
+
+ facet normal 0.0616750047 0.901266992 -0.428852022
+  outer loop
+  vertex -1.10902095 -3.53056598 -1.59605598
+  vertex -1.08943605 -3.53432393 -1.60113692
+  vertex -1.00637496 -3.34099007 -1.18288505
+  endloop
+ endfacet
+
+ facet normal -0.057355985 0.912721753 -0.404535919
+  outer loop
+  vertex -1.04957104 -3.33721995 -1.16825497
+  vertex -1.10902095 -3.53056598 -1.59605598
+  vertex -1.00637496 -3.34099007 -1.18288505
+  endloop
+ endfacet
+
+ facet normal 0.0729859918 -0.424976945 0.902256966
+  outer loop
+  vertex -0.790997982 -0.401975006 -0.0302719995
+  vertex -0.946343005 -0.360211015 0.00196600007
+  vertex -0.846026003 -0.26681 0.0378439985
+  endloop
+ endfacet
+
+ facet normal 0.288119972 0.809050918 0.512272954
+  outer loop
+  vertex -1.12068105 -3.5169549 -1.61099398
+  vertex -1.09849703 -3.51748109 -1.62264204
+  vertex -1.10902095 -3.53056598 -1.59605598
+  endloop
+ endfacet
+
+ facet normal 0.798518658 -0.272996873 -0.536507785
+  outer loop
+  vertex -0.930561006 -1.14014304 0.356413007
+  vertex -0.873220026 -1.09718001 0.41989699
+  vertex -0.846026003 -0.26681 0.0378439985
+  endloop
+ endfacet
+
+ facet normal 0.574401855 -0.329012901 -0.749541819
+  outer loop
+  vertex -0.946343005 -0.360211015 0.00196600007
+  vertex -0.930561006 -1.14014304 0.356413007
+  vertex -0.846026003 -0.26681 0.0378439985
+  endloop
+ endfacet
+
+ facet normal 0.770561874 -0.548315942 -0.324936926
+  outer loop
+  vertex -0.930561006 -1.14014304 0.356413007
+  vertex -0.938548028 -1.68671608 1.25979102
+  vertex -0.873220026 -1.09718001 0.41989699
+  endloop
+ endfacet
+
+ facet normal 0.849924028 -0.454108 -0.267235994
+  outer loop
+  vertex -0.930561006 -1.14014304 0.356413007
+  vertex -0.962791979 -1.69832397 1.20240998
+  vertex -0.938548028 -1.68671608 1.25979102
+  endloop
+ endfacet
+
+ facet normal 0.847210824 -0.135322973 -0.51373291
+  outer loop
+  vertex -1.01528394 -1.87718606 1.18341398
+  vertex -0.972913027 -1.91116905 1.26224196
+  vertex -0.938548028 -1.68671608 1.25979102
+  endloop
+ endfacet
+
+ facet normal 0.912006497 -0.231711864 -0.338457793
+  outer loop
+  vertex -0.962791979 -1.69832397 1.20240998
+  vertex -1.01528394 -1.87718606 1.18341398
+  vertex -0.938548028 -1.68671608 1.25979102
+  endloop
+ endfacet
+
+ facet normal 0.891000748 0.277561903 -0.359272897
+  outer loop
+  vertex -1.01528394 -1.87718606 1.18341398
+  vertex -1.05841696 -2.94668603 0.25018701
+  vertex -0.972913027 -1.91116905 1.26224196
+  endloop
+ endfacet
+
+ facet normal 0.839562833 0.337562919 -0.425658911
+  outer loop
+  vertex -1.01528394 -1.87718606 1.18341398
+  vertex -1.10992396 -2.88685608 0.196043
+  vertex -1.05841696 -2.94668603 0.25018701
+  endloop
+ endfacet
+
+ facet normal 0.926300108 0.364708066 -0.0946370065
+  outer loop
+  vertex -1.06995296 -3.29647708 -1.21073997
+  vertex -1.04957104 -3.33721995 -1.16825497
+  vertex -1.05841696 -2.94668603 0.25018701
+  endloop
+ endfacet
+
+ facet normal 0.810221374 0.568532228 -0.142522067
+  outer loop
+  vertex -1.10992396 -2.88685608 0.196043
+  vertex -1.06995296 -3.29647708 -1.21073997
+  vertex -1.05841696 -2.94668603 0.25018701
+  endloop
+ endfacet
+
+ facet normal 0.94495213 0.228233024 -0.234468028
+  outer loop
+  vertex -1.06995296 -3.29647708 -1.21073997
+  vertex -1.10902095 -3.53056598 -1.59605598
+  vertex -1.04957104 -3.33721995 -1.16825497
+  endloop
+ endfacet
+
+ facet normal 0.864126801 0.386452913 -0.322395921
+  outer loop
+  vertex -1.06995296 -3.29647708 -1.21073997
+  vertex -1.12068105 -3.5169549 -1.61099398
+  vertex -1.10902095 -3.53056598 -1.59605598
+  endloop
+ endfacet
+
+ facet normal 0.0729829893 -0.424985975 0.902252913
+  outer loop
+  vertex -0.790997982 -0.401975006 -0.0302719995
+  vertex -0.929682016 -0.485058993 -0.0581879988
+  vertex -0.946343005 -0.360211015 0.00196600007
+  endloop
+ endfacet
+
+ facet normal 0.288078994 0.809116066 0.512193084
+  outer loop
+  vertex -1.11563802 -3.50374198 -1.63470399
+  vertex -1.09849703 -3.51748109 -1.62264204
+  vertex -1.12068105 -3.5169549 -1.61099398
+  endloop
+ endfacet
+
+ facet normal 0.990013659 0.0744389743 0.119714953
+  outer loop
+  vertex -0.929682016 -0.485058993 -0.0581879988
+  vertex -0.930561006 -1.14014304 0.356413007
+  vertex -0.946343005 -0.360211015 0.00196600007
+  endloop
+ endfacet
+
+ facet normal 0.98270458 0.0980890542 0.157068089
+  outer loop
+  vertex -0.929682016 -0.485058993 -0.0581879988
+  vertex -0.914526999 -1.21983802 0.305858999
+  vertex -0.930561006 -1.14014304 0.356413007
+  endloop
+ endfacet
+
+ facet normal 0.90709877 0.334623903 0.25533995
+  outer loop
+  vertex -0.936339974 -1.72346997 1.14139199
+  vertex -0.962791979 -1.69832397 1.20240998
+  vertex -0.930561006 -1.14014304 0.356413007
+  endloop
+ endfacet
+
+ facet normal 0.985707998 0.131661996 0.105094999
+  outer loop
+  vertex -0.914526999 -1.21983802 0.305858999
+  vertex -0.936339974 -1.72346997 1.14139199
+  vertex -0.930561006 -1.14014304 0.356413007
+  endloop
+ endfacet
+
+ facet normal 0.826960862 -0.293624967 0.479499906
+  outer loop
+  vertex -0.936339974 -1.72346997 1.14139199
+  vertex -1.01528394 -1.87718606 1.18341398
+  vertex -0.962791979 -1.69832397 1.20240998
+  endloop
+ endfacet
+
+ facet normal 0.887753963 -0.388381988 0.247087985
+  outer loop
+  vertex -0.936339974 -1.72346997 1.14139199
+  vertex -0.975238979 -1.83346891 1.10825098
+  vertex -1.01528394 -1.87718606 1.18341398
+  endloop
+ endfacet
+
+ facet normal 0.963315189 -0.228283063 0.141105026
+  outer loop
+  vertex -1.08453 -2.80168796 0.160469994
+  vertex -1.10992396 -2.88685608 0.196043
+  vertex -1.01528394 -1.87718606 1.18341398
+  endloop
+ endfacet
+
+ facet normal 0.893704414 -0.361284137 0.266019106
+  outer loop
+  vertex -0.975238979 -1.83346891 1.10825098
+  vertex -1.08453 -2.80168796 0.160469994
+  vertex -1.01528394 -1.87718606 1.18341398
+  endloop
+ endfacet
+
+ facet normal 0.964169204 -0.246102065 0.0990530252
+  outer loop
+  vertex -1.08453 -2.80168796 0.160469994
+  vertex -1.06995296 -3.29647708 -1.21073997
+  vertex -1.10992396 -2.88685608 0.196043
+  endloop
+ endfacet
+
+ facet normal 0.968371511 -0.231236875 0.0937339589
+  outer loop
+  vertex -1.08453 -2.80168796 0.160469994
+  vertex -1.052176 -3.24943709 -1.27835
+  vertex -1.06995296 -3.29647708 -1.21073997
+  endloop
+ endfacet
+
+ facet normal 0.955379665 -0.292643875 0.0401169844
+  outer loop
+  vertex -1.11563802 -3.50374198 -1.63470399
+  vertex -1.12068105 -3.5169549 -1.61099398
+  vertex -1.06995296 -3.29647708 -1.21073997
+  endloop
+ endfacet
+
+ facet normal 0.953478754 -0.298360944 0.0431159884
+  outer loop
+  vertex -1.052176 -3.24943709 -1.27835
+  vertex -1.11563802 -3.50374198 -1.63470399
+  vertex -1.06995296 -3.29647708 -1.21073997
+  endloop
+ endfacet
+
+ facet normal 0.0729859844 -0.424989969 0.902250886
+  outer loop
+  vertex -0.790997982 -0.401975006 -0.0302719995
+  vertex -0.808588982 -0.547342002 -0.0973210037
+  vertex -0.929682016 -0.485058993 -0.0581879988
+  endloop
+ endfacet
+
+ facet normal 0.288051158 0.809107423 0.51222229
+  outer loop
+  vertex -1.09768903 -3.50087404 -1.64932895
+  vertex -1.09849703 -3.51748109 -1.62264204
+  vertex -1.11563802 -3.50374198 -1.63470399
+  endloop
+ endfacet
+
+ facet normal 0.307018965 0.427585959 0.850240946
+  outer loop
+  vertex -0.837188005 -1.27625394 0.306304008
+  vertex -0.914526999 -1.21983802 0.305858999
+  vertex -0.929682016 -0.485058993 -0.0581879988
+  endloop
+ endfacet
+
+ facet normal 0.465866804 0.414588839 0.781718731
+  outer loop
+  vertex -0.808588982 -0.547342002 -0.0973210037
+  vertex -0.837188005 -1.27625394 0.306304008
+  vertex -0.929682016 -0.485058993 -0.0581879988
+  endloop
+ endfacet
+
+ facet normal 0.524762154 0.722922206 0.449453115
+  outer loop
+  vertex -0.837188005 -1.27625394 0.306304008
+  vertex -0.936339974 -1.72346997 1.14139199
+  vertex -0.914526999 -1.21983802 0.305858999
+  endloop
+ endfacet
+
+ facet normal 0.420921862 0.777905762 0.466569841
+  outer loop
+  vertex -0.837188005 -1.27625394 0.306304008
+  vertex -0.879109979 -1.74321699 1.12268603
+  vertex -0.936339974 -1.72346997 1.14139199
+  endloop
+ endfacet
+
+ facet normal 0.225110888 -0.353195846 0.908062637
+  outer loop
+  vertex -0.882930994 -1.81293797 1.09335303
+  vertex -0.975238979 -1.83346891 1.10825098
+  vertex -0.936339974 -1.72346997 1.14139199
+  endloop
+ endfacet
+
+ facet normal 0.161638066 -0.390208155 0.906427443
+  outer loop
+  vertex -0.879109979 -1.74321699 1.12268603
+  vertex -0.882930994 -1.81293797 1.09335303
+  vertex -0.936339974 -1.72346997 1.14139199
+  endloop
+ endfacet
+
+ facet normal 0.262340188 -0.689983487 0.67461139
+  outer loop
+  vertex -0.882930994 -1.81293797 1.09335303
+  vertex -1.08453 -2.80168796 0.160469994
+  vertex -0.975238979 -1.83346891 1.10825098
+  endloop
+ endfacet
+
+ facet normal 0.304611921 -0.685768843 0.661008835
+  outer loop
+  vertex -0.882930994 -1.81293797 1.09335303
+  vertex -1.00135601 -2.75531101 0.170255005
+  vertex -1.08453 -2.80168796 0.160469994
+  endloop
+ endfacet
+
+ facet normal 0.576873899 -0.77617085 0.254509926
+  outer loop
+  vertex -1.009624 -3.23152399 -1.32017207
+  vertex -1.052176 -3.24943709 -1.27835
+  vertex -1.08453 -2.80168796 0.160469994
+  endloop
+ endfacet
+
+ facet normal 0.444392174 -0.854044378 0.270414114
+  outer loop
+  vertex -1.00135601 -2.75531101 0.170255005
+  vertex -1.009624 -3.23152399 -1.32017207
+  vertex -1.08453 -2.80168796 0.160469994
+  endloop
+ endfacet
+
+ facet normal 0.642835021 -0.673016012 0.365804017
+  outer loop
+  vertex -1.009624 -3.23152399 -1.32017207
+  vertex -1.11563802 -3.50374198 -1.63470399
+  vertex -1.052176 -3.24943709 -1.27835
+  endloop
+ endfacet
+
+ facet normal 0.496770978 -0.732070029 0.466145962
+  outer loop
+  vertex -1.009624 -3.23152399 -1.32017207
+  vertex -1.09768903 -3.50087404 -1.64932895
+  vertex -1.11563802 -3.50374198 -1.63470399
+  endloop
+ endfacet
+
+ facet normal 0.0729879811 -0.424989879 0.902250707
+  outer loop
+  vertex -0.790997982 -0.401975006 -0.0302719995
+  vertex -0.674250007 -0.500160992 -0.0859650001
+  vertex -0.808588982 -0.547342002 -0.0973210037
+  endloop
+ endfacet
+
+ facet normal 0.288186014 0.809071004 0.512204051
+  outer loop
+  vertex -1.08034897 -3.51051307 -1.64385903
+  vertex -1.09849703 -3.51748109 -1.62264204
+  vertex -1.09768903 -3.50087404 -1.64932895
+  endloop
+ endfacet
+
+ facet normal -0.239184961 0.477530897 0.845431745
+  outer loop
+  vertex -0.674250007 -0.500160992 -0.0859650001
+  vertex -0.837188005 -1.27625394 0.306304008
+  vertex -0.808588982 -0.547342002 -0.0973210037
+  endloop
+ endfacet
+
+ facet normal -0.511622965 0.470719934 0.718793988
+  outer loop
+  vertex -0.674250007 -0.500160992 -0.0859650001
+  vertex -0.756784022 -1.266909 0.357414007
+  vertex -0.837188005 -1.27625394 0.306304008
+  endloop
+ endfacet
+
+ facet normal -0.382025898 0.810512841 0.443987906
+  outer loop
+  vertex -0.834199011 -1.74269497 1.16037703
+  vertex -0.879109979 -1.74321699 1.12268603
+  vertex -0.837188005 -1.27625394 0.306304008
+  endloop
+ endfacet
+
+ facet normal -0.377227038 0.812248111 0.44491905
+  outer loop
+  vertex -0.756784022 -1.266909 0.357414007
+  vertex -0.834199011 -1.74269497 1.16037703
+  vertex -0.837188005 -1.27625394 0.306304008
+  endloop
+ endfacet
+
+ facet normal -0.615875244 -0.27661112 0.737688243
+  outer loop
+  vertex -0.834199011 -1.74269497 1.16037703
+  vertex -0.882930994 -1.81293797 1.09335303
+  vertex -0.879109979 -1.74321699 1.12268603
+  endloop
+ endfacet
+
+ facet normal -0.620292902 -0.27173996 0.735794902
+  outer loop
+  vertex -0.834199011 -1.74269497 1.16037703
+  vertex -0.807870984 -1.83105493 1.14994001
+  vertex -0.882930994 -1.81293797 1.09335303
+  endloop
+ endfacet
+
+ facet normal -0.567791045 -0.538507044 0.622594059
+  outer loop
+  vertex -0.923036993 -2.78265285 0.218032002
+  vertex -1.00135601 -2.75531101 0.170255005
+  vertex -0.882930994 -1.81293797 1.09335303
+  endloop
+ endfacet
+
+ facet normal -0.588796079 -0.528039038 0.61195904
+  outer loop
+  vertex -0.807870984 -1.83105493 1.14994001
+  vertex -0.923036993 -2.78265285 0.218032002
+  vertex -0.882930994 -1.81293797 1.09335303
+  endloop
+ endfacet
+
+ facet normal -0.461007148 -0.844552219 0.272404075
+  outer loop
+  vertex -0.923036993 -2.78265285 0.218032002
+  vertex -1.009624 -3.23152399 -1.32017207
+  vertex -1.00135601 -2.75531101 0.170255005
+  endloop
+ endfacet
+
+ facet normal -0.626499951 -0.73802501 0.250632972
+  outer loop
+  vertex -0.923036993 -2.78265285 0.218032002
+  vertex -0.974340975 -3.25622606 -1.30471396
+  vertex -1.009624 -3.23152399 -1.32017207
+  endloop
+ endfacet
+
+ facet normal -0.521524727 -0.586632669 0.61957562
+  outer loop
+  vertex -1.08034897 -3.51051307 -1.64385903
+  vertex -1.09768903 -3.50087404 -1.64932895
+  vertex -1.009624 -3.23152399 -1.32017207
+  endloop
+ endfacet
+
+ facet normal -0.621271908 -0.521286964 0.58504796
+  outer loop
+  vertex -0.974340975 -3.25622606 -1.30471396
+  vertex -1.08034897 -3.51051307 -1.64385903
+  vertex -1.009624 -3.23152399 -1.32017207
+  endloop
+ endfacet
+
+ facet normal 0.0729890391 -0.42498818 0.902251422
+  outer loop
+  vertex -0.790997982 -0.401975006 -0.0302719995
+  vertex -0.627824008 -0.379043013 -0.0326699987
+  vertex -0.674250007 -0.500160992 -0.0859650001
+  endloop
+ endfacet
+
+ facet normal 0.288157016 0.809092045 0.512187064
+  outer loop
+  vertex -1.07667601 -3.52539802 -1.62241101
+  vertex -1.09849703 -3.51748109 -1.62264204
+  vertex -1.08034897 -3.51051307 -1.64385903
+  endloop
+ endfacet
+
+ facet normal -0.970688343 0.189770058 0.147484049
+  outer loop
+  vertex -0.733861029 -1.19883895 0.420700014
+  vertex -0.756784022 -1.266909 0.357414007
+  vertex -0.674250007 -0.500160992 -0.0859650001
+  endloop
+ endfacet
+
+ facet normal -0.937109649 0.253748894 0.239659891
+  outer loop
+  vertex -0.627824008 -0.379043013 -0.0326699987
+  vertex -0.733861029 -1.19883895 0.420700014
+  vertex -0.674250007 -0.500160992 -0.0859650001
+  endloop
+ endfacet
+
+ facet normal -0.962245107 0.26455602 0.0639880076
+  outer loop
+  vertex -0.733861029 -1.19883895 0.420700014
+  vertex -0.834199011 -1.74269497 1.16037703
+  vertex -0.756784022 -1.266909 0.357414007
+  endloop
+ endfacet
+
+ facet normal -0.992402613 0.11104396 -0.0529739819
+  outer loop
+  vertex -0.733861029 -1.19883895 0.420700014
+  vertex -0.835425019 -1.72230005 1.22608101
+  vertex -0.834199011 -1.74269497 1.16037703
+  endloop
+ endfacet
+
+ facet normal -0.955060899 -0.270181984 -0.121902987
+  outer loop
+  vertex -0.806580007 -1.87417507 1.23539805
+  vertex -0.807870984 -1.83105493 1.14994001
+  vertex -0.834199011 -1.74269497 1.16037703
+  endloop
+ endfacet
+
+ facet normal -0.982130885 -0.184146971 0.0388449915
+  outer loop
+  vertex -0.835425019 -1.72230005 1.22608101
+  vertex -0.806580007 -1.87417507 1.23539805
+  vertex -0.834199011 -1.74269497 1.16037703
+  endloop
+ endfacet
+
+ facet normal -0.99619478 0.0708289742 0.0507849865
+  outer loop
+  vertex -0.806580007 -1.87417507 1.23539805
+  vertex -0.923036993 -2.78265285 0.218032002
+  vertex -0.807870984 -1.83105493 1.14994001
+  endloop
+ endfacet
+
+ facet normal -0.982285738 -0.0691299886 0.174171969
+  outer loop
+  vertex -0.806580007 -1.87417507 1.23539805
+  vertex -0.908545017 -2.86312103 0.267821014
+  vertex -0.923036993 -2.78265285 0.218032002
+  endloop
+ endfacet
+
+ facet normal -0.999482691 0.00903299823 0.0308649931
+  outer loop
+  vertex -0.972894013 -3.30494308 -1.24361598
+  vertex -0.974340975 -3.25622606 -1.30471396
+  vertex -0.923036993 -2.78265285 0.218032002
+  endloop
+ endfacet
+
+ facet normal -0.98847574 -0.128696963 0.0797049776
+  outer loop
+  vertex -0.908545017 -2.86312103 0.267821014
+  vertex -0.972894013 -3.30494308 -1.24361598
+  vertex -0.923036993 -2.78265285 0.218032002
+  endloop
+ endfacet
+
+ facet normal -0.969163716 0.180971935 0.167244941
+  outer loop
+  vertex -0.972894013 -3.30494308 -1.24361598
+  vertex -1.08034897 -3.51051307 -1.64385903
+  vertex -0.974340975 -3.25622606 -1.30471396
+  endloop
+ endfacet
+
+ facet normal -0.972173095 0.078271009 0.220801026
+  outer loop
+  vertex -0.972894013 -3.30494308 -1.24361598
+  vertex -1.07667601 -3.52539802 -1.62241101
+  vertex -1.08034897 -3.51051307 -1.64385903
+  endloop
+ endfacet
+
+ facet normal -0.0414419994 0.415021986 0.908867061
+  outer loop
+  vertex -0.614050984 0.300803006 -0.0098240003
+  vertex -0.709182978 0.205512002 0.029352
+  vertex -0.771920979 0.340665013 -0.0352250002
+  endloop
+ endfacet
+
+ facet normal 0.109958999 -0.990333974 0.084544003
+  outer loop
+  vertex -0.45371899 3.54508805 -1.52100492
+  vertex -0.47586599 3.54209304 -1.52728605
+  vertex -0.468991995 3.54522705 -1.49951506
+  endloop
+ endfacet
+
+ facet normal -0.570165336 0.334529191 -0.750334442
+  outer loop
+  vertex -0.614050984 0.300803006 -0.0098240003
+  vertex -0.712240994 1.12719202 0.433227003
+  vertex -0.77559799 1.05748606 0.450291991
+  endloop
+ endfacet
+
+ facet normal -0.611606061 0.311619043 -0.727208078
+  outer loop
+  vertex -0.614050984 0.300803006 -0.0098240003
+  vertex -0.77559799 1.05748606 0.450291991
+  vertex -0.709182978 0.205512002 0.029352
+  endloop
+ endfacet
+
+ facet normal -0.695668578 0.507932723 -0.507985711
+  outer loop
+  vertex -0.712240994 1.12719202 0.433227003
+  vertex -0.897680998 1.65840197 1.21833503
+  vertex -0.77559799 1.05748606 0.450291991
+  endloop
+ endfacet
+
+ facet normal -0.568472028 0.601665974 -0.561104
+  outer loop
+  vertex -0.897680998 1.65840197 1.21833503
+  vertex -0.953411996 1.63847899 1.25343502
+  vertex -0.77559799 1.05748606 0.450291991
+  endloop
+ endfacet
+
+ facet normal -0.332945973 0.200343996 -0.921416938
+  outer loop
+  vertex -0.897680998 1.65840197 1.21833503
+  vertex -0.855413973 1.80642998 1.23524797
+  vertex -0.932361007 1.84956503 1.27243102
+  endloop
+ endfacet
+
+ facet normal -0.561175942 0.129531994 -0.817498028
+  outer loop
+  vertex -0.897680998 1.65840197 1.21833503
+  vertex -0.932361007 1.84956503 1.27243102
+  vertex -0.953411996 1.63847899 1.25343502
+  endloop
+ endfacet
+
+ facet normal -0.57141304 -0.403153062 -0.714811087
+  outer loop
+  vertex -0.855413973 1.80642998 1.23524797
+  vertex -0.710753024 2.34805298 0.814131975
+  vertex -0.932361007 1.84956503 1.27243102
+  endloop
+ endfacet
+
+ facet normal -0.60945785 -0.37249589 -0.699862778
+  outer loop
+  vertex -0.710753024 2.34805298 0.814131975
+  vertex -0.764732003 2.42695308 0.819145024
+  vertex -0.932361007 1.84956503 1.27243102
+  endloop
+ endfacet
+
+ facet normal -0.704304576 -0.627007663 -0.332890779
+  outer loop
+  vertex -0.710753024 2.34805298 0.814131975
+  vertex -0.440544993 3.16025901 -1.28735995
+  vertex -0.480170995 3.16933012 -1.220608
+  endloop
+ endfacet
+
+ facet normal -0.79560107 -0.52511704 -0.302111
+  outer loop
+  vertex -0.710753024 2.34805298 0.814131975
+  vertex -0.480170995 3.16933012 -1.220608
+  vertex -0.764732003 2.42695308 0.819145024
+  endloop
+ endfacet
+
+ facet normal -0.836549938 -0.30498296 -0.455159009
+  outer loop
+  vertex -0.440544993 3.16025901 -1.28735995
+  vertex -0.45371899 3.54508805 -1.52100492
+  vertex -0.480170995 3.16933012 -1.220608
+  endloop
+ endfacet
+
+ facet normal -0.756833076 -0.374799043 -0.535471082
+  outer loop
+  vertex -0.45371899 3.54508805 -1.52100492
+  vertex -0.468991995 3.54522705 -1.49951506
+  vertex -0.480170995 3.16933012 -1.220608
+  endloop
+ endfacet
+
+ facet normal -0.0414459892 0.4150199 0.908867776
+  outer loop
+  vertex -0.709182978 0.205512002 0.029352
+  vertex -0.851558983 0.211992994 0.0198999997
+  vertex -0.771920979 0.340665013 -0.0352250002
+  endloop
+ endfacet
+
+ facet normal 0.10995701 -0.990334094 0.0845450088
+  outer loop
+  vertex -0.468991995 3.54522705 -1.49951506
+  vertex -0.47586599 3.54209304 -1.52728605
+  vertex -0.489443004 3.54300499 -1.49893701
+  endloop
+ endfacet
+
+ facet normal 0.0794950202 0.44653213 -0.891229272
+  outer loop
+  vertex -0.709182978 0.205512002 0.029352
+  vertex -0.77559799 1.05748606 0.450291991
+  vertex -0.851558983 0.211992994 0.0198999997
+  endloop
+ endfacet
+
+ facet normal 0.362293869 0.396774888 -0.843393683
+  outer loop
+  vertex -0.77559799 1.05748606 0.450291991
+  vertex -0.859055996 1.04065704 0.406524003
+  vertex -0.851558983 0.211992994 0.0198999997
+  endloop
+ endfacet
+
+ facet normal 0.13829203 0.816729188 -0.560204148
+  outer loop
+  vertex -0.77559799 1.05748606 0.450291991
+  vertex -0.953411996 1.63847899 1.25343502
+  vertex -1.00819802 1.63379192 1.23307705
+  endloop
+ endfacet
+
+ facet normal 0.130304053 0.816518307 -0.562422156
+  outer loop
+  vertex -0.77559799 1.05748606 0.450291991
+  vertex -1.00819802 1.63379192 1.23307705
+  vertex -0.859055996 1.04065704 0.406524003
+  endloop
+ endfacet
+
+ facet normal 0.344124049 0.0500540063 -0.937589109
+  outer loop
+  vertex -0.953411996 1.63847899 1.25343502
+  vertex -0.932361007 1.84956503 1.27243102
+  vertex -1.00819802 1.63379192 1.23307705
+  endloop
+ endfacet
+
+ facet normal 0.410272747 0.0220819861 -0.91169548
+  outer loop
+  vertex -0.932361007 1.84956503 1.27243102
+  vertex -1.01917601 1.86060798 1.23362994
+  vertex -1.00819802 1.63379192 1.23307705
+  endloop
+ endfacet
+
+ facet normal 0.258674949 -0.641833842 -0.72189784
+  outer loop
+  vertex -0.932361007 1.84956503 1.27243102
+  vertex -0.764732003 2.42695308 0.819145024
+  vertex -0.845875025 2.44682598 0.772400022
+  endloop
+ endfacet
+
+ facet normal 0.242763117 -0.643158317 -0.72623229
+  outer loop
+  vertex -0.932361007 1.84956503 1.27243102
+  vertex -0.845875025 2.44682598 0.772400022
+  vertex -1.01917601 1.86060798 1.23362994
+  endloop
+ endfacet
+
+ facet normal -0.0306019913 -0.937877655 -0.345613897
+  outer loop
+  vertex -0.764732003 2.42695308 0.819145024
+  vertex -0.480170995 3.16933012 -1.220608
+  vertex -0.845875025 2.44682598 0.772400022
+  endloop
+ endfacet
+
+ facet normal 0.0047039995 -0.940395951 -0.340048969
+  outer loop
+  vertex -0.480170995 3.16933012 -1.220608
+  vertex -0.525406003 3.1667769 -1.21417403
+  vertex -0.845875025 2.44682598 0.772400022
+  endloop
+ endfacet
+
+ facet normal 0.0421100184 -0.596148252 -0.801769316
+  outer loop
+  vertex -0.480170995 3.16933012 -1.220608
+  vertex -0.468991995 3.54522705 -1.49951506
+  vertex -0.489443004 3.54300499 -1.49893701
+  endloop
+ endfacet
+
+ facet normal -0.0798940063 -0.596715033 -0.798466146
+  outer loop
+  vertex -0.480170995 3.16933012 -1.220608
+  vertex -0.489443004 3.54300499 -1.49893701
+  vertex -0.525406003 3.1667769 -1.21417403
+  endloop
+ endfacet
+
+ facet normal -0.0414439961 0.415019959 0.908867955
+  outer loop
+  vertex -0.851558983 0.211992994 0.0198999997
+  vertex -0.933965981 0.31536901 -0.0310629997
+  vertex -0.771920979 0.340665013 -0.0352250002
+  endloop
+ endfacet
+
+ facet normal 0.109933957 -0.99033761 0.0845339671
+  outer loop
+  vertex -0.489443004 3.54300499 -1.49893701
+  vertex -0.47586599 3.54209304 -1.52728605
+  vertex -0.499669999 3.540097 -1.51970506
+  endloop
+ endfacet
+
+ facet normal 0.903346419 0.188033089 -0.385498166
+  outer loop
+  vertex -0.851558983 0.211992994 0.0198999997
+  vertex -0.859055996 1.04065704 0.406524003
+  vertex -0.899770975 1.089378 0.334881008
+  endloop
+ endfacet
+
+ facet normal 0.726601124 0.267169058 -0.632986128
+  outer loop
+  vertex -0.851558983 0.211992994 0.0198999997
+  vertex -0.899770975 1.089378 0.334881008
+  vertex -0.933965981 0.31536901 -0.0310629997
+  endloop
+ endfacet
+
+ facet normal 0.867568493 0.464764267 -0.176972091
+  outer loop
+  vertex -0.859055996 1.04065704 0.406524003
+  vertex -1.00819802 1.63379192 1.23307705
+  vertex -0.899770975 1.089378 0.334881008
+  endloop
+ endfacet
+
+ facet normal 0.925577819 0.362778932 -0.108153984
+  outer loop
+  vertex -1.00819802 1.63379192 1.23307705
+  vertex -1.02078402 1.64787102 1.17259204
+  vertex -0.899770975 1.089378 0.334881008
+  endloop
+ endfacet
+
+ facet normal 0.932907045 0.0460240059 -0.357164025
+  outer loop
+  vertex -1.00819802 1.63379192 1.23307705
+  vertex -1.01917601 1.86060798 1.23362994
+  vertex -1.05048597 1.83123994 1.14806604
+  endloop
+ endfacet
+
+ facet normal 0.975855947 0.135112986 -0.171608999
+  outer loop
+  vertex -1.00819802 1.63379192 1.23307705
+  vertex -1.05048597 1.83123994 1.14806604
+  vertex -1.02078402 1.64787102 1.17259204
+  endloop
+ endfacet
+
+ facet normal 0.89283818 -0.410217047 -0.185908034
+  outer loop
+  vertex -1.01917601 1.86060798 1.23362994
+  vertex -0.845875025 2.44682598 0.772400022
+  vertex -1.05048597 1.83123994 1.14806604
+  endloop
+ endfacet
+
+ facet normal 0.85756886 -0.443764925 -0.260092974
+  outer loop
+  vertex -0.845875025 2.44682598 0.772400022
+  vertex -0.893078029 2.39270806 0.709097981
+  vertex -1.05048597 1.83123994 1.14806604
+  endloop
+ endfacet
+
+ facet normal 0.783792257 -0.613570154 -0.0959240273
+  outer loop
+  vertex -0.845875025 2.44682598 0.772400022
+  vertex -0.525406003 3.1667769 -1.21417403
+  vertex -0.542185009 3.15452409 -1.27289903
+  endloop
+ endfacet
+
+ facet normal 0.799032509 -0.594929636 -0.0872109383
+  outer loop
+  vertex -0.845875025 2.44682598 0.772400022
+  vertex -0.542185009 3.15452409 -1.27289903
+  vertex -0.893078029 2.39270806 0.709097981
+  endloop
+ endfacet
+
+ facet normal 0.942718029 -0.253892004 -0.21638301
+  outer loop
+  vertex -0.525406003 3.1667769 -1.21417403
+  vertex -0.489443004 3.54300499 -1.49893701
+  vertex -0.542185009 3.15452409 -1.27289903
+  endloop
+ endfacet
+
+ facet normal 0.862533689 -0.336815894 -0.377611876
+  outer loop
+  vertex -0.489443004 3.54300499 -1.49893701
+  vertex -0.499669999 3.540097 -1.51970506
+  vertex -0.542185009 3.15452409 -1.27289903
+  endloop
+ endfacet
+
+ facet normal -0.0414459854 0.41502884 0.908863723
+  outer loop
+  vertex -0.933965981 0.31536901 -0.0310629997
+  vertex -0.894349992 0.43779099 -0.0851600021
+  vertex -0.771920979 0.340665013 -0.0352250002
+  endloop
+ endfacet
+
+ facet normal 0.109905973 -0.990348756 0.0844399855
+  outer loop
+  vertex -0.499669999 3.540097 -1.51970506
+  vertex -0.47586599 3.54209304 -1.52728605
+  vertex -0.491973996 3.5386939 -1.54618096
+  endloop
+ endfacet
+
+ facet normal 0.941180944 -0.177515998 0.287517965
+  outer loop
+  vertex -0.933965981 0.31536901 -0.0310629997
+  vertex -0.899770975 1.089378 0.334881008
+  vertex -0.894349992 0.43779099 -0.0851600021
+  endloop
+ endfacet
+
+ facet normal 0.925101757 -0.200271949 0.322610945
+  outer loop
+  vertex -0.899770975 1.089378 0.334881008
+  vertex -0.867084026 1.16696095 0.289312005
+  vertex -0.894349992 0.43779099 -0.0851600021
+  endloop
+ endfacet
+
+ facet normal 0.80964005 -0.427607 0.402038991
+  outer loop
+  vertex -0.899770975 1.089378 0.334881008
+  vertex -1.02078402 1.64787102 1.17259204
+  vertex -0.981692016 1.67011404 1.11752605
+  endloop
+ endfacet
+
+ facet normal 0.933612227 -0.233975038 0.271337062
+  outer loop
+  vertex -0.899770975 1.089378 0.334881008
+  vertex -0.981692016 1.67011404 1.11752605
+  vertex -0.867084026 1.16696095 0.289312005
+  endloop
+ endfacet
+
+ facet normal 0.756896913 0.205576986 0.620359004
+  outer loop
+  vertex -1.02078402 1.64787102 1.17259204
+  vertex -1.05048597 1.83123994 1.14806604
+  vertex -0.981692016 1.67011404 1.11752605
+  endloop
+ endfacet
+
+ facet normal 0.866550148 0.293460041 0.403698057
+  outer loop
+  vertex -1.05048597 1.83123994 1.14806604
+  vertex -1.00271201 1.78357601 1.08016706
+  vertex -0.981692016 1.67011404 1.11752605
+  endloop
+ endfacet
+
+ facet normal 0.904024541 0.0755139664 0.4207578
+  outer loop
+  vertex -1.05048597 1.83123994 1.14806604
+  vertex -0.893078029 2.39270806 0.709097981
+  vertex -0.870796978 2.30535197 0.676904976
+  endloop
+ endfacet
+
+ facet normal 0.856916606 0.161637917 0.48945576
+  outer loop
+  vertex -1.05048597 1.83123994 1.14806604
+  vertex -0.870796978 2.30535197 0.676904976
+  vertex -1.00271201 1.78357601 1.08016706
+  endloop
+ endfacet
+
+ facet normal 0.959722757 0.15956296 0.231239945
+  outer loop
+  vertex -0.893078029 2.39270806 0.709097981
+  vertex -0.542185009 3.15452409 -1.27289903
+  vertex -0.870796978 2.30535197 0.676904976
+  endloop
+ endfacet
+
+ facet normal 0.942926586 0.216352895 0.25314188
+  outer loop
+  vertex -0.542185009 3.15452409 -1.27289903
+  vertex -0.517876983 3.14179301 -1.35256696
+  vertex -0.870796978 2.30535197 0.676904976
+  endloop
+ endfacet
+
+ facet normal 0.958869755 0.070299983 0.275002927
+  outer loop
+  vertex -0.542185009 3.15452409 -1.27289903
+  vertex -0.499669999 3.540097 -1.51970506
+  vertex -0.491973996 3.5386939 -1.54618096
+  endloop
+ endfacet
+
+ facet normal 0.957076609 0.07421197 0.280172884
+  outer loop
+  vertex -0.542185009 3.15452409 -1.27289903
+  vertex -0.491973996 3.5386939 -1.54618096
+  vertex -0.517876983 3.14179301 -1.35256696
+  endloop
+ endfacet
+
+ facet normal -0.0414430015 0.415033042 0.908861995
+  outer loop
+  vertex -0.894349992 0.43779099 -0.0851600021
+  vertex -0.762543023 0.487076014 -0.101654999
+  vertex -0.771920979 0.340665013 -0.0352250002
+  endloop
+ endfacet
+
+ facet normal 0.109901994 -0.990348935 0.0844429955
+  outer loop
+  vertex -0.491973996 3.5386939 -1.54618096
+  vertex -0.47586599 3.54209304 -1.52728605
+  vertex -0.472149014 3.53985 -1.55842602
+  endloop
+ endfacet
+
+ facet normal 0.109039977 -0.457335919 0.882583737
+  outer loop
+  vertex -0.894349992 0.43779099 -0.0851600021
+  vertex -0.867084026 1.16696095 0.289312005
+  vertex -0.78560698 1.21498394 0.304129988
+  endloop
+ endfacet
+
+ facet normal 0.277854979 -0.461013973 0.842770934
+  outer loop
+  vertex -0.894349992 0.43779099 -0.0851600021
+  vertex -0.78560698 1.21498394 0.304129988
+  vertex -0.762543023 0.487076014 -0.101654999
+  endloop
+ endfacet
+
+ facet normal 0.361492991 -0.773815036 0.520128012
+  outer loop
+  vertex -0.867084026 1.16696095 0.289312005
+  vertex -0.981692016 1.67011404 1.11752605
+  vertex -0.78560698 1.21498394 0.304129988
+  endloop
+ endfacet
+
+ facet normal 0.251163065 -0.817641199 0.518054128
+  outer loop
+  vertex -0.981692016 1.67011404 1.11752605
+  vertex -0.920360029 1.68377101 1.10934496
+  vertex -0.78560698 1.21498394 0.304129988
+  endloop
+ endfacet
+
+ facet normal 0.0991519839 0.327727944 0.93955487
+  outer loop
+  vertex -0.981692016 1.67011404 1.11752605
+  vertex -1.00271201 1.78357601 1.08016706
+  vertex -0.911831021 1.75351 1.08106399
+  endloop
+ endfacet
+
+ facet normal 0.0410849974 0.371169001 0.927655935
+  outer loop
+  vertex -0.981692016 1.67011404 1.11752605
+  vertex -0.911831021 1.75351 1.08106399
+  vertex -0.920360029 1.68377101 1.10934496
+  endloop
+ endfacet
+
+ facet normal 0.181426108 0.57224232 0.799764454
+  outer loop
+  vertex -1.00271201 1.78357601 1.08016706
+  vertex -0.870796978 2.30535197 0.676904976
+  vertex -0.911831021 1.75351 1.08106399
+  endloop
+ endfacet
+
+ facet normal 0.172062024 0.573693037 0.800794065
+  outer loop
+  vertex -0.870796978 2.30535197 0.676904976
+  vertex -0.795808017 2.25053501 0.70006299
+  vertex -0.911831021 1.75351 1.08106399
+  endloop
+ endfacet
+
+ facet normal 0.41394791 0.814008892 0.407475978
+  outer loop
+  vertex -0.870796978 2.30535197 0.676904976
+  vertex -0.517876983 3.14179301 -1.35256696
+  vertex -0.470782012 3.13817596 -1.39318299
+  endloop
+ endfacet
+
+ facet normal 0.453948915 0.792807758 0.406676918
+  outer loop
+  vertex -0.870796978 2.30535197 0.676904976
+  vertex -0.470782012 3.13817596 -1.39318299
+  vertex -0.795808017 2.25053501 0.70006299
+  endloop
+ endfacet
+
+ facet normal 0.635360062 0.304674029 0.709571123
+  outer loop
+  vertex -0.517876983 3.14179301 -1.35256696
+  vertex -0.491973996 3.5386939 -1.54618096
+  vertex -0.470782012 3.13817596 -1.39318299
+  endloop
+ endfacet
+
+ facet normal 0.480959207 0.334958136 0.810235322
+  outer loop
+  vertex -0.491973996 3.5386939 -1.54618096
+  vertex -0.472149014 3.53985 -1.55842602
+  vertex -0.470782012 3.13817596 -1.39318299
+  endloop
+ endfacet
+
+ facet normal -0.0414400063 0.415033072 0.908862054
+  outer loop
+  vertex -0.762543023 0.487076014 -0.101654999
+  vertex -0.637798011 0.426109999 -0.0681279972
+  vertex -0.771920979 0.340665013 -0.0352250002
+  endloop
+ endfacet
+
+ facet normal 0.110049009 -0.990331113 0.0844600126
+  outer loop
+  vertex -0.472149014 3.53985 -1.55842602
+  vertex -0.47586599 3.54209304 -1.52728605
+  vertex -0.455123991 3.54269695 -1.54722202
+  endloop
+ endfacet
+
+ facet normal -0.430224836 -0.44991383 0.782613695
+  outer loop
+  vertex -0.762543023 0.487076014 -0.101654999
+  vertex -0.78560698 1.21498394 0.304129988
+  vertex -0.637798011 0.426109999 -0.0681279972
+  endloop
+ endfacet
+
+ facet normal -0.674363017 -0.414663017 0.610974014
+  outer loop
+  vertex -0.78560698 1.21498394 0.304129988
+  vertex -0.716696024 1.19728494 0.368178993
+  vertex -0.637798011 0.426109999 -0.0681279972
+  endloop
+ endfacet
+
+ facet normal -0.534693182 -0.766140282 0.356556147
+  outer loop
+  vertex -0.78560698 1.21498394 0.304129988
+  vertex -0.920360029 1.68377101 1.10934496
+  vertex -0.882972002 1.67855692 1.15420997
+  endloop
+ endfacet
+
+ facet normal -0.530332863 -0.768367827 0.358270913
+  outer loop
+  vertex -0.78560698 1.21498394 0.304129988
+  vertex -0.882972002 1.67855692 1.15420997
+  vertex -0.716696024 1.19728494 0.368178993
+  endloop
+ endfacet
+
+ facet normal -0.702823222 0.339469105 0.62514019
+  outer loop
+  vertex -0.920360029 1.68377101 1.10934496
+  vertex -0.911831021 1.75351 1.08106399
+  vertex -0.882972002 1.67855692 1.15420997
+  endloop
+ endfacet
+
+ facet normal -0.707317054 0.335090995 0.62242806
+  outer loop
+  vertex -0.911831021 1.75351 1.08106399
+  vertex -0.846276999 1.76368093 1.15008199
+  vertex -0.882972002 1.67855692 1.15420997
+  endloop
+ endfacet
+
+ facet normal -0.619192243 0.563640237 0.54672724
+  outer loop
+  vertex -0.911831021 1.75351 1.08106399
+  vertex -0.795808017 2.25053501 0.70006299
+  vertex -0.72458303 2.26954007 0.761135995
+  endloop
+ endfacet
+
+ facet normal -0.640845776 0.558843732 0.526317775
+  outer loop
+  vertex -0.911831021 1.75351 1.08106399
+  vertex -0.72458303 2.26954007 0.761135995
+  vertex -0.846276999 1.76368093 1.15008199
+  endloop
+ endfacet
+
+ facet normal -0.466304839 0.838133693 0.28300491
+  outer loop
+  vertex -0.795808017 2.25053501 0.70006299
+  vertex -0.470782012 3.13817596 -1.39318299
+  vertex -0.72458303 2.26954007 0.761135995
+  endloop
+ endfacet
+
+ facet normal -0.445953965 0.847108006 0.289020956
+  outer loop
+  vertex -0.470782012 3.13817596 -1.39318299
+  vertex -0.436367005 3.14639306 -1.36416399
+  vertex -0.72458303 2.26954007 0.761135995
+  endloop
+ endfacet
+
+ facet normal -0.558003902 0.314087898 0.768101811
+  outer loop
+  vertex -0.470782012 3.13817596 -1.39318299
+  vertex -0.472149014 3.53985 -1.55842602
+  vertex -0.455123991 3.54269695 -1.54722202
+  endloop
+ endfacet
+
+ facet normal -0.656410813 0.290523916 0.696218848
+  outer loop
+  vertex -0.470782012 3.13817596 -1.39318299
+  vertex -0.455123991 3.54269695 -1.54722202
+  vertex -0.436367005 3.14639306 -1.36416399
+  endloop
+ endfacet
+
+ facet normal -0.041439008 0.415031046 0.908863068
+  outer loop
+  vertex -0.637798011 0.426109999 -0.0681279972
+  vertex -0.614050984 0.300803006 -0.0098240003
+  vertex -0.771920979 0.340665013 -0.0352250002
+  endloop
+ endfacet
+
+ facet normal 0.109999016 -0.990341127 0.0844070092
+  outer loop
+  vertex -0.455123991 3.54269695 -1.54722202
+  vertex -0.47586599 3.54209304 -1.52728605
+  vertex -0.45371899 3.54508805 -1.52100492
+  endloop
+ endfacet
+
+ facet normal -0.995849967 -0.0872669965 -0.0258349981
+  outer loop
+  vertex -0.637798011 0.426109999 -0.0681279972
+  vertex -0.716696024 1.19728494 0.368178993
+  vertex -0.712240994 1.12719202 0.433227003
+  endloop
+ endfacet
+
+ facet normal -0.985554934 -0.154403999 0.0695760027
+  outer loop
+  vertex -0.637798011 0.426109999 -0.0681279972
+  vertex -0.712240994 1.12719202 0.433227003
+  vertex -0.614050984 0.300803006 -0.0098240003
+  endloop
+ endfacet
+
+ facet normal -0.980780065 -0.162526011 -0.107962005
+  outer loop
+  vertex -0.716696024 1.19728494 0.368178993
+  vertex -0.882972002 1.67855692 1.15420997
+  vertex -0.712240994 1.12719202 0.433227003
+  endloop
+ endfacet
+
+ facet normal -0.974204123 -0.00670300052 -0.22556901
+  outer loop
+  vertex -0.882972002 1.67855692 1.15420997
+  vertex -0.897680998 1.65840197 1.21833503
+  vertex -0.712240994 1.12719202 0.433227003
+  endloop
+ endfacet
+
+ facet normal -0.886417329 0.368533105 -0.280085117
+  outer loop
+  vertex -0.882972002 1.67855692 1.15420997
+  vertex -0.846276999 1.76368093 1.15008199
+  vertex -0.855413973 1.80642998 1.23524797
+  endloop
+ endfacet
+
+ facet normal -0.949701548 0.285797149 -0.128012076
+  outer loop
+  vertex -0.882972002 1.67855692 1.15420997
+  vertex -0.855413973 1.80642998 1.23524797
+  vertex -0.897680998 1.65840197 1.21833503
+  endloop
+ endfacet
+
+ facet normal -0.980542064 0.111841008 -0.161335021
+  outer loop
+  vertex -0.846276999 1.76368093 1.15008199
+  vertex -0.72458303 2.26954007 0.761135995
+  vertex -0.855413973 1.80642998 1.23524797
+  endloop
+ endfacet
+
+ facet normal -0.975146174 0.212986052 -0.0610480122
+  outer loop
+  vertex -0.72458303 2.26954007 0.761135995
+  vertex -0.710753024 2.34805298 0.814131975
+  vertex -0.855413973 1.80642998 1.23524797
+  endloop
+ endfacet
+
+ facet normal -0.987725139 0.135249019 -0.0781470165
+  outer loop
+  vertex -0.72458303 2.26954007 0.761135995
+  vertex -0.436367005 3.14639306 -1.36416399
+  vertex -0.440544993 3.16025901 -1.28735995
+  endloop
+ endfacet
+
+ facet normal -0.977861404 0.203926086 -0.0469170213
+  outer loop
+  vertex -0.72458303 2.26954007 0.761135995
+  vertex -0.440544993 3.16025901 -1.28735995
+  vertex -0.710753024 2.34805298 0.814131975
+  endloop
+ endfacet
+
+ facet normal -0.996882498 -0.0666720271 -0.0421910174
+  outer loop
+  vertex -0.436367005 3.14639306 -1.36416399
+  vertex -0.455123991 3.54269695 -1.54722202
+  vertex -0.440544993 3.16025901 -1.28735995
+  endloop
+ endfacet
+
+ facet normal -0.998558164 -0.00160700036 0.0536570102
+  outer loop
+  vertex -0.455123991 3.54269695 -1.54722202
+  vertex -0.45371899 3.54508805 -1.52100492
+  vertex -0.440544993 3.16025901 -1.28735995
+  endloop
+ endfacet
+
+ facet normal 0.272473931 0.292851925 0.916512847
+  outer loop
+  vertex -0.253796995 0.214561 -0.0458349995
+  vertex -0.376740992 0.170128003 0.00491400016
+  vertex -0.376302004 0.324781001 -0.0446330011
+  endloop
+ endfacet
+
+ facet normal -0.247445986 -0.867469966 0.431585968
+  outer loop
+  vertex 0.933724999 3.97960711 -1.55623698
+  vertex 0.911266029 3.98531508 -1.55764103
+  vertex 0.926603973 3.99251413 -1.53437805
+  endloop
+ endfacet
+
+ facet normal -0.777862728 0.563657761 -0.277883887
+  outer loop
+  vertex -0.253796995 0.214561 -0.0458349995
+  vertex 0.103583999 0.929287016 0.403519988
+  vertex 0.0455540009 0.876025975 0.457924992
+  endloop
+ endfacet
+
+ facet normal -0.477919996 0.658785999 -0.581027985
+  outer loop
+  vertex -0.253796995 0.214561 -0.0458349995
+  vertex 0.0455540009 0.876025975 0.457924992
+  vertex -0.376740992 0.170128003 0.00491400016
+  endloop
+ endfacet
+
+ facet normal -0.779423177 0.557750106 -0.285332054
+  outer loop
+  vertex 0.103583999 0.929287016 0.403519988
+  vertex 0.204065993 1.50625706 1.256863
+  vertex 0.0455540009 0.876025975 0.457924992
+  endloop
+ endfacet
+
+ facet normal -0.765340209 0.570419192 -0.298121095
+  outer loop
+  vertex 0.204065993 1.50625706 1.256863
+  vertex 0.174039006 1.49804199 1.31822896
+  vertex 0.0455540009 0.876025975 0.457924992
+  endloop
+ endfacet
+
+ facet normal -0.725149751 0.339532942 -0.599061906
+  outer loop
+  vertex 0.204065993 1.50625706 1.256863
+  vertex 0.282788992 1.63802505 1.23625302
+  vertex 0.252124012 1.695822 1.30613101
+  endloop
+ endfacet
+
+ facet normal -0.867439389 0.319119155 -0.381722182
+  outer loop
+  vertex 0.204065993 1.50625706 1.256863
+  vertex 0.252124012 1.695822 1.30613101
+  vertex 0.174039006 1.49804199 1.31822896
+  endloop
+ endfacet
+
+ facet normal -0.88659811 0.0803210139 -0.45551309
+  outer loop
+  vertex 0.282788992 1.63802505 1.23625302
+  vertex 0.676886976 2.68409705 0.653648019
+  vertex 0.252124012 1.695822 1.30613101
+  endloop
+ endfacet
+
+ facet normal -0.822990119 -0.0210630018 -0.56766504
+  outer loop
+  vertex 0.676886976 2.68409705 0.653648019
+  vertex 0.655480981 2.77318811 0.681376994
+  vertex 0.252124012 1.695822 1.30613101
+  endloop
+ endfacet
+
+ facet normal -0.987821043 -0.06729801 -0.140287012
+  outer loop
+  vertex 0.676886976 2.68409705 0.653648019
+  vertex 0.870212972 3.71105099 -1.20028496
+  vertex 0.858199 3.75496197 -1.13675594
+  endloop
+ endfacet
+
+ facet normal -0.965101719 -0.169848949 -0.199323922
+  outer loop
+  vertex 0.676886976 2.68409705 0.653648019
+  vertex 0.858199 3.75496197 -1.13675594
+  vertex 0.655480981 2.77318811 0.681376994
+  endloop
+ endfacet
+
+ facet normal -0.983463764 -0.00726499874 -0.180958956
+  outer loop
+  vertex 0.870212972 3.71105099 -1.20028496
+  vertex 0.933724999 3.97960711 -1.55623698
+  vertex 0.858199 3.75496197 -1.13675594
+  endloop
+ endfacet
+
+ facet normal -0.962732613 -0.124580957 -0.240052924
+  outer loop
+  vertex 0.933724999 3.97960711 -1.55623698
+  vertex 0.926603973 3.99251413 -1.53437805
+  vertex 0.858199 3.75496197 -1.13675594
+  endloop
+ endfacet
+
+ facet normal 0.272466928 0.292851955 0.916514874
+  outer loop
+  vertex -0.376740992 0.170128003 0.00491400016
+  vertex -0.499356002 0.242149994 0.018352
+  vertex -0.376302004 0.324781001 -0.0446330011
+  endloop
+ endfacet
+
+ facet normal -0.247477978 -0.86745286 0.431601971
+  outer loop
+  vertex 0.926603973 3.99251413 -1.53437805
+  vertex 0.911266029 3.98531508 -1.55764103
+  vertex 0.907932997 4 -1.530038
+  endloop
+ endfacet
+
+ facet normal 0.172648042 0.456757128 -0.872677267
+  outer loop
+  vertex -0.376740992 0.170128003 0.00491400016
+  vertex 0.0455540009 0.876025975 0.457924992
+  vertex -0.499356002 0.242149994 0.018352
+  endloop
+ endfacet
+
+ facet normal -0.0465159826 0.595931768 -0.801686645
+  outer loop
+  vertex 0.0455540009 0.876025975 0.457924992
+  vertex -0.0493079983 0.883087993 0.468677998
+  vertex -0.499356002 0.242149994 0.018352
+  endloop
+ endfacet
+
+ facet normal 0.00578699959 0.809948981 -0.586471915
+  outer loop
+  vertex 0.0455540009 0.876025975 0.457924992
+  vertex 0.174039006 1.49804199 1.31822896
+  vertex 0.117908001 1.50824094 1.331761
+  endloop
+ endfacet
+
+ facet normal -0.00608000066 0.810414016 -0.585826039
+  outer loop
+  vertex 0.0455540009 0.876025975 0.457924992
+  vertex 0.117908001 1.50824094 1.331761
+  vertex -0.0493079983 0.883087993 0.468677998
+  endloop
+ endfacet
+
+ facet normal -0.228951991 0.0308769979 -0.972947955
+  outer loop
+  vertex 0.174039006 1.49804199 1.31822896
+  vertex 0.252124012 1.695822 1.30613101
+  vertex 0.117908001 1.50824094 1.331761
+  endloop
+ endfacet
+
+ facet normal -0.16855301 -0.0140670007 -0.985592186
+  outer loop
+  vertex 0.252124012 1.695822 1.30613101
+  vertex 0.164021999 1.73031497 1.32070494
+  vertex 0.117908001 1.50824094 1.331761
+  endloop
+ endfacet
+
+ facet normal -0.246820986 -0.415316969 -0.875551939
+  outer loop
+  vertex 0.252124012 1.695822 1.30613101
+  vertex 0.655480981 2.77318811 0.681376994
+  vertex 0.569666028 2.81540704 0.685541987
+  endloop
+ endfacet
+
+ facet normal -0.298811018 -0.396427006 -0.86807698
+  outer loop
+  vertex 0.252124012 1.695822 1.30613101
+  vertex 0.569666028 2.81540704 0.685541987
+  vertex 0.164021999 1.73031497 1.32070494
+  endloop
+ endfacet
+
+ facet normal -0.408190787 -0.78346467 -0.468575805
+  outer loop
+  vertex 0.655480981 2.77318811 0.681376994
+  vertex 0.858199 3.75496197 -1.13675594
+  vertex 0.569666028 2.81540704 0.685541987
+  endloop
+ endfacet
+
+ facet normal -0.526139736 -0.719045639 -0.454037786
+  outer loop
+  vertex 0.858199 3.75496197 -1.13675594
+  vertex 0.819289029 3.77494597 -1.12331498
+  vertex 0.569666028 2.81540704 0.685541987
+  endloop
+ endfacet
+
+ facet normal -0.419349998 -0.74575603 -0.517681003
+  outer loop
+  vertex 0.858199 3.75496197 -1.13675594
+  vertex 0.926603973 3.99251413 -1.53437805
+  vertex 0.907932997 4 -1.530038
+  endloop
+ endfacet
+
+ facet normal -0.526108801 -0.690327764 -0.496645838
+  outer loop
+  vertex 0.858199 3.75496197 -1.13675594
+  vertex 0.907932997 4 -1.530038
+  vertex 0.819289029 3.77494597 -1.12331498
+  endloop
+ endfacet
+
+ facet normal 0.272470057 0.292848051 0.916515231
+  outer loop
+  vertex -0.499356002 0.242149994 0.018352
+  vertex -0.529305995 0.376396 -0.0156389996
+  vertex -0.376302004 0.324781001 -0.0446330011
+  endloop
+ endfacet
+
+ facet normal -0.24746196 -0.8674559 0.431604952
+  outer loop
+  vertex 0.907932997 4 -1.530038
+  vertex 0.911266029 3.98531508 -1.55764103
+  vertex 0.891771019 3.99642801 -1.54648209
+  endloop
+ endfacet
+
+ facet normal 0.628429115 0.100671016 -0.771325052
+  outer loop
+  vertex -0.499356002 0.242149994 0.018352
+  vertex -0.0493079983 0.883087993 0.468677998
+  vertex -0.109567001 0.945155025 0.427682996
+  endloop
+ endfacet
+
+ facet normal 0.73198396 -0.0091859987 -0.68125993
+  outer loop
+  vertex -0.499356002 0.242149994 0.018352
+  vertex -0.109567001 0.945155025 0.427682996
+  vertex -0.529305995 0.376396 -0.0156389996
+  endloop
+ endfacet
+
+ facet normal 0.76850915 0.438165128 -0.466267079
+  outer loop
+  vertex -0.0493079983 0.883087993 0.468677998
+  vertex 0.117908001 1.50824094 1.331761
+  vertex -0.109567001 0.945155025 0.427682996
+  endloop
+ endfacet
+
+ facet normal 0.759350061 0.449147046 -0.470802039
+  outer loop
+  vertex 0.117908001 1.50824094 1.331761
+  vertex 0.0779410005 1.52917695 1.28727102
+  vertex -0.109567001 0.945155025 0.427682996
+  endloop
+ endfacet
+
+ facet normal 0.560264945 -0.156830981 -0.813330948
+  outer loop
+  vertex 0.117908001 1.50824094 1.331761
+  vertex 0.164021999 1.73031497 1.32070494
+  vertex 0.0848250017 1.71552598 1.26900196
+  endloop
+ endfacet
+
+ facet normal 0.71818012 -0.0941240117 -0.689462125
+  outer loop
+  vertex 0.117908001 1.50824094 1.331761
+  vertex 0.0848250017 1.71552598 1.26900196
+  vertex 0.0779410005 1.52917695 1.28727102
+  endloop
+ endfacet
+
+ facet normal 0.5217219 -0.567762852 -0.636750877
+  outer loop
+  vertex 0.164021999 1.73031497 1.32070494
+  vertex 0.569666028 2.81540704 0.685541987
+  vertex 0.0848250017 1.71552598 1.26900196
+  endloop
+ endfacet
+
+ facet normal 0.426157176 -0.563345253 -0.70783627
+  outer loop
+  vertex 0.569666028 2.81540704 0.685541987
+  vertex 0.484059989 2.77896309 0.663007021
+  vertex 0.0848250017 1.71552598 1.26900196
+  endloop
+ endfacet
+
+ facet normal 0.688727021 -0.67552197 -0.263296992
+  outer loop
+  vertex 0.569666028 2.81540704 0.685541987
+  vertex 0.819289029 3.77494597 -1.12331498
+  vertex 0.782781005 3.75595093 -1.17007899
+  endloop
+ endfacet
+
+ facet normal 0.444303989 -0.81863606 -0.363907993
+  outer loop
+  vertex 0.569666028 2.81540704 0.685541987
+  vertex 0.782781005 3.75595093 -1.17007899
+  vertex 0.484059989 2.77896309 0.663007021
+  endloop
+ endfacet
+
+ facet normal 0.672470868 -0.699886858 -0.24070996
+  outer loop
+  vertex 0.819289029 3.77494597 -1.12331498
+  vertex 0.907932997 4 -1.530038
+  vertex 0.782781005 3.75595093 -1.17007899
+  endloop
+ endfacet
+
+ facet normal 0.523807168 -0.778528273 -0.345716119
+  outer loop
+  vertex 0.907932997 4 -1.530038
+  vertex 0.891771019 3.99642801 -1.54648209
+  vertex 0.782781005 3.75595093 -1.17007899
+  endloop
+ endfacet
+
+ facet normal 0.272472084 0.292858124 0.916511357
+  outer loop
+  vertex -0.529305995 0.376396 -0.0156389996
+  vertex -0.44404301 0.471772999 -0.0714629963
+  vertex -0.376302004 0.324781001 -0.0446330011
+  endloop
+ endfacet
+
+ facet normal -0.247544035 -0.867487133 0.43149507
+  outer loop
+  vertex 0.891771019 3.99642801 -1.54648209
+  vertex 0.911266029 3.98531508 -1.55764103
+  vertex 0.890290976 3.98449087 -1.57133007
+  endloop
+ endfacet
+
+ facet normal 0.767617583 -0.634875655 0.087727949
+  outer loop
+  vertex -0.529305995 0.376396 -0.0156389996
+  vertex -0.109567001 0.945155025 0.427682996
+  vertex -0.44404301 0.471772999 -0.0714629963
+  endloop
+ endfacet
+
+ facet normal 0.886159658 -0.420221835 -0.19528091
+  outer loop
+  vertex -0.109567001 0.945155025 0.427682996
+  vertex -0.0898490027 1.01548898 0.365808994
+  vertex -0.44404301 0.471772999 -0.0714629963
+  endloop
+ endfacet
+
+ facet normal 0.946716785 -0.321837902 0.0121489968
+  outer loop
+  vertex -0.109567001 0.945155025 0.427682996
+  vertex 0.0779410005 1.52917695 1.28727102
+  vertex 0.0842330009 1.54508102 1.21826005
+  endloop
+ endfacet
+
+ facet normal 0.958333194 -0.285045058 -0.0186190046
+  outer loop
+  vertex -0.109567001 0.945155025 0.427682996
+  vertex 0.0842330009 1.54508102 1.21826005
+  vertex -0.0898490027 1.01548898 0.365808994
+  endloop
+ endfacet
+
+ facet normal 0.996036589 -0.028538987 0.0842419714
+  outer loop
+  vertex 0.0779410005 1.52917695 1.28727102
+  vertex 0.0848250017 1.71552598 1.26900196
+  vertex 0.0842330009 1.54508102 1.21826005
+  endloop
+ endfacet
+
+ facet normal 0.985584736 0.0451189876 -0.163054958
+  outer loop
+  vertex 0.0848250017 1.71552598 1.26900196
+  vertex 0.0741709992 1.66259193 1.18995297
+  vertex 0.0842330009 1.54508102 1.21826005
+  endloop
+ endfacet
+
+ facet normal 0.950562179 -0.277941048 0.138492033
+  outer loop
+  vertex 0.0848250017 1.71552598 1.26900196
+  vertex 0.484059989 2.77896309 0.663007021
+  vertex 0.463129014 2.69129992 0.630741
+  endloop
+ endfacet
+
+ facet normal 0.946162283 -0.313099086 0.0821340233
+  outer loop
+  vertex 0.0848250017 1.71552598 1.26900196
+  vertex 0.463129014 2.69129992 0.630741
+  vertex 0.0741709992 1.66259193 1.18995297
+  endloop
+ endfacet
+
+ facet normal 0.96979171 -0.242210925 0.0289449915
+  outer loop
+  vertex 0.484059989 2.77896309 0.663007021
+  vertex 0.782781005 3.75595093 -1.17007899
+  vertex 0.463129014 2.69129992 0.630741
+  endloop
+ endfacet
+
+ facet normal 0.974733412 -0.219097078 0.0434880182
+  outer loop
+  vertex 0.782781005 3.75595093 -1.17007899
+  vertex 0.776166975 3.71228409 -1.24183702
+  vertex 0.463129014 2.69129992 0.630741
+  endloop
+ endfacet
+
+ facet normal 0.951111138 -0.296674043 0.0858610049
+  outer loop
+  vertex 0.782781005 3.75595093 -1.17007899
+  vertex 0.891771019 3.99642801 -1.54648209
+  vertex 0.890290976 3.98449087 -1.57133007
+  endloop
+ endfacet
+
+ facet normal 0.95249474 -0.291143954 0.0893819779
+  outer loop
+  vertex 0.782781005 3.75595093 -1.17007899
+  vertex 0.890290976 3.98449087 -1.57133007
+  vertex 0.776166975 3.71228409 -1.24183702
+  endloop
+ endfacet
+
+ facet normal 0.272473961 0.292857975 0.91651094
+  outer loop
+  vertex -0.44404301 0.471772999 -0.0714629963
+  vertex -0.307767004 0.456461996 -0.107084997
+  vertex -0.376302004 0.324781001 -0.0446330011
+  endloop
+ endfacet
+
+ facet normal -0.247539937 -0.867491841 0.431487888
+  outer loop
+  vertex 0.890290976 3.98449087 -1.57133007
+  vertex 0.911266029 3.98531508 -1.55764103
+  vertex 0.904604971 3.97317505 -1.58586907
+  endloop
+ endfacet
+
+ facet normal 0.444817066 -0.719116151 0.533863127
+  outer loop
+  vertex -0.44404301 0.471772999 -0.0714629963
+  vertex -0.0898490027 1.01548898 0.365808994
+  vertex -0.00500100013 1.04112697 0.329647988
+  endloop
+ endfacet
+
+ facet normal 0.127748966 -0.63515991 0.76174283
+  outer loop
+  vertex -0.44404301 0.471772999 -0.0714629963
+  vertex -0.00500100013 1.04112697 0.329647988
+  vertex -0.307767004 0.456461996 -0.107084997
+  endloop
+ endfacet
+
+ facet normal 0.420685858 -0.806614757 0.415205866
+  outer loop
+  vertex -0.0898490027 1.01548898 0.365808994
+  vertex 0.0842330009 1.54508102 1.21826005
+  vertex -0.00500100013 1.04112697 0.329647988
+  endloop
+ endfacet
+
+ facet normal 0.35758391 -0.827291846 0.433268875
+  outer loop
+  vertex 0.0842330009 1.54508102 1.21826005
+  vertex 0.132046998 1.54398 1.17669499
+  vertex -0.00500100013 1.04112697 0.329647988
+  endloop
+ endfacet
+
+ facet normal 0.675312042 0.226875037 0.701770067
+  outer loop
+  vertex 0.0842330009 1.54508102 1.21826005
+  vertex 0.0741709992 1.66259193 1.18995297
+  vertex 0.140081003 1.61137402 1.14308596
+  endloop
+ endfacet
+
+ facet normal 0.632811844 0.283820927 0.72041285
+  outer loop
+  vertex 0.0842330009 1.54508102 1.21826005
+  vertex 0.140081003 1.61137402 1.14308596
+  vertex 0.132046998 1.54398 1.17669499
+  endloop
+ endfacet
+
+ facet normal 0.650720775 0.157726958 0.742754757
+  outer loop
+  vertex 0.0741709992 1.66259193 1.18995297
+  vertex 0.463129014 2.69129992 0.630741
+  vertex 0.140081003 1.61137402 1.14308596
+  endloop
+ endfacet
+
+ facet normal 0.52620393 0.230870992 0.818417966
+  outer loop
+  vertex 0.463129014 2.69129992 0.630741
+  vertex 0.522632003 2.61842799 0.61303997
+  vertex 0.140081003 1.61137402 1.14308596
+  endloop
+ endfacet
+
+ facet normal 0.890468955 0.320121974 0.323398978
+  outer loop
+  vertex 0.463129014 2.69129992 0.630741
+  vertex 0.776166975 3.71228409 -1.24183702
+  vertex 0.804427981 3.67682505 -1.28455305
+  endloop
+ endfacet
+
+ facet normal 0.754780054 0.51879406 0.401447028
+  outer loop
+  vertex 0.463129014 2.69129992 0.630741
+  vertex 0.804427981 3.67682505 -1.28455305
+  vertex 0.522632003 2.61842799 0.61303997
+  endloop
+ endfacet
+
+ facet normal 0.880504668 0.167588919 0.443424821
+  outer loop
+  vertex 0.776166975 3.71228409 -1.24183702
+  vertex 0.890290976 3.98449087 -1.57133007
+  vertex 0.804427981 3.67682505 -1.28455305
+  endloop
+ endfacet
+
+ facet normal 0.785179079 0.290597022 0.546852052
+  outer loop
+  vertex 0.890290976 3.98449087 -1.57133007
+  vertex 0.904604971 3.97317505 -1.58586907
+  vertex 0.804427981 3.67682505 -1.28455305
+  endloop
+ endfacet
+
+ facet normal 0.272477061 0.292857081 0.916510224
+  outer loop
+  vertex -0.307767004 0.456461996 -0.107084997
+  vertex -0.223100007 0.341991007 -0.095679
+  vertex -0.376302004 0.324781001 -0.0446330011
+  endloop
+ endfacet
+
+ facet normal -0.247493982 -0.867506921 0.431483984
+  outer loop
+  vertex 0.904604971 3.97317505 -1.58586907
+  vertex 0.911266029 3.98531508 -1.55764103
+  vertex 0.923933983 3.97100115 -1.57915306
+  endloop
+ endfacet
+
+ facet normal -0.530284762 -0.313739836 0.787632704
+  outer loop
+  vertex -0.307767004 0.456461996 -0.107084997
+  vertex -0.00500100013 1.04112697 0.329647988
+  vertex -0.223100007 0.341991007 -0.095679
+  endloop
+ endfacet
+
+ facet normal -0.346002042 -0.406495035 0.845602989
+  outer loop
+  vertex -0.00500100013 1.04112697 0.329647988
+  vertex 0.0810849965 1.00276399 0.346430987
+  vertex -0.223100007 0.341991007 -0.095679
+  endloop
+ endfacet
+
+ facet normal -0.409732103 -0.753765106 0.513768137
+  outer loop
+  vertex -0.00500100013 1.04112697 0.329647988
+  vertex 0.132046998 1.54398 1.17669499
+  vertex 0.185377002 1.52670002 1.19387603
+  endloop
+ endfacet
+
+ facet normal -0.430921048 -0.742863119 0.512310088
+  outer loop
+  vertex -0.00500100013 1.04112697 0.329647988
+  vertex 0.185377002 1.52670002 1.19387603
+  vertex 0.0810849965 1.00276399 0.346430987
+  endloop
+ endfacet
+
+ facet normal -0.136054054 0.455070168 0.880000293
+  outer loop
+  vertex 0.132046998 1.54398 1.17669499
+  vertex 0.140081003 1.61137402 1.14308596
+  vertex 0.185377002 1.52670002 1.19387603
+  endloop
+ endfacet
+
+ facet normal -0.142184019 0.452121019 0.8805511
+  outer loop
+  vertex 0.140081003 1.61137402 1.14308596
+  vertex 0.232925996 1.60044098 1.16369104
+  vertex 0.185377002 1.52670002 1.19387603
+  endloop
+ endfacet
+
+ facet normal -0.0768329725 0.487080812 0.869970679
+  outer loop
+  vertex 0.140081003 1.61137402 1.14308596
+  vertex 0.522632003 2.61842799 0.61303997
+  vertex 0.617762983 2.61522293 0.623236001
+  endloop
+ endfacet
+
+ facet normal -0.130130991 0.504069924 0.853802919
+  outer loop
+  vertex 0.140081003 1.61137402 1.14308596
+  vertex 0.617762983 2.61522293 0.623236001
+  vertex 0.232925996 1.60044098 1.16369104
+  endloop
+ endfacet
+
+ facet normal -0.0224629845 0.874534488 0.484442741
+  outer loop
+  vertex 0.522632003 2.61842799 0.61303997
+  vertex 0.804427981 3.67682505 -1.28455305
+  vertex 0.617762983 2.61522293 0.623236001
+  endloop
+ endfacet
+
+ facet normal -0.19305791 0.865288615 0.462605834
+  outer loop
+  vertex 0.804427981 3.67682505 -1.28455305
+  vertex 0.846280992 3.67627597 -1.26605999
+  vertex 0.617762983 2.61522293 0.623236001
+  endloop
+ endfacet
+
+ facet normal -0.149908945 0.729361773 0.667501807
+  outer loop
+  vertex 0.804427981 3.67682505 -1.28455305
+  vertex 0.904604971 3.97317505 -1.58586907
+  vertex 0.923933983 3.97100115 -1.57915306
+  endloop
+ endfacet
+
+ facet normal -0.266439945 0.733926833 0.62478888
+  outer loop
+  vertex 0.804427981 3.67682505 -1.28455305
+  vertex 0.923933983 3.97100115 -1.57915306
+  vertex 0.846280992 3.67627597 -1.26605999
+  endloop
+ endfacet
+
+ facet normal 0.272476882 0.292855889 0.916510582
+  outer loop
+  vertex -0.223100007 0.341991007 -0.095679
+  vertex -0.253796995 0.214561 -0.0458349995
+  vertex -0.376302004 0.324781001 -0.0446330011
+  endloop
+ endfacet
+
+ facet normal -0.247450024 -0.8675071 0.431509018
+  outer loop
+  vertex 0.923933983 3.97100115 -1.57915306
+  vertex 0.911266029 3.98531508 -1.55764103
+  vertex 0.933724999 3.97960711 -1.55623698
+  endloop
+ endfacet
+
+ facet normal -0.879711032 0.0929580033 0.466333985
+  outer loop
+  vertex -0.223100007 0.341991007 -0.095679
+  vertex 0.0810849965 1.00276399 0.346430987
+  vertex 0.103583999 0.929287016 0.403519988
+  endloop
+ endfacet
+
+ facet normal -0.920438349 0.313202113 0.233875081
+  outer loop
+  vertex -0.223100007 0.341991007 -0.095679
+  vertex 0.103583999 0.929287016 0.403519988
+  vertex -0.253796995 0.214561 -0.0458349995
+  endloop
+ endfacet
+
+ facet normal -0.969112396 -0.137853056 0.204494074
+  outer loop
+  vertex 0.0810849965 1.00276399 0.346430987
+  vertex 0.185377002 1.52670002 1.19387603
+  vertex 0.103583999 0.929287016 0.403519988
+  endloop
+ endfacet
+
+ facet normal -0.958291411 -0.17137289 0.22871086
+  outer loop
+  vertex 0.185377002 1.52670002 1.19387603
+  vertex 0.204065993 1.50625706 1.256863
+  vertex 0.103583999 0.929287016 0.403519988
+  endloop
+ endfacet
+
+ facet normal -0.774107695 0.591492772 0.225595891
+  outer loop
+  vertex 0.185377002 1.52670002 1.19387603
+  vertex 0.232925996 1.60044098 1.16369104
+  vertex 0.282788992 1.63802505 1.23625302
+  endloop
+ endfacet
+
+ facet normal -0.76090014 0.516107082 0.393274039
+  outer loop
+  vertex 0.185377002 1.52670002 1.19387603
+  vertex 0.282788992 1.63802505 1.23625302
+  vertex 0.204065993 1.50625706 1.256863
+  endloop
+ endfacet
+
+ facet normal -0.8194713 0.47864911 0.315217078
+  outer loop
+  vertex 0.232925996 1.60044098 1.16369104
+  vertex 0.617762983 2.61522293 0.623236001
+  vertex 0.282788992 1.63802505 1.23625302
+  endloop
+ endfacet
+
+ facet normal -0.778669 0.502564967 0.375636965
+  outer loop
+  vertex 0.617762983 2.61522293 0.623236001
+  vertex 0.676886976 2.68409705 0.653648019
+  vertex 0.282788992 1.63802505 1.23625302
+  endloop
+ endfacet
+
+ facet normal -0.907485962 0.403503984 0.11684899
+  outer loop
+  vertex 0.617762983 2.61522293 0.623236001
+  vertex 0.846280992 3.67627597 -1.26605999
+  vertex 0.870212972 3.71105099 -1.20028496
+  endloop
+ endfacet
+
+ facet normal -0.786379635 0.571479738 0.234558895
+  outer loop
+  vertex 0.617762983 2.61522293 0.623236001
+  vertex 0.870212972 3.71105099 -1.20028496
+  vertex 0.676886976 2.68409705 0.653648019
+  endloop
+ endfacet
+
+ facet normal -0.915194154 0.380924076 0.131592035
+  outer loop
+  vertex 0.846280992 3.67627597 -1.26605999
+  vertex 0.923933983 3.97100115 -1.57915306
+  vertex 0.870212972 3.71105099 -1.20028496
+  endloop
+ endfacet
+
+ facet normal -0.864411891 0.463298917 0.195310965
+  outer loop
+  vertex 0.923933983 3.97100115 -1.57915306
+  vertex 0.933724999 3.97960711 -1.55623698
+  vertex 0.870212972 3.71105099 -1.20028496
+  endloop
+ endfacet
+
+ facet normal 0.272473931 -0.292851925 0.916512847
+  outer loop
+  vertex -0.376302004 -0.324781001 -0.0446330011
+  vertex -0.376740992 -0.170128003 0.00491400016
+  vertex -0.253796995 -0.214561 -0.0458349995
+  endloop
+ endfacet
+
+ facet normal -0.247445986 0.867469966 0.431585968
+  outer loop
+  vertex 0.926603973 -3.99251413 -1.53437805
+  vertex 0.911266029 -3.98531508 -1.55764103
+  vertex 0.933724999 -3.97960711 -1.55623698
+  endloop
+ endfacet
+
+ facet normal -0.777862728 -0.563657761 -0.277883887
+  outer loop
+  vertex 0.0455540009 -0.876025975 0.457924992
+  vertex 0.103583999 -0.929287016 0.403519988
+  vertex -0.253796995 -0.214561 -0.0458349995
+  endloop
+ endfacet
+
+ facet normal -0.477919996 -0.658785999 -0.581027985
+  outer loop
+  vertex -0.376740992 -0.170128003 0.00491400016
+  vertex 0.0455540009 -0.876025975 0.457924992
+  vertex -0.253796995 -0.214561 -0.0458349995
+  endloop
+ endfacet
+
+ facet normal -0.779423177 -0.557750106 -0.285332054
+  outer loop
+  vertex 0.0455540009 -0.876025975 0.457924992
+  vertex 0.204065993 -1.50625706 1.256863
+  vertex 0.103583999 -0.929287016 0.403519988
+  endloop
+ endfacet
+
+ facet normal -0.76534009 -0.570420086 -0.298120022
+  outer loop
+  vertex 0.0455540009 -0.876025975 0.457924992
+  vertex 0.174039006 -1.49804103 1.31822896
+  vertex 0.204065993 -1.50625706 1.256863
+  endloop
+ endfacet
+
+ facet normal -0.725148976 -0.339533001 -0.599062979
+  outer loop
+  vertex 0.252124012 -1.695822 1.30613101
+  vertex 0.282788992 -1.63802397 1.23625302
+  vertex 0.204065993 -1.50625706 1.256863
+  endloop
+ endfacet
+
+ facet normal -0.867439389 -0.319119155 -0.381722182
+  outer loop
+  vertex 0.174039006 -1.49804103 1.31822896
+  vertex 0.252124012 -1.695822 1.30613101
+  vertex 0.204065993 -1.50625706 1.256863
+  endloop
+ endfacet
+
+ facet normal -0.88659811 -0.0803210139 -0.45551309
+  outer loop
+  vertex 0.252124012 -1.695822 1.30613101
+  vertex 0.676886976 -2.68409705 0.653648019
+  vertex 0.282788992 -1.63802397 1.23625302
+  endloop
+ endfacet
+
+ facet normal -0.822990119 0.0210630018 -0.56766504
+  outer loop
+  vertex 0.252124012 -1.695822 1.30613101
+  vertex 0.655480981 -2.77318811 0.681376994
+  vertex 0.676886976 -2.68409705 0.653648019
+  endloop
+ endfacet
+
+ facet normal -0.987821043 0.06729801 -0.140287012
+  outer loop
+  vertex 0.858199 -3.75496197 -1.13675594
+  vertex 0.870212972 -3.71105099 -1.20028496
+  vertex 0.676886976 -2.68409705 0.653648019
+  endloop
+ endfacet
+
+ facet normal -0.965101719 0.169848949 -0.199323922
+  outer loop
+  vertex 0.655480981 -2.77318811 0.681376994
+  vertex 0.858199 -3.75496197 -1.13675594
+  vertex 0.676886976 -2.68409705 0.653648019
+  endloop
+ endfacet
+
+ facet normal -0.983463764 0.00726499874 -0.180958956
+  outer loop
+  vertex 0.858199 -3.75496197 -1.13675594
+  vertex 0.933724999 -3.97960711 -1.55623698
+  vertex 0.870212972 -3.71105099 -1.20028496
+  endloop
+ endfacet
+
+ facet normal -0.962732613 0.124580957 -0.240052924
+  outer loop
+  vertex 0.858199 -3.75496197 -1.13675594
+  vertex 0.926603973 -3.99251413 -1.53437805
+  vertex 0.933724999 -3.97960711 -1.55623698
+  endloop
+ endfacet
+
+ facet normal 0.272466928 -0.292851955 0.916514874
+  outer loop
+  vertex -0.376302004 -0.324781001 -0.0446330011
+  vertex -0.499356002 -0.242149994 0.018352
+  vertex -0.376740992 -0.170128003 0.00491400016
+  endloop
+ endfacet
+
+ facet normal -0.247477025 0.867453039 0.431602061
+  outer loop
+  vertex 0.907932997 -4 -1.530038
+  vertex 0.911266029 -3.98531508 -1.55764103
+  vertex 0.926603973 -3.99251413 -1.53437805
+  endloop
+ endfacet
+
+ facet normal 0.172648042 -0.456757128 -0.872677267
+  outer loop
+  vertex -0.499356002 -0.242149994 0.018352
+  vertex 0.0455540009 -0.876025975 0.457924992
+  vertex -0.376740992 -0.170128003 0.00491400016
+  endloop
+ endfacet
+
+ facet normal -0.0465160124 -0.595931113 -0.801687181
+  outer loop
+  vertex -0.499356002 -0.242149994 0.018352
+  vertex -0.0493079983 -0.883087993 0.468677998
+  vertex 0.0455540009 -0.876025975 0.457924992
+  endloop
+ endfacet
+
+ facet normal 0.00578899914 -0.809948862 -0.586471856
+  outer loop
+  vertex 0.117908001 -1.50824094 1.331761
+  vertex 0.174039006 -1.49804103 1.31822896
+  vertex 0.0455540009 -0.876025975 0.457924992
+  endloop
+ endfacet
+
+ facet normal -0.00607900089 -0.810414076 -0.585826099
+  outer loop
+  vertex -0.0493079983 -0.883087993 0.468677998
+  vertex 0.117908001 -1.50824094 1.331761
+  vertex 0.0455540009 -0.876025975 0.457924992
+  endloop
+ endfacet
+
+ facet normal -0.228951037 -0.0308770034 -0.972948134
+  outer loop
+  vertex 0.117908001 -1.50824094 1.331761
+  vertex 0.252124012 -1.695822 1.30613101
+  vertex 0.174039006 -1.49804103 1.31822896
+  endloop
+ endfacet
+
+ facet normal -0.16855301 0.0140670007 -0.985592186
+  outer loop
+  vertex 0.117908001 -1.50824094 1.331761
+  vertex 0.164021999 -1.73031497 1.32070494
+  vertex 0.252124012 -1.695822 1.30613101
+  endloop
+ endfacet
+
+ facet normal -0.246820047 0.415317029 -0.875552118
+  outer loop
+  vertex 0.569666028 -2.81540704 0.685541987
+  vertex 0.655480981 -2.77318811 0.681376994
+  vertex 0.252124012 -1.695822 1.30613101
+  endloop
+ endfacet
+
+ facet normal -0.298811018 0.396427006 -0.86807698
+  outer loop
+  vertex 0.164021999 -1.73031497 1.32070494
+  vertex 0.569666028 -2.81540704 0.685541987
+  vertex 0.252124012 -1.695822 1.30613101
+  endloop
+ endfacet
+
+ facet normal -0.40818882 0.783465683 -0.468575835
+  outer loop
+  vertex 0.569666028 -2.81540704 0.685541987
+  vertex 0.858199 -3.75496197 -1.13675594
+  vertex 0.655480981 -2.77318811 0.681376994
+  endloop
+ endfacet
+
+ facet normal -0.526139736 0.719045639 -0.454037786
+  outer loop
+  vertex 0.569666028 -2.81540704 0.685541987
+  vertex 0.819289029 -3.77494597 -1.12331498
+  vertex 0.858199 -3.75496197 -1.13675594
+  endloop
+ endfacet
+
+ facet normal -0.419348896 0.745756686 -0.517680824
+  outer loop
+  vertex 0.907932997 -4 -1.530038
+  vertex 0.926603973 -3.99251413 -1.53437805
+  vertex 0.858199 -3.75496197 -1.13675594
+  endloop
+ endfacet
+
+ facet normal -0.526108801 0.690327764 -0.496645838
+  outer loop
+  vertex 0.819289029 -3.77494597 -1.12331498
+  vertex 0.907932997 -4 -1.530038
+  vertex 0.858199 -3.75496197 -1.13675594
+  endloop
+ endfacet
+
+ facet normal 0.272470057 -0.292848051 0.916515231
+  outer loop
+  vertex -0.376302004 -0.324781001 -0.0446330011
+  vertex -0.529305995 -0.376397014 -0.0156389996
+  vertex -0.499356002 -0.242149994 0.018352
+  endloop
+ endfacet
+
+ facet normal -0.247462898 0.867455661 0.431604832
+  outer loop
+  vertex 0.891771019 -3.99642801 -1.54648209
+  vertex 0.911266029 -3.98531508 -1.55764103
+  vertex 0.907932997 -4 -1.530038
+  endloop
+ endfacet
+
+ facet normal 0.628429115 -0.100671016 -0.771325052
+  outer loop
+  vertex -0.109567001 -0.945155025 0.427682996
+  vertex -0.0493079983 -0.883087993 0.468677998
+  vertex -0.499356002 -0.242149994 0.018352
+  endloop
+ endfacet
+
+ facet normal 0.73198396 0.0091859987 -0.68125993
+  outer loop
+  vertex -0.529305995 -0.376397014 -0.0156389996
+  vertex -0.109567001 -0.945155025 0.427682996
+  vertex -0.499356002 -0.242149994 0.018352
+  endloop
+ endfacet
+
+ facet normal 0.768508792 -0.438165873 -0.46626687
+  outer loop
+  vertex -0.109567001 -0.945155025 0.427682996
+  vertex 0.117908001 -1.50824094 1.331761
+  vertex -0.0493079983 -0.883087993 0.468677998
+  endloop
+ endfacet
+
+ facet normal 0.759350061 -0.449147046 -0.470802039
+  outer loop
+  vertex -0.109567001 -0.945155025 0.427682996
+  vertex 0.0779410005 -1.52917695 1.28727102
+  vertex 0.117908001 -1.50824094 1.331761
+  endloop
+ endfacet
+
+ facet normal 0.560264945 0.156830981 -0.813330948
+  outer loop
+  vertex 0.0848250017 -1.71552598 1.26900196
+  vertex 0.164021999 -1.73031497 1.32070494
+  vertex 0.117908001 -1.50824094 1.331761
+  endloop
+ endfacet
+
+ facet normal 0.71818012 0.0941240117 -0.689462125
+  outer loop
+  vertex 0.0779410005 -1.52917695 1.28727102
+  vertex 0.0848250017 -1.71552598 1.26900196
+  vertex 0.117908001 -1.50824094 1.331761
+  endloop
+ endfacet
+
+ facet normal 0.521720767 0.567762733 -0.636751771
+  outer loop
+  vertex 0.0848250017 -1.71552598 1.26900196
+  vertex 0.569666028 -2.81540704 0.685541987
+  vertex 0.164021999 -1.73031497 1.32070494
+  endloop
+ endfacet
+
+ facet normal 0.426156938 0.563345969 -0.707835913
+  outer loop
+  vertex 0.0848250017 -1.71552598 1.26900196
+  vertex 0.484059989 -2.77896309 0.663007021
+  vertex 0.569666028 -2.81540704 0.685541987
+  endloop
+ endfacet
+
+ facet normal 0.688727021 0.67552197 -0.263296992
+  outer loop
+  vertex 0.782781005 -3.75595093 -1.17007899
+  vertex 0.819289029 -3.77494597 -1.12331498
+  vertex 0.569666028 -2.81540704 0.685541987
+  endloop
+ endfacet
+
+ facet normal 0.444303989 0.81863606 -0.363907993
+  outer loop
+  vertex 0.484059989 -2.77896309 0.663007021
+  vertex 0.782781005 -3.75595093 -1.17007899
+  vertex 0.569666028 -2.81540704 0.685541987
+  endloop
+ endfacet
+
+ facet normal 0.672470868 0.699886858 -0.24070996
+  outer loop
+  vertex 0.782781005 -3.75595093 -1.17007899
+  vertex 0.907932997 -4 -1.530038
+  vertex 0.819289029 -3.77494597 -1.12331498
+  endloop
+ endfacet
+
+ facet normal 0.523808122 0.778528154 -0.345715046
+  outer loop
+  vertex 0.782781005 -3.75595093 -1.17007899
+  vertex 0.891771019 -3.99642801 -1.54648209
+  vertex 0.907932997 -4 -1.530038
+  endloop
+ endfacet
+
+ facet normal 0.272471815 -0.292857826 0.916511476
+  outer loop
+  vertex -0.376302004 -0.324781001 -0.0446330011
+  vertex -0.44404301 -0.471772999 -0.0714629963
+  vertex -0.529305995 -0.376397014 -0.0156389996
+  endloop
+ endfacet
+
+ facet normal -0.247543931 0.867487788 0.431493849
+  outer loop
+  vertex 0.890290976 -3.98449087 -1.57133007
+  vertex 0.911266029 -3.98531508 -1.55764103
+  vertex 0.891771019 -3.99642801 -1.54648209
+  endloop
+ endfacet
+
+ facet normal 0.76761812 0.634875059 0.0877270103
+  outer loop
+  vertex -0.44404301 -0.471772999 -0.0714629963
+  vertex -0.109567001 -0.945155025 0.427682996
+  vertex -0.529305995 -0.376397014 -0.0156389996
+  endloop
+ endfacet
+
+ facet normal 0.886159658 0.420221835 -0.19528091
+  outer loop
+  vertex -0.44404301 -0.471772999 -0.0714629963
+  vertex -0.0898490027 -1.01548898 0.365808994
+  vertex -0.109567001 -0.945155025 0.427682996
+  endloop
+ endfacet
+
+ facet normal 0.946716785 0.321837902 0.0121489968
+  outer loop
+  vertex 0.0842330009 -1.54508102 1.21826005
+  vertex 0.0779410005 -1.52917695 1.28727102
+  vertex -0.109567001 -0.945155025 0.427682996
+  endloop
+ endfacet
+
+ facet normal 0.958333194 0.285045058 -0.0186190046
+  outer loop
+  vertex -0.0898490027 -1.01548898 0.365808994
+  vertex 0.0842330009 -1.54508102 1.21826005
+  vertex -0.109567001 -0.945155025 0.427682996
+  endloop
+ endfacet
+
+ facet normal 0.996036589 0.028538987 0.0842419714
+  outer loop
+  vertex 0.0842330009 -1.54508102 1.21826005
+  vertex 0.0848250017 -1.71552598 1.26900196
+  vertex 0.0779410005 -1.52917695 1.28727102
+  endloop
+ endfacet
+
+ facet normal 0.985584736 -0.0451189876 -0.163054958
+  outer loop
+  vertex 0.0842330009 -1.54508102 1.21826005
+  vertex 0.0741709992 -1.66259193 1.18995297
+  vertex 0.0848250017 -1.71552598 1.26900196
+  endloop
+ endfacet
+
+ facet normal 0.950562179 0.277941048 0.138492033
+  outer loop
+  vertex 0.463129014 -2.69129992 0.630741
+  vertex 0.484059989 -2.77896309 0.663007021
+  vertex 0.0848250017 -1.71552598 1.26900196
+  endloop
+ endfacet
+
+ facet normal 0.946162283 0.313099086 0.0821340233
+  outer loop
+  vertex 0.0741709992 -1.66259193 1.18995297
+  vertex 0.463129014 -2.69129992 0.630741
+  vertex 0.0848250017 -1.71552598 1.26900196
+  endloop
+ endfacet
+
+ facet normal 0.96979171 0.242210925 0.0289449915
+  outer loop
+  vertex 0.463129014 -2.69129992 0.630741
+  vertex 0.782781005 -3.75595093 -1.17007899
+  vertex 0.484059989 -2.77896309 0.663007021
+  endloop
+ endfacet
+
+ facet normal 0.974733412 0.219097078 0.0434880182
+  outer loop
+  vertex 0.463129014 -2.69129992 0.630741
+  vertex 0.776166975 -3.71228409 -1.24183702
+  vertex 0.782781005 -3.75595093 -1.17007899
+  endloop
+ endfacet
+
+ facet normal 0.951111257 0.296673089 0.0858620256
+  outer loop
+  vertex 0.890290976 -3.98449087 -1.57133007
+  vertex 0.891771019 -3.99642801 -1.54648209
+  vertex 0.782781005 -3.75595093 -1.17007899
+  endloop
+ endfacet
+
+ facet normal 0.95249474 0.291143954 0.0893819779
+  outer loop
+  vertex 0.776166975 -3.71228409 -1.24183702
+  vertex 0.890290976 -3.98449087 -1.57133007
+  vertex 0.782781005 -3.75595093 -1.17007899
+  endloop
+ endfacet
+
+ facet normal 0.272473961 -0.292857975 0.91651094
+  outer loop
+  vertex -0.376302004 -0.324781001 -0.0446330011
+  vertex -0.307767004 -0.456461996 -0.107084997
+  vertex -0.44404301 -0.471772999 -0.0714629963
+  endloop
+ endfacet
+
+ facet normal -0.247540042 0.867492199 0.431487083
+  outer loop
+  vertex 0.904604971 -3.97317505 -1.58586907
+  vertex 0.911266029 -3.98531508 -1.55764103
+  vertex 0.890290976 -3.98449087 -1.57133007
+  endloop
+ endfacet
+
+ facet normal 0.444816053 0.719116032 0.533864081
+  outer loop
+  vertex -0.00500100013 -1.04112697 0.329647988
+  vertex -0.0898490027 -1.01548898 0.365808994
+  vertex -0.44404301 -0.471772999 -0.0714629963
+  endloop
+ endfacet
+
+ facet normal 0.127748966 0.63515991 0.76174283
+  outer loop
+  vertex -0.307767004 -0.456461996 -0.107084997
+  vertex -0.00500100013 -1.04112697 0.329647988
+  vertex -0.44404301 -0.471772999 -0.0714629963
+  endloop
+ endfacet
+
+ facet normal 0.420685023 0.806615114 0.415206045
+  outer loop
+  vertex -0.00500100013 -1.04112697 0.329647988
+  vertex 0.0842330009 -1.54508102 1.21826005
+  vertex -0.0898490027 -1.01548898 0.365808994
+  endloop
+ endfacet
+
+ facet normal 0.357582062 0.827292144 0.433270067
+  outer loop
+  vertex -0.00500100013 -1.04112697 0.329647988
+  vertex 0.132046998 -1.54397893 1.17669499
+  vertex 0.0842330009 -1.54508102 1.21826005
+  endloop
+ endfacet
+
+ facet normal 0.675312042 -0.226875037 0.701770067
+  outer loop
+  vertex 0.140081003 -1.61137402 1.14308596
+  vertex 0.0741709992 -1.66259193 1.18995297
+  vertex 0.0842330009 -1.54508102 1.21826005
+  endloop
+ endfacet
+
+ facet normal 0.632813096 -0.283820063 0.720412195
+  outer loop
+  vertex 0.132046998 -1.54397893 1.17669499
+  vertex 0.140081003 -1.61137402 1.14308596
+  vertex 0.0842330009 -1.54508102 1.21826005
+  endloop
+ endfacet
+
+ facet normal 0.650720775 -0.157726958 0.742754757
+  outer loop
+  vertex 0.140081003 -1.61137402 1.14308596
+  vertex 0.463129014 -2.69129992 0.630741
+  vertex 0.0741709992 -1.66259193 1.18995297
+  endloop
+ endfacet
+
+ facet normal 0.52620393 -0.230870992 0.818417966
+  outer loop
+  vertex 0.140081003 -1.61137402 1.14308596
+  vertex 0.522632003 -2.61842704 0.61303997
+  vertex 0.463129014 -2.69129992 0.630741
+  endloop
+ endfacet
+
+ facet normal 0.890468955 -0.320121974 0.323398978
+  outer loop
+  vertex 0.804427981 -3.67682505 -1.28455305
+  vertex 0.776166975 -3.71228409 -1.24183702
+  vertex 0.463129014 -2.69129992 0.630741
+  endloop
+ endfacet
+
+ facet normal 0.754779816 -0.518793881 0.401447922
+  outer loop
+  vertex 0.522632003 -2.61842704 0.61303997
+  vertex 0.804427981 -3.67682505 -1.28455305
+  vertex 0.463129014 -2.69129992 0.630741
+  endloop
+ endfacet
+
+ facet normal 0.880504668 -0.167588919 0.443424821
+  outer loop
+  vertex 0.804427981 -3.67682505 -1.28455305
+  vertex 0.890290976 -3.98449087 -1.57133007
+  vertex 0.776166975 -3.71228409 -1.24183702
+  endloop
+ endfacet
+
+ facet normal 0.785177827 -0.290598929 0.546852827
+  outer loop
+  vertex 0.804427981 -3.67682505 -1.28455305
+  vertex 0.904604971 -3.97317505 -1.58586907
+  vertex 0.890290976 -3.98449087 -1.57133007
+  endloop
+ endfacet
+
+ facet normal 0.272477061 -0.292857081 0.916510224
+  outer loop
+  vertex -0.376302004 -0.324781001 -0.0446330011
+  vertex -0.223100007 -0.341991007 -0.095679
+  vertex -0.307767004 -0.456461996 -0.107084997
+  endloop
+ endfacet
+
+ facet normal -0.247495025 0.8675071 0.43148303
+  outer loop
+  vertex 0.923933983 -3.97100115 -1.57915306
+  vertex 0.911266029 -3.98531508 -1.55764103
+  vertex 0.904604971 -3.97317505 -1.58586907
+  endloop
+ endfacet
+
+ facet normal -0.530284762 0.313739836 0.787632704
+  outer loop
+  vertex -0.223100007 -0.341991007 -0.095679
+  vertex -0.00500100013 -1.04112697 0.329647988
+  vertex -0.307767004 -0.456461996 -0.107084997
+  endloop
+ endfacet
+
+ facet normal -0.346002042 0.406495035 0.845602989
+  outer loop
+  vertex -0.223100007 -0.341991007 -0.095679
+  vertex 0.0810849965 -1.00276399 0.346430987
+  vertex -0.00500100013 -1.04112697 0.329647988
+  endloop
+ endfacet
+
+ facet normal -0.409730107 0.753766179 0.513768196
+  outer loop
+  vertex 0.185377002 -1.52670002 1.19387603
+  vertex 0.132046998 -1.54397893 1.17669499
+  vertex -0.00500100013 -1.04112697 0.329647988
+  endloop
+ endfacet
+
+ facet normal -0.430921048 0.742863119 0.512310088
+  outer loop
+  vertex 0.0810849965 -1.00276399 0.346430987
+  vertex 0.185377002 -1.52670002 1.19387603
+  vertex -0.00500100013 -1.04112697 0.329647988
+  endloop
+ endfacet
+
+ facet normal -0.136055022 -0.455070078 0.880000114
+  outer loop
+  vertex 0.185377002 -1.52670002 1.19387603
+  vertex 0.140081003 -1.61137402 1.14308596
+  vertex 0.132046998 -1.54397893 1.17669499
+  endloop
+ endfacet
+
+ facet normal -0.142182976 -0.452121913 0.880550802
+  outer loop
+  vertex 0.185377002 -1.52670002 1.19387603
+  vertex 0.232925996 -1.60044098 1.16369104
+  vertex 0.140081003 -1.61137402 1.14308596
+  endloop
+ endfacet
+
+ facet normal -0.0768340006 -0.487081975 0.869969964
+  outer loop
+  vertex 0.617762983 -2.61522293 0.623236001
+  vertex 0.522632003 -2.61842704 0.61303997
+  vertex 0.140081003 -1.61137402 1.14308596
+  endloop
+ endfacet
+
+ facet normal -0.130130008 -0.504070044 0.853803098
+  outer loop
+  vertex 0.232925996 -1.60044098 1.16369104
+  vertex 0.617762983 -2.61522293 0.623236001
+  vertex 0.140081003 -1.61137402 1.14308596
+  endloop
+ endfacet
+
+ facet normal -0.0224649999 -0.874534965 0.484441966
+  outer loop
+  vertex 0.617762983 -2.61522293 0.623236001
+  vertex 0.804427981 -3.67682505 -1.28455305
+  vertex 0.522632003 -2.61842704 0.61303997
+  endloop
+ endfacet
+
+ facet normal -0.19305791 -0.865288615 0.462605834
+  outer loop
+  vertex 0.617762983 -2.61522293 0.623236001
+  vertex 0.846280992 -3.67627597 -1.26605999
+  vertex 0.804427981 -3.67682505 -1.28455305
+  endloop
+ endfacet
+
+ facet normal -0.149909943 -0.729361713 0.667501748
+  outer loop
+  vertex 0.923933983 -3.97100115 -1.57915306
+  vertex 0.904604971 -3.97317505 -1.58586907
+  vertex 0.804427981 -3.67682505 -1.28455305
+  endloop
+ endfacet
+
+ facet normal -0.266439945 -0.733926833 0.62478888
+  outer loop
+  vertex 0.846280992 -3.67627597 -1.26605999
+  vertex 0.923933983 -3.97100115 -1.57915306
+  vertex 0.804427981 -3.67682505 -1.28455305
+  endloop
+ endfacet
+
+ facet normal 0.272477865 -0.292855829 0.916510463
+  outer loop
+  vertex -0.376302004 -0.324781001 -0.0446330011
+  vertex -0.253796995 -0.214561 -0.0458349995
+  vertex -0.223100007 -0.341991007 -0.095679
+  endloop
+ endfacet
+
+ facet normal -0.247450024 0.8675071 0.431509018
+  outer loop
+  vertex 0.933724999 -3.97960711 -1.55623698
+  vertex 0.911266029 -3.98531508 -1.55764103
+  vertex 0.923933983 -3.97100115 -1.57915306
+  endloop
+ endfacet
+
+ facet normal -0.879710913 -0.0929590017 0.466333956
+  outer loop
+  vertex 0.103583999 -0.929287016 0.403519988
+  vertex 0.0810849965 -1.00276399 0.346430987
+  vertex -0.223100007 -0.341991007 -0.095679
+  endloop
+ endfacet
+
+ facet normal -0.920438349 -0.313202113 0.233875081
+  outer loop
+  vertex -0.253796995 -0.214561 -0.0458349995
+  vertex 0.103583999 -0.929287016 0.403519988
+  vertex -0.223100007 -0.341991007 -0.095679
+  endloop
+ endfacet
+
+ facet normal -0.969112217 0.137854025 0.204494044
+  outer loop
+  vertex 0.103583999 -0.929287016 0.403519988
+  vertex 0.185377002 -1.52670002 1.19387603
+  vertex 0.0810849965 -1.00276399 0.346430987
+  endloop
+ endfacet
+
+ facet normal -0.958291709 0.171372935 0.228709921
+  outer loop
+  vertex 0.103583999 -0.929287016 0.403519988
+  vertex 0.204065993 -1.50625706 1.256863
+  vertex 0.185377002 -1.52670002 1.19387603
+  endloop
+ endfacet
+
+ facet normal -0.774107099 -0.591494083 0.225595027
+  outer loop
+  vertex 0.282788992 -1.63802397 1.23625302
+  vertex 0.232925996 -1.60044098 1.16369104
+  vertex 0.185377002 -1.52670002 1.19387603
+  endloop
+ endfacet
+
+ facet normal -0.760899842 -0.516106904 0.393274903
+  outer loop
+  vertex 0.204065993 -1.50625706 1.256863
+  vertex 0.282788992 -1.63802397 1.23625302
+  vertex 0.185377002 -1.52670002 1.19387603
+  endloop
+ endfacet
+
+ facet normal -0.819471061 -0.47864899 0.315218031
+  outer loop
+  vertex 0.282788992 -1.63802397 1.23625302
+  vertex 0.617762983 -2.61522293 0.623236001
+  vertex 0.232925996 -1.60044098 1.16369104
+  endloop
+ endfacet
+
+ facet normal -0.778668165 -0.502565145 0.375638098
+  outer loop
+  vertex 0.282788992 -1.63802397 1.23625302
+  vertex 0.676886976 -2.68409705 0.653648019
+  vertex 0.617762983 -2.61522293 0.623236001
+  endloop
+ endfacet
+
+ facet normal -0.907485962 -0.403503984 0.11684899
+  outer loop
+  vertex 0.870212972 -3.71105099 -1.20028496
+  vertex 0.846280992 -3.67627597 -1.26605999
+  vertex 0.617762983 -2.61522293 0.623236001
+  endloop
+ endfacet
+
+ facet normal -0.78637892 -0.57148093 0.23455897
+  outer loop
+  vertex 0.676886976 -2.68409705 0.653648019
+  vertex 0.870212972 -3.71105099 -1.20028496
+  vertex 0.617762983 -2.61522293 0.623236001
+  endloop
+ endfacet
+
+ facet normal -0.915194154 -0.380924076 0.131592035
+  outer loop
+  vertex 0.870212972 -3.71105099 -1.20028496
+  vertex 0.923933983 -3.97100115 -1.57915306
+  vertex 0.846280992 -3.67627597 -1.26605999
+  endloop
+ endfacet
+
+ facet normal -0.864411891 -0.463298917 0.195310965
+  outer loop
+  vertex 0.870212972 -3.71105099 -1.20028496
+  vertex 0.933724999 -3.97960711 -1.55623698
+  vertex 0.923933983 -3.97100115 -1.57915306
+  endloop
+ endfacet
+
+ facet normal 0.287100911 0.22565192 0.930942714
+  outer loop
+  vertex 0.254595995 0.172016993 -0.203339994
+  vertex 0.134731993 0.118957996 -0.153512999
+  vertex 0.128368005 0.27710101 -0.189882994
+  endloop
+ endfacet
+
+ facet normal -0.184374034 -0.887741089 0.421808064
+  outer loop
+  vertex 1.54126191 3.22838593 -1.48060107
+  vertex 1.51856101 3.23323202 -1.48032296
+  vertex 1.53517103 3.24041605 -1.45794499
+  endloop
+ endfacet
+
+ facet normal -0.475138009 0.667518914 -0.573290944
+  outer loop
+  vertex 0.254595995 0.172016993 -0.203339994
+  vertex 0.599097013 0.871927977 0.326090991
+  vertex 0.515124023 0.832623005 0.349920988
+  endloop
+ endfacet
+
+ facet normal -0.518250883 0.659948826 -0.543951869
+  outer loop
+  vertex 0.254595995 0.172016993 -0.203339994
+  vertex 0.515124023 0.832623005 0.349920988
+  vertex 0.134731993 0.118957996 -0.153512999
+  endloop
+ endfacet
+
+ facet normal -0.472386926 0.830829799 -0.294231981
+  outer loop
+  vertex 0.599097013 0.871927977 0.326090991
+  vertex 0.79035902 1.28275597 1.17908895
+  vertex 0.515124023 0.832623005 0.349920988
+  endloop
+ endfacet
+
+ facet normal -0.327001125 0.87180227 -0.364734113
+  outer loop
+  vertex 0.79035902 1.28275597 1.17908895
+  vertex 0.737774014 1.28159404 1.22345495
+  vertex 0.515124023 0.832623005 0.349920988
+  endloop
+ endfacet
+
+ facet normal -0.350684077 0.480596095 -0.803771198
+  outer loop
+  vertex 0.79035902 1.28275597 1.17908895
+  vertex 0.895301998 1.39467299 1.20021999
+  vertex 0.851906002 1.45822704 1.25715399
+  endloop
+ endfacet
+
+ facet normal -0.56752795 0.492581934 -0.659753859
+  outer loop
+  vertex 0.79035902 1.28275597 1.17908895
+  vertex 0.851906002 1.45822704 1.25715399
+  vertex 0.737774014 1.28159404 1.22345495
+  endloop
+ endfacet
+
+ facet normal -0.840571404 -0.0964380503 -0.533047318
+  outer loop
+  vertex 0.895301998 1.39467299 1.20021999
+  vertex 1.33289194 2.38362789 0.331256986
+  vertex 0.851906002 1.45822704 1.25715399
+  endloop
+ endfacet
+
+ facet normal -0.887653232 0.000607000198 -0.460512102
+  outer loop
+  vertex 1.33289194 2.38362789 0.331256986
+  vertex 1.32048297 2.47545505 0.355296999
+  vertex 0.851906002 1.45822704 1.25715399
+  endloop
+ endfacet
+
+ facet normal -0.991470754 -0.0184189957 -0.129020974
+  outer loop
+  vertex 1.33289194 2.38362789 0.331256986
+  vertex 1.51245093 2.94816399 -1.12917101
+  vertex 1.50315905 2.98986292 -1.06372297
+  endloop
+ endfacet
+
+ facet normal -0.982979894 -0.0910649896 -0.159554973
+  outer loop
+  vertex 1.33289194 2.38362789 0.331256986
+  vertex 1.50315905 2.98986292 -1.06372297
+  vertex 1.32048297 2.47545505 0.355296999
+  endloop
+ endfacet
+
+ facet normal -0.992559552 -0.0415029824 -0.114467941
+  outer loop
+  vertex 1.51245093 2.94816399 -1.12917101
+  vertex 1.54126191 3.22838593 -1.48060107
+  vertex 1.50315905 2.98986292 -1.06372297
+  endloop
+ endfacet
+
+ facet normal -0.971499264 -0.156291023 -0.178220034
+  outer loop
+  vertex 1.54126191 3.22838593 -1.48060107
+  vertex 1.53517103 3.24041605 -1.45794499
+  vertex 1.50315905 2.98986292 -1.06372297
+  endloop
+ endfacet
+
+ facet normal 0.28709814 0.225652128 0.930943549
+  outer loop
+  vertex 0.134731993 0.118957996 -0.153512999
+  vertex 0.0100760004 0.184983999 -0.131073996
+  vertex 0.128368005 0.27710101 -0.189882994
+  endloop
+ endfacet
+
+ facet normal -0.184354961 -0.887750745 0.421795905
+  outer loop
+  vertex 1.53517103 3.24041605 -1.45794499
+  vertex 1.51856101 3.23323202 -1.48032296
+  vertex 1.51657104 3.24703598 -1.45213997
+  endloop
+ endfacet
+
+ facet normal 0.127014041 0.525668204 -0.841154218
+  outer loop
+  vertex 0.134731993 0.118957996 -0.153512999
+  vertex 0.515124023 0.832623005 0.349920988
+  vertex 0.0100760004 0.184983999 -0.131073996
+  endloop
+ endfacet
+
+ facet normal 0.362982959 0.356360972 -0.860958934
+  outer loop
+  vertex 0.515124023 0.832623005 0.349920988
+  vertex 0.427042991 0.859715998 0.324000001
+  vertex 0.0100760004 0.184983999 -0.131073996
+  endloop
+ endfacet
+
+ facet normal 0.393000096 0.773265183 -0.497606099
+  outer loop
+  vertex 0.515124023 0.832623005 0.349920988
+  vertex 0.737774014 1.28159404 1.22345495
+  vertex 0.68404901 1.30356801 1.21517205
+  endloop
+ endfacet
+
+ facet normal 0.385495007 0.776755929 -0.498039961
+  outer loop
+  vertex 0.515124023 0.832623005 0.349920988
+  vertex 0.68404901 1.30356801 1.21517205
+  vertex 0.427042991 0.859715998 0.324000001
+  endloop
+ endfacet
+
+ facet normal 0.180199996 0.0707409903 -0.981082916
+  outer loop
+  vertex 0.737774014 1.28159404 1.22345495
+  vertex 0.851906002 1.45822704 1.25715399
+  vertex 0.68404901 1.30356801 1.21517205
+  endloop
+ endfacet
+
+ facet normal 0.230535865 0.013906992 -0.972964406
+  outer loop
+  vertex 0.851906002 1.45822704 1.25715399
+  vertex 0.773847997 1.51072693 1.23941004
+  vertex 0.68404901 1.30356801 1.21517205
+  endloop
+ endfacet
+
+ facet normal -0.213641912 -0.591137767 -0.777761698
+  outer loop
+  vertex 0.851906002 1.45822704 1.25715399
+  vertex 1.32048297 2.47545505 0.355296999
+  vertex 1.25007606 2.53493595 0.329427987
+  endloop
+ endfacet
+
+ facet normal -0.219361112 -0.589029253 -0.777769387
+  outer loop
+  vertex 0.851906002 1.45822704 1.25715399
+  vertex 1.25007606 2.53493595 0.329427987
+  vertex 0.773847997 1.51072693 1.23941004
+  endloop
+ endfacet
+
+ facet normal -0.526722312 -0.775172412 -0.348814219
+  outer loop
+  vertex 1.32048297 2.47545505 0.355296999
+  vertex 1.50315905 2.98986292 -1.06372297
+  vertex 1.25007606 2.53493595 0.329427987
+  endloop
+ endfacet
+
+ facet normal -0.515794992 -0.782329023 -0.349166006
+  outer loop
+  vertex 1.50315905 2.98986292 -1.06372297
+  vertex 1.46452999 3.00791907 -1.04711497
+  vertex 1.25007606 2.53493595 0.329427987
+  endloop
+ endfacet
+
+ facet normal -0.425265014 -0.747819066 -0.509819984
+  outer loop
+  vertex 1.50315905 2.98986292 -1.06372297
+  vertex 1.53517103 3.24041605 -1.45794499
+  vertex 1.51657104 3.24703598 -1.45213997
+  endloop
+ endfacet
+
+ facet normal -0.532313049 -0.697276056 -0.48005107
+  outer loop
+  vertex 1.50315905 2.98986292 -1.06372297
+  vertex 1.51657104 3.24703598 -1.45213997
+  vertex 1.46452999 3.00791907 -1.04711497
+  endloop
+ endfacet
+
+ facet normal 0.287100106 0.225650087 0.93094337
+  outer loop
+  vertex 0.0100760004 0.184983999 -0.131073996
+  vertex -0.0255030002 0.320378006 -0.152918994
+  vertex 0.128368005 0.27710101 -0.189882994
+  endloop
+ endfacet
+
+ facet normal -0.184421048 -0.887741208 0.421787083
+  outer loop
+  vertex 1.51657104 3.24703598 -1.45213997
+  vertex 1.51856101 3.23323202 -1.48032296
+  vertex 1.49947 3.24326396 -1.46755695
+  endloop
+ endfacet
+
+ facet normal 0.821849883 -0.134506986 -0.553597927
+  outer loop
+  vertex 0.0100760004 0.184983999 -0.131073996
+  vertex 0.427042991 0.859715998 0.324000001
+  vertex 0.401181996 0.932807028 0.267848015
+  endloop
+ endfacet
+
+ facet normal 0.661470056 0.0531199984 -0.748088062
+  outer loop
+  vertex 0.0100760004 0.184983999 -0.131073996
+  vertex 0.401181996 0.932807028 0.267848015
+  vertex -0.0255030002 0.320378006 -0.152918994
+  endloop
+ endfacet
+
+ facet normal 0.944037497 0.0903129503 -0.317232847
+  outer loop
+  vertex 0.427042991 0.859715998 0.324000001
+  vertex 0.68404901 1.30356801 1.21517205
+  vertex 0.401181996 0.932807028 0.267848015
+  endloop
+ endfacet
+
+ facet normal 0.961416662 -0.0369919837 -0.272597879
+  outer loop
+  vertex 0.68404901 1.30356801 1.21517205
+  vertex 0.669640005 1.33213401 1.16047704
+  vertex 0.401181996 0.932807028 0.267848015
+  endloop
+ endfacet
+
+ facet normal 0.79018414 -0.278662026 -0.545854032
+  outer loop
+  vertex 0.68404901 1.30356801 1.21517205
+  vertex 0.773847997 1.51072693 1.23941004
+  vertex 0.719905972 1.51263702 1.16034794
+  endloop
+ endfacet
+
+ facet normal 0.896213293 -0.249837101 -0.366583139
+  outer loop
+  vertex 0.68404901 1.30356801 1.21517205
+  vertex 0.719905972 1.51263702 1.16034794
+  vertex 0.669640005 1.33213401 1.16047704
+  endloop
+ endfacet
+
+ facet normal 0.608522832 -0.666114748 -0.431266844
+  outer loop
+  vertex 0.773847997 1.51072693 1.23941004
+  vertex 1.25007606 2.53493595 0.329427987
+  vertex 0.719905972 1.51263702 1.16034794
+  endloop
+ endfacet
+
+ facet normal 0.533110023 -0.68267101 -0.499754041
+  outer loop
+  vertex 1.25007606 2.53493595 0.329427987
+  vertex 1.17469096 2.5172801 0.273131013
+  vertex 0.719905972 1.51263702 1.16034794
+  endloop
+ endfacet
+
+ facet normal 0.592279136 -0.785880089 -0.177758023
+  outer loop
+  vertex 1.25007606 2.53493595 0.329427987
+  vertex 1.46452999 3.00791907 -1.04711497
+  vertex 1.42565393 2.98873901 -1.09184897
+  endloop
+ endfacet
+
+ facet normal 0.385834247 -0.891602457 -0.237017125
+  outer loop
+  vertex 1.25007606 2.53493595 0.329427987
+  vertex 1.42565393 2.98873901 -1.09184897
+  vertex 1.17469096 2.5172801 0.273131013
+  endloop
+ endfacet
+
+ facet normal 0.680419087 -0.665989041 -0.305759013
+  outer loop
+  vertex 1.46452999 3.00791907 -1.04711497
+  vertex 1.51657104 3.24703598 -1.45213997
+  vertex 1.42565393 2.98873901 -1.09184897
+  endloop
+ endfacet
+
+ facet normal 0.528014839 -0.747651756 -0.402761877
+  outer loop
+  vertex 1.51657104 3.24703598 -1.45213997
+  vertex 1.49947 3.24326396 -1.46755695
+  vertex 1.42565393 2.98873901 -1.09184897
+  endloop
+ endfacet
+
+ facet normal 0.287102133 0.225660101 0.93094033
+  outer loop
+  vertex -0.0255030002 0.320378006 -0.152918994
+  vertex 0.0547849983 0.423180997 -0.202600002
+  vertex 0.128368005 0.27710101 -0.189882994
+  endloop
+ endfacet
+
+ facet normal -0.184494004 -0.887767971 0.421698987
+  outer loop
+  vertex 1.49947 3.24326396 -1.46755695
+  vertex 1.51856101 3.23323202 -1.48032296
+  vertex 1.49674499 3.23194098 -1.49258697
+  endloop
+ endfacet
+
+ facet normal 0.800132632 -0.597048759 0.0576229766
+  outer loop
+  vertex -0.0255030002 0.320378006 -0.152918994
+  vertex 0.401181996 0.932807028 0.267848015
+  vertex 0.0547849983 0.423180997 -0.202600002
+  endloop
+ endfacet
+
+ facet normal 0.781402111 -0.617047131 0.0930780172
+  outer loop
+  vertex 0.401181996 0.932807028 0.267848015
+  vertex 0.457011998 0.996855974 0.223748997
+  vertex 0.0547849983 0.423180997 -0.202600002
+  endloop
+ endfacet
+
+ facet normal 0.591941774 -0.786967635 0.17403093
+  outer loop
+  vertex 0.401181996 0.932807028 0.267848015
+  vertex 0.669640005 1.33213401 1.16047704
+  vertex 0.705398023 1.34577894 1.10055697
+  endloop
+ endfacet
+
+ facet normal 0.766158044 -0.64151305 0.0382480025
+  outer loop
+  vertex 0.401181996 0.932807028 0.267848015
+  vertex 0.705398023 1.34577894 1.10055697
+  vertex 0.457011998 0.996855974 0.223748997
+  endloop
+ endfacet
+
+ facet normal 0.856900215 -0.238298073 0.457095116
+  outer loop
+  vertex 0.669640005 1.33213401 1.16047704
+  vertex 0.719905972 1.51263702 1.16034794
+  vertex 0.705398023 1.34577894 1.10055697
+  endloop
+ endfacet
+
+ facet normal 0.958668172 -0.166126028 0.230992049
+  outer loop
+  vertex 0.719905972 1.51263702 1.16034794
+  vertex 0.730700016 1.46251702 1.07950306
+  vertex 0.705398023 1.34577894 1.10055697
+  endloop
+ endfacet
+
+ facet normal 0.937909067 -0.32989803 0.107209012
+  outer loop
+  vertex 0.719905972 1.51263702 1.16034794
+  vertex 1.17469096 2.5172801 0.273131013
+  vertex 1.15109396 2.43578506 0.228796005
+  endloop
+ endfacet
+
+ facet normal 0.949355602 -0.194093928 0.247085899
+  outer loop
+  vertex 0.719905972 1.51263702 1.16034794
+  vertex 1.15109396 2.43578506 0.228796005
+  vertex 0.730700016 1.46251702 1.07950306
+  endloop
+ endfacet
+
+ facet normal 0.94807595 -0.310923964 0.0669199899
+  outer loop
+  vertex 1.17469096 2.5172801 0.273131013
+  vertex 1.42565393 2.98873901 -1.09184897
+  vertex 1.15109396 2.43578506 0.228796005
+  endloop
+ endfacet
+
+ facet normal 0.943761826 -0.325121939 0.0600779913
+  outer loop
+  vertex 1.42565393 2.98873901 -1.09184897
+  vertex 1.415802 2.94676304 -1.16424298
+  vertex 1.15109396 2.43578506 0.228796005
+  endloop
+ endfacet
+
+ facet normal 0.965287447 -0.260869861 0.012922992
+  outer loop
+  vertex 1.42565393 2.98873901 -1.09184897
+  vertex 1.49947 3.24326396 -1.46755695
+  vertex 1.49674499 3.23194098 -1.49258697
+  endloop
+ endfacet
+
+ facet normal 0.966702342 -0.25537008 0.0165120047
+  outer loop
+  vertex 1.42565393 2.98873901 -1.09184897
+  vertex 1.49674499 3.23194098 -1.49258697
+  vertex 1.415802 2.94676304 -1.16424298
+  endloop
+ endfacet
+
+ facet normal 0.287104994 0.225661978 0.930938959
+  outer loop
+  vertex 0.0547849983 0.423180997 -0.202600002
+  vertex 0.190484002 0.415984005 -0.242705002
+  vertex 0.128368005 0.27710101 -0.189882994
+  endloop
+ endfacet
+
+ facet normal -0.184529021 -0.887732148 0.421759069
+  outer loop
+  vertex 1.49674499 3.23194098 -1.49258697
+  vertex 1.51856101 3.23323202 -1.48032296
+  vertex 1.51044703 3.22158909 -1.50838101
+  endloop
+ endfacet
+
+ facet normal 0.0337819979 -0.611306012 0.790672958
+  outer loop
+  vertex 0.0547849983 0.423180997 -0.202600002
+  vertex 0.457011998 0.996855974 0.223748997
+  vertex 0.552495003 1.00363195 0.224907994
+  endloop
+ endfacet
+
+ facet normal 0.175379902 -0.676896572 0.714879572
+  outer loop
+  vertex 0.0547849983 0.423180997 -0.202600002
+  vertex 0.552495003 1.00363195 0.224907994
+  vertex 0.190484002 0.415984005 -0.242705002
+  endloop
+ endfacet
+
+ facet normal 0.0619340129 -0.933253109 0.353840023
+  outer loop
+  vertex 0.457011998 0.996855974 0.223748997
+  vertex 0.705398023 1.34577894 1.10055697
+  vertex 0.552495003 1.00363195 0.224907994
+  endloop
+ endfacet
+
+ facet normal -0.055268988 -0.926689804 0.371740907
+  outer loop
+  vertex 0.705398023 1.34577894 1.10055697
+  vertex 0.764394999 1.33422804 1.08053398
+  vertex 0.552495003 1.00363195 0.224907994
+  endloop
+ endfacet
+
+ facet normal 0.378070056 0.0843310058 0.921928108
+  outer loop
+  vertex 0.705398023 1.34577894 1.10055697
+  vertex 0.730700016 1.46251702 1.07950306
+  vertex 0.798102021 1.39811099 1.05775404
+  endloop
+ endfacet
+
+ facet normal 0.343855888 0.149168938 0.927098632
+  outer loop
+  vertex 0.705398023 1.34577894 1.10055697
+  vertex 0.798102021 1.39811099 1.05775404
+  vertex 0.764394999 1.33422804 1.08053398
+  endloop
+ endfacet
+
+ facet normal 0.588112831 0.373159915 0.717547894
+  outer loop
+  vertex 0.730700016 1.46251702 1.07950306
+  vertex 1.15109396 2.43578506 0.228796005
+  vertex 0.798102021 1.39811099 1.05775404
+  endloop
+ endfacet
+
+ facet normal 0.621727347 0.348749191 0.701305389
+  outer loop
+  vertex 1.15109396 2.43578506 0.228796005
+  vertex 1.19705403 2.35181308 0.229809001
+  vertex 0.798102021 1.39811099 1.05775404
+  endloop
+ endfacet
+
+ facet normal 0.900523543 0.324001819 0.289965838
+  outer loop
+  vertex 1.15109396 2.43578506 0.228796005
+  vertex 1.415802 2.94676304 -1.16424298
+  vertex 1.44239593 2.91360092 -1.20978105
+  endloop
+ endfacet
+
+ facet normal 0.829440415 0.457835257 0.320024192
+  outer loop
+  vertex 1.15109396 2.43578506 0.228796005
+  vertex 1.44239593 2.91360092 -1.20978105
+  vertex 1.19705403 2.35181308 0.229809001
+  endloop
+ endfacet
+
+ facet normal 0.90179795 0.19060199 0.387854964
+  outer loop
+  vertex 1.415802 2.94676304 -1.16424298
+  vertex 1.49674499 3.23194098 -1.49258697
+  vertex 1.44239593 2.91360092 -1.20978105
+  endloop
+ endfacet
+
+ facet normal 0.809248447 0.306871176 0.500946224
+  outer loop
+  vertex 1.49674499 3.23194098 -1.49258697
+  vertex 1.51044703 3.22158909 -1.50838101
+  vertex 1.44239593 2.91360092 -1.20978105
+  endloop
+ endfacet
+
+ facet normal 0.287105978 0.22566098 0.930938959
+  outer loop
+  vertex 0.190484002 0.415984005 -0.242705002
+  vertex 0.279406995 0.304206014 -0.243034005
+  vertex 0.128368005 0.27710101 -0.189882994
+  endloop
+ endfacet
+
+ facet normal -0.184329927 -0.887789667 0.421724826
+  outer loop
+  vertex 1.51044703 3.22158909 -1.50838101
+  vertex 1.51856101 3.23323202 -1.48032296
+  vertex 1.53025901 3.22000909 -1.50304699
+  endloop
+ endfacet
+
+ facet normal -0.455893964 -0.365067989 0.811717927
+  outer loop
+  vertex 0.190484002 0.415984005 -0.242705002
+  vertex 0.552495003 1.00363195 0.224907994
+  vertex 0.279406995 0.304206014 -0.243034005
+  endloop
+ endfacet
+
+ facet normal -0.683324039 -0.202508017 0.701469064
+  outer loop
+  vertex 0.552495003 1.00363195 0.224907994
+  vertex 0.615728974 0.948033988 0.270455003
+  vertex 0.279406995 0.304206014 -0.243034005
+  endloop
+ endfacet
+
+ facet normal -0.75348109 -0.528666079 0.390869021
+  outer loop
+  vertex 0.552495003 1.00363195 0.224907994
+  vertex 0.764394999 1.33422804 1.08053398
+  vertex 0.802205026 1.30618 1.115484
+  endloop
+ endfacet
+
+ facet normal -0.750331104 -0.532756031 0.391375035
+  outer loop
+  vertex 0.552495003 1.00363195 0.224907994
+  vertex 0.802205026 1.30618 1.115484
+  vertex 0.615728974 0.948033988 0.270455003
+  endloop
+ endfacet
+
+ facet normal -0.375712037 0.480761021 0.792281091
+  outer loop
+  vertex 0.764394999 1.33422804 1.08053398
+  vertex 0.798102021 1.39811099 1.05775404
+  vertex 0.802205026 1.30618 1.115484
+  endloop
+ endfacet
+
+ facet normal -0.38203603 0.479180038 0.790212035
+  outer loop
+  vertex 0.798102021 1.39811099 1.05775404
+  vertex 0.871357024 1.36791801 1.11147904
+  vertex 0.802205026 1.30618 1.115484
+  endloop
+ endfacet
+
+ facet normal -0.196147874 0.688334584 0.698370576
+  outer loop
+  vertex 0.798102021 1.39811099 1.05775404
+  vertex 1.19705403 2.35181308 0.229809001
+  vertex 1.27796102 2.32860303 0.275409013
+  endloop
+ endfacet
+
+ facet normal -0.219507039 0.691687107 0.688030124
+  outer loop
+  vertex 0.798102021 1.39811099 1.05775404
+  vertex 1.27796102 2.32860303 0.275409013
+  vertex 0.871357024 1.36791801 1.11147904
+  endloop
+ endfacet
+
+ facet normal 0.0565909743 0.926781595 0.371312857
+  outer loop
+  vertex 1.19705403 2.35181308 0.229809001
+  vertex 1.44239593 2.91360092 -1.20978105
+  vertex 1.27796102 2.32860303 0.275409013
+  endloop
+ endfacet
+
+ facet normal -0.140208036 0.926429152 0.349386096
+  outer loop
+  vertex 1.44239593 2.91360092 -1.20978105
+  vertex 1.48540699 2.91422415 -1.19417298
+  vertex 1.27796102 2.32860303 0.275409013
+  endloop
+ endfacet
+
+ facet normal -0.131446019 0.704857111 0.697064102
+  outer loop
+  vertex 1.44239593 2.91360092 -1.20978105
+  vertex 1.51044703 3.22158909 -1.50838101
+  vertex 1.53025901 3.22000909 -1.50304699
+  endloop
+ endfacet
+
+ facet normal -0.250628948 0.705919802 0.662466824
+  outer loop
+  vertex 1.44239593 2.91360092 -1.20978105
+  vertex 1.53025901 3.22000909 -1.50304699
+  vertex 1.48540699 2.91422415 -1.19417298
+  endloop
+ endfacet
+
+ facet normal 0.287107021 0.225659013 0.930939138
+  outer loop
+  vertex 0.279406995 0.304206014 -0.243034005
+  vertex 0.254595995 0.172016993 -0.203339994
+  vertex 0.128368005 0.27710101 -0.189882994
+  endloop
+ endfacet
+
+ facet normal -0.184386045 -0.887791276 0.42169711
+  outer loop
+  vertex 1.53025901 3.22000909 -1.50304699
+  vertex 1.51856101 3.23323202 -1.48032296
+  vertex 1.54126191 3.22838593 -1.48060107
+  endloop
+ endfacet
+
+ facet normal -0.923753202 0.336100101 0.183621049
+  outer loop
+  vertex 0.279406995 0.304206014 -0.243034005
+  vertex 0.615728974 0.948033988 0.270455003
+  vertex 0.599097013 0.871927977 0.326090991
+  endloop
+ endfacet
+
+ facet normal -0.929180562 0.254806876 0.26776287
+  outer loop
+  vertex 0.279406995 0.304206014 -0.243034005
+  vertex 0.599097013 0.871927977 0.326090991
+  vertex 0.254595995 0.172016993 -0.203339994
+  endloop
+ endfacet
+
+ facet normal -0.95622313 0.277304024 0.093486011
+  outer loop
+  vertex 0.615728974 0.948033988 0.270455003
+  vertex 0.802205026 1.30618 1.115484
+  vertex 0.599097013 0.871927977 0.326090991
+  endloop
+ endfacet
+
+ facet normal -0.900449932 0.434893966 -0.00755599979
+  outer loop
+  vertex 0.802205026 1.30618 1.115484
+  vertex 0.79035902 1.28275597 1.17908895
+  vertex 0.599097013 0.871927977 0.326090991
+  endloop
+ endfacet
+
+ facet normal -0.666760981 0.743948996 -0.0443829969
+  outer loop
+  vertex 0.802205026 1.30618 1.115484
+  vertex 0.871357024 1.36791801 1.11147904
+  vertex 0.895301998 1.39467299 1.20021999
+  endloop
+ endfacet
+
+ facet normal -0.735310256 0.66884923 0.109359048
+  outer loop
+  vertex 0.802205026 1.30618 1.115484
+  vertex 0.895301998 1.39467299 1.20021999
+  vertex 0.79035902 1.28275597 1.17908895
+  endloop
+ endfacet
+
+ facet normal -0.882354856 0.459964931 0.0994089916
+  outer loop
+  vertex 0.871357024 1.36791801 1.11147904
+  vertex 1.27796102 2.32860303 0.275409013
+  vertex 0.895301998 1.39467299 1.20021999
+  endloop
+ endfacet
+
+ facet normal -0.796392024 0.557778955 0.233756989
+  outer loop
+  vertex 1.27796102 2.32860303 0.275409013
+  vertex 1.33289194 2.38362789 0.331256986
+  vertex 0.895301998 1.39467299 1.20021999
+  endloop
+ endfacet
+
+ facet normal -0.852394104 0.515902042 0.0852600113
+  outer loop
+  vertex 1.27796102 2.32860303 0.275409013
+  vertex 1.48540699 2.91422415 -1.19417298
+  vertex 1.51245093 2.94816399 -1.12917101
+  endloop
+ endfacet
+
+ facet normal -0.770075798 0.621154904 0.145429969
+  outer loop
+  vertex 1.27796102 2.32860303 0.275409013
+  vertex 1.51245093 2.94816399 -1.12917101
+  vertex 1.33289194 2.38362789 0.331256986
+  endloop
+ endfacet
+
+ facet normal -0.917796791 0.340652943 0.203971952
+  outer loop
+  vertex 1.48540699 2.91422415 -1.19417298
+  vertex 1.53025901 3.22000909 -1.50304699
+  vertex 1.51245093 2.94816399 -1.12917101
+  endloop
+ endfacet
+
+ facet normal -0.865918994 0.42326802 0.266512007
+  outer loop
+  vertex 1.53025901 3.22000909 -1.50304699
+  vertex 1.54126191 3.22838593 -1.48060107
+  vertex 1.51245093 2.94816399 -1.12917101
+  endloop
+ endfacet
+
+ facet normal 0.287100911 -0.22565192 0.930942714
+  outer loop
+  vertex 0.073210001 -0.249522001 -0.189882994
+  vertex 0.0795739964 -0.0913780034 -0.153512999
+  vertex 0.199438006 -0.144437 -0.203339994
+  endloop
+ endfacet
+
+ facet normal -0.184375003 0.887741923 0.421805978
+  outer loop
+  vertex 1.48001194 -3.21283698 -1.45794499
+  vertex 1.46340299 -3.20565391 -1.48032296
+  vertex 1.48610401 -3.20080709 -1.48060107
+  endloop
+ endfacet
+
+ facet normal -0.475138009 -0.667518914 -0.573290944
+  outer loop
+  vertex 0.459966004 -0.805042982 0.349920988
+  vertex 0.543938994 -0.844349027 0.326090991
+  vertex 0.199438006 -0.144437 -0.203339994
+  endloop
+ endfacet
+
+ facet normal -0.518250108 -0.659949124 -0.543952107
+  outer loop
+  vertex 0.0795739964 -0.0913780034 -0.153512999
+  vertex 0.459966004 -0.805042982 0.349920988
+  vertex 0.199438006 -0.144437 -0.203339994
+  endloop
+ endfacet
+
+ facet normal -0.472386926 -0.830829799 -0.294231981
+  outer loop
+  vertex 0.459966004 -0.805042982 0.349920988
+  vertex 0.735199988 -1.25517702 1.17908895
+  vertex 0.543938994 -0.844349027 0.326090991
+  endloop
+ endfacet
+
+ facet normal -0.327001125 -0.87180227 -0.364734113
+  outer loop
+  vertex 0.459966004 -0.805042982 0.349920988
+  vertex 0.682615995 -1.25401497 1.22345495
+  vertex 0.735199988 -1.25517702 1.17908895
+  endloop
+ endfacet
+
+ facet normal -0.35068512 -0.480595142 -0.803771257
+  outer loop
+  vertex 0.796747029 -1.43064797 1.25715399
+  vertex 0.840143979 -1.36709404 1.20021999
+  vertex 0.735199988 -1.25517702 1.17908895
+  endloop
+ endfacet
+
+ facet normal -0.56752795 -0.492581934 -0.659753859
+  outer loop
+  vertex 0.682615995 -1.25401497 1.22345495
+  vertex 0.796747029 -1.43064797 1.25715399
+  vertex 0.735199988 -1.25517702 1.17908895
+  endloop
+ endfacet
+
+ facet normal -0.840571702 0.0964379609 -0.533046842
+  outer loop
+  vertex 0.796747029 -1.43064797 1.25715399
+  vertex 1.27773297 -2.35605001 0.331256986
+  vertex 0.840143979 -1.36709404 1.20021999
+  endloop
+ endfacet
+
+ facet normal -0.887653232 -0.000607000198 -0.460512102
+  outer loop
+  vertex 0.796747029 -1.43064797 1.25715399
+  vertex 1.265324 -2.44787598 0.355296999
+  vertex 1.27773297 -2.35605001 0.331256986
+  endloop
+ endfacet
+
+ facet normal -0.991470754 0.0184189957 -0.129020974
+  outer loop
+  vertex 1.44800103 -2.96228409 -1.06372297
+  vertex 1.45729196 -2.92058492 -1.12917101
+  vertex 1.27773297 -2.35605001 0.331256986
+  endloop
+ endfacet
+
+ facet normal -0.982979894 0.0910649896 -0.159554973
+  outer loop
+  vertex 1.265324 -2.44787598 0.355296999
+  vertex 1.44800103 -2.96228409 -1.06372297
+  vertex 1.27773297 -2.35605001 0.331256986
+  endloop
+ endfacet
+
+ facet normal -0.992559552 0.0415029824 -0.114467941
+  outer loop
+  vertex 1.44800103 -2.96228409 -1.06372297
+  vertex 1.48610401 -3.20080709 -1.48060107
+  vertex 1.45729196 -2.92058492 -1.12917101
+  endloop
+ endfacet
+
+ facet normal -0.971497953 0.156295985 -0.178222984
+  outer loop
+  vertex 1.44800103 -2.96228409 -1.06372297
+  vertex 1.48001194 -3.21283698 -1.45794499
+  vertex 1.48610401 -3.20080709 -1.48060107
+  endloop
+ endfacet
+
+ facet normal 0.28709814 -0.225652128 0.930943549
+  outer loop
+  vertex 0.073210001 -0.249522001 -0.189882994
+  vertex -0.0450830013 -0.157405004 -0.131073996
+  vertex 0.0795739964 -0.0913780034 -0.153512999
+  endloop
+ endfacet
+
+ facet normal -0.184356034 0.887751043 0.42179507
+  outer loop
+  vertex 1.46141195 -3.2194581 -1.45213997
+  vertex 1.46340299 -3.20565391 -1.48032296
+  vertex 1.48001194 -3.21283698 -1.45794499
+  endloop
+ endfacet
+
+ facet normal 0.127014041 -0.525668204 -0.841154218
+  outer loop
+  vertex -0.0450830013 -0.157405004 -0.131073996
+  vertex 0.459966004 -0.805042982 0.349920988
+  vertex 0.0795739964 -0.0913780034 -0.153512999
+  endloop
+ endfacet
+
+ facet normal 0.362984002 -0.356359988 -0.860958934
+  outer loop
+  vertex -0.0450830013 -0.157405004 -0.131073996
+  vertex 0.371885002 -0.832136989 0.324000001
+  vertex 0.459966004 -0.805042982 0.349920988
+  endloop
+ endfacet
+
+ facet normal 0.393002957 -0.773263991 -0.497605979
+  outer loop
+  vertex 0.628889978 -1.27599001 1.21517205
+  vertex 0.682615995 -1.25401497 1.22345495
+  vertex 0.459966004 -0.805042982 0.349920988
+  endloop
+ endfacet
+
+ facet normal 0.38549611 -0.776755273 -0.49804014
+  outer loop
+  vertex 0.371885002 -0.832136989 0.324000001
+  vertex 0.628889978 -1.27599001 1.21517205
+  vertex 0.459966004 -0.805042982 0.349920988
+  endloop
+ endfacet
+
+ facet normal 0.180200949 -0.0707409829 -0.981082737
+  outer loop
+  vertex 0.628889978 -1.27599001 1.21517205
+  vertex 0.796747029 -1.43064797 1.25715399
+  vertex 0.682615995 -1.25401497 1.22345495
+  endloop
+ endfacet
+
+ facet normal 0.230534911 -0.0139069958 -0.972964704
+  outer loop
+  vertex 0.628889978 -1.27599001 1.21517205
+  vertex 0.718689024 -1.48314798 1.23941004
+  vertex 0.796747029 -1.43064797 1.25715399
+  endloop
+ endfacet
+
+ facet normal -0.213641912 0.591137767 -0.777761698
+  outer loop
+  vertex 1.19491804 -2.50735712 0.329427987
+  vertex 1.265324 -2.44787598 0.355296999
+  vertex 0.796747029 -1.43064797 1.25715399
+  endloop
+ endfacet
+
+ facet normal -0.219361112 0.589029253 -0.777769387
+  outer loop
+  vertex 0.718689024 -1.48314798 1.23941004
+  vertex 1.19491804 -2.50735712 0.329427987
+  vertex 0.796747029 -1.43064797 1.25715399
+  endloop
+ endfacet
+
+ facet normal -0.526722312 0.775172412 -0.348814219
+  outer loop
+  vertex 1.19491804 -2.50735712 0.329427987
+  vertex 1.44800103 -2.96228409 -1.06372297
+  vertex 1.265324 -2.44787598 0.355296999
+  endloop
+ endfacet
+
+ facet normal -0.515791953 0.78233093 -0.349165976
+  outer loop
+  vertex 1.19491804 -2.50735712 0.329427987
+  vertex 1.40937102 -2.98034 -1.04711497
+  vertex 1.44800103 -2.96228409 -1.06372297
+  endloop
+ endfacet
+
+ facet normal -0.425266892 0.747818768 -0.509818792
+  outer loop
+  vertex 1.46141195 -3.2194581 -1.45213997
+  vertex 1.48001194 -3.21283698 -1.45794499
+  vertex 1.44800103 -2.96228409 -1.06372297
+  endloop
+ endfacet
+
+ facet normal -0.53230989 0.697277844 -0.480051875
+  outer loop
+  vertex 1.40937102 -2.98034 -1.04711497
+  vertex 1.46141195 -3.2194581 -1.45213997
+  vertex 1.44800103 -2.96228409 -1.06372297
+  endloop
+ endfacet
+
+ facet normal 0.287100106 -0.225650087 0.93094337
+  outer loop
+  vertex 0.073210001 -0.249522001 -0.189882994
+  vertex -0.0806619972 -0.292798996 -0.152918994
+  vertex -0.0450830013 -0.157405004 -0.131073996
+  endloop
+ endfacet
+
+ facet normal -0.184420034 0.887742043 0.42178604
+  outer loop
+  vertex 1.44431102 -3.21568489 -1.46755695
+  vertex 1.46340299 -3.20565391 -1.48032296
+  vertex 1.46141195 -3.2194581 -1.45213997
+  endloop
+ endfacet
+
+ facet normal 0.821849883 0.134506986 -0.553597927
+  outer loop
+  vertex 0.346022993 -0.905228019 0.267848015
+  vertex 0.371885002 -0.832136989 0.324000001
+  vertex -0.0450830013 -0.157405004 -0.131073996
+  endloop
+ endfacet
+
+ facet normal 0.661470056 -0.0531199984 -0.748088062
+  outer loop
+  vertex -0.0806619972 -0.292798996 -0.152918994
+  vertex 0.346022993 -0.905228019 0.267848015
+  vertex -0.0450830013 -0.157405004 -0.131073996
+  endloop
+ endfacet
+
+ facet normal 0.944037497 -0.0903129503 -0.317232847
+  outer loop
+  vertex 0.346022993 -0.905228019 0.267848015
+  vertex 0.628889978 -1.27599001 1.21517205
+  vertex 0.371885002 -0.832136989 0.324000001
+  endloop
+ endfacet
+
+ facet normal 0.961416781 0.0369929932 -0.272596925
+  outer loop
+  vertex 0.346022993 -0.905228019 0.267848015
+  vertex 0.614481986 -1.30455494 1.16047704
+  vertex 0.628889978 -1.27599001 1.21517205
+  endloop
+ endfacet
+
+ facet normal 0.790184855 0.278661966 -0.545852959
+  outer loop
+  vertex 0.664747 -1.485057 1.16034794
+  vertex 0.718689024 -1.48314798 1.23941004
+  vertex 0.628889978 -1.27599001 1.21517205
+  endloop
+ endfacet
+
+ facet normal 0.89621377 0.249836937 -0.366581917
+  outer loop
+  vertex 0.614481986 -1.30455494 1.16047704
+  vertex 0.664747 -1.485057 1.16034794
+  vertex 0.628889978 -1.27599001 1.21517205
+  endloop
+ endfacet
+
+ facet normal 0.608522832 0.666114748 -0.431266844
+  outer loop
+  vertex 0.664747 -1.485057 1.16034794
+  vertex 1.19491804 -2.50735712 0.329427987
+  vertex 0.718689024 -1.48314798 1.23941004
+  endloop
+ endfacet
+
+ facet normal 0.53311193 0.682670951 -0.499751985
+  outer loop
+  vertex 0.664747 -1.485057 1.16034794
+  vertex 1.11953306 -2.48970103 0.273131013
+  vertex 1.19491804 -2.50735712 0.329427987
+  endloop
+ endfacet
+
+ facet normal 0.592273772 0.785883725 -0.17775993
+  outer loop
+  vertex 1.37049496 -2.96115994 -1.09184897
+  vertex 1.40937102 -2.98034 -1.04711497
+  vertex 1.19491804 -2.50735712 0.329427987
+  endloop
+ endfacet
+
+ facet normal 0.385835916 0.891601741 -0.237016946
+  outer loop
+  vertex 1.11953306 -2.48970103 0.273131013
+  vertex 1.37049496 -2.96115994 -1.09184897
+  vertex 1.19491804 -2.50735712 0.329427987
+  endloop
+ endfacet
+
+ facet normal 0.680415094 0.665992081 -0.305761069
+  outer loop
+  vertex 1.37049496 -2.96115994 -1.09184897
+  vertex 1.46141195 -3.2194581 -1.45213997
+  vertex 1.40937102 -2.98034 -1.04711497
+  endloop
+ endfacet
+
+ facet normal 0.528015077 0.747652054 -0.402761072
+  outer loop
+  vertex 1.37049496 -2.96115994 -1.09184897
+  vertex 1.44431102 -3.21568489 -1.46755695
+  vertex 1.46141195 -3.2194581 -1.45213997
+  endloop
+ endfacet
+
+ facet normal 0.287102133 -0.225660101 0.93094033
+  outer loop
+  vertex 0.073210001 -0.249522001 -0.189882994
+  vertex -0.000372999988 -0.395601988 -0.202600002
+  vertex -0.0806619972 -0.292798996 -0.152918994
+  endloop
+ endfacet
+
+ facet normal -0.184492007 0.887767911 0.421699971
+  outer loop
+  vertex 1.44158602 -3.20436192 -1.49258697
+  vertex 1.46340299 -3.20565391 -1.48032296
+  vertex 1.44431102 -3.21568489 -1.46755695
+  endloop
+ endfacet
+
+ facet normal 0.800132632 0.597048759 0.0576229766
+  outer loop
+  vertex -0.000372999988 -0.395601988 -0.202600002
+  vertex 0.346022993 -0.905228019 0.267848015
+  vertex -0.0806619972 -0.292798996 -0.152918994
+  endloop
+ endfacet
+
+ facet normal 0.781401157 0.617048144 0.0930790231
+  outer loop
+  vertex -0.000372999988 -0.395601988 -0.202600002
+  vertex 0.401854008 -0.969277024 0.223748997
+  vertex 0.346022993 -0.905228019 0.267848015
+  endloop
+ endfacet
+
+ facet normal 0.591942251 0.786967278 0.174031064
+  outer loop
+  vertex 0.650238991 -1.31819999 1.10055697
+  vertex 0.614481986 -1.30455494 1.16047704
+  vertex 0.346022993 -0.905228019 0.267848015
+  endloop
+ endfacet
+
+ facet normal 0.766158044 0.64151305 0.0382480025
+  outer loop
+  vertex 0.401854008 -0.969277024 0.223748997
+  vertex 0.650238991 -1.31819999 1.10055697
+  vertex 0.346022993 -0.905228019 0.267848015
+  endloop
+ endfacet
+
+ facet normal 0.856900215 0.238298073 0.457095116
+  outer loop
+  vertex 0.650238991 -1.31819999 1.10055697
+  vertex 0.664747 -1.485057 1.16034794
+  vertex 0.614481986 -1.30455494 1.16047704
+  endloop
+ endfacet
+
+ facet normal 0.958668351 0.166127056 0.230991095
+  outer loop
+  vertex 0.650238991 -1.31819999 1.10055697
+  vertex 0.675541997 -1.43493795 1.07950306
+  vertex 0.664747 -1.485057 1.16034794
+  endloop
+ endfacet
+
+ facet normal 0.937909067 0.329899043 0.107207015
+  outer loop
+  vertex 1.09593499 -2.40820599 0.228796005
+  vertex 1.11953306 -2.48970103 0.273131013
+  vertex 0.664747 -1.485057 1.16034794
+  endloop
+ endfacet
+
+ facet normal 0.949355602 0.194093928 0.247085899
+  outer loop
+  vertex 0.675541997 -1.43493795 1.07950306
+  vertex 1.09593499 -2.40820599 0.228796005
+  vertex 0.664747 -1.485057 1.16034794
+  endloop
+ endfacet
+
+ facet normal 0.948075712 0.310924917 0.0669189766
+  outer loop
+  vertex 1.09593499 -2.40820599 0.228796005
+  vertex 1.37049496 -2.96115994 -1.09184897
+  vertex 1.11953306 -2.48970103 0.273131013
+  endloop
+ endfacet
+
+ facet normal 0.943762779 0.325118899 0.0600789823
+  outer loop
+  vertex 1.09593499 -2.40820599 0.228796005
+  vertex 1.36064398 -2.91918492 -1.16424298
+  vertex 1.37049496 -2.96115994 -1.09184897
+  endloop
+ endfacet
+
+ facet normal 0.965285242 0.260878086 0.0129180038
+  outer loop
+  vertex 1.44158602 -3.20436192 -1.49258697
+  vertex 1.44431102 -3.21568489 -1.46755695
+  vertex 1.37049496 -2.96115994 -1.09184897
+  endloop
+ endfacet
+
+ facet normal 0.966703117 0.255367041 0.0165140014
+  outer loop
+  vertex 1.36064398 -2.91918492 -1.16424298
+  vertex 1.44158602 -3.20436192 -1.49258697
+  vertex 1.37049496 -2.96115994 -1.09184897
+  endloop
+ endfacet
+
+ facet normal 0.287104994 -0.225661978 0.930938959
+  outer loop
+  vertex 0.073210001 -0.249522001 -0.189882994
+  vertex 0.135325 -0.388404995 -0.242705002
+  vertex -0.000372999988 -0.395601988 -0.202600002
+  endloop
+ endfacet
+
+ facet normal -0.184526041 0.887733161 0.421758115
+  outer loop
+  vertex 1.45528793 -3.19401002 -1.50838101
+  vertex 1.46340299 -3.20565391 -1.48032296
+  vertex 1.44158602 -3.20436192 -1.49258697
+  endloop
+ endfacet
+
+ facet normal 0.0337819979 0.611306012 0.790672958
+  outer loop
+  vertex 0.497337013 -0.976052999 0.224907994
+  vertex 0.401854008 -0.969277024 0.223748997
+  vertex -0.000372999988 -0.395601988 -0.202600002
+  endloop
+ endfacet
+
+ facet normal 0.175379902 0.676896572 0.714879572
+  outer loop
+  vertex 0.135325 -0.388404995 -0.242705002
+  vertex 0.497337013 -0.976052999 0.224907994
+  vertex -0.000372999988 -0.395601988 -0.202600002
+  endloop
+ endfacet
+
+ facet normal 0.0619340129 0.933253109 0.353840023
+  outer loop
+  vertex 0.497337013 -0.976052999 0.224907994
+  vertex 0.650238991 -1.31819999 1.10055697
+  vertex 0.401854008 -0.969277024 0.223748997
+  endloop
+ endfacet
+
+ facet normal -0.0552679971 0.926689863 0.371740967
+  outer loop
+  vertex 0.497337013 -0.976052999 0.224907994
+  vertex 0.709236979 -1.30664897 1.08053398
+  vertex 0.650238991 -1.31819999 1.10055697
+  endloop
+ endfacet
+
+ facet normal 0.378070056 -0.0843310058 0.921928108
+  outer loop
+  vertex 0.742944002 -1.37053204 1.05775404
+  vertex 0.675541997 -1.43493795 1.07950306
+  vertex 0.650238991 -1.31819999 1.10055697
+  endloop
+ endfacet
+
+ facet normal 0.343855888 -0.149168938 0.927098632
+  outer loop
+  vertex 0.709236979 -1.30664897 1.08053398
+  vertex 0.742944002 -1.37053204 1.05775404
+  vertex 0.650238991 -1.31819999 1.10055697
+  endloop
+ endfacet
+
+ facet normal 0.588112831 -0.373159915 0.717547894
+  outer loop
+  vertex 0.742944002 -1.37053204 1.05775404
+  vertex 1.09593499 -2.40820599 0.228796005
+  vertex 0.675541997 -1.43493795 1.07950306
+  endloop
+ endfacet
+
+ facet normal 0.621727943 -0.348748952 0.701304913
+  outer loop
+  vertex 0.742944002 -1.37053204 1.05775404
+  vertex 1.14189506 -2.32423401 0.229809001
+  vertex 1.09593499 -2.40820599 0.228796005
+  endloop
+ endfacet
+
+ facet normal 0.900525928 -0.323995978 0.289964974
+  outer loop
+  vertex 1.38723803 -2.88602304 -1.20978105
+  vertex 1.36064398 -2.91918492 -1.16424298
+  vertex 1.09593499 -2.40820599 0.228796005
+  endloop
+ endfacet
+
+ facet normal 0.829440713 -0.45783484 0.320023894
+  outer loop
+  vertex 1.14189506 -2.32423401 0.229809001
+  vertex 1.38723803 -2.88602304 -1.20978105
+  vertex 1.09593499 -2.40820599 0.228796005
+  endloop
+ endfacet
+
+ facet normal 0.901799619 -0.190599918 0.387851864
+  outer loop
+  vertex 1.38723803 -2.88602304 -1.20978105
+  vertex 1.44158602 -3.20436192 -1.49258697
+  vertex 1.36064398 -2.91918492 -1.16424298
+  endloop
+ endfacet
+
+ facet normal 0.809241116 -0.306879073 0.500953138
+  outer loop
+  vertex 1.38723803 -2.88602304 -1.20978105
+  vertex 1.45528793 -3.19401002 -1.50838101
+  vertex 1.44158602 -3.20436192 -1.49258697
+  endloop
+ endfacet
+
+ facet normal 0.287105978 -0.22566098 0.930938959
+  outer loop
+  vertex 0.073210001 -0.249522001 -0.189882994
+  vertex 0.224249005 -0.276625991 -0.243034005
+  vertex 0.135325 -0.388404995 -0.242705002
+  endloop
+ endfacet
+
+ facet normal -0.184329927 0.887789667 0.421724826
+  outer loop
+  vertex 1.47510099 -3.19243002 -1.50304699
+  vertex 1.46340299 -3.20565391 -1.48032296
+  vertex 1.45528793 -3.19401002 -1.50838101
+  endloop
+ endfacet
+
+ facet normal -0.455893964 0.365067989 0.811717927
+  outer loop
+  vertex 0.224249005 -0.276625991 -0.243034005
+  vertex 0.497337013 -0.976052999 0.224907994
+  vertex 0.135325 -0.388404995 -0.242705002
+  endloop
+ endfacet
+
+ facet normal -0.683324039 0.202508017 0.701469064
+  outer loop
+  vertex 0.224249005 -0.276625991 -0.243034005
+  vertex 0.560570002 -0.920454979 0.270455003
+  vertex 0.497337013 -0.976052999 0.224907994
+  endloop
+ endfacet
+
+ facet normal -0.753481925 0.528664887 0.390868932
+  outer loop
+  vertex 0.747047007 -1.27860093 1.115484
+  vertex 0.709236979 -1.30664897 1.08053398
+  vertex 0.497337013 -0.976052999 0.224907994
+  endloop
+ endfacet
+
+ facet normal -0.750331104 0.532756031 0.391375035
+  outer loop
+  vertex 0.560570002 -0.920454979 0.270455003
+  vertex 0.747047007 -1.27860093 1.115484
+  vertex 0.497337013 -0.976052999 0.224907994
+  endloop
+ endfacet
+
+ facet normal -0.375710905 -0.480760843 0.792281747
+  outer loop
+  vertex 0.747047007 -1.27860093 1.115484
+  vertex 0.742944002 -1.37053204 1.05775404
+  vertex 0.709236979 -1.30664897 1.08053398
+  endloop
+ endfacet
+
+ facet normal -0.382036179 -0.479179204 0.790212393
+  outer loop
+  vertex 0.747047007 -1.27860093 1.115484
+  vertex 0.816199005 -1.34033895 1.11147904
+  vertex 0.742944002 -1.37053204 1.05775404
+  endloop
+ endfacet
+
+ facet normal -0.196147874 -0.688334584 0.698370576
+  outer loop
+  vertex 1.22280204 -2.30102396 0.275409013
+  vertex 1.14189506 -2.32423401 0.229809001
+  vertex 0.742944002 -1.37053204 1.05775404
+  endloop
+ endfacet
+
+ facet normal -0.219507039 -0.691687107 0.688030124
+  outer loop
+  vertex 0.816199005 -1.34033895 1.11147904
+  vertex 1.22280204 -2.30102396 0.275409013
+  vertex 0.742944002 -1.37053204 1.05775404
+  endloop
+ endfacet
+
+ facet normal 0.0565900318 -0.926781535 0.371313214
+  outer loop
+  vertex 1.22280204 -2.30102396 0.275409013
+  vertex 1.38723803 -2.88602304 -1.20978105
+  vertex 1.14189506 -2.32423401 0.229809001
+  endloop
+ endfacet
+
+ facet normal -0.140208036 -0.926429152 0.349386096
+  outer loop
+  vertex 1.22280204 -2.30102396 0.275409013
+  vertex 1.43024898 -2.88664603 -1.19417298
+  vertex 1.38723803 -2.88602304 -1.20978105
+  endloop
+ endfacet
+
+ facet normal -0.131445929 -0.704857588 0.697063565
+  outer loop
+  vertex 1.47510099 -3.19243002 -1.50304699
+  vertex 1.45528793 -3.19401002 -1.50838101
+  vertex 1.38723803 -2.88602304 -1.20978105
+  endloop
+ endfacet
+
+ facet normal -0.250627995 -0.705919981 0.662467003
+  outer loop
+  vertex 1.43024898 -2.88664603 -1.19417298
+  vertex 1.47510099 -3.19243002 -1.50304699
+  vertex 1.38723803 -2.88602304 -1.20978105
+  endloop
+ endfacet
+
+ facet normal 0.287107021 -0.225659013 0.930939138
+  outer loop
+  vertex 0.073210001 -0.249522001 -0.189882994
+  vertex 0.199438006 -0.144437 -0.203339994
+  vertex 0.224249005 -0.276625991 -0.243034005
+  endloop
+ endfacet
+
+ facet normal -0.184387118 0.887791514 0.421696275
+  outer loop
+  vertex 1.48610401 -3.20080709 -1.48060107
+  vertex 1.46340299 -3.20565391 -1.48032296
+  vertex 1.47510099 -3.19243002 -1.50304699
+  endloop
+ endfacet
+
+ facet normal -0.923753202 -0.336100101 0.183621049
+  outer loop
+  vertex 0.543938994 -0.844349027 0.326090991
+  vertex 0.560570002 -0.920454979 0.270455003
+  vertex 0.224249005 -0.276625991 -0.243034005
+  endloop
+ endfacet
+
+ facet normal -0.929180801 -0.254806966 0.267761976
+  outer loop
+  vertex 0.199438006 -0.144437 -0.203339994
+  vertex 0.543938994 -0.844349027 0.326090991
+  vertex 0.224249005 -0.276625991 -0.243034005
+  endloop
+ endfacet
+
+ facet normal -0.95622313 -0.277304024 0.093486011
+  outer loop
+  vertex 0.543938994 -0.844349027 0.326090991
+  vertex 0.747047007 -1.27860093 1.115484
+  vertex 0.560570002 -0.920454979 0.270455003
+  endloop
+ endfacet
+
+ facet normal -0.900449932 -0.434893966 -0.00755599979
+  outer loop
+  vertex 0.543938994 -0.844349027 0.326090991
+  vertex 0.735199988 -1.25517702 1.17908895
+  vertex 0.747047007 -1.27860093 1.115484
+  endloop
+ endfacet
+
+ facet normal -0.666762054 -0.743947983 -0.0443830006
+  outer loop
+  vertex 0.840143979 -1.36709404 1.20021999
+  vertex 0.816199005 -1.34033895 1.11147904
+  vertex 0.747047007 -1.27860093 1.115484
+  endloop
+ endfacet
+
+ facet normal -0.735310256 -0.66884923 0.109359048
+  outer loop
+  vertex 0.735199988 -1.25517702 1.17908895
+  vertex 0.840143979 -1.36709404 1.20021999
+  vertex 0.747047007 -1.27860093 1.115484
+  endloop
+ endfacet
+
+ facet normal -0.882354856 -0.459964931 0.0994089916
+  outer loop
+  vertex 0.840143979 -1.36709404 1.20021999
+  vertex 1.22280204 -2.30102396 0.275409013
+  vertex 0.816199005 -1.34033895 1.11147904
+  endloop
+ endfacet
+
+ facet normal -0.796393156 -0.55777812 0.233755067
+  outer loop
+  vertex 0.840143979 -1.36709404 1.20021999
+  vertex 1.27773297 -2.35605001 0.331256986
+  vertex 1.22280204 -2.30102396 0.275409013
+  endloop
+ endfacet
+
+ facet normal -0.852396131 -0.515899062 0.0852590129
+  outer loop
+  vertex 1.45729196 -2.92058492 -1.12917101
+  vertex 1.43024898 -2.88664603 -1.19417298
+  vertex 1.22280204 -2.30102396 0.275409013
+  endloop
+ endfacet
+
+ facet normal -0.770077705 -0.621152759 0.145428941
+  outer loop
+  vertex 1.27773297 -2.35605001 0.331256986
+  vertex 1.45729196 -2.92058492 -1.12917101
+  vertex 1.22280204 -2.30102396 0.275409013
+  endloop
+ endfacet
+
+ facet normal -0.917797387 -0.34065178 0.203970864
+  outer loop
+  vertex 1.45729196 -2.92058492 -1.12917101
+  vertex 1.47510099 -3.19243002 -1.50304699
+  vertex 1.43024898 -2.88664603 -1.19417298
+  endloop
+ endfacet
+
+ facet normal -0.865921021 -0.42326504 0.26651001
+  outer loop
+  vertex 1.45729196 -2.92058492 -1.12917101
+  vertex 1.48610401 -3.20080709 -1.48060107
+  vertex 1.47510099 -3.19243002 -1.50304699
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04417706 0.405290008 -0.393858999
+  vertex -2.04417706 0.405290008 -0.393858999
+  vertex -2.04417706 0.405290008 -0.393858999
+  endloop
+ endfacet
+
+ facet normal -0.891946077 0.305186033 -0.333607048
+  outer loop
+  vertex -1.82387102 0.262814999 0.436648995
+  vertex -1.88754892 0.152713999 0.506179988
+  vertex -1.82589507 0.173241004 0.360118985
+  endloop
+ endfacet
+
+ facet normal -0.885285795 -0.462163895 0.0517069884
+  outer loop
+  vertex -1.96445894 0.327820987 0.278562993
+  vertex -1.92826998 0.255225986 0.249314994
+  vertex -2.04417706 0.405290008 -0.393858999
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04417706 0.405290008 -0.393858999
+  vertex -1.96445894 0.327820987 0.278562993
+  vertex -2.04417706 0.405290008 -0.393858999
+  endloop
+ endfacet
+
+ facet normal -0.782588899 -0.524955928 0.334627926
+  outer loop
+  vertex -1.96445894 0.327820987 0.278562993
+  vertex -1.82589507 0.173241004 0.360118985
+  vertex -1.92826998 0.255225986 0.249314994
+  endloop
+ endfacet
+
+ facet normal -0.758137107 -0.413600057 0.504146039
+  outer loop
+  vertex -1.96445894 0.327820987 0.278562993
+  vertex -1.82387102 0.262814999 0.436648995
+  vertex -1.82589507 0.173241004 0.360118985
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04417706 0.405290008 -0.393858999
+  vertex -2.04417706 0.405290008 -0.393858999
+  vertex -2.04417706 0.405290008 -0.393858999
+  endloop
+ endfacet
+
+ facet normal -0.891943216 0.305170089 -0.333629102
+  outer loop
+  vertex -1.86979997 0.26947999 0.565533996
+  vertex -1.88754892 0.152713999 0.506179988
+  vertex -1.82387102 0.262814999 0.436648995
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04417706 0.405290008 -0.393858999
+  vertex -1.96445894 0.327820987 0.278562993
+  vertex -2.04417706 0.405290008 -0.393858999
+  endloop
+ endfacet
+
+ facet normal -0.239093035 -0.967433095 -0.0831130072
+  outer loop
+  vertex -2.04417706 0.405290008 -0.393858999
+  vertex -2.0592401 0.350344002 0.289045006
+  vertex -1.96445894 0.327820987 0.278562993
+  endloop
+ endfacet
+
+ facet normal -0.347355902 -0.934693694 -0.0754429772
+  outer loop
+  vertex -1.86979997 0.26947999 0.565533996
+  vertex -1.82387102 0.262814999 0.436648995
+  vertex -1.96445894 0.327820987 0.278562993
+  endloop
+ endfacet
+
+ facet normal -0.241774052 -0.963362157 -0.116098031
+  outer loop
+  vertex -2.0592401 0.350344002 0.289045006
+  vertex -1.86979997 0.26947999 0.565533996
+  vertex -1.96445894 0.327820987 0.278562993
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04417706 0.405290008 -0.393858999
+  vertex -2.04417706 0.405290008 -0.393858999
+  vertex -2.04417706 0.405290008 -0.393858999
+  endloop
+ endfacet
+
+ facet normal -0.891948104 0.305166036 -0.333620042
+  outer loop
+  vertex -1.929093 0.188217998 0.649725974
+  vertex -1.88754892 0.152713999 0.506179988
+  vertex -1.86979997 0.26947999 0.565533996
+  endloop
+ endfacet
+
+ facet normal 0.485254169 -0.872347355 -0.059485022
+  outer loop
+  vertex -2.14123702 0.305835992 0.272870004
+  vertex -2.0592401 0.350344002 0.289045006
+  vertex -2.04417706 0.405290008 -0.393858999
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04417706 0.405290008 -0.393858999
+  vertex -2.14123702 0.305835992 0.272870004
+  vertex -2.04417706 0.405290008 -0.393858999
+  endloop
+ endfacet
+
+ facet normal 0.482345223 -0.694664299 -0.533652186
+  outer loop
+  vertex -2.14123702 0.305835992 0.272870004
+  vertex -1.86979997 0.26947999 0.565533996
+  vertex -2.0592401 0.350344002 0.289045006
+  endloop
+ endfacet
+
+ facet normal 0.403894991 -0.783667028 -0.471947998
+  outer loop
+  vertex -2.14123702 0.305835992 0.272870004
+  vertex -1.929093 0.188217998 0.649725974
+  vertex -1.86979997 0.26947999 0.565533996
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04417706 0.405290008 -0.393858999
+  vertex -2.04417706 0.405290008 -0.393858999
+  vertex -2.04417706 0.405290008 -0.393858999
+  endloop
+ endfacet
+
+ facet normal -0.891944408 0.305174798 -0.3336218
+  outer loop
+  vertex -1.95710492 0.080219999 0.625826001
+  vertex -1.88754892 0.152713999 0.506179988
+  vertex -1.929093 0.188217998 0.649725974
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04417706 0.405290008 -0.393858999
+  vertex -2.14123702 0.305835992 0.272870004
+  vertex -2.04417706 0.405290008 -0.393858999
+  endloop
+ endfacet
+
+ facet normal 0.98234576 -0.14196597 0.121829979
+  outer loop
+  vertex -2.04417706 0.405290008 -0.393858999
+  vertex -2.14871097 0.227810994 0.242217004
+  vertex -2.14123702 0.305835992 0.272870004
+  endloop
+ endfacet
+
+ facet normal 0.851677775 -0.107379965 -0.512946844
+  outer loop
+  vertex -1.95710492 0.080219999 0.625826001
+  vertex -1.929093 0.188217998 0.649725974
+  vertex -2.14123702 0.305835992 0.272870004
+  endloop
+ endfacet
+
+ facet normal 0.903621852 0.0788339823 -0.421013921
+  outer loop
+  vertex -2.14871097 0.227810994 0.242217004
+  vertex -1.95710492 0.080219999 0.625826001
+  vertex -2.14123702 0.305835992 0.272870004
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04417706 0.405290008 -0.393858999
+  vertex -2.04417706 0.405290008 -0.393858999
+  vertex -2.04417706 0.405290008 -0.393858999
+  endloop
+ endfacet
+
+ facet normal -0.891943157 0.30518806 -0.333613068
+  outer loop
+  vertex -1.93274093 0.026811 0.511829019
+  vertex -1.88754892 0.152713999 0.506179988
+  vertex -1.95710492 0.080219999 0.625826001
+  endloop
+ endfacet
+
+ facet normal 0.618495345 0.72466743 0.303843141
+  outer loop
+  vertex -2.07603097 0.175025001 0.220166996
+  vertex -2.14871097 0.227810994 0.242217004
+  vertex -2.04417706 0.405290008 -0.393858999
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04417706 0.405290008 -0.393858999
+  vertex -2.07603097 0.175025001 0.220166996
+  vertex -2.04417706 0.405290008 -0.393858999
+  endloop
+ endfacet
+
+ facet normal 0.590632141 0.806794107 0.0153980022
+  outer loop
+  vertex -2.07603097 0.175025001 0.220166996
+  vertex -1.95710492 0.080219999 0.625826001
+  vertex -2.14871097 0.227810994 0.242217004
+  endloop
+ endfacet
+
+ facet normal 0.806724787 0.582333744 -0.100411966
+  outer loop
+  vertex -2.07603097 0.175025001 0.220166996
+  vertex -1.93274093 0.026811 0.511829019
+  vertex -1.95710492 0.080219999 0.625826001
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04417706 0.405290008 -0.393858999
+  vertex -2.04417706 0.405290008 -0.393858999
+  vertex -2.04417706 0.405290008 -0.393858999
+  endloop
+ endfacet
+
+ facet normal -0.891946197 0.305190057 -0.333603054
+  outer loop
+  vertex -1.874349 0.0682099983 0.393579006
+  vertex -1.88754892 0.152713999 0.506179988
+  vertex -1.93274093 0.026811 0.511829019
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04417706 0.405290008 -0.393858999
+  vertex -2.07603097 0.175025001 0.220166996
+  vertex -2.04417706 0.405290008 -0.393858999
+  endloop
+ endfacet
+
+ facet normal -0.126801014 0.93091315 0.342523098
+  outer loop
+  vertex -2.04417706 0.405290008 -0.393858999
+  vertex -1.97792399 0.187224999 0.223326996
+  vertex -2.07603097 0.175025001 0.220166996
+  endloop
+ endfacet
+
+ facet normal 0.14587602 0.909062088 0.390289992
+  outer loop
+  vertex -1.874349 0.0682099983 0.393579006
+  vertex -1.93274093 0.026811 0.511829019
+  vertex -2.07603097 0.175025001 0.220166996
+  endloop
+ endfacet
+
+ facet normal -0.116740949 0.779241621 0.615754724
+  outer loop
+  vertex -1.97792399 0.187224999 0.223326996
+  vertex -1.874349 0.0682099983 0.393579006
+  vertex -2.07603097 0.175025001 0.220166996
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04417706 0.405290008 -0.393858999
+  vertex -2.04417706 0.405290008 -0.393858999
+  vertex -2.04417706 0.405290008 -0.393858999
+  endloop
+ endfacet
+
+ facet normal -0.89194411 0.30519402 -0.333605021
+  outer loop
+  vertex -1.82589507 0.173241004 0.360118985
+  vertex -1.88754892 0.152713999 0.506179988
+  vertex -1.874349 0.0682099983 0.393579006
+  endloop
+ endfacet
+
+ facet normal -0.824144065 0.500415027 0.265276015
+  outer loop
+  vertex -1.92826998 0.255225986 0.249314994
+  vertex -1.97792399 0.187224999 0.223326996
+  vertex -2.04417706 0.405290008 -0.393858999
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04417706 0.405290008 -0.393858999
+  vertex -1.92826998 0.255225986 0.249314994
+  vertex -2.04417706 0.405290008 -0.393858999
+  endloop
+ endfacet
+
+ facet normal -0.719097137 0.282446057 0.63492012
+  outer loop
+  vertex -1.92826998 0.255225986 0.249314994
+  vertex -1.874349 0.0682099983 0.393579006
+  vertex -1.97792399 0.187224999 0.223326996
+  endloop
+ endfacet
+
+ facet normal -0.460380882 0.455178916 0.762142777
+  outer loop
+  vertex -1.92826998 0.255225986 0.249314994
+  vertex -1.82589507 0.173241004 0.360118985
+  vertex -1.874349 0.0682099983 0.393579006
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04218507 0.828594983 0.146647006
+  vertex -2.04218507 0.828594983 0.146647006
+  vertex -2.04218507 0.828594983 0.146647006
+  endloop
+ endfacet
+
+ facet normal -0.417208999 0.680008054 -0.602931023
+  outer loop
+  vertex -1.57823491 0.290569007 0.523093998
+  vertex -1.56890297 0.382055014 0.619817972
+  vertex -1.69004607 0.288253009 0.597850978
+  endloop
+ endfacet
+
+ facet normal 0.390951902 0.768584847 0.506392896
+  outer loop
+  vertex -1.67776895 0.494724005 0.372043014
+  vertex -1.75114 0.490709007 0.434781998
+  vertex -2.04218507 0.828594983 0.146647006
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04218507 0.828594983 0.146647006
+  vertex -1.67776895 0.494724005 0.372043014
+  vertex -2.04218507 0.828594983 0.146647006
+  endloop
+ endfacet
+
+ facet normal 0.482774973 0.633068919 0.605104983
+  outer loop
+  vertex -1.67776895 0.494724005 0.372043014
+  vertex -1.69004607 0.288253009 0.597850978
+  vertex -1.75114 0.490709007 0.434781998
+  endloop
+ endfacet
+
+ facet normal 0.40646106 0.663174093 0.628482044
+  outer loop
+  vertex -1.67776895 0.494724005 0.372043014
+  vertex -1.57823491 0.290569007 0.523093998
+  vertex -1.69004607 0.288253009 0.597850978
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04218507 0.828594983 0.146647006
+  vertex -2.04218507 0.828594983 0.146647006
+  vertex -2.04218507 0.828594983 0.146647006
+  endloop
+ endfacet
+
+ facet normal -0.417207867 0.680008829 -0.602930844
+  outer loop
+  vertex -1.45939696 0.361775994 0.521173
+  vertex -1.56890297 0.382055014 0.619817972
+  vertex -1.57823491 0.290569007 0.523093998
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04218507 0.828594983 0.146647006
+  vertex -1.67776895 0.494724005 0.372043014
+  vertex -2.04218507 0.828594983 0.146647006
+  endloop
+ endfacet
+
+ facet normal -0.141779974 0.442905903 0.885286808
+  outer loop
+  vertex -2.04218507 0.828594983 0.146647006
+  vertex -1.61079192 0.552542984 0.353843004
+  vertex -1.67776895 0.494724005 0.372043014
+  endloop
+ endfacet
+
+ facet normal -0.275092959 0.481556952 0.832121909
+  outer loop
+  vertex -1.45939696 0.361775994 0.521173
+  vertex -1.57823491 0.290569007 0.523093998
+  vertex -1.67776895 0.494724005 0.372043014
+  endloop
+ endfacet
+
+ facet normal -0.234951034 0.528878033 0.815528095
+  outer loop
+  vertex -1.61079192 0.552542984 0.353843004
+  vertex -1.45939696 0.361775994 0.521173
+  vertex -1.67776895 0.494724005 0.372043014
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04218507 0.828594983 0.146647006
+  vertex -2.04218507 0.828594983 0.146647006
+  vertex -2.04218507 0.828594983 0.146647006
+  endloop
+ endfacet
+
+ facet normal -0.417209029 0.680007041 -0.602932036
+  outer loop
+  vertex -1.42301798 0.448253989 0.593532026
+  vertex -1.56890297 0.382055014 0.619817972
+  vertex -1.45939696 0.361775994 0.521173
+  endloop
+ endfacet
+
+ facet normal -0.577504694 -0.348285824 0.738366604
+  outer loop
+  vertex -1.60065103 0.620625973 0.39388901
+  vertex -1.61079192 0.552542984 0.353843004
+  vertex -2.04218507 0.828594983 0.146647006
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04218507 0.828594983 0.146647006
+  vertex -1.60065103 0.620625973 0.39388901
+  vertex -2.04218507 0.828594983 0.146647006
+  endloop
+ endfacet
+
+ facet normal -0.825805068 -0.189439997 0.531185985
+  outer loop
+  vertex -1.60065103 0.620625973 0.39388901
+  vertex -1.45939696 0.361775994 0.521173
+  vertex -1.61079192 0.552542984 0.353843004
+  endloop
+ endfacet
+
+ facet normal -0.799487293 -0.150301054 0.581575215
+  outer loop
+  vertex -1.60065103 0.620625973 0.39388901
+  vertex -1.42301798 0.448253989 0.593532026
+  vertex -1.45939696 0.361775994 0.521173
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04218507 0.828594983 0.146647006
+  vertex -2.04218507 0.828594983 0.146647006
+  vertex -2.04218507 0.828594983 0.146647006
+  endloop
+ endfacet
+
+ facet normal -0.417208076 0.680003166 -0.602937102
+  outer loop
+  vertex -1.49649501 0.484885007 0.685687006
+  vertex -1.56890297 0.382055014 0.619817972
+  vertex -1.42301798 0.448253989 0.593532026
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04218507 0.828594983 0.146647006
+  vertex -1.60065103 0.620625973 0.39388901
+  vertex -2.04218507 0.828594983 0.146647006
+  endloop
+ endfacet
+
+ facet normal -0.432327896 -0.901612759 0.0136729963
+  outer loop
+  vertex -2.04218507 0.828594983 0.146647006
+  vertex -1.65497303 0.647706985 0.462024987
+  vertex -1.60065103 0.620625973 0.39388901
+  endloop
+ endfacet
+
+ facet normal -0.591237962 -0.791076005 -0.156959981
+  outer loop
+  vertex -1.49649501 0.484885007 0.685687006
+  vertex -1.42301798 0.448253989 0.593532026
+  vertex -1.60065103 0.620625973 0.39388901
+  endloop
+ endfacet
+
+ facet normal -0.591241717 -0.791073561 -0.156957924
+  outer loop
+  vertex -1.65497303 0.647706985 0.462024987
+  vertex -1.49649501 0.484885007 0.685687006
+  vertex -1.60065103 0.620625973 0.39388901
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04218507 0.828594983 0.146647006
+  vertex -2.04218507 0.828594983 0.146647006
+  vertex -2.04218507 0.828594983 0.146647006
+  endloop
+ endfacet
+
+ facet normal -0.417217761 0.680004597 -0.602928638
+  outer loop
+  vertex -1.62449408 0.444081008 0.728241026
+  vertex -1.56890297 0.382055014 0.619817972
+  vertex -1.49649501 0.484885007 0.685687006
+  endloop
+ endfacet
+
+ facet normal 0.0537490025 -0.836287022 -0.545651078
+  outer loop
+  vertex -1.73286009 0.613394976 0.50694102
+  vertex -1.65497303 0.647706985 0.462024987
+  vertex -2.04218507 0.828594983 0.146647006
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04218507 0.828594983 0.146647006
+  vertex -1.73286009 0.613394976 0.50694102
+  vertex -2.04218507 0.828594983 0.146647006
+  endloop
+ endfacet
+
+ facet normal 0.0118340012 -0.804398 -0.593973041
+  outer loop
+  vertex -1.73286009 0.613394976 0.50694102
+  vertex -1.49649501 0.484885007 0.685687006
+  vertex -1.65497303 0.647706985 0.462024987
+  endloop
+ endfacet
+
+ facet normal 0.043387007 -0.783097148 -0.620384037
+  outer loop
+  vertex -1.73286009 0.613394976 0.50694102
+  vertex -1.62449408 0.444081008 0.728241026
+  vertex -1.49649501 0.484885007 0.685687006
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04218507 0.828594983 0.146647006
+  vertex -2.04218507 0.828594983 0.146647006
+  vertex -2.04218507 0.828594983 0.146647006
+  endloop
+ endfacet
+
+ facet normal -0.417210042 0.680010021 -0.602928042
+  outer loop
+  vertex -1.71063101 0.356572986 0.689149976
+  vertex -1.56890297 0.382055014 0.619817972
+  vertex -1.62449408 0.444081008 0.728241026
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04218507 0.828594983 0.146647006
+  vertex -1.73286009 0.613394976 0.50694102
+  vertex -2.04218507 0.828594983 0.146647006
+  endloop
+ endfacet
+
+ facet normal 0.644525826 -0.270723939 -0.71504885
+  outer loop
+  vertex -2.04218507 0.828594983 0.146647006
+  vertex -1.77565801 0.543522 0.494818002
+  vertex -1.73286009 0.613394976 0.50694102
+  endloop
+ endfacet
+
+ facet normal 0.676752985 -0.386139005 -0.626819015
+  outer loop
+  vertex -1.71063101 0.356572986 0.689149976
+  vertex -1.62449408 0.444081008 0.728241026
+  vertex -1.73286009 0.613394976 0.50694102
+  endloop
+ endfacet
+
+ facet normal 0.734697938 -0.349096984 -0.581678927
+  outer loop
+  vertex -1.77565801 0.543522 0.494818002
+  vertex -1.71063101 0.356572986 0.689149976
+  vertex -1.73286009 0.613394976 0.50694102
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04218507 0.828594983 0.146647006
+  vertex -2.04218507 0.828594983 0.146647006
+  vertex -2.04218507 0.828594983 0.146647006
+  endloop
+ endfacet
+
+ facet normal -0.417209774 0.680009604 -0.602928638
+  outer loop
+  vertex -1.69004607 0.288253009 0.597850978
+  vertex -1.56890297 0.382055014 0.619817972
+  vertex -1.71063101 0.356572986 0.689149976
+  endloop
+ endfacet
+
+ facet normal 0.811764777 0.561054826 -0.162034959
+  outer loop
+  vertex -1.75114 0.490709007 0.434781998
+  vertex -1.77565801 0.543522 0.494818002
+  vertex -2.04218507 0.828594983 0.146647006
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04218507 0.828594983 0.146647006
+  vertex -1.75114 0.490709007 0.434781998
+  vertex -2.04218507 0.828594983 0.146647006
+  endloop
+ endfacet
+
+ facet normal 0.926234186 0.373678088 0.0495470129
+  outer loop
+  vertex -1.75114 0.490709007 0.434781998
+  vertex -1.71063101 0.356572986 0.689149976
+  vertex -1.77565801 0.543522 0.494818002
+  endloop
+ endfacet
+
+ facet normal 0.957405746 0.28874594 -0.000203999953
+  outer loop
+  vertex -1.75114 0.490709007 0.434781998
+  vertex -1.69004607 0.288253009 0.597850978
+  vertex -1.71063101 0.356572986 0.689149976
+  endloop
+ endfacet
+
+ facet normal -0.188931033 -0.0582350083 -0.980262101
+  outer loop
+  vertex -1.06898999 0.00229800004 1.10110295
+  vertex -1.10224402 0.110184997 1.10110295
+  vertex -1.51577306 0.00229800004 1.18721402
+  endloop
+ endfacet
+
+ facet normal -0.184715971 -0.0741749927 -0.979988813
+  outer loop
+  vertex -1.10224402 0.110184997 1.10110295
+  vertex -1.21148205 0.382218003 1.10110295
+  vertex -1.51577306 0.00229800004 1.18721402
+  endloop
+ endfacet
+
+ facet normal -0.0691840202 -0.258199126 0.963611364
+  outer loop
+  vertex -1.51577306 0.250510991 0.26087001
+  vertex -1.39166701 0.217256993 0.26087001
+  vertex -1.51577306 0.00229800004 0.194362
+  endloop
+ endfacet
+
+ facet normal 0.0497390032 -0.258499026 -0.964730144
+  outer loop
+  vertex -1.21148205 0.382218003 1.10110295
+  vertex -1.51577306 0.250510991 1.12070501
+  vertex -1.51577306 0.00229800004 1.18721402
+  endloop
+ endfacet
+
+ facet normal 0.86519593 -0.129780978 0.484347939
+  outer loop
+  vertex -1.59023798 0.217256993 0.384977013
+  vertex -1.51577306 0.250510991 0.26087001
+  vertex -1.51577306 0.00229800004 0.194362
+  endloop
+ endfacet
+
+ facet normal 0.0691840202 -0.258199126 -0.963611364
+  outer loop
+  vertex -1.51577306 0.250510991 1.12070501
+  vertex -1.63987899 0.217256993 1.12070501
+  vertex -1.51577306 0.00229800004 1.18721402
+  endloop
+ endfacet
+
+ facet normal 0.202385992 -0.60955894 0.766471028
+  outer loop
+  vertex -1.68109 0.126405001 0.336712986
+  vertex -1.59023798 0.217256993 0.384977013
+  vertex -1.51577306 0.00229800004 0.194362
+  endloop
+ endfacet
+
+ facet normal 0.189015046 -0.189015046 -0.963611245
+  outer loop
+  vertex -1.63987899 0.217256993 1.12070501
+  vertex -1.73073196 0.126405001 1.12070501
+  vertex -1.51577306 0.00229800004 1.18721402
+  endloop
+ endfacet
+
+ facet normal 0.57565999 -0.154247016 0.803008974
+  outer loop
+  vertex -1.71434402 0.00229800004 0.336712986
+  vertex -1.68109 0.126405001 0.336712986
+  vertex -1.51577306 0.00229800004 0.194362
+  endloop
+ endfacet
+
+ facet normal 0.258199096 -0.069185026 -0.963611245
+  outer loop
+  vertex -1.73073196 0.126405001 1.12070501
+  vertex -1.76398599 0.00229800004 1.12070501
+  vertex -1.51577306 0.00229800004 1.18721402
+  endloop
+ endfacet
+
+ facet normal 0.202413991 -0.788102925 0.581310928
+  outer loop
+  vertex -1.39166701 0.217256993 0.26087001
+  vertex -1.30081499 0.37461701 0.442575008
+  vertex -1.16183996 0.410311013 0.442575008
+  endloop
+ endfacet
+
+ facet normal -0.0857829452 -0.731517494 0.676404655
+  outer loop
+  vertex -1.51577306 0.489080012 0.539102018
+  vertex -1.30081499 0.37461701 0.442575008
+  vertex -1.39166701 0.217256993 0.26087001
+  endloop
+ endfacet
+
+ facet normal -0.199330047 -0.743908167 0.637862206
+  outer loop
+  vertex -1.51577306 0.250510991 0.26087001
+  vertex -1.51577306 0.489080012 0.539102018
+  vertex -1.39166701 0.217256993 0.26087001
+  endloop
+ endfacet
+
+ facet normal 0.818344295 -0.436300159 0.374105155
+  outer loop
+  vertex -1.59023798 0.217256993 0.384977013
+  vertex -1.51577306 0.489080012 0.539102018
+  vertex -1.51577306 0.250510991 0.26087001
+  endloop
+ endfacet
+
+ facet normal -0.151083976 -0.455930918 0.877097785
+  outer loop
+  vertex -1.59023798 0.217256993 0.384977013
+  vertex -1.73073196 0.37461701 0.442575008
+  vertex -1.51577306 0.489080012 0.539102018
+  endloop
+ endfacet
+
+ facet normal 0.186527073 -0.186527073 0.964580357
+  outer loop
+  vertex -1.88809204 0.217256993 0.442575008
+  vertex -1.73073196 0.37461701 0.442575008
+  vertex -1.59023798 0.217256993 0.384977013
+  endloop
+ endfacet
+
+ facet normal 0.154704109 -0.579695344 0.800012469
+  outer loop
+  vertex -1.68109 0.126405001 0.336712986
+  vertex -1.88809204 0.217256993 0.442575008
+  vertex -1.59023798 0.217256993 0.384977013
+  endloop
+ endfacet
+
+ facet normal 0.413534015 -0.110806011 0.903721035
+  outer loop
+  vertex -1.71434402 0.00229800004 0.336712986
+  vertex -1.88809204 0.217256993 0.442575008
+  vertex -1.68109 0.126405001 0.336712986
+  endloop
+ endfacet
+
+ facet normal 0.30303511 -0.212556094 0.928972363
+  outer loop
+  vertex -1.71434402 0.00229800004 0.336712986
+  vertex -1.93741703 0.00229800004 0.409480006
+  vertex -1.88809204 0.217256993 0.442575008
+  endloop
+ endfacet
+
+ facet normal -0.839146435 -0.156273901 0.520971715
+  outer loop
+  vertex -1.16183996 0.410311013 0.442575008
+  vertex -0.820776999 0.00229800004 0.869545996
+  vertex -1.08585596 0.00229800004 0.442575008
+  endloop
+ endfacet
+
+ facet normal -0.844083071 -0.17527701 0.506756067
+  outer loop
+  vertex -1.16183996 0.410311013 0.442575008
+  vertex -0.905672014 0.411127001 0.869545996
+  vertex -0.820776999 0.00229800004 0.869545996
+  endloop
+ endfacet
+
+ facet normal -0.610179067 -0.701910973 0.367426991
+  outer loop
+  vertex -1.087376 0.569083989 0.869545996
+  vertex -0.905672014 0.411127001 0.869545996
+  vertex -1.16183996 0.410311013 0.442575008
+  endloop
+ endfacet
+
+ facet normal 0.237148076 -0.923342288 0.301993102
+  outer loop
+  vertex -1.30081499 0.37461701 0.442575008
+  vertex -1.087376 0.569083989 0.869545996
+  vertex -1.16183996 0.410311013 0.442575008
+  endloop
+ endfacet
+
+ facet normal -0.22484003 -0.839457035 0.494731098
+  outer loop
+  vertex -1.51577306 0.489080012 0.539102018
+  vertex -1.087376 0.569083989 0.869545996
+  vertex -1.30081499 0.37461701 0.442575008
+  endloop
+ endfacet
+
+ facet normal 0.136153921 -0.988691449 0.0628579706
+  outer loop
+  vertex -1.51577306 0.489080012 0.539102018
+  vertex -1.51577306 0.498724014 0.690787971
+  vertex -1.087376 0.569083989 0.869545996
+  endloop
+ endfacet
+
+ facet normal 0.379295141 -0.923411429 0.0587080233
+  outer loop
+  vertex -1.82231998 0.370554 0.655328989
+  vertex -1.51577306 0.498724014 0.690787971
+  vertex -1.51577306 0.489080012 0.539102018
+  endloop
+ endfacet
+
+ facet normal 0.40773806 -0.899263144 0.158352017
+  outer loop
+  vertex -1.73073196 0.37461701 0.442575008
+  vertex -1.82231998 0.370554 0.655328989
+  vertex -1.51577306 0.489080012 0.539102018
+  endloop
+ endfacet
+
+ facet normal 0.678963184 -0.678963184 0.279317051
+  outer loop
+  vertex -1.88809204 0.217256993 0.442575008
+  vertex -1.82231998 0.370554 0.655328989
+  vertex -1.73073196 0.37461701 0.442575008
+  endloop
+ endfacet
+
+ facet normal 0.852383077 -0.512161076 0.105518013
+  outer loop
+  vertex -1.88809204 0.217256993 0.442575008
+  vertex -1.95466805 0.150288999 0.655328989
+  vertex -1.82231998 0.370554 0.655328989
+  endloop
+ endfacet
+
+ facet normal 0.871156156 -0.475356132 0.122977026
+  outer loop
+  vertex -2.02874589 0.00229800004 0.608051002
+  vertex -1.95466805 0.150288999 0.655328989
+  vertex -1.88809204 0.217256993 0.442575008
+  endloop
+ endfacet
+
+ facet normal 0.876484156 -0.263182074 0.403126091
+  outer loop
+  vertex -1.93741703 0.00229800004 0.409480006
+  vertex -2.02874589 0.00229800004 0.608051002
+  vertex -1.88809204 0.217256993 0.442575008
+  endloop
+ endfacet
+
+ facet normal -0.881306171 -0.176261023 -0.438442081
+  outer loop
+  vertex -0.963268995 0.382218003 1.00323403
+  vertex -0.887284994 0.00229800004 1.00323403
+  vertex -0.820776999 0.00229800004 0.869545996
+  endloop
+ endfacet
+
+ facet normal -0.887549043 -0.184303015 -0.422242999
+  outer loop
+  vertex -0.905672014 0.411127001 0.869545996
+  vertex -0.963268995 0.382218003 1.00323403
+  vertex -0.820776999 0.00229800004 0.869545996
+  endloop
+ endfacet
+
+ facet normal -0.599210024 -0.689293087 -0.407213032
+  outer loop
+  vertex -1.087376 0.569083989 0.869545996
+  vertex -0.963268995 0.382218003 1.00323403
+  vertex -0.905672014 0.411127001 0.869545996
+  endloop
+ endfacet
+
+ facet normal -0.599209309 -0.689293444 -0.407213241
+  outer loop
+  vertex -1.087376 0.569083989 0.869545996
+  vertex -1.12063003 0.519014001 1.00323403
+  vertex -0.963268995 0.382218003 1.00323403
+  endloop
+ endfacet
+
+ facet normal 0.249579027 -0.925593197 -0.284583032
+  outer loop
+  vertex -1.51577306 0.432215005 0.939001024
+  vertex -1.12063003 0.519014001 1.00323403
+  vertex -1.087376 0.569083989 0.869545996
+  endloop
+ endfacet
+
+ facet normal 0.257640004 -0.933317065 -0.250081986
+  outer loop
+  vertex -1.51577306 0.498724014 0.690787971
+  vertex -1.51577306 0.432215005 0.939001024
+  vertex -1.087376 0.569083989 0.869545996
+  endloop
+ endfacet
+
+ facet normal 0.397967875 -0.88613981 -0.23743996
+  outer loop
+  vertex -1.82231998 0.370554 0.655328989
+  vertex -1.51577306 0.432215005 0.939001024
+  vertex -1.51577306 0.498724014 0.690787971
+  endloop
+ endfacet
+
+ facet normal 0.404057056 -0.881292224 -0.245075062
+  outer loop
+  vertex -1.82231998 0.370554 0.655328989
+  vertex -1.77611899 0.322712004 0.903541982
+  vertex -1.51577306 0.432215005 0.939001024
+  endloop
+ endfacet
+
+ facet normal 0.894504726 -0.365525872 -0.25739491
+  outer loop
+  vertex -2.02874589 0.00229800004 0.608051002
+  vertex -1.89073491 0.131956995 0.903541982
+  vertex -1.95466805 0.150288999 0.655328989
+  endloop
+ endfacet
+
+ facet normal 0.875202715 -0.431018859 -0.219642922
+  outer loop
+  vertex -2.02874589 0.00229800004 0.608051002
+  vertex -1.94569099 0.00229800004 0.939001024
+  vertex -1.89073491 0.131956995 0.903541982
+  endloop
+ endfacet
+
+ facet normal -0.472085088 -0.0944170132 -0.876482189
+  outer loop
+  vertex -0.963268995 0.382218003 1.00323403
+  vertex -1.06898999 0.00229800004 1.10110295
+  vertex -0.887284994 0.00229800004 1.00323403
+  endloop
+ endfacet
+
+ facet normal -0.399085015 -0.123011015 -0.908625066
+  outer loop
+  vertex -0.963268995 0.382218003 1.00323403
+  vertex -1.10224402 0.110184997 1.10110295
+  vertex -1.06898999 0.00229800004 1.10110295
+  endloop
+ endfacet
+
+ facet normal -0.362892926 -0.145723984 -0.92036581
+  outer loop
+  vertex -1.21148205 0.382218003 1.10110295
+  vertex -1.10224402 0.110184997 1.10110295
+  vertex -0.963268995 0.382218003 1.00323403
+  endloop
+ endfacet
+
+ facet normal -0.337955117 -0.388762146 -0.857117355
+  outer loop
+  vertex -1.12063003 0.519014001 1.00323403
+  vertex -1.21148205 0.382218003 1.10110295
+  vertex -0.963268995 0.382218003 1.00323403
+  endloop
+ endfacet
+
+ facet normal 0.260202944 -0.670137882 -0.695132792
+  outer loop
+  vertex -1.51577306 0.432215005 0.939001024
+  vertex -1.21148205 0.382218003 1.10110295
+  vertex -1.12063003 0.519014001 1.00323403
+  endloop
+ endfacet
+
+ facet normal 0.25209403 -0.68426919 -0.68426919
+  outer loop
+  vertex -1.51577306 0.432215005 0.939001024
+  vertex -1.51577306 0.250510991 1.12070501
+  vertex -1.21148205 0.382218003 1.10110295
+  endloop
+ endfacet
+
+ facet normal 0.186157033 -0.694746077 -0.694747031
+  outer loop
+  vertex -1.63987899 0.217256993 1.12070501
+  vertex -1.51577306 0.250510991 1.12070501
+  vertex -1.51577306 0.432215005 0.939001024
+  endloop
+ endfacet
+
+ facet normal 0.380661011 -0.715228021 -0.586127996
+  outer loop
+  vertex -1.77611899 0.322712004 0.903541982
+  vertex -1.63987899 0.217256993 1.12070501
+  vertex -1.51577306 0.432215005 0.939001024
+  endloop
+ endfacet
+
+ facet normal 0.673306763 -0.404560834 -0.618860781
+  outer loop
+  vertex -1.89073491 0.131956995 0.903541982
+  vertex -1.63987899 0.217256993 1.12070501
+  vertex -1.77611899 0.322712004 0.903541982
+  endloop
+ endfacet
+
+ facet normal 0.622429729 -0.622429729 -0.474512786
+  outer loop
+  vertex -1.89073491 0.131956995 0.903541982
+  vertex -1.73073196 0.126405001 1.12070501
+  vertex -1.63987899 0.217256993 1.12070501
+  endloop
+ endfacet
+
+ facet normal 0.784513175 -0.210212052 -0.583395123
+  outer loop
+  vertex -1.76398599 0.00229800004 1.12070501
+  vertex -1.73073196 0.126405001 1.12070501
+  vertex -1.89073491 0.131956995 0.903541982
+  endloop
+ endfacet
+
+ facet normal 0.634200931 -0.442243934 -0.634199917
+  outer loop
+  vertex -1.94569099 0.00229800004 0.939001024
+  vertex -1.76398599 0.00229800004 1.12070501
+  vertex -1.89073491 0.131956995 0.903541982
+  endloop
+ endfacet
+
+ facet normal -0.521937072 0.820092142 0.23458603
+  outer loop
+  vertex -1.86046696 0.186704993 0.72092402
+  vertex -1.861866 0.181822002 0.734879017
+  vertex -1.90136802 0.159713998 0.72427702
+  endloop
+ endfacet
+
+ facet normal 0.561335981 0.0371459983 -0.826753974
+  outer loop
+  vertex -1.86046696 0.186704993 0.72092402
+  vertex -1.88625693 0.190698996 0.703593016
+  vertex -1.95466805 0.150288999 0.655328989
+  endloop
+ endfacet
+
+ facet normal 0.511620045 -0.810681105 -0.284677029
+  outer loop
+  vertex -1.95466805 0.150288999 0.655328989
+  vertex -1.90136802 0.159713998 0.72427702
+  vertex -1.86046696 0.186704993 0.72092402
+  endloop
+ endfacet
+
+ facet normal 0.675249338 -0.414224237 -0.610292375
+  outer loop
+  vertex -1.95466805 0.150288999 0.655328989
+  vertex -1.88625693 0.190698996 0.703593016
+  vertex -1.862077 0.240274996 0.69669801
+  endloop
+ endfacet
+
+ facet normal 0.672121286 -0.413267165 -0.6143803
+  outer loop
+  vertex -1.84992504 0.223467007 0.721297979
+  vertex -1.862077 0.240274996 0.69669801
+  vertex -1.88625693 0.190698996 0.703593016
+  endloop
+ endfacet
+
+ facet normal 0.536241055 -0.145309016 -0.831463099
+  outer loop
+  vertex -1.88625693 0.190698996 0.703593016
+  vertex -1.86046696 0.186704993 0.72092402
+  vertex -1.84992504 0.223467007 0.721297979
+  endloop
+ endfacet
+
+ facet normal 0.895058095 -0.00553400069 -0.445915073
+  outer loop
+  vertex -1.862077 0.240274996 0.69669801
+  vertex -1.84992504 0.223467007 0.721297979
+  vertex -1.83589005 0.272417009 0.748862982
+  endloop
+ endfacet
+
+ facet normal 0.914936006 -0.290188998 -0.280503988
+  outer loop
+  vertex -1.83589005 0.272417009 0.748862982
+  vertex -1.83185291 0.302246004 0.731172025
+  vertex -1.862077 0.240274996 0.69669801
+  endloop
+ endfacet
+
+ facet normal 0.968834221 -0.246922046 -0.0197400041
+  outer loop
+  vertex -1.82278597 0.320836991 0.786329985
+  vertex -1.83589005 0.272417009 0.748862982
+  vertex -1.82824898 0.299062014 0.790558994
+  endloop
+ endfacet
+
+ facet normal 0.977088094 -0.189592034 -0.0967150182
+  outer loop
+  vertex -1.83589005 0.272417009 0.748862982
+  vertex -1.82278597 0.320836991 0.786329985
+  vertex -1.83185291 0.302246004 0.731172025
+  endloop
+ endfacet
+
+ facet normal 0.997900486 -0.059398029 0.0258140136
+  outer loop
+  vertex -1.82883 0.30844301 0.834594011
+  vertex -1.82824898 0.299062014 0.790558994
+  vertex -1.82945108 0.294871002 0.827350974
+  endloop
+ endfacet
+
+ facet normal 0.970842361 -0.231529072 0.0621240176
+  outer loop
+  vertex -1.82883 0.30844301 0.834594011
+  vertex -1.82278597 0.320836991 0.786329985
+  vertex -1.82824898 0.299062014 0.790558994
+  endloop
+ endfacet
+
+ facet normal 0.980895996 -0.124577008 0.149410993
+  outer loop
+  vertex -1.82945108 0.294871002 0.827350974
+  vertex -1.83534694 0.274305999 0.848914027
+  vertex -1.82883 0.30844301 0.834594011
+  endloop
+ endfacet
+
+ facet normal 0.919196248 -0.0103330025 0.393664122
+  outer loop
+  vertex -1.83534694 0.274305999 0.848914027
+  vertex -1.84091997 0.283654988 0.862173021
+  vertex -1.82883 0.30844301 0.834594011
+  endloop
+ endfacet
+
+ facet normal 0.793512285 -0.287576079 0.536319196
+  outer loop
+  vertex -1.83534694 0.274305999 0.848914027
+  vertex -1.859056 0.246472001 0.869068027
+  vertex -1.84091997 0.283654988 0.862173021
+  endloop
+ endfacet
+
+ facet normal 0.804793894 -0.326704979 0.495550931
+  outer loop
+  vertex -1.859056 0.246472001 0.869068027
+  vertex -1.83534694 0.274305999 0.848914027
+  vertex -1.84234202 0.249915004 0.844193995
+  endloop
+ endfacet
+
+ facet normal 0.715217113 -0.572144091 0.401392102
+  outer loop
+  vertex -1.84234202 0.249915004 0.844193995
+  vertex -1.87719107 0.209290996 0.848384023
+  vertex -1.859056 0.246472001 0.869068027
+  endloop
+ endfacet
+
+ facet normal 0.653585851 -0.502279878 0.566162825
+  outer loop
+  vertex -1.87719107 0.209290996 0.848384023
+  vertex -1.84234202 0.249915004 0.844193995
+  vertex -1.84963393 0.224481001 0.830048978
+  endloop
+ endfacet
+
+ facet normal 0.553774893 -0.8182289 0.154384971
+  outer loop
+  vertex -1.87719107 0.209290996 0.848384023
+  vertex -1.84963393 0.224481001 0.830048978
+  vertex -1.851632 0.217520997 0.800320983
+  endloop
+ endfacet
+
+ facet normal 0.600953341 -0.777222455 0.18649511
+  outer loop
+  vertex -1.851632 0.217520997 0.800320983
+  vertex -1.88625693 0.190698996 0.800119996
+  vertex -1.87719107 0.209290996 0.848384023
+  endloop
+ endfacet
+
+ facet normal 0.597519338 -0.772989392 0.213209108
+  outer loop
+  vertex -1.88625693 0.190698996 0.800119996
+  vertex -1.851632 0.217520997 0.800320983
+  vertex -1.85507607 0.205509007 0.766424
+  endloop
+ endfacet
+
+ facet normal 0.664247036 -0.676876068 0.317198038
+  outer loop
+  vertex -1.85507607 0.205509007 0.766424
+  vertex -1.89834702 0.165911004 0.772539973
+  vertex -1.88625693 0.190698996 0.800119996
+  endloop
+ endfacet
+
+ facet normal 0.657633066 -0.663550079 0.356679052
+  outer loop
+  vertex -1.89834702 0.165911004 0.772539973
+  vertex -1.85507607 0.205509007 0.766424
+  vertex -1.861866 0.181822002 0.734879017
+  endloop
+ endfacet
+
+ facet normal 0.469525933 -0.87896502 0.0834619924
+  outer loop
+  vertex -1.861866 0.181822002 0.734879017
+  vertex -1.90136802 0.159713998 0.72427702
+  vertex -1.89834702 0.165911004 0.772539973
+  endloop
+ endfacet
+
+ facet normal 0.373062909 -0.913278759 -0.163541958
+  outer loop
+  vertex -1.95466805 0.150288999 0.655328989
+  vertex -1.89073491 0.131956995 0.903541982
+  vertex -1.90136802 0.159713998 0.72427702
+  endloop
+ endfacet
+
+ facet normal 0.998070359 -0.0116050038 -0.0609980263
+  outer loop
+  vertex -1.89073491 0.131956995 0.903541982
+  vertex -1.89834702 0.165911004 0.772539973
+  vertex -1.90136802 0.159713998 0.72427702
+  endloop
+ endfacet
+
+ facet normal 0.941413999 -0.30913201 -0.13482298
+  outer loop
+  vertex -1.89073491 0.131956995 0.903541982
+  vertex -1.88625693 0.190698996 0.800119996
+  vertex -1.89834702 0.165911004 0.772539973
+  endloop
+ endfacet
+
+ facet normal 0.967765391 -0.234683871 -0.0913969502
+  outer loop
+  vertex -1.89073491 0.131956995 0.903541982
+  vertex -1.87719107 0.209290996 0.848384023
+  vertex -1.88625693 0.190698996 0.800119996
+  endloop
+ endfacet
+
+ facet normal 0.919147134 -0.322406024 -0.22632502
+  outer loop
+  vertex -1.89073491 0.131956995 0.903541982
+  vertex -1.859056 0.246472001 0.869068027
+  vertex -1.87719107 0.209290996 0.848384023
+  endloop
+ endfacet
+
+ facet normal 0.629824102 -0.378435016 -0.678313076
+  outer loop
+  vertex -1.859056 0.246472001 0.869068027
+  vertex -1.89073491 0.131956995 0.903541982
+  vertex -1.77611899 0.322712004 0.903541982
+  endloop
+ endfacet
+
+ facet normal 0.655910254 -0.434390157 -0.617322266
+  outer loop
+  vertex -1.77611899 0.322712004 0.903541982
+  vertex -1.84091997 0.283654988 0.862173021
+  vertex -1.859056 0.246472001 0.869068027
+  endloop
+ endfacet
+
+ facet normal 0.635727286 -0.691575289 -0.342891186
+  outer loop
+  vertex -1.77611899 0.322712004 0.903541982
+  vertex -1.82883 0.30844301 0.834594011
+  vertex -1.84091997 0.283654988 0.862173021
+  endloop
+ endfacet
+
+ facet normal 0.669934034 -0.402535051 -0.623822033
+  outer loop
+  vertex -1.82231998 0.370554 0.655328989
+  vertex -1.95466805 0.150288999 0.655328989
+  vertex -1.862077 0.240274996 0.69669801
+  endloop
+ endfacet
+
+ facet normal 0.919927955 -0.341761976 -0.192174986
+  outer loop
+  vertex -1.82231998 0.370554 0.655328989
+  vertex -1.862077 0.240274996 0.69669801
+  vertex -1.83185291 0.302246004 0.731172025
+  endloop
+ endfacet
+
+ facet normal 0.970269501 -0.227404878 -0.082849957
+  outer loop
+  vertex -1.82231998 0.370554 0.655328989
+  vertex -1.83185291 0.302246004 0.731172025
+  vertex -1.82278597 0.320836991 0.786329985
+  endloop
+ endfacet
+
+ facet normal 0.549644947 -0.795333922 -0.255605966
+  outer loop
+  vertex -1.82883 0.30844301 0.834594011
+  vertex -1.77611899 0.322712004 0.903541982
+  vertex -1.82231998 0.370554 0.655328989
+  endloop
+ endfacet
+
+ facet normal -0.685612202 -0.679787159 -0.260433048
+  outer loop
+  vertex -1.82231998 0.370554 0.655328989
+  vertex -1.82883 0.30844301 0.834594011
+  vertex -1.82278597 0.320836991 0.786329985
+  endloop
+ endfacet
+
+ facet normal 0.0977169722 0.666159749 0.739379823
+  outer loop
+  vertex 0.0900690034 -0.167228997 -0.494951993
+  vertex -0.233263001 -0.437810004 -0.208434999
+  vertex -0.584930003 -0.284505993 -0.300080001
+  endloop
+ endfacet
+
+ facet normal -0.169718057 0.339002132 0.925350368
+  outer loop
+  vertex 0.460438013 -0.389086008 -0.345746011
+  vertex 0.0900690034 -0.167228997 -0.494951993
+  vertex 0.457304001 0 -0.488862008
+  endloop
+ endfacet
+
+ facet normal 0.0998720229 0.664684117 0.740419149
+  outer loop
+  vertex 0.460438013 -0.389086008 -0.345746011
+  vertex -0.233263001 -0.437810004 -0.208434999
+  vertex 0.0900690034 -0.167228997 -0.494951993
+  endloop
+ endfacet
+
+ facet normal 0.220944032 0.28046003 0.934091032
+  outer loop
+  vertex -0.610705018 0 -0.379406005
+  vertex 0.0900690034 -0.167228997 -0.494951993
+  vertex -0.584930003 -0.284505993 -0.300080001
+  endloop
+ endfacet
+
+ facet normal 0.220944032 -0.28046003 0.934091032
+  outer loop
+  vertex 0.0900690034 0.167228997 -0.494951993
+  vertex -0.610705018 0 -0.379406005
+  vertex -0.584930003 0.284505993 -0.300080001
+  endloop
+ endfacet
+
+ facet normal -0.0165820085 0 0.999862492
+  outer loop
+  vertex 0.0900690034 -0.167228997 -0.494951993
+  vertex 0.0900690034 0.167228997 -0.494951993
+  vertex 0.457304001 0 -0.488862008
+  endloop
+ endfacet
+
+ facet normal 0.162686959 0 0.986677706
+  outer loop
+  vertex 0.0900690034 0.167228997 -0.494951993
+  vertex 0.0900690034 -0.167228997 -0.494951993
+  vertex -0.610705018 0 -0.379406005
+  endloop
+ endfacet
+
+ facet normal -0.190478116 0.247609138 0.94995153
+  outer loop
+  vertex -1.14137506 -0.292008013 -0.409700006
+  vertex -0.610705018 0 -0.379406005
+  vertex -0.584930003 -0.284505993 -0.300080001
+  endloop
+ endfacet
+
+ facet normal 0.699706972 0 0.714430034
+  outer loop
+  vertex -1.14137506 0.292008013 -0.409700006
+  vertex -1.14137506 -0.292008013 -0.409700006
+  vertex -1.41845703 0 -0.138327003
+  endloop
+ endfacet
+
+ facet normal -0.190478116 -0.247609138 0.94995153
+  outer loop
+  vertex -0.610705018 0 -0.379406005
+  vertex -1.14137506 0.292008013 -0.409700006
+  vertex -0.584930003 0.284505993 -0.300080001
+  endloop
+ endfacet
+
+ facet normal -0.0569919795 0 0.998374581
+  outer loop
+  vertex -1.14137506 0.292008013 -0.409700006
+  vertex -0.610705018 0 -0.379406005
+  vertex -1.14137506 -0.292008013 -0.409700006
+  endloop
+ endfacet
+
+ facet normal 0.802316129 -0.263622016 0.535530031
+  outer loop
+  vertex -1.33845997 0.472478002 -0.0255929995
+  vertex -1.14137506 0.292008013 -0.409700006
+  vertex -1.41845703 0 -0.138327003
+  endloop
+ endfacet
+
+ facet normal -0.193044886 -0.149941906 0.969665408
+  outer loop
+  vertex -1.14137506 0.292008013 -0.409700006
+  vertex -0.903297007 0.764486015 -0.289241999
+  vertex -0.584930003 0.284505993 -0.300080001
+  endloop
+ endfacet
+
+ facet normal 0.667306721 -0.481181771 0.568476737
+  outer loop
+  vertex -0.903297007 0.764486015 -0.289241999
+  vertex -1.14137506 0.292008013 -0.409700006
+  vertex -1.33845997 0.472478002 -0.0255929995
+  endloop
+ endfacet
+
+ facet normal 0.0977169722 -0.666159749 0.739379823
+  outer loop
+  vertex -0.233263001 0.437810004 -0.208434999
+  vertex 0.0900690034 0.167228997 -0.494951993
+  vertex -0.584930003 0.284505993 -0.300080001
+  endloop
+ endfacet
+
+ facet normal -0.169718057 -0.339002132 0.925350368
+  outer loop
+  vertex 0.0900690034 0.167228997 -0.494951993
+  vertex 0.460438013 0.389086008 -0.345746011
+  vertex 0.457304001 0 -0.488862008
+  endloop
+ endfacet
+
+ facet normal 0.0998720229 -0.664684117 0.740419149
+  outer loop
+  vertex 0.460438013 0.389086008 -0.345746011
+  vertex 0.0900690034 0.167228997 -0.494951993
+  vertex -0.233263001 0.437810004 -0.208434999
+  endloop
+ endfacet
+
+ facet normal -0.193044886 0.149941906 0.969665408
+  outer loop
+  vertex -0.903297007 -0.764486015 -0.289241999
+  vertex -1.14137506 -0.292008013 -0.409700006
+  vertex -0.584930003 -0.284505993 -0.300080001
+  endloop
+ endfacet
+
+ facet normal 0.802316129 0.263622016 0.535530031
+  outer loop
+  vertex -1.14137506 -0.292008013 -0.409700006
+  vertex -1.33845997 -0.472478002 -0.0255929995
+  vertex -1.41845703 0 -0.138327003
+  endloop
+ endfacet
+
+ facet normal 0.667307138 0.481182069 0.568476081
+  outer loop
+  vertex -1.33845997 -0.472478002 -0.0255929995
+  vertex -1.14137506 -0.292008013 -0.409700006
+  vertex -0.903297007 -0.764486015 -0.289241999
+  endloop
+ endfacet
+
+ facet normal -0.188931033 0.0582350083 -0.980262101
+  outer loop
+  vertex -1.51577306 0.00046000001 1.18721402
+  vertex -1.10224402 -0.107427001 1.10110295
+  vertex -1.06898999 0.00046000001 1.10110295
+  endloop
+ endfacet
+
+ facet normal -0.184715971 0.0741749927 -0.979988813
+  outer loop
+  vertex -1.51577306 0.00046000001 1.18721402
+  vertex -1.21148205 -0.379460007 1.10110295
+  vertex -1.10224402 -0.107427001 1.10110295
+  endloop
+ endfacet
+
+ facet normal -0.0691840202 0.258199126 0.963611364
+  outer loop
+  vertex -1.51577306 0.00046000001 0.194362
+  vertex -1.39166701 -0.214498997 0.26087001
+  vertex -1.51577306 -0.247752994 0.26087001
+  endloop
+ endfacet
+
+ facet normal 0.0497390032 0.258499026 -0.964730144
+  outer loop
+  vertex -1.51577306 0.00046000001 1.18721402
+  vertex -1.51577306 -0.247752994 1.12070501
+  vertex -1.21148205 -0.379460007 1.10110295
+  endloop
+ endfacet
+
+ facet normal 0.86519593 0.129780978 0.484347939
+  outer loop
+  vertex -1.51577306 0.00046000001 0.194362
+  vertex -1.51577306 -0.247752994 0.26087001
+  vertex -1.59023798 -0.214498997 0.384977013
+  endloop
+ endfacet
+
+ facet normal 0.0691840202 0.258199126 -0.963611364
+  outer loop
+  vertex -1.51577306 0.00046000001 1.18721402
+  vertex -1.63987899 -0.214498997 1.12070501
+  vertex -1.51577306 -0.247752994 1.12070501
+  endloop
+ endfacet
+
+ facet normal 0.202385992 0.60955894 0.766471028
+  outer loop
+  vertex -1.51577306 0.00046000001 0.194362
+  vertex -1.59023798 -0.214498997 0.384977013
+  vertex -1.68109 -0.123646997 0.336712986
+  endloop
+ endfacet
+
+ facet normal 0.189015046 0.189015046 -0.963611245
+  outer loop
+  vertex -1.51577306 0.00046000001 1.18721402
+  vertex -1.73073196 -0.123646997 1.12070501
+  vertex -1.63987899 -0.214498997 1.12070501
+  endloop
+ endfacet
+
+ facet normal 0.57565999 0.154247016 0.803008974
+  outer loop
+  vertex -1.51577306 0.00046000001 0.194362
+  vertex -1.68109 -0.123646997 0.336712986
+  vertex -1.71434402 0.00046000001 0.336712986
+  endloop
+ endfacet
+
+ facet normal 0.258199096 0.069185026 -0.963611245
+  outer loop
+  vertex -1.51577306 0.00046000001 1.18721402
+  vertex -1.76398599 0.00046000001 1.12070501
+  vertex -1.73073196 -0.123646997 1.12070501
+  endloop
+ endfacet
+
+ facet normal 0.202413991 0.788102925 0.581310928
+  outer loop
+  vertex -1.16183996 -0.407552987 0.442575008
+  vertex -1.30081499 -0.371859998 0.442575008
+  vertex -1.39166701 -0.214498997 0.26087001
+  endloop
+ endfacet
+
+ facet normal -0.0857829452 0.731517494 0.676404655
+  outer loop
+  vertex -1.39166701 -0.214498997 0.26087001
+  vertex -1.30081499 -0.371859998 0.442575008
+  vertex -1.51577306 -0.486321986 0.539102018
+  endloop
+ endfacet
+
+ facet normal -0.199329078 0.743908286 0.637862265
+  outer loop
+  vertex -1.39166701 -0.214498997 0.26087001
+  vertex -1.51577306 -0.486321986 0.539102018
+  vertex -1.51577306 -0.247752994 0.26087001
+  endloop
+ endfacet
+
+ facet normal 0.818344295 0.436300159 0.374105155
+  outer loop
+  vertex -1.51577306 -0.247752994 0.26087001
+  vertex -1.51577306 -0.486321986 0.539102018
+  vertex -1.59023798 -0.214498997 0.384977013
+  endloop
+ endfacet
+
+ facet normal -0.151083976 0.455930918 0.877097785
+  outer loop
+  vertex -1.51577306 -0.486321986 0.539102018
+  vertex -1.73073196 -0.371859998 0.442575008
+  vertex -1.59023798 -0.214498997 0.384977013
+  endloop
+ endfacet
+
+ facet normal 0.186527073 0.186527073 0.964580357
+  outer loop
+  vertex -1.59023798 -0.214498997 0.384977013
+  vertex -1.73073196 -0.371859998 0.442575008
+  vertex -1.88809204 -0.214498997 0.442575008
+  endloop
+ endfacet
+
+ facet normal 0.154704019 0.579696059 0.800012052
+  outer loop
+  vertex -1.59023798 -0.214498997 0.384977013
+  vertex -1.88809204 -0.214498997 0.442575008
+  vertex -1.68109 -0.123646997 0.336712986
+  endloop
+ endfacet
+
+ facet normal 0.413534015 0.110806011 0.903721035
+  outer loop
+  vertex -1.68109 -0.123646997 0.336712986
+  vertex -1.88809204 -0.214498997 0.442575008
+  vertex -1.71434402 0.00046000001 0.336712986
+  endloop
+ endfacet
+
+ facet normal 0.30303511 0.212556094 0.928972363
+  outer loop
+  vertex -1.88809204 -0.214498997 0.442575008
+  vertex -1.93741703 0.00046000001 0.409480006
+  vertex -1.71434402 0.00046000001 0.336712986
+  endloop
+ endfacet
+
+ facet normal -0.839146435 0.156273901 0.520971715
+  outer loop
+  vertex -1.08585596 0.00046000001 0.442575008
+  vertex -0.820776999 0.00046000001 0.869545996
+  vertex -1.16183996 -0.407552987 0.442575008
+  endloop
+ endfacet
+
+ facet normal -0.844083071 0.17527701 0.506756067
+  outer loop
+  vertex -0.820776999 0.00046000001 0.869545996
+  vertex -0.905672014 -0.408369005 0.869545996
+  vertex -1.16183996 -0.407552987 0.442575008
+  endloop
+ endfacet
+
+ facet normal -0.610179067 0.701910973 0.367426991
+  outer loop
+  vertex -1.16183996 -0.407552987 0.442575008
+  vertex -0.905672014 -0.408369005 0.869545996
+  vertex -1.087376 -0.566326022 0.869545996
+  endloop
+ endfacet
+
+ facet normal 0.237148017 0.92334199 0.301994026
+  outer loop
+  vertex -1.16183996 -0.407552987 0.442575008
+  vertex -1.087376 -0.566326022 0.869545996
+  vertex -1.30081499 -0.371859998 0.442575008
+  endloop
+ endfacet
+
+ facet normal -0.22484003 0.839457035 0.494731098
+  outer loop
+  vertex -1.30081499 -0.371859998 0.442575008
+  vertex -1.087376 -0.566326022 0.869545996
+  vertex -1.51577306 -0.486321986 0.539102018
+  endloop
+ endfacet
+
+ facet normal 0.136153921 0.988691449 0.0628579706
+  outer loop
+  vertex -1.087376 -0.566326022 0.869545996
+  vertex -1.51577306 -0.495965987 0.690787971
+  vertex -1.51577306 -0.486321986 0.539102018
+  endloop
+ endfacet
+
+ facet normal 0.379295141 0.923411429 0.0587080233
+  outer loop
+  vertex -1.51577306 -0.486321986 0.539102018
+  vertex -1.51577306 -0.495965987 0.690787971
+  vertex -1.82231998 -0.367796004 0.655328989
+  endloop
+ endfacet
+
+ facet normal 0.40773806 0.899263144 0.158352017
+  outer loop
+  vertex -1.51577306 -0.486321986 0.539102018
+  vertex -1.82231998 -0.367796004 0.655328989
+  vertex -1.73073196 -0.371859998 0.442575008
+  endloop
+ endfacet
+
+ facet normal 0.678963006 0.678963006 0.279318005
+  outer loop
+  vertex -1.73073196 -0.371859998 0.442575008
+  vertex -1.82231998 -0.367796004 0.655328989
+  vertex -1.88809204 -0.214498997 0.442575008
+  endloop
+ endfacet
+
+ facet normal 0.852383077 0.512161076 0.105518013
+  outer loop
+  vertex -1.82231998 -0.367796004 0.655328989
+  vertex -1.95466805 -0.147531003 0.655328989
+  vertex -1.88809204 -0.214498997 0.442575008
+  endloop
+ endfacet
+
+ facet normal 0.871156156 0.475356132 0.122977026
+  outer loop
+  vertex -1.88809204 -0.214498997 0.442575008
+  vertex -1.95466805 -0.147531003 0.655328989
+  vertex -2.02874589 0.00046000001 0.608051002
+  endloop
+ endfacet
+
+ facet normal 0.876483917 0.263182968 0.403125972
+  outer loop
+  vertex -1.88809204 -0.214498997 0.442575008
+  vertex -2.02874589 0.00046000001 0.608051002
+  vertex -1.93741703 0.00046000001 0.409480006
+  endloop
+ endfacet
+
+ facet normal -0.881306171 0.176261023 -0.438442081
+  outer loop
+  vertex -0.820776999 0.00046000001 0.869545996
+  vertex -0.887284994 0.00046000001 1.00323403
+  vertex -0.963268995 -0.379460007 1.00323403
+  endloop
+ endfacet
+
+ facet normal -0.887549043 0.184303015 -0.422242999
+  outer loop
+  vertex -0.820776999 0.00046000001 0.869545996
+  vertex -0.963268995 -0.379460007 1.00323403
+  vertex -0.905672014 -0.408369005 0.869545996
+  endloop
+ endfacet
+
+ facet normal -0.599210024 0.689293087 -0.407213032
+  outer loop
+  vertex -0.905672014 -0.408369005 0.869545996
+  vertex -0.963268995 -0.379460007 1.00323403
+  vertex -1.087376 -0.566326022 0.869545996
+  endloop
+ endfacet
+
+ facet normal -0.59920913 0.689293206 -0.407214105
+  outer loop
+  vertex -0.963268995 -0.379460007 1.00323403
+  vertex -1.12063003 -0.516255975 1.00323403
+  vertex -1.087376 -0.566326022 0.869545996
+  endloop
+ endfacet
+
+ facet normal 0.249578983 0.925593019 -0.284583956
+  outer loop
+  vertex -1.087376 -0.566326022 0.869545996
+  vertex -1.12063003 -0.516255975 1.00323403
+  vertex -1.51577306 -0.429457009 0.939001024
+  endloop
+ endfacet
+
+ facet normal 0.257640928 0.933316827 -0.250081927
+  outer loop
+  vertex -1.087376 -0.566326022 0.869545996
+  vertex -1.51577306 -0.429457009 0.939001024
+  vertex -1.51577306 -0.495965987 0.690787971
+  endloop
+ endfacet
+
+ facet normal 0.397967786 0.886139572 -0.237440884
+  outer loop
+  vertex -1.51577306 -0.495965987 0.690787971
+  vertex -1.51577306 -0.429457009 0.939001024
+  vertex -1.82231998 -0.367796004 0.655328989
+  endloop
+ endfacet
+
+ facet normal 0.404057056 0.881292224 -0.245075062
+  outer loop
+  vertex -1.51577306 -0.429457009 0.939001024
+  vertex -1.77611899 -0.319954008 0.903541982
+  vertex -1.82231998 -0.367796004 0.655328989
+  endloop
+ endfacet
+
+ facet normal 0.894504726 0.365525872 -0.25739491
+  outer loop
+  vertex -1.95466805 -0.147531003 0.655328989
+  vertex -1.89073491 -0.129198998 0.903541982
+  vertex -2.02874589 0.00046000001 0.608051002
+  endloop
+ endfacet
+
+ facet normal 0.875202715 0.431018859 -0.219642922
+  outer loop
+  vertex -1.89073491 -0.129198998 0.903541982
+  vertex -1.94569099 0.00046000001 0.939001024
+  vertex -2.02874589 0.00046000001 0.608051002
+  endloop
+ endfacet
+
+ facet normal -0.472085088 0.0944170132 -0.876482189
+  outer loop
+  vertex -0.887284994 0.00046000001 1.00323403
+  vertex -1.06898999 0.00046000001 1.10110295
+  vertex -0.963268995 -0.379460007 1.00323403
+  endloop
+ endfacet
+
+ facet normal -0.399085015 0.123011015 -0.908625066
+  outer loop
+  vertex -1.06898999 0.00046000001 1.10110295
+  vertex -1.10224402 -0.107427001 1.10110295
+  vertex -0.963268995 -0.379460007 1.00323403
+  endloop
+ endfacet
+
+ facet normal -0.362892926 0.145723984 -0.92036581
+  outer loop
+  vertex -0.963268995 -0.379460007 1.00323403
+  vertex -1.10224402 -0.107427001 1.10110295
+  vertex -1.21148205 -0.379460007 1.10110295
+  endloop
+ endfacet
+
+ facet normal -0.337954879 0.388761878 -0.857117712
+  outer loop
+  vertex -0.963268995 -0.379460007 1.00323403
+  vertex -1.21148205 -0.379460007 1.10110295
+  vertex -1.12063003 -0.516255975 1.00323403
+  endloop
+ endfacet
+
+ facet normal 0.260202944 0.670137882 -0.695132792
+  outer loop
+  vertex -1.12063003 -0.516255975 1.00323403
+  vertex -1.21148205 -0.379460007 1.10110295
+  vertex -1.51577306 -0.429457009 0.939001024
+  endloop
+ endfacet
+
+ facet normal 0.25209403 0.68426919 -0.68426919
+  outer loop
+  vertex -1.21148205 -0.379460007 1.10110295
+  vertex -1.51577306 -0.247752994 1.12070501
+  vertex -1.51577306 -0.429457009 0.939001024
+  endloop
+ endfacet
+
+ facet normal 0.186156049 0.694746196 -0.69474715
+  outer loop
+  vertex -1.51577306 -0.429457009 0.939001024
+  vertex -1.51577306 -0.247752994 1.12070501
+  vertex -1.63987899 -0.214498997 1.12070501
+  endloop
+ endfacet
+
+ facet normal 0.380661011 0.715228021 -0.586127996
+  outer loop
+  vertex -1.51577306 -0.429457009 0.939001024
+  vertex -1.63987899 -0.214498997 1.12070501
+  vertex -1.77611899 -0.319954008 0.903541982
+  endloop
+ endfacet
+
+ facet normal 0.673306763 0.404560834 -0.618860781
+  outer loop
+  vertex -1.77611899 -0.319954008 0.903541982
+  vertex -1.63987899 -0.214498997 1.12070501
+  vertex -1.89073491 -0.129198998 0.903541982
+  endloop
+ endfacet
+
+ facet normal 0.622429729 0.622429729 -0.474512786
+  outer loop
+  vertex -1.63987899 -0.214498997 1.12070501
+  vertex -1.73073196 -0.123646997 1.12070501
+  vertex -1.89073491 -0.129198998 0.903541982
+  endloop
+ endfacet
+
+ facet normal 0.784513354 0.210211098 -0.583395302
+  outer loop
+  vertex -1.89073491 -0.129198998 0.903541982
+  vertex -1.73073196 -0.123646997 1.12070501
+  vertex -1.76398599 0.00046000001 1.12070501
+  endloop
+ endfacet
+
+ facet normal 0.634200931 0.442243934 -0.634199917
+  outer loop
+  vertex -1.89073491 -0.129198998 0.903541982
+  vertex -1.76398599 0.00046000001 1.12070501
+  vertex -1.94569099 0.00046000001 0.939001024
+  endloop
+ endfacet
+
+ facet normal -0.521937132 -0.820093155 0.234582052
+  outer loop
+  vertex -1.90136802 -0.156956002 0.72427702
+  vertex -1.861866 -0.179064006 0.734879017
+  vertex -1.86046696 -0.183946997 0.72092402
+  endloop
+ endfacet
+
+ facet normal 0.561335981 -0.0371459983 -0.826753974
+  outer loop
+  vertex -1.95466805 -0.147531003 0.655328989
+  vertex -1.88625693 -0.187941998 0.703593016
+  vertex -1.86046696 -0.183946997 0.72092402
+  endloop
+ endfacet
+
+ facet normal 0.511620224 0.810681403 -0.284676135
+  outer loop
+  vertex -1.86046696 -0.183946997 0.72092402
+  vertex -1.90136802 -0.156956002 0.72427702
+  vertex -1.95466805 -0.147531003 0.655328989
+  endloop
+ endfacet
+
+ facet normal 0.67524904 0.414225072 -0.610292137
+  outer loop
+  vertex -1.862077 -0.237517998 0.69669801
+  vertex -1.88625693 -0.187941998 0.703593016
+  vertex -1.95466805 -0.147531003 0.655328989
+  endloop
+ endfacet
+
+ facet normal 0.672120929 0.413266957 -0.614380956
+  outer loop
+  vertex -1.88625693 -0.187941998 0.703593016
+  vertex -1.862077 -0.237517998 0.69669801
+  vertex -1.84992504 -0.220708996 0.721297979
+  endloop
+ endfacet
+
+ facet normal 0.536240935 0.14531 -0.831462979
+  outer loop
+  vertex -1.84992504 -0.220708996 0.721297979
+  vertex -1.86046696 -0.183946997 0.72092402
+  vertex -1.88625693 -0.187941998 0.703593016
+  endloop
+ endfacet
+
+ facet normal 0.895058095 0.00553400069 -0.445915073
+  outer loop
+  vertex -1.83589005 -0.269659013 0.748862982
+  vertex -1.84992504 -0.220708996 0.721297979
+  vertex -1.862077 -0.237517998 0.69669801
+  endloop
+ endfacet
+
+ facet normal 0.914935708 0.290189922 -0.280503899
+  outer loop
+  vertex -1.862077 -0.237517998 0.69669801
+  vertex -1.83185291 -0.299488008 0.731172025
+  vertex -1.83589005 -0.269659013 0.748862982
+  endloop
+ endfacet
+
+ facet normal 0.968834102 0.246923044 -0.019739002
+  outer loop
+  vertex -1.82824898 -0.296305001 0.790558994
+  vertex -1.83589005 -0.269659013 0.748862982
+  vertex -1.82278597 -0.318078995 0.786329985
+  endloop
+ endfacet
+
+ facet normal 0.977088094 0.189592034 -0.0967150182
+  outer loop
+  vertex -1.83185291 -0.299488008 0.731172025
+  vertex -1.82278597 -0.318078995 0.786329985
+  vertex -1.83589005 -0.269659013 0.748862982
+  endloop
+ endfacet
+
+ facet normal 0.997900426 0.0593979657 0.0258139856
+  outer loop
+  vertex -1.82945108 -0.292113006 0.827350974
+  vertex -1.82824898 -0.296305001 0.790558994
+  vertex -1.82883 -0.305685014 0.834594011
+  endloop
+ endfacet
+
+ facet normal 0.970842183 0.231530026 0.0621240065
+  outer loop
+  vertex -1.82824898 -0.296305001 0.790558994
+  vertex -1.82278597 -0.318078995 0.786329985
+  vertex -1.82883 -0.305685014 0.834594011
+  endloop
+ endfacet
+
+ facet normal 0.980895877 0.124576986 0.149411991
+  outer loop
+  vertex -1.82883 -0.305685014 0.834594011
+  vertex -1.83534694 -0.271548003 0.848914027
+  vertex -1.82945108 -0.292113006 0.827350974
+  endloop
+ endfacet
+
+ facet normal 0.919196248 0.0103330025 0.393664122
+  outer loop
+  vertex -1.82883 -0.305685014 0.834594011
+  vertex -1.84091997 -0.280896991 0.862173021
+  vertex -1.83534694 -0.271548003 0.848914027
+  endloop
+ endfacet
+
+ facet normal 0.793512464 0.287575155 0.536319315
+  outer loop
+  vertex -1.84091997 -0.280896991 0.862173021
+  vertex -1.859056 -0.243714005 0.869068027
+  vertex -1.83534694 -0.271548003 0.848914027
+  endloop
+ endfacet
+
+ facet normal 0.804794014 0.326705992 0.495550007
+  outer loop
+  vertex -1.84234202 -0.247156993 0.844193995
+  vertex -1.83534694 -0.271548003 0.848914027
+  vertex -1.859056 -0.243714005 0.869068027
+  endloop
+ endfacet
+
+ facet normal 0.715218186 0.572144151 0.401390105
+  outer loop
+  vertex -1.859056 -0.243714005 0.869068027
+  vertex -1.87719107 -0.206533 0.848384023
+  vertex -1.84234202 -0.247156993 0.844193995
+  endloop
+ endfacet
+
+ facet normal 0.653584957 0.502278864 0.566164911
+  outer loop
+  vertex -1.84963393 -0.221723005 0.830048978
+  vertex -1.84234202 -0.247156993 0.844193995
+  vertex -1.87719107 -0.206533 0.848384023
+  endloop
+ endfacet
+
+ facet normal 0.55377394 0.818229973 0.154382989
+  outer loop
+  vertex -1.851632 -0.214763001 0.800320983
+  vertex -1.84963393 -0.221723005 0.830048978
+  vertex -1.87719107 -0.206533 0.848384023
+  endloop
+ endfacet
+
+ facet normal 0.600952983 0.777222991 0.186493993
+  outer loop
+  vertex -1.87719107 -0.206533 0.848384023
+  vertex -1.88625693 -0.187941998 0.800119996
+  vertex -1.851632 -0.214763001 0.800320983
+  endloop
+ endfacet
+
+ facet normal 0.597518981 0.772989929 0.21320799
+  outer loop
+  vertex -1.85507607 -0.202750996 0.766424
+  vertex -1.851632 -0.214763001 0.800320983
+  vertex -1.88625693 -0.187941998 0.800119996
+  endloop
+ endfacet
+
+ facet normal 0.664247036 0.676876068 0.317198038
+  outer loop
+  vertex -1.88625693 -0.187941998 0.800119996
+  vertex -1.89834702 -0.163152993 0.772539973
+  vertex -1.85507607 -0.202750996 0.766424
+  endloop
+ endfacet
+
+ facet normal 0.657633364 0.663550377 0.356678218
+  outer loop
+  vertex -1.861866 -0.179064006 0.734879017
+  vertex -1.85507607 -0.202750996 0.766424
+  vertex -1.89834702 -0.163152993 0.772539973
+  endloop
+ endfacet
+
+ facet normal 0.469525933 0.87896502 0.0834619924
+  outer loop
+  vertex -1.89834702 -0.163152993 0.772539973
+  vertex -1.90136802 -0.156956002 0.72427702
+  vertex -1.861866 -0.179064006 0.734879017
+  endloop
+ endfacet
+
+ facet normal 0.373062909 0.913278759 -0.163541958
+  outer loop
+  vertex -1.90136802 -0.156956002 0.72427702
+  vertex -1.89073491 -0.129198998 0.903541982
+  vertex -1.95466805 -0.147531003 0.655328989
+  endloop
+ endfacet
+
+ facet normal 0.998070359 0.0116050038 -0.0609980263
+  outer loop
+  vertex -1.90136802 -0.156956002 0.72427702
+  vertex -1.89834702 -0.163152993 0.772539973
+  vertex -1.89073491 -0.129198998 0.903541982
+  endloop
+ endfacet
+
+ facet normal 0.941414237 0.309131056 -0.134823024
+  outer loop
+  vertex -1.89834702 -0.163152993 0.772539973
+  vertex -1.88625693 -0.187941998 0.800119996
+  vertex -1.89073491 -0.129198998 0.903541982
+  endloop
+ endfacet
+
+ facet normal 0.967765391 0.234684095 -0.0913970396
+  outer loop
+  vertex -1.88625693 -0.187941998 0.800119996
+  vertex -1.87719107 -0.206533 0.848384023
+  vertex -1.89073491 -0.129198998 0.903541982
+  endloop
+ endfacet
+
+ facet normal 0.919146776 0.322406918 -0.226324946
+  outer loop
+  vertex -1.87719107 -0.206533 0.848384023
+  vertex -1.859056 -0.243714005 0.869068027
+  vertex -1.89073491 -0.129198998 0.903541982
+  endloop
+ endfacet
+
+ facet normal 0.629824638 0.378434747 -0.6783126
+  outer loop
+  vertex -1.77611899 -0.319954008 0.903541982
+  vertex -1.89073491 -0.129198998 0.903541982
+  vertex -1.859056 -0.243714005 0.869068027
+  endloop
+ endfacet
+
+ facet normal 0.655910134 0.434389085 -0.617323101
+  outer loop
+  vertex -1.859056 -0.243714005 0.869068027
+  vertex -1.84091997 -0.280896991 0.862173021
+  vertex -1.77611899 -0.319954008 0.903541982
+  endloop
+ endfacet
+
+ facet normal 0.635726869 0.691575825 -0.342890948
+  outer loop
+  vertex -1.84091997 -0.280896991 0.862173021
+  vertex -1.82883 -0.305685014 0.834594011
+  vertex -1.77611899 -0.319954008 0.903541982
+  endloop
+ endfacet
+
+ facet normal 0.669934034 0.402535051 -0.623822033
+  outer loop
+  vertex -1.862077 -0.237517998 0.69669801
+  vertex -1.95466805 -0.147531003 0.655328989
+  vertex -1.82231998 -0.367796004 0.655328989
+  endloop
+ endfacet
+
+ facet normal 0.919927955 0.341761976 -0.192174986
+  outer loop
+  vertex -1.83185291 -0.299488008 0.731172025
+  vertex -1.862077 -0.237517998 0.69669801
+  vertex -1.82231998 -0.367796004 0.655328989
+  endloop
+ endfacet
+
+ facet normal 0.970269859 0.227403969 -0.0828489959
+  outer loop
+  vertex -1.82278597 -0.318078995 0.786329985
+  vertex -1.83185291 -0.299488008 0.731172025
+  vertex -1.82231998 -0.367796004 0.655328989
+  endloop
+ endfacet
+
+ facet normal 0.549644947 0.795333922 -0.255605966
+  outer loop
+  vertex -1.82231998 -0.367796004 0.655328989
+  vertex -1.77611899 -0.319954008 0.903541982
+  vertex -1.82883 -0.305685014 0.834594011
+  endloop
+ endfacet
+
+ facet normal -0.685613155 0.679786205 -0.260433048
+  outer loop
+  vertex -1.82278597 -0.318078995 0.786329985
+  vertex -1.82883 -0.305685014 0.834594011
+  vertex -1.82231998 -0.367796004 0.655328989
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.03665495 -0.418327987 -0.397619992
+  vertex -2.03665495 -0.418327987 -0.397619992
+  vertex -2.03665495 -0.418327987 -0.397619992
+  endloop
+ endfacet
+
+ facet normal -0.891945779 -0.305186927 -0.333606929
+  outer loop
+  vertex -1.81837392 -0.186278999 0.356357992
+  vertex -1.88002801 -0.165750995 0.502418995
+  vertex -1.81634998 -0.275851995 0.432888001
+  endloop
+ endfacet
+
+ facet normal -0.885285795 0.462163895 0.0517069884
+  outer loop
+  vertex -2.03665495 -0.418327987 -0.397619992
+  vertex -1.92074704 -0.268263996 0.245554
+  vertex -1.95693707 -0.340858012 0.274801999
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.03665495 -0.418327987 -0.397619992
+  vertex -1.95693707 -0.340858012 0.274801999
+  vertex -2.03665495 -0.418327987 -0.397619992
+  endloop
+ endfacet
+
+ facet normal -0.782590985 0.524955928 0.334623009
+  outer loop
+  vertex -1.92074704 -0.268263996 0.245554
+  vertex -1.81837392 -0.186278999 0.356357992
+  vertex -1.95693707 -0.340858012 0.274801999
+  endloop
+ endfacet
+
+ facet normal -0.758138955 0.413597971 0.504144967
+  outer loop
+  vertex -1.81837392 -0.186278999 0.356357992
+  vertex -1.81634998 -0.275851995 0.432888001
+  vertex -1.95693707 -0.340858012 0.274801999
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.03665495 -0.418327987 -0.397619992
+  vertex -2.03665495 -0.418327987 -0.397619992
+  vertex -2.03665495 -0.418327987 -0.397619992
+  endloop
+ endfacet
+
+ facet normal -0.89194268 -0.305170923 -0.333629906
+  outer loop
+  vertex -1.81634998 -0.275851995 0.432888001
+  vertex -1.88002801 -0.165750995 0.502418995
+  vertex -1.86227798 -0.282516986 0.561774015
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.03665495 -0.418327987 -0.397619992
+  vertex -1.95693707 -0.340858012 0.274801999
+  vertex -2.03665495 -0.418327987 -0.397619992
+  endloop
+ endfacet
+
+ facet normal -0.239093035 0.967433095 -0.0831130072
+  outer loop
+  vertex -1.95693707 -0.340858012 0.274801999
+  vertex -2.051718 -0.363382012 0.285284013
+  vertex -2.03665495 -0.418327987 -0.397619992
+  endloop
+ endfacet
+
+ facet normal -0.347357035 0.934693158 -0.0754440054
+  outer loop
+  vertex -1.95693707 -0.340858012 0.274801999
+  vertex -1.81634998 -0.275851995 0.432888001
+  vertex -1.86227798 -0.282516986 0.561774015
+  endloop
+ endfacet
+
+ facet normal -0.241774037 0.963362098 -0.116099015
+  outer loop
+  vertex -1.95693707 -0.340858012 0.274801999
+  vertex -1.86227798 -0.282516986 0.561774015
+  vertex -2.051718 -0.363382012 0.285284013
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.03665495 -0.418327987 -0.397619992
+  vertex -2.03665495 -0.418327987 -0.397619992
+  vertex -2.03665495 -0.418327987 -0.397619992
+  endloop
+ endfacet
+
+ facet normal -0.89195025 -0.305165082 -0.333615094
+  outer loop
+  vertex -1.86227798 -0.282516986 0.561774015
+  vertex -1.88002801 -0.165750995 0.502418995
+  vertex -1.92157102 -0.201254994 0.645965993
+  endloop
+ endfacet
+
+ facet normal 0.485254169 0.872347355 -0.059485022
+  outer loop
+  vertex -2.03665495 -0.418327987 -0.397619992
+  vertex -2.051718 -0.363382012 0.285284013
+  vertex -2.13371491 -0.318872988 0.269109011
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.03665495 -0.418327987 -0.397619992
+  vertex -2.13371491 -0.318872988 0.269109011
+  vertex -2.03665495 -0.418327987 -0.397619992
+  endloop
+ endfacet
+
+ facet normal 0.482345134 0.694665194 -0.533651114
+  outer loop
+  vertex -2.051718 -0.363382012 0.285284013
+  vertex -1.86227798 -0.282516986 0.561774015
+  vertex -2.13371491 -0.318872988 0.269109011
+  endloop
+ endfacet
+
+ facet normal 0.403897047 0.78366518 -0.47194913
+  outer loop
+  vertex -1.86227798 -0.282516986 0.561774015
+  vertex -1.92157102 -0.201254994 0.645965993
+  vertex -2.13371491 -0.318872988 0.269109011
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.03665495 -0.418327987 -0.397619992
+  vertex -2.03665495 -0.418327987 -0.397619992
+  vertex -2.03665495 -0.418327987 -0.397619992
+  endloop
+ endfacet
+
+ facet normal -0.891946554 -0.305174887 -0.333615839
+  outer loop
+  vertex -1.92157102 -0.201254994 0.645965993
+  vertex -1.88002801 -0.165750995 0.502418995
+  vertex -1.94958198 -0.0932570025 0.622065008
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.03665495 -0.418327987 -0.397619992
+  vertex -2.13371491 -0.318872988 0.269109011
+  vertex -2.03665495 -0.418327987 -0.397619992
+  endloop
+ endfacet
+
+ facet normal 0.98234576 0.14196597 0.121829979
+  outer loop
+  vertex -2.13371491 -0.318872988 0.269109011
+  vertex -2.1411891 -0.240848005 0.238456994
+  vertex -2.03665495 -0.418327987 -0.397619992
+  endloop
+ endfacet
+
+ facet normal 0.851677418 0.107381061 -0.512947261
+  outer loop
+  vertex -2.13371491 -0.318872988 0.269109011
+  vertex -1.92157102 -0.201254994 0.645965993
+  vertex -1.94958198 -0.0932570025 0.622065008
+  endloop
+ endfacet
+
+ facet normal 0.903621852 -0.0788339823 -0.421013921
+  outer loop
+  vertex -2.13371491 -0.318872988 0.269109011
+  vertex -1.94958198 -0.0932570025 0.622065008
+  vertex -2.1411891 -0.240848005 0.238456994
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.03665495 -0.418327987 -0.397619992
+  vertex -2.03665495 -0.418327987 -0.397619992
+  vertex -2.03665495 -0.418327987 -0.397619992
+  endloop
+ endfacet
+
+ facet normal -0.89194572 -0.305181921 -0.333611906
+  outer loop
+  vertex -1.94958198 -0.0932570025 0.622065008
+  vertex -1.88002801 -0.165750995 0.502418995
+  vertex -1.92521799 -0.0398489982 0.508068025
+  endloop
+ endfacet
+
+ facet normal 0.618494272 -0.724668384 0.303843141
+  outer loop
+  vertex -2.03665495 -0.418327987 -0.397619992
+  vertex -2.1411891 -0.240848005 0.238456994
+  vertex -2.0685091 -0.188061997 0.216406003
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.03665495 -0.418327987 -0.397619992
+  vertex -2.0685091 -0.188061997 0.216406003
+  vertex -2.03665495 -0.418327987 -0.397619992
+  endloop
+ endfacet
+
+ facet normal 0.590630949 -0.806794941 0.0153989978
+  outer loop
+  vertex -2.1411891 -0.240848005 0.238456994
+  vertex -1.94958198 -0.0932570025 0.622065008
+  vertex -2.0685091 -0.188061997 0.216406003
+  endloop
+ endfacet
+
+ facet normal 0.806724012 -0.582334995 -0.100410998
+  outer loop
+  vertex -1.94958198 -0.0932570025 0.622065008
+  vertex -1.92521799 -0.0398489982 0.508068025
+  vertex -2.0685091 -0.188061997 0.216406003
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.03665495 -0.418327987 -0.397619992
+  vertex -2.03665495 -0.418327987 -0.397619992
+  vertex -2.03665495 -0.418327987 -0.397619992
+  endloop
+ endfacet
+
+ facet normal -0.891949534 -0.305183858 -0.333599836
+  outer loop
+  vertex -1.92521799 -0.0398489982 0.508068025
+  vertex -1.88002801 -0.165750995 0.502418995
+  vertex -1.86682701 -0.0812470019 0.389818996
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.03665495 -0.418327987 -0.397619992
+  vertex -2.0685091 -0.188061997 0.216406003
+  vertex -2.03665495 -0.418327987 -0.397619992
+  endloop
+ endfacet
+
+ facet normal -0.126801014 -0.93091315 0.342523098
+  outer loop
+  vertex -2.0685091 -0.188061997 0.216406003
+  vertex -1.970402 -0.200262994 0.219567001
+  vertex -2.03665495 -0.418327987 -0.397619992
+  endloop
+ endfacet
+
+ facet normal 0.145876989 -0.909062028 0.390289962
+  outer loop
+  vertex -2.0685091 -0.188061997 0.216406003
+  vertex -1.92521799 -0.0398489982 0.508068025
+  vertex -1.86682701 -0.0812470019 0.389818996
+  endloop
+ endfacet
+
+ facet normal -0.116740949 -0.779241621 0.615754724
+  outer loop
+  vertex -2.0685091 -0.188061997 0.216406003
+  vertex -1.86682701 -0.0812470019 0.389818996
+  vertex -1.970402 -0.200262994 0.219567001
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.03665495 -0.418327987 -0.397619992
+  vertex -2.03665495 -0.418327987 -0.397619992
+  vertex -2.03665495 -0.418327987 -0.397619992
+  endloop
+ endfacet
+
+ facet normal -0.891944349 -0.305192113 -0.333606124
+  outer loop
+  vertex -1.86682701 -0.0812470019 0.389818996
+  vertex -1.88002801 -0.165750995 0.502418995
+  vertex -1.81837392 -0.186278999 0.356357992
+  endloop
+ endfacet
+
+ facet normal -0.824144065 -0.500415027 0.265276015
+  outer loop
+  vertex -2.03665495 -0.418327987 -0.397619992
+  vertex -1.970402 -0.200262994 0.219567001
+  vertex -1.92074704 -0.268263996 0.245554
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.03665495 -0.418327987 -0.397619992
+  vertex -1.92074704 -0.268263996 0.245554
+  vertex -2.03665495 -0.418327987 -0.397619992
+  endloop
+ endfacet
+
+ facet normal -0.71909833 -0.282447189 0.634918332
+  outer loop
+  vertex -1.970402 -0.200262994 0.219567001
+  vertex -1.86682701 -0.0812470019 0.389818996
+  vertex -1.92074704 -0.268263996 0.245554
+  endloop
+ endfacet
+
+ facet normal -0.460383147 -0.455179155 0.762141228
+  outer loop
+  vertex -1.86682701 -0.0812470019 0.389818996
+  vertex -1.81837392 -0.186278999 0.356357992
+  vertex -1.92074704 -0.268263996 0.245554
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04218507 -0.77343601 0.148902997
+  vertex -2.04218507 -0.77343601 0.148902997
+  vertex -2.04218507 -0.77343601 0.148902997
+  endloop
+ endfacet
+
+ facet normal -0.417207867 -0.680008829 -0.602930844
+  outer loop
+  vertex -1.69004607 -0.233094007 0.600108027
+  vertex -1.56890297 -0.326896995 0.622075021
+  vertex -1.57823491 -0.235411003 0.525350988
+  endloop
+ endfacet
+
+ facet normal 0.39095211 -0.768585265 0.506392181
+  outer loop
+  vertex -2.04218507 -0.77343601 0.148902997
+  vertex -1.75114 -0.435550988 0.437038004
+  vertex -1.67776895 -0.439565986 0.37429899
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04218507 -0.77343601 0.148902997
+  vertex -1.67776895 -0.439565986 0.37429899
+  vertex -2.04218507 -0.77343601 0.148902997
+  endloop
+ endfacet
+
+ facet normal 0.482775718 -0.633069634 0.605103672
+  outer loop
+  vertex -1.75114 -0.435550988 0.437038004
+  vertex -1.69004607 -0.233094007 0.600108027
+  vertex -1.67776895 -0.439565986 0.37429899
+  endloop
+ endfacet
+
+ facet normal 0.40646106 -0.663174093 0.628482044
+  outer loop
+  vertex -1.69004607 -0.233094007 0.600108027
+  vertex -1.57823491 -0.235411003 0.525350988
+  vertex -1.67776895 -0.439565986 0.37429899
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04218507 -0.77343601 0.148902997
+  vertex -2.04218507 -0.77343601 0.148902997
+  vertex -2.04218507 -0.77343601 0.148902997
+  endloop
+ endfacet
+
+ facet normal -0.417207867 -0.680008829 -0.602930844
+  outer loop
+  vertex -1.57823491 -0.235411003 0.525350988
+  vertex -1.56890297 -0.326896995 0.622075021
+  vertex -1.45939696 -0.306618005 0.523428977
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04218507 -0.77343601 0.148902997
+  vertex -1.67776895 -0.439565986 0.37429899
+  vertex -2.04218507 -0.77343601 0.148902997
+  endloop
+ endfacet
+
+ facet normal -0.141780034 -0.442905128 0.885287166
+  outer loop
+  vertex -1.67776895 -0.439565986 0.37429899
+  vertex -1.61079192 -0.497384012 0.35609901
+  vertex -2.04218507 -0.77343601 0.148902997
+  endloop
+ endfacet
+
+ facet normal -0.275092959 -0.481556952 0.832121909
+  outer loop
+  vertex -1.67776895 -0.439565986 0.37429899
+  vertex -1.57823491 -0.235411003 0.525350988
+  vertex -1.45939696 -0.306618005 0.523428977
+  endloop
+ endfacet
+
+ facet normal -0.234952107 -0.528877199 0.815528333
+  outer loop
+  vertex -1.67776895 -0.439565986 0.37429899
+  vertex -1.45939696 -0.306618005 0.523428977
+  vertex -1.61079192 -0.497384012 0.35609901
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04218507 -0.77343601 0.148902997
+  vertex -2.04218507 -0.77343601 0.148902997
+  vertex -2.04218507 -0.77343601 0.148902997
+  endloop
+ endfacet
+
+ facet normal -0.417209029 -0.680007041 -0.602932036
+  outer loop
+  vertex -1.45939696 -0.306618005 0.523428977
+  vertex -1.56890297 -0.326896995 0.622075021
+  vertex -1.42301798 -0.393096 0.595789015
+  endloop
+ endfacet
+
+ facet normal -0.577504694 0.348285824 0.738366604
+  outer loop
+  vertex -2.04218507 -0.77343601 0.148902997
+  vertex -1.61079192 -0.497384012 0.35609901
+  vertex -1.60065103 -0.565468013 0.396145999
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04218507 -0.77343601 0.148902997
+  vertex -1.60065103 -0.565468013 0.396145999
+  vertex -2.04218507 -0.77343601 0.148902997
+  endloop
+ endfacet
+
+ facet normal -0.825805068 0.189439997 0.531185985
+  outer loop
+  vertex -1.61079192 -0.497384012 0.35609901
+  vertex -1.45939696 -0.306618005 0.523428977
+  vertex -1.60065103 -0.565468013 0.396145999
+  endloop
+ endfacet
+
+ facet normal -0.799487293 0.150301054 0.581575215
+  outer loop
+  vertex -1.45939696 -0.306618005 0.523428977
+  vertex -1.42301798 -0.393096 0.595789015
+  vertex -1.60065103 -0.565468013 0.396145999
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04218507 -0.77343601 0.148902997
+  vertex -2.04218507 -0.77343601 0.148902997
+  vertex -2.04218507 -0.77343601 0.148902997
+  endloop
+ endfacet
+
+ facet normal -0.417208076 -0.680003166 -0.602937102
+  outer loop
+  vertex -1.42301798 -0.393096 0.595789015
+  vertex -1.56890297 -0.326896995 0.622075021
+  vertex -1.49649501 -0.429726005 0.687943995
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04218507 -0.77343601 0.148902997
+  vertex -1.60065103 -0.565468013 0.396145999
+  vertex -2.04218507 -0.77343601 0.148902997
+  endloop
+ endfacet
+
+ facet normal -0.432327896 0.901612759 0.0136719961
+  outer loop
+  vertex -1.60065103 -0.565468013 0.396145999
+  vertex -1.65497303 -0.592549026 0.464280993
+  vertex -2.04218507 -0.77343601 0.148902997
+  endloop
+ endfacet
+
+ facet normal -0.591237903 0.791075826 -0.156960949
+  outer loop
+  vertex -1.60065103 -0.565468013 0.396145999
+  vertex -1.42301798 -0.393096 0.595789015
+  vertex -1.49649501 -0.429726005 0.687943995
+  endloop
+ endfacet
+
+ facet normal -0.591241062 0.791074038 -0.156958029
+  outer loop
+  vertex -1.60065103 -0.565468013 0.396145999
+  vertex -1.49649501 -0.429726005 0.687943995
+  vertex -1.65497303 -0.592549026 0.464280993
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04218507 -0.77343601 0.148902997
+  vertex -2.04218507 -0.77343601 0.148902997
+  vertex -2.04218507 -0.77343601 0.148902997
+  endloop
+ endfacet
+
+ facet normal -0.417216957 -0.680004954 -0.602928936
+  outer loop
+  vertex -1.49649501 -0.429726005 0.687943995
+  vertex -1.56890297 -0.326896995 0.622075021
+  vertex -1.62449408 -0.388922006 0.730498016
+  endloop
+ endfacet
+
+ facet normal 0.0537480377 0.836287558 -0.545650363
+  outer loop
+  vertex -2.04218507 -0.77343601 0.148902997
+  vertex -1.65497303 -0.592549026 0.464280993
+  vertex -1.73286009 -0.558236003 0.50919801
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04218507 -0.77343601 0.148902997
+  vertex -1.73286009 -0.558236003 0.50919801
+  vertex -2.04218507 -0.77343601 0.148902997
+  endloop
+ endfacet
+
+ facet normal 0.011833 0.804398 -0.593973041
+  outer loop
+  vertex -1.65497303 -0.592549026 0.464280993
+  vertex -1.49649501 -0.429726005 0.687943995
+  vertex -1.73286009 -0.558236003 0.50919801
+  endloop
+ endfacet
+
+ facet normal 0.043387007 0.783097148 -0.620384037
+  outer loop
+  vertex -1.49649501 -0.429726005 0.687943995
+  vertex -1.62449408 -0.388922006 0.730498016
+  vertex -1.73286009 -0.558236003 0.50919801
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04218507 -0.77343601 0.148902997
+  vertex -2.04218507 -0.77343601 0.148902997
+  vertex -2.04218507 -0.77343601 0.148902997
+  endloop
+ endfacet
+
+ facet normal -0.417210042 -0.680010021 -0.602928042
+  outer loop
+  vertex -1.62449408 -0.388922006 0.730498016
+  vertex -1.56890297 -0.326896995 0.622075021
+  vertex -1.71063101 -0.301414013 0.691406012
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04218507 -0.77343601 0.148902997
+  vertex -1.73286009 -0.558236003 0.50919801
+  vertex -2.04218507 -0.77343601 0.148902997
+  endloop
+ endfacet
+
+ facet normal 0.644526064 0.270723015 -0.715049088
+  outer loop
+  vertex -1.73286009 -0.558236003 0.50919801
+  vertex -1.77565801 -0.488364011 0.497074008
+  vertex -2.04218507 -0.77343601 0.148902997
+  endloop
+ endfacet
+
+ facet normal 0.676753223 0.386138141 -0.626819253
+  outer loop
+  vertex -1.73286009 -0.558236003 0.50919801
+  vertex -1.62449408 -0.388922006 0.730498016
+  vertex -1.71063101 -0.301414013 0.691406012
+  endloop
+ endfacet
+
+ facet normal 0.734698236 0.349097162 -0.581678212
+  outer loop
+  vertex -1.73286009 -0.558236003 0.50919801
+  vertex -1.71063101 -0.301414013 0.691406012
+  vertex -1.77565801 -0.488364011 0.497074008
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04218507 -0.77343601 0.148902997
+  vertex -2.04218507 -0.77343601 0.148902997
+  vertex -2.04218507 -0.77343601 0.148902997
+  endloop
+ endfacet
+
+ facet normal -0.417209774 -0.680009604 -0.602928638
+  outer loop
+  vertex -1.71063101 -0.301414013 0.691406012
+  vertex -1.56890297 -0.326896995 0.622075021
+  vertex -1.69004607 -0.233094007 0.600108027
+  endloop
+ endfacet
+
+ facet normal 0.811764777 -0.561054826 -0.162034959
+  outer loop
+  vertex -2.04218507 -0.77343601 0.148902997
+  vertex -1.77565801 -0.488364011 0.497074008
+  vertex -1.75114 -0.435550988 0.437038004
+  endloop
+ endfacet
+
+ facet normal 0 0 0
+  outer loop
+  vertex -2.04218507 -0.77343601 0.148902997
+  vertex -1.75114 -0.435550988 0.437038004
+  vertex -2.04218507 -0.77343601 0.148902997
+  endloop
+ endfacet
+
+ facet normal 0.926234186 -0.373678088 0.0495470129
+  outer loop
+  vertex -1.77565801 -0.488364011 0.497074008
+  vertex -1.71063101 -0.301414013 0.691406012
+  vertex -1.75114 -0.435550988 0.437038004
+  endloop
+ endfacet
+
+ facet normal 0.957405746 -0.28874594 -0.000203999953
+  outer loop
+  vertex -1.71063101 -0.301414013 0.691406012
+  vertex -1.69004607 -0.233094007 0.600108027
+  vertex -1.75114 -0.435550988 0.437038004
+  endloop
+ endfacet
+
+ facet normal -0.416388899 -0.719635844 -0.55564785
+  outer loop
+  vertex -1.74193907 0.30865401 0.859300017
+  vertex -1.71201098 0.319709986 0.822552979
+  vertex -1.75035691 0.337029994 0.828857005
+  endloop
+ endfacet
+
+ facet normal 0.0543019809 -0.722881734 -0.688834786
+  outer loop
+  vertex -1.79036307 0.316971004 0.846754014
+  vertex -1.74193907 0.30865401 0.859300017
+  vertex -1.75035691 0.337029994 0.828857005
+  endloop
+ endfacet
+
+ facet normal 0.418186873 -0.411096871 -0.810011804
+  outer loop
+  vertex -1.78778303 0.271717012 0.87105298
+  vertex -1.79036307 0.316971004 0.846754014
+  vertex -1.82835197 0.274188995 0.848854005
+  endloop
+ endfacet
+
+ facet normal 0.147420973 -0.461364925 -0.874876797
+  outer loop
+  vertex -1.78778303 0.271717012 0.87105298
+  vertex -1.74193907 0.30865401 0.859300017
+  vertex -1.79036307 0.316971004 0.846754014
+  endloop
+ endfacet
+
+ facet normal 0.471917987 -0.110359997 -0.874708056
+  outer loop
+  vertex -1.83203197 0.223009005 0.853326023
+  vertex -1.78778303 0.271717012 0.87105298
+  vertex -1.82835197 0.274188995 0.848854005
+  endloop
+ endfacet
+
+ facet normal 0.488865733 0.668644667 -0.560289621
+  outer loop
+  vertex -1.85778403 0.181133002 0.812886
+  vertex -1.82527602 0.146935999 0.800439
+  vertex -1.82124805 0.177171007 0.840036988
+  endloop
+ endfacet
+
+ facet normal 0.901277065 0.41694206 -0.117724016
+  outer loop
+  vertex -1.85520399 0.162085995 0.765182972
+  vertex -1.85778403 0.181133002 0.812886
+  vertex -1.87216401 0.202947006 0.780054986
+  endloop
+ endfacet
+
+ facet normal 0.416387886 0.908436775 0.0369279943
+  outer loop
+  vertex -1.82527602 0.146935999 0.800439
+  vertex -1.85520399 0.162085995 0.765182972
+  vertex -1.81685805 0.144767001 0.758879006
+  endloop
+ endfacet
+
+ facet normal 0.654929042 0.713351011 -0.249396011
+  outer loop
+  vertex -1.85520399 0.162085995 0.765182972
+  vertex -1.82527602 0.146935999 0.800439
+  vertex -1.85778403 0.181133002 0.812886
+  endloop
+ endfacet
+
+ facet normal 0.901276946 0.243723989 0.358187973
+  outer loop
+  vertex -1.85778403 0.207340002 0.740882993
+  vertex -1.85520399 0.162085995 0.765182972
+  vertex -1.87216401 0.202947006 0.780054986
+  endloop
+ endfacet
+
+ facet normal 0.488877177 0.152067065 0.858996332
+  outer loop
+  vertex -1.82527602 0.173142999 0.72843498
+  vertex -1.85778403 0.207340002 0.740882993
+  vertex -1.82124805 0.221757993 0.717536986
+  endloop
+ endfacet
+
+ facet normal 0.416390866 0.719640791 0.555639863
+  outer loop
+  vertex -1.85520399 0.162085995 0.765182972
+  vertex -1.82527602 0.173142999 0.72843498
+  vertex -1.81685805 0.144767001 0.758879006
+  endloop
+ endfacet
+
+ facet normal 0.654934824 0.386147916 0.649576843
+  outer loop
+  vertex -1.82527602 0.173142999 0.72843498
+  vertex -1.85520399 0.162085995 0.765182972
+  vertex -1.85778403 0.207340002 0.740882993
+  endloop
+ endfacet
+
+ facet normal 0.289381891 -0.326072842 0.899963617
+  outer loop
+  vertex -1.83203197 0.265412986 0.736820996
+  vertex -1.78360796 0.267105997 0.721863985
+  vertex -1.82124805 0.221757993 0.717536986
+  endloop
+ endfacet
+
+ facet normal 0.471929044 -0.646786034 0.599125087
+  outer loop
+  vertex -1.78778303 0.314121008 0.75454998
+  vertex -1.83203197 0.265412986 0.736820996
+  vertex -1.82835197 0.301744998 0.77314502
+  endloop
+ endfacet
+
+ facet normal 0.00501300022 -0.570511997 0.821273983
+  outer loop
+  vertex -1.78360796 0.267105997 0.721863985
+  vertex -1.78778303 0.314121008 0.75454998
+  vertex -1.74596691 0.304625988 0.747698009
+  endloop
+ endfacet
+
+ facet normal 0.266493112 -0.534111202 0.802313328
+  outer loop
+  vertex -1.78778303 0.314121008 0.75454998
+  vertex -1.78360796 0.267105997 0.721863985
+  vertex -1.83203197 0.265412986 0.736820996
+  endloop
+ endfacet
+
+ facet normal 0.418194056 -0.835585117 0.356246054
+  outer loop
+  vertex -1.79036307 0.333168 0.802253008
+  vertex -1.78778303 0.314121008 0.75454998
+  vertex -1.82835197 0.301744998 0.77314502
+  endloop
+ endfacet
+
+ facet normal 0.0543040037 -0.996534169 0.0630150065
+  outer loop
+  vertex -1.74193907 0.33486101 0.787295997
+  vertex -1.79036307 0.333168 0.802253008
+  vertex -1.75035691 0.337029994 0.828857005
+  endloop
+ endfacet
+
+ facet normal -0.0790780187 -0.788413107 0.610042095
+  outer loop
+  vertex -1.78778303 0.314121008 0.75454998
+  vertex -1.74193907 0.33486101 0.787295997
+  vertex -1.74596691 0.304625988 0.747698009
+  endloop
+ endfacet
+
+ facet normal 0.147421986 -0.915789962 0.37362498
+  outer loop
+  vertex -1.74193907 0.33486101 0.787295997
+  vertex -1.78778303 0.314121008 0.75454998
+  vertex -1.79036307 0.333168 0.802253008
+  endloop
+ endfacet
+
+ facet normal -0.416385919 -0.908437848 -0.036924988
+  outer loop
+  vertex -1.71201098 0.319709986 0.822552979
+  vertex -1.74193907 0.33486101 0.787295997
+  vertex -1.75035691 0.337029994 0.828857005
+  endloop
+ endfacet
+
+ facet normal 0.629848003 -0.584398985 -0.511633992
+  outer loop
+  vertex -1.79036307 0.316971004 0.846754014
+  vertex -1.83620691 0.296231002 0.814006984
+  vertex -1.82835197 0.274188995 0.848854005
+  endloop
+ endfacet
+
+ facet normal 0.303186983 -0.895461917 -0.325922996
+  outer loop
+  vertex -1.79036307 0.333168 0.802253008
+  vertex -1.79036307 0.316971004 0.846754014
+  vertex -1.75035691 0.337029994 0.828857005
+  endloop
+ endfacet
+
+ facet normal 0.629847765 -0.77654773 0.0162899923
+  outer loop
+  vertex -1.83620691 0.296231002 0.814006984
+  vertex -1.79036307 0.333168 0.802253008
+  vertex -1.82835197 0.301744998 0.77314502
+  endloop
+ endfacet
+
+ facet normal 0.556288183 -0.780874252 -0.284216076
+  outer loop
+  vertex -1.79036307 0.333168 0.802253008
+  vertex -1.83620691 0.296231002 0.814006984
+  vertex -1.79036307 0.316971004 0.846754014
+  endloop
+ endfacet
+
+ facet normal 0.813501 -0.390870959 -0.430622935
+  outer loop
+  vertex -1.83620691 0.296231002 0.814006984
+  vertex -1.86195993 0.238159001 0.818068981
+  vertex -1.82835197 0.274188995 0.848854005
+  endloop
+ endfacet
+
+ facet normal 0.813501239 -0.576223135 0.0786300153
+  outer loop
+  vertex -1.86195993 0.254355997 0.773567975
+  vertex -1.83620691 0.296231002 0.814006984
+  vertex -1.82835197 0.301744998 0.77314502
+  endloop
+ endfacet
+
+ facet normal 0.976355553 -0.203133896 -0.0739349648
+  outer loop
+  vertex -1.86195993 0.238159001 0.818068981
+  vertex -1.86195993 0.254355997 0.773567975
+  vertex -1.87216401 0.202947006 0.780054986
+  endloop
+ endfacet
+
+ facet normal 0.900026679 -0.409550846 -0.14906396
+  outer loop
+  vertex -1.86195993 0.254355997 0.773567975
+  vertex -1.86195993 0.238159001 0.818068981
+  vertex -1.83620691 0.296231002 0.814006984
+  endloop
+ endfacet
+
+ facet normal 0.733524799 -0.111328974 -0.670482814
+  outer loop
+  vertex -1.86195993 0.238159001 0.818068981
+  vertex -1.83203197 0.223009005 0.853326023
+  vertex -1.82835197 0.274188995 0.848854005
+  endloop
+ endfacet
+
+ facet normal 0.934058905 0.0995580032 -0.342960984
+  outer loop
+  vertex -1.85778403 0.181133002 0.812886
+  vertex -1.86195993 0.238159001 0.818068981
+  vertex -1.87216401 0.202947006 0.780054986
+  endloop
+ endfacet
+
+ facet normal 0.582925737 0.34976086 -0.733392715
+  outer loop
+  vertex -1.83203197 0.223009005 0.853326023
+  vertex -1.85778403 0.181133002 0.812886
+  vertex -1.82124805 0.177171007 0.840036988
+  endloop
+ endfacet
+
+ facet normal 0.78092432 0.113006048 -0.614318252
+  outer loop
+  vertex -1.85778403 0.181133002 0.812886
+  vertex -1.83203197 0.223009005 0.853326023
+  vertex -1.86195993 0.238159001 0.818068981
+  endloop
+ endfacet
+
+ facet normal 0.582937837 -0.203489929 0.786622763
+  outer loop
+  vertex -1.85778403 0.207340002 0.740882993
+  vertex -1.83203197 0.265412986 0.736820996
+  vertex -1.82124805 0.221757993 0.717536986
+  endloop
+ endfacet
+
+ facet normal 0.934058607 -0.144184947 0.326718837
+  outer loop
+  vertex -1.86195993 0.254355997 0.773567975
+  vertex -1.85778403 0.207340002 0.740882993
+  vertex -1.87216401 0.202947006 0.780054986
+  endloop
+ endfacet
+
+ facet normal 0.733523011 -0.516260922 0.442061961
+  outer loop
+  vertex -1.83203197 0.265412986 0.736820996
+  vertex -1.86195993 0.254355997 0.773567975
+  vertex -1.82835197 0.301744998 0.77314502
+  endloop
+ endfacet
+
+ facet normal 0.780922234 -0.308308095 0.54323715
+  outer loop
+  vertex -1.86195993 0.254355997 0.773567975
+  vertex -1.83203197 0.265412986 0.736820996
+  vertex -1.85778403 0.207340002 0.740882993
+  endloop
+ endfacet
+
+ facet normal -0.416389078 0.719636202 -0.555647135
+  outer loop
+  vertex -1.75035691 -0.325998992 0.817825019
+  vertex -1.71201098 -0.308679014 0.811520994
+  vertex -1.74193907 -0.297621995 0.848267972
+  endloop
+ endfacet
+
+ facet normal 0.0543030165 0.722881198 -0.688835204
+  outer loop
+  vertex -1.75035691 -0.325998992 0.817825019
+  vertex -1.74193907 -0.297621995 0.848267972
+  vertex -1.79036307 -0.305938989 0.835722029
+  endloop
+ endfacet
+
+ facet normal 0.418186873 0.411096871 -0.810011804
+  outer loop
+  vertex -1.82835197 -0.263157994 0.83782202
+  vertex -1.79036307 -0.305938989 0.835722029
+  vertex -1.78778303 -0.260684997 0.860022008
+  endloop
+ endfacet
+
+ facet normal 0.147422016 0.461364061 -0.874877095
+  outer loop
+  vertex -1.79036307 -0.305938989 0.835722029
+  vertex -1.74193907 -0.297621995 0.848267972
+  vertex -1.78778303 -0.260684997 0.860022008
+  endloop
+ endfacet
+
+ facet normal 0.471917987 0.110359997 -0.874708056
+  outer loop
+  vertex -1.82835197 -0.263157994 0.83782202
+  vertex -1.78778303 -0.260684997 0.860022008
+  vertex -1.83203197 -0.211977005 0.842293978
+  endloop
+ endfacet
+
+ facet normal 0.488864958 -0.668645024 -0.560289919
+  outer loop
+  vertex -1.82124805 -0.166140005 0.829005003
+  vertex -1.82527602 -0.135903999 0.789408028
+  vertex -1.85778403 -0.170101002 0.801854014
+  endloop
+ endfacet
+
+ facet normal 0.901277483 -0.416941255 -0.117724068
+  outer loop
+  vertex -1.87216401 -0.191915005 0.769023001
+  vertex -1.85778403 -0.170101002 0.801854014
+  vertex -1.85520399 -0.151054993 0.754150987
+  endloop
+ endfacet
+
+ facet normal 0.416387081 -0.908437192 0.0369280092
+  outer loop
+  vertex -1.81685805 -0.133735001 0.747847021
+  vertex -1.85520399 -0.151054993 0.754150987
+  vertex -1.82527602 -0.135903999 0.789408028
+  endloop
+ endfacet
+
+ facet normal 0.654929042 -0.713351011 -0.249396011
+  outer loop
+  vertex -1.85778403 -0.170101002 0.801854014
+  vertex -1.82527602 -0.135903999 0.789408028
+  vertex -1.85520399 -0.151054993 0.754150987
+  endloop
+ endfacet
+
+ facet normal 0.901276588 -0.243724898 0.358187854
+  outer loop
+  vertex -1.87216401 -0.191915005 0.769023001
+  vertex -1.85520399 -0.151054993 0.754150987
+  vertex -1.85778403 -0.196308002 0.729851007
+  endloop
+ endfacet
+
+ facet normal 0.488875985 -0.152067006 0.858997047
+  outer loop
+  vertex -1.82124805 -0.210725993 0.706505001
+  vertex -1.85778403 -0.196308002 0.729851007
+  vertex -1.82527602 -0.162110999 0.717404008
+  endloop
+ endfacet
+
+ facet normal 0.416390151 -0.719640255 0.555641174
+  outer loop
+  vertex -1.81685805 -0.133735001 0.747847021
+  vertex -1.82527602 -0.162110999 0.717404008
+  vertex -1.85520399 -0.151054993 0.754150987
+  endloop
+ endfacet
+
+ facet normal 0.65493387 -0.386147916 0.649577796
+  outer loop
+  vertex -1.85778403 -0.196308002 0.729851007
+  vertex -1.85520399 -0.151054993 0.754150987
+  vertex -1.82527602 -0.162110999 0.717404008
+  endloop
+ endfacet
+
+ facet normal 0.289381891 0.326072842 0.899963617
+  outer loop
+  vertex -1.82124805 -0.210725993 0.706505001
+  vertex -1.78360796 -0.256074011 0.710832
+  vertex -1.83203197 -0.254381001 0.725790024
+  endloop
+ endfacet
+
+ facet normal 0.471929044 0.646786034 0.599125087
+  outer loop
+  vertex -1.82835197 -0.290713996 0.762113988
+  vertex -1.83203197 -0.254381001 0.725790024
+  vertex -1.78778303 -0.303088993 0.743517995
+  endloop
+ endfacet
+
+ facet normal 0.00501300115 0.570513129 0.821273208
+  outer loop
+  vertex -1.74596691 -0.293594003 0.736666024
+  vertex -1.78778303 -0.303088993 0.743517995
+  vertex -1.78360796 -0.256074011 0.710832
+  endloop
+ endfacet
+
+ facet normal 0.266492993 0.534111917 0.80231297
+  outer loop
+  vertex -1.83203197 -0.254381001 0.725790024
+  vertex -1.78360796 -0.256074011 0.710832
+  vertex -1.78778303 -0.303088993 0.743517995
+  endloop
+ endfacet
+
+ facet normal 0.418193072 0.835586071 0.356245041
+  outer loop
+  vertex -1.82835197 -0.290713996 0.762113988
+  vertex -1.78778303 -0.303088993 0.743517995
+  vertex -1.79036307 -0.322136015 0.791221976
+  endloop
+ endfacet
+
+ facet normal 0.0543069914 0.996533871 0.06301599
+  outer loop
+  vertex -1.75035691 -0.325998992 0.817825019
+  vertex -1.79036307 -0.322136015 0.791221976
+  vertex -1.74193907 -0.323828995 0.776265025
+  endloop
+ endfacet
+
+ facet normal -0.0790780187 0.788413107 0.610042095
+  outer loop
+  vertex -1.74596691 -0.293594003 0.736666024
+  vertex -1.74193907 -0.323828995 0.776265025
+  vertex -1.78778303 -0.303088993 0.743517995
+  endloop
+ endfacet
+
+ facet normal 0.14742294 0.915790558 0.373622864
+  outer loop
+  vertex -1.79036307 -0.322136015 0.791221976
+  vertex -1.78778303 -0.303088993 0.743517995
+  vertex -1.74193907 -0.323828995 0.776265025
+  endloop
+ endfacet
+
+ facet normal -0.416385919 0.908437848 -0.036924988
+  outer loop
+  vertex -1.75035691 -0.325998992 0.817825019
+  vertex -1.74193907 -0.323828995 0.776265025
+  vertex -1.71201098 -0.308679014 0.811520994
+  endloop
+ endfacet
+
+ facet normal 0.629849017 0.584397912 -0.511633933
+  outer loop
+  vertex -1.82835197 -0.263157994 0.83782202
+  vertex -1.83620691 -0.285198987 0.802974999
+  vertex -1.79036307 -0.305938989 0.835722029
+  endloop
+ endfacet
+
+ facet normal 0.30318898 0.895461917 -0.325920969
+  outer loop
+  vertex -1.75035691 -0.325998992 0.817825019
+  vertex -1.79036307 -0.305938989 0.835722029
+  vertex -1.79036307 -0.322136015 0.791221976
+  endloop
+ endfacet
+
+ facet normal 0.629846632 0.776548624 0.016288992
+  outer loop
+  vertex -1.82835197 -0.290713996 0.762113988
+  vertex -1.79036307 -0.322136015 0.791221976
+  vertex -1.83620691 -0.285198987 0.802974999
+  endloop
+ endfacet
+
+ facet normal 0.556288064 0.780875146 -0.28421402
+  outer loop
+  vertex -1.79036307 -0.305938989 0.835722029
+  vertex -1.83620691 -0.285198987 0.802974999
+  vertex -1.79036307 -0.322136015 0.791221976
+  endloop
+ endfacet
+
+ facet normal 0.813500583 0.390871763 -0.430622727
+  outer loop
+  vertex -1.82835197 -0.263157994 0.83782202
+  vertex -1.86195993 -0.227127001 0.807036996
+  vertex -1.83620691 -0.285198987 0.802974999
+  endloop
+ endfacet
+
+ facet normal 0.813501239 0.576223135 0.0786290169
+  outer loop
+  vertex -1.82835197 -0.290713996 0.762113988
+  vertex -1.83620691 -0.285198987 0.802974999
+  vertex -1.86195993 -0.243323997 0.762535989
+  endloop
+ endfacet
+
+ facet normal 0.976355791 0.203132957 -0.0739349872
+  outer loop
+  vertex -1.87216401 -0.191915005 0.769023001
+  vertex -1.86195993 -0.243323997 0.762535989
+  vertex -1.86195993 -0.227127001 0.807036996
+  endloop
+ endfacet
+
+ facet normal 0.900026679 0.409550846 -0.14906396
+  outer loop
+  vertex -1.83620691 -0.285198987 0.802974999
+  vertex -1.86195993 -0.227127001 0.807036996
+  vertex -1.86195993 -0.243323997 0.762535989
+  endloop
+ endfacet
+
+ facet normal 0.733524799 0.111328974 -0.670482814
+  outer loop
+  vertex -1.82835197 -0.263157994 0.83782202
+  vertex -1.83203197 -0.211977005 0.842293978
+  vertex -1.86195993 -0.227127001 0.807036996
+  endloop
+ endfacet
+
+ facet normal 0.934059024 -0.0995570049 -0.342961013
+  outer loop
+  vertex -1.87216401 -0.191915005 0.769023001
+  vertex -1.86195993 -0.227127001 0.807036996
+  vertex -1.85778403 -0.170101002 0.801854014
+  endloop
+ endfacet
+
+ facet normal 0.582925141 -0.349761069 -0.733393192
+  outer loop
+  vertex -1.82124805 -0.166140005 0.829005003
+  vertex -1.85778403 -0.170101002 0.801854014
+  vertex -1.83203197 -0.211977005 0.842293978
+  endloop
+ endfacet
+
+ facet normal 0.78092432 -0.113006048 -0.614318252
+  outer loop
+  vertex -1.86195993 -0.227127001 0.807036996
+  vertex -1.83203197 -0.211977005 0.842293978
+  vertex -1.85778403 -0.170101002 0.801854014
+  endloop
+ endfacet
+
+ facet normal 0.582937121 0.203490049 0.78662318
+  outer loop
+  vertex -1.82124805 -0.210725993 0.706505001
+  vertex -1.83203197 -0.254381001 0.725790024
+  vertex -1.85778403 -0.196308002 0.729851007
+  endloop
+ endfacet
+
+ facet normal 0.934058905 0.144184992 0.326718003
+  outer loop
+  vertex -1.87216401 -0.191915005 0.769023001
+  vertex -1.85778403 -0.196308002 0.729851007
+  vertex -1.86195993 -0.243323997 0.762535989
+  endloop
+ endfacet
+
+ facet normal 0.733523011 0.516260922 0.442061961
+  outer loop
+  vertex -1.82835197 -0.290713996 0.762113988
+  vertex -1.86195993 -0.243323997 0.762535989
+  vertex -1.83203197 -0.254381001 0.725790024
+  endloop
+ endfacet
+
+ facet normal 0.780922592 0.308307827 0.543236673
+  outer loop
+  vertex -1.85778403 -0.196308002 0.729851007
+  vertex -1.83203197 -0.254381001 0.725790024
+  vertex -1.86195993 -0.243323997 0.762535989
+  endloop
+ endfacet
+
+endsolid AssimpScene

BIN
test/test.3mf


+ 33 - 0
test/testExport.stl

@@ -0,0 +1,33 @@
+ solid Assimp_Pointcloud
+ facet normal 0 0 0
+  vertex 0 0 0
+  vertex 0 0 0
+  vertex 0 0 0
+  vertex 1 1 1
+  vertex 1 1 1
+  vertex 1 1 1
+  vertex 2 2 2
+  vertex 2 2 2
+  vertex 2 2 2
+  vertex 3 3 3
+  vertex 3 3 3
+  vertex 3 3 3
+  vertex 4 4 4
+  vertex 4 4 4
+  vertex 4 4 4
+  vertex 5 5 5
+  vertex 5 5 5
+  vertex 5 5 5
+  vertex 6 6 6
+  vertex 6 6 6
+  vertex 6 6 6
+  vertex 7 7 7
+  vertex 7 7 7
+  vertex 7 7 7
+  vertex 8 8 8
+  vertex 8 8 8
+  vertex 8 8 8
+  vertex 9 9 9
+  vertex 9 9 9
+  vertex 9 9 9
+endsolid Assimp_Pointcloud

+ 11 - 2
test/unit/utStringUtils.cpp

@@ -42,9 +42,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #include <assimp/StringUtils.h>
 
 class utStringUtils : public ::testing::Test {
+    // empty
 };
 
-TEST_F( utStringUtils, to_string_Test ) {
+TEST_F(utStringUtils, to_string_Test ) {
     std::string res = ai_to_string( 1 );
     EXPECT_EQ( res, "1" );
 
@@ -52,7 +53,7 @@ TEST_F( utStringUtils, to_string_Test ) {
     EXPECT_EQ( res, "1" );
 }
 
-TEST_F( utStringUtils, ai_strtofTest ) {
+TEST_F(utStringUtils, ai_strtofTest ) {
     float res = ai_strtof( nullptr, nullptr );
     EXPECT_FLOAT_EQ( res, 0.0f );
 
@@ -66,3 +67,11 @@ TEST_F( utStringUtils, ai_strtofTest ) {
     res = ai_strtof( begin, end );
     EXPECT_FLOAT_EQ( res, 200.0f );
 }
+
+TEST_F(utStringUtils, ai_rgba2hexTest) {
+    std::string result;
+    result = ai_rgba2hex(255, 255, 255, 255, true);
+    EXPECT_EQ(result, "#ffffffff");
+    result = ai_rgba2hex(0, 0, 0, 0, false);
+    EXPECT_EQ(result, "00000000");
+}