Scooper Posted July 29, 2015 Posted July 29, 2015 https://jkhub.org/files/file/2400-autodesk-3ds-max-2010-2016-glm-importerexporter-plugins/ Please leave any feedback here, or discuss the plugins however you like.Seeing as I have been unable to test every single version that I've just released, I'm guessing there could be some issues.
Archangel35757 Posted July 29, 2015 Posted July 29, 2015 On import... do you have an option to rescale the incoming GLM from 64% back to 100% (scale factor 1.5625)? And likewise on export (100% to 64%)...
Scooper Posted July 29, 2015 Author Posted July 29, 2015 I guess this is an appropriate time to point out that I made the plugins years ago. And therefore do not remember 100% how everything works anymore. (I can obviously just read my code and figure it out but meeeh) There are no known issues with scaling using my plugins. And although I do remember there being something about a weird scale factor, my plugins just avoid dealing with it.Milamber used my plugin to release the Chaosknight model, a zabrak female in a knights armor, ages ago. So if there is anything more specific about a scaling issue I should be aware of, please be a bit more descriptive, or try my plugins and see if you find an issue. Edit:Did a quick check on my code, and my memory is kicking in:The 64% scale "issue" is part of the .GLA format. Not the .GLM format. And it is used by the game to scale things appropriately (for whatever reason). So the fScale parameter is just completely ignored by my plugins, and everything works fine. Stoiss likes this
Tempust85 Posted July 30, 2015 Posted July 30, 2015 Only just noticed this thread. I have a few issues with the GLM plugins. First off, I'm running 2014 & testing with my EP7 stormtrooper which has LODs 0, 1 & 2.GLM Importer Issues:- Imports very large max bones.While this isn't exactly an issue, it does cause clutter.GLM Exporter Issues:- When exporting a model with LODs, modview says not all the parts are connected in the heirarchy.- LOD0 aka "_0" on the end doesn't get converted to not having the "_0" on the end.- Export Selected doesn't work, as it just exports the entire .max file anyway Let me know if you need any more info.
Scooper Posted July 30, 2015 Author Posted July 30, 2015 Only just noticed this thread. I have a few issues with the GLM plugins. First off, I'm running 2014 & testing with my EP7 stormtrooper which has LODs 0, 1 & 2. GLM Importer Issues: - Imports very large max bones. While this isn't exactly an issue, it does cause clutter. GLM Exporter Issues: - When exporting a model with LODs, modview says not all the parts are connected in the heirarchy.- LOD0 aka "_0" on the end doesn't get converted to not having the "_0" on the end.- Export Selected doesn't work, as it just exports the entire .max file anyway Let me know if you need any more info. The importer attempts to make bones be a reasonable size/length based on how it's connected to others in the hierarchy. For bones that do not have any children it uses a default size. I guess the default size is pretty big, and might be obstructive in some areas like the face.This can be changed to be configurable if needed. With feedback I'll probably end up making a v1.1 Exporter issues:My plugin does not currently support exporting LODs.This was basically a time saver when I made it though, and the plugin does not require a huge amount of changes to function with exporting multiple LODs.Again, my memory might not be completely accurate, but I believe the main thing I was missing was just checking how many LODs were in the scene. Which I could also just ask the user for. Other than that I think the code should already support it.So it's not a big issue, I was just cutting corners a lot back then. So right now if you want to export, it will only be 1 LOD. And it will not strip the _X ending from the pieces when there's only 1 LOD. (My plugin uses _0, _1 etc. btw) So you'll have to do that manually. Export selected: I guess this would be useful to have as well.
Tempust85 Posted July 30, 2015 Posted July 30, 2015 If you like, I can test any changes you make. But seriously though, great job on these!
Vitéz Posted August 1, 2015 Posted August 1, 2015 Hello! I'm trying to use this with Max 2016, copied the GLM_Exporter_2016_x64 .dle and .dli files to the .../3ds Max 2016\plugins folder, but when I launch the Max, it says "DLL <...> failed to initialize. Error code 126 - The specified module could not be found." I'm not an expert of this software, so I dont know its a local problem, or its something with the plug-in. Checked Google, it was advised on forums to install the DX9 files from MS site, but it was already installed, so it didnt solve my problem. If anyone tried to use this with Max 2016, please tell me that is the plug-in working (so its a local problem for me) or not.
Scooper Posted August 1, 2015 Author Posted August 1, 2015 Hello! I'm trying to use this with Max 2016, copied the GLM_Exporter_2016_x64 .dle and .dli files to the .../3ds Max 2016\plugins folder, but when I launch the Max, it says "DLL <...> failed to initialize. Error code 126 - The specified module could not be found." I'm not an expert of this software, so I dont know its a local problem, or its something with the plug-in. Checked Google, it was advised on forums to install the DX9 files from MS site, but it was already installed, so it didnt solve my problem. If anyone tried to use this with Max 2016, please tell me that is the plug-in working (so its a local problem for me) or not.I compiled everything using VS 2013, so you'll need the Visual C++ 2013 Redistributables. That might be the cause of your problem.https://www.microsoft.com/en-us/download/details.aspx?id=40784
Vitéz Posted August 1, 2015 Posted August 1, 2015 Installing Visual C++ 2013 solved the problem, thank you very much for your help.
Tempust85 Posted August 10, 2015 Posted August 10, 2015 Any news on an update that includes: - LOD support- Export selected support- Bone size reduction or ability to specify your own size- Animation support?
Scooper Posted August 10, 2015 Author Posted August 10, 2015 Progress report:No progress I have not done anything since the release. But since I see request(s) for an update. I'll try to spend some time doing the first three on your list at least.Animation support is not planned at the moment. That's a sizable project on its own. Vitéz and Tempust85 like this
Iffo Posted September 21, 2015 Posted September 21, 2015 Modview crashes whenever I try to open a jedi_hm model.glm using this importer/exporter. Even if I import the model, make no changes at all, then export it. It crashes upon opening.
Tempust85 Posted October 19, 2015 Posted October 19, 2015 Not sure if your exporter does it already, but can you please add the ability to export normals as well? This would be very helpful for custom normals to reduce shading issues.
Archangel35757 Posted August 9, 2020 Posted August 9, 2020 @exarsenpai12 - any issues with the plugins?
Archangel35757 Posted October 4, 2020 Posted October 4, 2020 On 6/21/2020 at 9:10 PM, exarsenpai12 said: Thanks for the importer bro! @exarsenpai12 - any issues with the plugins?
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