Releases: yyc12345/vtobjplugin
Stable Release v3.2
Virtools Wavefront OBJ Exporter version 3.x is a brand new version with a complete refactoring of the old code.
But something must have broken during the refactoring and I barely had enough time to check this. So if you faced with some weird behavior, please report bugs freely.
In 3.x series, this exporter is based on YYCC framework 1.3.0 and adds multi-language feature.
Stable Release v3.1
Virtools Wavefront OBJ Exporter version 3.x is a brand new version with a complete refactoring of the old code.
It is based on my personal created library YYCC and should have same features as previous version and better code style and project framework for programmer reading and debugging.
It also adds multi-language feature. Now Simplified Chinese user can utilize this plugin with their mother tongue.
But something must have broken during the refactoring and I barely had enough time to check this. So if you faced with some weird behavior, please report bugs freely.
Comparing with version 3.0, version 3.1 will try to pop up a windows to tell user if unexpected exception happened.
Stable Release v3.0
Virtools Wavefront OBJ Exporter version 3.0 is a brand new version with a complete refactoring of the old code.
It is based on my personal created library YYCC and should have same features as previous version and better code style and project framework for programmer reading and debugging.
It also adds multi-language feature. Now Simplified Chinese user can utilize this plugin with their mother tongue.
But something must have broken during the refactoring and I barely had enough time to check this. So if you faced with some weird behavior, please report bugs freely.
Test Version v3.0
Brandnew Virtools OBJ Exporter.
Plugin has full refactor and its code are more clear than previous one.
All functions are preserved.
Currently only provide Virtools 5.0 for testing.
Stable Release v2.2
Choose correct version and put dll into InterfacePlugins
folder.
If you haven't used any 2.x version of this plugin, please read README first. This is a major version update.
Stable Release v2.1
Choose correct version and put dll into InterfacePlugins
folder.
This is a major version update. It brings more options about exporting obj file especially the encoding system. This exporter has not been tested more so far. Please submit an issue if you encounter any problems while using it. There are major changes:
- Use std::string instead of pre-allocated buffer(buffer_helper.cpp)
- Add full encoding conversion system for correcting exported files. This is was designed for solving #1 . There are several options for this system. MAKE SURE to read the README file before actually exporting.
- Add
o
cmmand andg
command switch. - Reduce the IO operation about copying texture files.
- Remove useless
usemtl
command. - etc...
Full Changelog: v1.7...v2.1
Stable Release v2.0
Choose correct version and put dll into InterfacePlugins
folder.
This is a major version update. It brings more options about exporting obj file especially the encoding system. This exporter has not been tested more so far. Please submit an issue if you encounter any problems while using it. There are major changes:
- Use std::string instead of pre-allocated buffer(buffer_helper.cpp)
- Add full encoding conversion system for correcting exported files. This is was designed for solving #1 . There are several options for this system. MAKE SURE to read the README file before actually exporting.
- Add
o
cmmand andg
command switch. - Reduce the IO operation about copying texture files.
- Remove useless
usemtl
command. - etc...
Full Changelog: v1.7...v2.0
Stable Release v1.7
Choose correct version and put dll into InterfacePlugins
folder.
This version do not have significant differences with previous version. It just change the default export settings for better export experience. For example, export objects for common occasion without any modification of export settings.
Stable Release v1.6
Choose correct version and put dll into InterfacePlugins
folder.
Stable Release v1.5
Choose correct version and put dll into InterfacePlugins
folder.