Jump to content

Xycaleth

Members
  • Posts

    1,458
  • Joined

  • Last visited

Posts posted by Xycaleth

  1. Just tried this , it wont create a glm for , ito pens closes and basically does nothing

    I tried runnint it via cmd and the drag&drop method , both didn't work

    so I guess it has to be the .fbx got any ideas what it might be ?

     

    Edit : probably adding error messages would be a good idea

    I have an error message for every possible exit from the program, so I'm not sure what's happening in your case. When you run it via command line, does it exit with no message at all? It might be that you need the VC++ 2012 Redistributable.

     

    I'm trying to get it to work with an exported .fbx (binary ver. 2014 with up axis z-up) from 3ds max 2014 x64, but all I get is this:

    D:\base\models\players\_humanoid>fbx2ghoul2 -anim _humanoid.gla xizor.fbx
    
    Converting xizor.fbx to GLM.
    Using _humanoid.gla for skeleton.
    Failed to create GLM file model.glm.
    
    D:\base\models\players\_humanoid>
    

    The _humanoid.gla file is in the same folder. What am I doing wrong?

    Can you describe how your Max scene is organised? I've assumed a lot about how the scene is laid out, so it might be your scene is organized differently from how the program currently wants it :/

  2. How did you run it?

     

    You need to either drag and drop a .fbx model on to the exe, or run it from command line (for the moment). But it has just occurred to me that when you drag and drop, you won't see the error messages that show up in the little window that pops up if there are any errors.

  3. I was looking at the file submission rules, but they seem to be geared solely towards game modifications. For files such as utilities which tend to be separate programs, what are the rules for the read me file? Obviously the authors, licenses, copyrights and the like remain the same, but the given read me file template doesn't really fit.

  4. Making GLM files more accessible was my plan with this, and was why I chose to go with FBX :)

     

    Btw, has anyone tried converting their FBX file without triangulating the polygons yet? I'd be interested to see how well it works compared to a pre-triangulated model.

  5. As far as I can tell, where the UVW seams meet, the positions and normals are identical for the duplicated vertex, so in-game, you won't notice a split. It goes back to what I said earlier in the topic:

     

    Just because a vertex gets duplicated doesn't mean it has to be different. If you have duplicate vertices with matching normals and texture coordinates then you won't be able to see where they meet  :P

     

    @@Xycaleth

     

    Both of my importers for GLM still have the mesh breaks along the UVW seams.

    Are you checking if there are seams by importing the GLM into 3DS max? Usually seams won't appear in your modeling program, but get created by the exporter (i.e. export to XSI or FBX). From what I can guess, it's then up to the importer to remove these seams.

    Archangel35757 likes this
  6. So it looks like the problem with the broken animations was due to me not being able to count to 3. But this problem is now fixed :D

     

    Download link: https://dl.dropboxusercontent.com/u/874909/fbx2ghoul2.zip

     

    There are now no known problems with the converter, but I want to tidy up and optimize the code a bit more before submitting it to the files section :)

     

    My next plan for this converter is to have it extracting the animation data from the FBX file and then export it as a .GLA file. Once that's done, there's a few tricks I want to try which include potential minor rendering speed improvements, and reduced jitter in exported animations.

  7. Okay! New version of the converter is available. Same address as before: https://dl.dropboxusercontent.com/u/874909/fbx2ghoul2.zip

     

    This update fixes the normals, as well as some vertex weighting issues. I also added model triangulation, which hasn't been tested, but I'm pretty confident will work. It turned out to be pretty easy to add. As a result, triangulating the model upon exporting the FBX file is now optional :)

     

    The problem described here still exists - I'm still investigating the cause of the problem.

    minilogoguy18 and Tempust85 like this
×
×
  • Create New...