Commit History

Author SHA1 Message Date
  Alexander Gessler a1713052e5 - fbx: support reading LimbNode attachments, less Property70 warnings. 13 years ago
  Alexander Gessler 51d84dcfc0 - fbx: improve logging 13 years ago
  Alexander Gessler 9ea7fc2856 - fbx: don't die if a file contains no GlobalSettings. 13 years ago
  Alexander Gessler eed3cebc18 - fbx: add support for reading Null node attributes. 13 years ago
  Alexander Gessler 4921114c7d - fbx: better error reporting reading property tables. 13 years ago
  Alexander Gessler 1dc2ea05fa - fbx: fix crashbug when animating the root node. 13 years ago
  Alexander Gessler d881bb9cdc - fbx: add support for reading GlobalSettings. 13 years ago
  Alexander Gessler 811e2492df - fbx: fix object names when reading binary files. 13 years ago
  Alexander Gessler ef0dcaaea2 - fbx: refactor, move DOM utility functions to separate unit. 13 years ago
  Alexander Gessler ffbac847ef - fbx: add DOM classes for light and camera node attachments. Devise a new macro-based system to easily define dynamic fbx properties. 13 years ago
  Alexander Gessler 24ce9495fd - fbx: add binary reading draft. Started from scratch after my first attempt had design flaws. The binary reader now sits on the lexer stage (really) and generates a (fake) token sequence similar to the text lexer's output - this means most parsing code can go unaffected. 13 years ago
  Alexander Gessler bb8e8c6673 - fbx: ignore IKEffector nodes. 13 years ago
  Alexander Gessler f230ac2f60 - fbx: further work and bugfixes on deformer conversion. 13 years ago
  Alexander Gessler 05ec3c2e90 - fbx: read Geometry -> Skin and Model -> Cluster connections. Improve logging, some refactoring. 13 years ago
  Alexander Gessler 06acead438 - fbx: read deformers (Skin and Cluster). 13 years ago
  Alexander Gessler d5c05c7d84 - fbx: NodeAttribute can now be target for AnimCurveNode. 13 years ago
  Alexander Gessler f617e766b1 - fbx: add "strict" import mode (only accept 2012,2013 files). 13 years ago
  Alexander Gessler e4305149be - fbx: bugfix animation interpolation code, fix various quirks. 13 years ago
  Alexander Gessler 09aaaba7b8 - fbx: improved DOM object construction and dependency resolution. 13 years ago
  Alexander Gessler 5db5634494 - fbx: add utility functions to filter connections to other objects by their type. 13 years ago
  Alexander Gessler 4f6dbac919 - fbx: prevent infinite recursion when resolving objects with cyclic references. 13 years ago
  Alexander Gessler 378bc93593 - fbx: resolve target node for node animations. 13 years ago
  Alexander Gessler 382f4619ad - fbx: animation conversion from fbx's representation to assimp's. This involves evaluating animation layers etc. 13 years ago
  Alexander Gessler 67c55990cd - fbx: initial code to read animations plus the accompanying DOM classes. 13 years ago
  acgessler 879f2ed177 - fix some -Wall warnings 13 years ago
  Alexander Gessler 1a9790ae9a - fbx: read first set of header properties (format version, timestamp etc). 13 years ago
  Alexander Gessler d6e929b670 - fbx: accidentially passed a wrong predicate for sorting Connections to std::sort. 13 years ago
  Alexander Gessler 04c77029e8 - fbx: fix boost build errors (was building with BOOST_WORKAROUND for a while). 13 years ago
  Alexander Gessler bf79c83bf2 - fbx: read node hierarchy and assign model material indices. Cache already converted materials and meshes to make FBX instancing work as intended. 13 years ago
  Alexander Gessler 17629f1ff1 - fbx: work on resolving material links. 13 years ago