ZenHAX https://zenhax.com/ |
|
3D Model Researcher - extract 3D models with Python https://zenhax.com/viewtopic.php?f=17&t=4105 |
Page 1 of 1 |
Author: | Lazov [ Tue Apr 18, 2017 6:04 pm ] |
Post subject: | 3D Model Researcher - extract 3D models with Python |
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. ![]() ![]() ![]() Opportunities - Analyze the 3D model files, search of vertices, faces, texture coordinates, normal vectors - Data output is presented textually - Data visualization in 3D format - Visualization of texture coordinates - Highlight data structure in the built-in Hex-Viewer - Applying textures to the model - Support of Python scripts - Normals vectors - Applying textures to the model - Loading and saving templates with form values - Data export in Obj format Video: Work of the program (Texture) Pro version Page of the program: http://mr.game-viewer.org/ Guide: http://mr.game-viewer.org/tutorial.php Description of API functions: http://mr.game-viewer.org/tutorial.php?name=API Thanks to herbert3000 for developing the program Model Inspector. The interface was copied from it. |
Author: | Lazov [ Thu Jul 06, 2017 7:33 pm ] |
Post subject: | Re: 3D Model Researcher - mesh viewer |
A new version has been released! Added support for textures. |
Author: | Lazov [ Sat Nov 25, 2017 6:06 pm ] |
Post subject: | Re: 3D Model Researcher - extract 3D models from binary files |
Update - Added support for Triangle Strip without FF. - Now the program does not crash when drawing a texture map at a nan. The Pro version of the program was released - Support of Python scripts - System of submeshes - Normals vectors About Pro version: http://lazov.ru/mr/about_pro.php |
Author: | barumbads [ Wed Jan 24, 2018 9:47 am ] |
Post subject: | Re: 3D Model Researcher - extract 3D models with Python |
+1 REP |
Author: | Delutto [ Thu Jan 25, 2018 1:09 am ] |
Post subject: | Re: 3D Model Researcher - extract 3D models with Python |
I was about to criticize the fact that was a paid tool, but then I saw the price... |
Author: | Lazov [ Wed Jan 31, 2018 10:58 pm ] |
Post subject: | Re: 3D Model Researcher - extract 3D models with Python |
Delutto wrote: I was about to criticize the fact that was a paid tool, but then I saw the price... The program is free. But there is a PRO version that can be purchased. |
Author: | Lazov [ Sun Mar 25, 2018 7:52 pm ] |
Post subject: | Re: 3D Model Researcher - extract 3D models with Python |
The program is updated! You can download the new version on the website. Update v2.4 - The program does not freeze when resizing on other tabs - Added a Hex-Viewer. The big drawback of the program was the lack of a built-in hex-viewer. Now he has appeared! =) Moreover, it has the highlighting of the model data: vertices (red color), faces (green), texture coordinates (yellow). When changing the parameters of forms, you can immediately see what data will be read. Probably, it will be very useful for beginners. ![]() |
Author: | Lazov [ Sat Apr 07, 2018 10:38 am ] |
Post subject: | Re: 3D Model Researcher - extract 3D models with Python |
The program has been updated. Update v2.4.2 - Finalized Hex-viewer. - In the "3D View" tab, a button is added to return the camera to its initial position (useful if you centered on the object with incorrect coordinates). - There was a version for Windows XP Pro version: - Added a Hex-Viewer. - Added data inspector to Hex-viewer - Fixed minor bugs |
Author: | DJ Normality [ Tue Jul 24, 2018 9:04 am ] |
Post subject: | Re: 3D Model Researcher - extract 3D models with Python |
Thank you so much for his program. It took awhile to get down but I see how it works now after about 6 months. The program wasn’t hard to learn it was the patterns of the hex. I think I got it now. I signed up and made an account just to thank you. I was wanting these models forever now and to finally have them feels amazing. Here’s a render of junkyard dog. ![]() I think with the full version and a few tutorials on making scripts I think I can go through this data more efficiently. If anyone needs any help or need a tutorial message me at sharppyshooter@gmail.com. I will try to help out. I don’t know much but I am starting to understand this program and would love to teach others. To the creator. Thank you so much. Look forward to purchasing Pro. |
Author: | tofuman [ Mon Aug 13, 2018 9:02 pm ] | ||
Post subject: | Re: 3D Model Researcher - extract 3D models with Python | ||
Is it possible to zoom in or scale up a model? the floats in a model I'm looking at range from -2.0 to 2.0 so the model appears extremely small. Thanks.
|
Author: | Lazov [ Mon Aug 13, 2018 9:26 pm ] |
Post subject: | Re: 3D Model Researcher - extract 3D models with Python |
==== Keys ==== RMB - Camera movement LMB - Camera rotation RMB + Shift - Camera height RMB + Ctrl - Camera zoom Click on the button in the form of a cube. |
Author: | tofuman [ Mon Aug 13, 2018 11:44 pm ] |
Post subject: | Re: 3D Model Researcher - extract 3D models with Python |
Thanks. |
Author: | Lazov [ Thu Sep 20, 2018 1:15 pm ] | ||
Post subject: | Re: 3D Model Researcher - extract 3D models with Python | ||
Update v2.5 - Added the ability to make a screenshot and a screenshot with information - Fixed minor bugs
|
Author: | Lazov [ Sun Nov 03, 2019 3:29 am ] |
Post subject: | Re: 3D Model Researcher - extract 3D models with Python |
Big Update v2.7 - Added support Quads! - The output of data in text form has been changed: texture coordinate indices and normal indices are now displayed in separate blocks with the literals "fvt" and "fvn", 1 is not added to the indices. The old output can be enabled in the menu "View" -> "Print as OBJ"; - Added highlighting of texture coordinate indices and normal indices in the hex-viewer; - New template format! Templates have become more compact. Now they have the following format: Code: mesh [name] // mesh name (only for Pro) It is not necessary that the template contains data of all forms or all parameters of one form. Omitted parameters and forms will be replaced with default values. The sample templates below are correct:
f 100 826 64 0 Integer Triangles
f 0x48a 826 64 0 Integer bo >
inv 0 0 1 - Added function to copy template to clipboard ("Tools" -> "Copy Template") and function for loading a template using the form ("Tools" -> "Paste Template"); - Polygons on the texture in the Texture tab are now drawn without filling; - Added "Copy-Paste" menu when clicking on a text field in the "Text" tab; - Returned support for templates of previous versions of the program; - Small bugs fixed. |
Author: | Thawfeeq [ Thu Jul 02, 2020 9:00 am ] |
Post subject: | Re: 3D Model Researcher - extract 3D models with Python |
Hello, it is an excellent software and I appreciate the creator .I have a doubt. After extracting obj from the hex, is it possible to reinject the edited obj back to the hex format knowledge, please help.. |
Author: | Lazov [ Thu Jul 02, 2020 2:27 pm ] |
Post subject: | Re: 3D Model Researcher - extract 3D models with Python |
Thawfeeq, unfortunately this is not possible. |
Author: | Thawfeeq [ Fri Jul 03, 2020 12:43 am ] |
Post subject: | Re: 3D Model Researcher - extract 3D models with Python |
Oh.. ![]() |
Author: | GHFear [ Wed Dec 23, 2020 10:29 pm ] |
Post subject: | Re: 3D Model Researcher - extract 3D models with Python |
Hello Lazov ![]() A few years ago, I bought the 3D Model Researcher Pro and now the link in the email for the download isn't working because of the domain change. Could you dm me the pro version link? |
Author: | Lazov [ Fri Dec 25, 2020 1:21 am ] |
Post subject: | Re: 3D Model Researcher - extract 3D models with Python |
GHFear wrote: Hello Lazov ![]() A few years ago, I bought the 3D Model Researcher Pro and now the link in the email for the download isn't working because of the domain change. Could you dm me the pro version link? Send an email using the form on the website. Enter your email address. |
Page 1 of 1 | All times are UTC |
Powered by phpBB® Forum Software © phpBB Limited https://www.phpbb.com/ |