Psyk0Sith Posted December 11, 2015 Posted December 11, 2015 I haven't imported an .XSI in a long time and never had a need for smoothing groups. I have my source files for that, so that wouldn't make any difference for me. I think you've already done an enormous amount of work for this old relic of a game engine! Tempust85 likes this
Archangel35757 Posted December 11, 2015 Author Posted December 11, 2015 I haven't imported an .XSI in a long time and never had a need for smoothing groups. I have my source files for that, so that wouldn't make any difference for me. I think you've already done an enormous amount of work for this old relic of a game engine! Alright... I will focus on adding smGroups/specified/explicit normals export for poly (non-tri) meshes. And then recompile for all Max versions. Also, I probably should remove the "use smooth groups" option because the "specified/explicit" method automatically handles smooth groups as well-- so as to avoid confusion... (like @@KENNITHH recently experienced). @@AshuraDX -- will you test out the Max2015 exporter to verify the UV splits are gone?
Archangel35757 Posted December 15, 2015 Author Posted December 15, 2015 Update: OK... so I believe that, in addition to fixing the triangulated mesh vertex normals, I've also fixed exporting of vertex normals for polygon (non-Triangle) meshes. I didn't realize that feature was broken in the original exporter-- but it was... and should be all good now. I will begin to carry updates over into other Max versions and compile new v1.9 beta plugins. I still would like @@AshuraDX to test out the Max2015 exporter on some of his models (since he originally noted the UV Mesh splitting issue).
Archangel35757 Posted December 19, 2015 Author Posted December 19, 2015 Update: Ok... From the Max 2013 v1.9 beta plugin source I compiled and sent to @@DT85 for testing... I've know compiled a v1.9 dotXSI exporter for 3ds Max 2015 and I've mailed it to @@AshuraDX so he can test exporter on some of his models (since he originally noted the UV Mesh splitting issue). I hope to have all versions uploaded for approval as soon as I get some feedback from AshuraDX.
Archangel35757 Posted December 21, 2015 Author Posted December 21, 2015 Update: So here is what I've re-compiled for v1.9 dotXSI 3.0 exporter so far... 3ds Max 2013: x64 version only (sent to @@DT85 to test out) [ note: this version will work in 3ds Max 2014 x64 ]3ds Max 2015: x64 version (sent to @@AshuraDX to test out) [ note: this version will work in 3ds Max 2016 x64 ] 3ds Max 2012: x86 and x64 flavors (see link below)...I've just brought the changes over into 3ds Max 2012 and compiled both an x86/x64 version, and here is a "pre-submission beta" version if anyone feels like testing it out: https://www.dropbox.com/s/zv6s3ywhfonebe6/3dsMax2012%20dotXSI_3.0%20v1.9%20Beta0.zip?dl=0 If you do download this v1.9 version for Max 2012-- you know the drill... (1) Put the DLL file in your main 3ds Max folder, (2) Put the .DLE file in your plugins folder. I've not tested these yet in Max 2012, so if you find any issues please post them in this thread. EDIT: I just tested it out in Max 2012 x64... discovered that I forgot to roll the version number in the "About" Dialog... FIXED! Plugin appears to work fine... I'm heading off to see a movie... I'm sure you can guess which one! Psyk0Sith likes this
Archangel35757 Posted December 25, 2015 Author Posted December 25, 2015 Update: Attention 3ds Max 2010/2011 users... @@Psyk0Sith et al Here is the newly compiled v1.9 dotXSI 3.0 exporter for 3ds Max 2010 (both x86 and x64). These plugins will also work in 3ds Max 2011. The x64 version was compiled against Crosswalk 2012.5 so you will need to delete your previous x64 XSIFTK.dll file. Please give these a try and report any issues-- pay particular attention to vertex normals (which was the focus of v1.9). Your feedback is needed and appreciated! Dropbox:https://www.dropbox.com/s/3yw7jngk5hkd06e/3ds%20Max%202010%20dotXSI%203.0%20Version%201.9.zip?dl=0 Merry Christmas! Edit: I forgot to fix the "ignore smooth groups" function for non-tri polygon meshes. But "use smooth groups" should be correct. I need to do my own verification as well. Psyk0Sith likes this
Archangel35757 Posted December 25, 2015 Author Posted December 25, 2015 @@Psyk0Sith have you had a chance to verify any of your models' vertex normals?
Archangel35757 Posted December 26, 2015 Author Posted December 26, 2015 Update: My testing of the 2010/2011 dotXSI 3.0 exporter v1.9 using a simple box mesh and a simple pentagon mesh... It seems their original vertex normal export functions that "ignore smooth groups" do not even produce correct results. The "ignore smooth groups" option is suppose to ignore multiple smooth groups settings and simply average all normals at a vertex just as if all faces were set to a single smooth group-- this however does not produce the same normals when choosing "use smooth groups" will all faces set to the smooth group 1. Good news is that the "use smooth groups" option exactly matches the normals in 3ds Max (when you print them out using maxscript). So it looks like I will have to go back in and correct their original methods that "ignore smooth groups". If anyone has downloaded either 2010/2011 or the 2012 v1.9 exporter -- please let me know how your test results look. Feel free to post comparison pics in this thread (3ds Max versus ModView).
Psyk0Sith Posted December 26, 2015 Posted December 26, 2015 @@Psyk0Sith have you had a chance to verify any of your models' vertex normals? Not yet, will try soon.
Asgarath83 Posted December 26, 2015 Posted December 26, 2015 i Have max 5 and max 10 too, my OS is an XP SP3 32 bit .basically i do rigging and frankensteining, not modelling.(i got seven in past but is imploded >.< )i have also blender 2.64 but i use only for exporting MD3.
Archangel35757 Posted December 27, 2015 Author Posted December 27, 2015 Update: Ok... so for non-tri polygon meshes I have the normals fixed when using "ignore smooth groups" option for vertex normals. I'm still working to correct the original method used for triangulated meshes when choosing "ignore smooth groups"... Does anyone else now of any bug issues?
Archangel35757 Posted December 31, 2015 Author Posted December 31, 2015 Update: I have officially submitted version 1.9 for Max 6, 8, and 9 (32/64-bit).
Archangel35757 Posted December 31, 2015 Author Posted December 31, 2015 Update: I just submitted the official beta version 1.9 for 3ds Max 2009 32/64-bit. I still need to compile and formally submit versions for Max 2010, 2012, 2013, 2015. But that will have to wait until next week. Please give me feedback-- especially regarding vertex normals (how they look in ModView versus 3ds Max (to see them in Max throw on an Edit_Normals modifier temporarily) ). Mark Lubbers likes this
Archangel35757 Posted January 2, 2016 Author Posted January 2, 2016 Notice to all 3ds Max Users: As @@DT85 discovered, vertex normals are broken in v1.8 of the dotXSI exporter... even when correcting my forgetting to do the Max-to-XSI coordinate transformation… the original code doesn't compute correct normals using the "ignore smooth groups" option. The good news is that I have now fixed the original methods for vertex normals for both triangulated and non-triangulated meshes. Plus v1.9 adds new vertex normal methods for "use smooth groups" and ""specified/explicit" normals. The bad news is... any released model exported using the v1.8 plugins must be re-exported using the v1.9 plugins.
Mark Lubbers Posted January 4, 2016 Posted January 4, 2016 Here are my results with the new exporter compared with the old one. You can clearly see a difference in lighting!3ds Max 2014:Modview old xsi export:Modview new xsi export:Ingame old:Ingame new (standard smoothing groups):Ingame old:Ingame new (specified/explicit normals test on mouth) Tempust85, Archangel35757, Langerd and 1 other like this
Tempust85 Posted January 5, 2016 Posted January 5, 2016 Yep, mirrors my results with my stormtrooper. Again, fantastic work archangel Archangel35757 likes this
Maui Posted January 6, 2016 Posted January 6, 2016 Seems like 3dsmax 2016 (x64) is giving a problem when I try to install the plugin.
Archangel35757 Posted January 6, 2016 Author Posted January 6, 2016 Seems like 3dsmax 2016 (x64) is giving a problem when I try to install the plugin. I have not released a version for max 2015/2016 yet. I only sent it to a few people to beta test for me. I will be releasing the rest of the 3dsMax versions this next week.
Maui Posted January 6, 2016 Posted January 6, 2016 I have not released a version for max 2015/2016 yet. I only sent it to a few people to beta test for me. I will be releasing the rest of the 3dsMax versions this next week.In the readme file and description you said that it would work for 2016 too. But ok, keep up the good work though.
Archangel35757 Posted January 7, 2016 Author Posted January 7, 2016 In the readme file and description you said that it would work for 2016 too. But ok, keep up the good work though.Are you talking about the v1.8 exporter? If so, did you put the Crosswalk DLL in the main 3ds Max folder-- like I said in the readme?
Maui Posted January 7, 2016 Posted January 7, 2016 Are you talking about the v1.8 exporter? If so, did you put the Crosswalk DLL in the main 3ds Max folder-- like I said in the readme?Yes, I've done that. I've done everything exactly as told in the readme.
Archangel35757 Posted January 7, 2016 Author Posted January 7, 2016 Yes, I've done that. I've done everything exactly as told in the readme.Run dependency walker on the dotXSIExport.dle ...you likely do not have the correct VS2012 C++ redistributable runtime installed. Compare the VS2012 C++ runtime the plugin uses (from Dependency Walker) to the version you have installed. Post the version numbers. If they don't match download & install the VS2012 C++ runtime the plugin uses.
Maui Posted January 7, 2016 Posted January 7, 2016 Depency walker? What's that? I'm completely new to 3dsmax.
Archangel35757 Posted January 7, 2016 Author Posted January 7, 2016 Depency walker? What's that? I'm completely new to 3dsmax.http://www.dependencywalker.com/ Sorry you're having trouble... it works fine for me in 3dsMax2016 on Win7. Run the 64-bit version of Dependecy Walker on the exporter plugin
Maui Posted January 7, 2016 Posted January 7, 2016 http://www.dependencywalker.com/ Sorry you're having trouble... it works fine for me in 3dsMax2016 on Win7. Run the 64-bit version of Dependecy Walker on the exporter pluginI'm sorry that I have to put you in this situation. This is what I get when opening it: (Error opening file: System cannot find the given file)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now