3D Model Researcher Pro Free v3.4.0 25-03-2023
Copyright  Alex Lazov (alex@game-viewer.org)

The Model Researcher uses the IDLE IDE distribution code distributed under the  PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 license.

Copyright (c) 2001-2019 Python Software Foundation.
All Rights Reserved.

Copyright (c) 2000 BeOpen.com.
All Rights Reserved.

Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.

Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved.

===== Description =====

3D Model Researcher is a program for studying binary files of 3D models. Model Researcher allows to display and visualize the data read from the file with the specified parameters, and also save them in the 3D Obj format. The program is a great help with the search for vertex data, faces, texture coordinates and normal vectors in an unknown 3D format. The main feature of the program is the support of the scripts in the programming language Python, which allows to extract models from almost any format.


The program was influenced by:
Model Inspector (http://forum.xentax.com/viewtopic.php?f=33&t=14648)
Hex2obj (http://forum.xentax.com/viewtopic.php?f=29&t=10894)


==== Keys ====

RMB - Camera movement
LMB - Camera rotation
RMB + Shift - Camera height
RMB + Ctrl - Camera zoom


==== Program page ====

http://mr.game-viewer.org/

==== Guide ====

http://mr.game-viewer.org/tutorial.php


Used libraries and software: 
 * Python (https://www.python.org/) - PSF LICENSE AGREEMENT
 * IDLE (https://www.python.org/) - Python Software Foundation License
 * cx_Freeze (http://cx-freeze.sourceforge.net/) - PSF LICENSE AGREEMENT

 * pytkogl (https://github.com/arcanosam/pytkogl) - The Code Project Open License (CPOL) 1.02
 * NumPy (https://pypi.python.org/pypi/numpy) - BSD LICENSE
 * Pillow (https://pypi.python.org/pypi/Pillow/) - Apache License