Skip to content
Snippets Groups Projects
  1. May 26, 2012
  2. May 24, 2012
    • Campbell Barton's avatar
      patch from Doug Perkowski · f9e21740
      Campbell Barton authored
      from Doug:
      
      Most applications aren't very strict with the bind pose because they support different bind poses for different meshes.  Ogre requires a single bind pose for all meshes, which makes things a lot more difficult. 
      
      The changes are where the BindPose is defined (which is pretty much ignored by most applications, but you seemed to have added it for XNA), and the skin deformer.  In both cases, global transforms for bones were not correctly being exported.  I set global transforms for the bones equal to (my_bone.fbxArm.matrixWorld * my_bone.restMatrix) * mtx4_z90.  That  appears to do the trick for me, though I can't say I fully understand how the terms are derived.
      
      I've tested kngcalvn_fbx_test_new.fbx and our sample file in Maya & our FBX importer, and both work with the changes.
      f9e21740
  3. May 22, 2012
  4. May 21, 2012
  5. May 20, 2012
  6. May 18, 2012
  7. May 16, 2012
  8. May 15, 2012
  9. May 07, 2012
  10. May 05, 2012
  11. May 04, 2012
  12. May 03, 2012
  13. May 02, 2012
  14. May 01, 2012
  15. Apr 30, 2012
  16. Apr 26, 2012
  17. Apr 25, 2012
  18. Apr 23, 2012
  19. Apr 22, 2012
    • Martin Poirier's avatar
      netrender · 395bca8b
      Martin Poirier authored
      job and frame status cleanup (move to the model module)
      record transitions between states in job to be able to get (among others) the started and finished time.
      395bca8b
    • Campbell Barton's avatar
      patch: [#30986] 3DS importer/exporter material improvements and bug fixes. · 4dd5ac39
      Campbell Barton authored
      from Alexander Gessler (aramis_acg)
      
      This patch extends the 3DS importer and exporter to have better material support and unifies their respective feature sets.
      
      This includes:
      - UV scale,offset
      - tiling/wrap modes
      - improved conversion of mapping targets
      - better warnings
      
      Additionally, the exporter now handles specular, opacity and normal maps correctly (the importer did this already). (I think the way how textures were written previously was non 3DS-compliant).
      
      I tested this against assimp's 3DS test suite [1] as well as my personal 3DS test sets. Exported 3DS files were successfully read by FBXConv and assimp.
      
      [1] http://assimp.svn.sourceforge.net/viewvc/assimp/trunk/test/
      4dd5ac39
  20. Apr 20, 2012
  21. Apr 19, 2012
Loading