Kim Kulling
|
dcfc696e86
FBX: woraround for issue 1089.
|
8 years ago |
Turo Lamminen
|
c7c756d344
FBX: Use C++11 range-based for loop
|
9 years ago |
mensinda
|
5dacda0a08
replaced boost smart pointers with c++11 smart pointers
|
9 years ago |
mensinda
|
18843fe5e1
Replaced BOOST_FOREACH with c++11 ranged for loops
|
9 years ago |
Kim Kulling
|
23892a6ded
FBX: add debugging tool to log class type + info.
|
9 years ago |
Kim Kulling
|
d89e7943ad
FBX Close issue-806: support version 7400.
|
9 years ago |
Kim Kulling
|
2b09199f4a
FBXImporter: move MeshGeometry declaration into its own header
|
9 years ago |
Kim Kulling
|
1191d03405
Update license info.
|
9 years ago |
Otger
|
a51d9a3884
Ignore FBX 'PP' type connections (they were stopping the file parsing)
|
9 years ago |
Otger
|
f94bc8d66e
Initial support for FBX embedded textures
|
9 years ago |
Richard
|
83de707587
Refactor: Expand tabs to 4 spaces
|
10 years ago |
Richard
|
a96a595a7a
Refactor: Trim trailing whitespace
|
10 years ago |
Kim Kulling
|
2bfc353fde
License info: update year info.
|
10 years ago |
abma
|
bf4913b5c9
remove AssimpPCH.h: fixes #534
|
10 years ago |
Alexander Gessler
|
5ae010028b
FBX: fix memory leak. Connection objects in Document never freed. See #307
|
11 years ago |
attila-barsi
|
ed9204ab1b
Initial version for FBX layered textures.
|
11 years ago |
Hiroyuki Inoue
|
3a3ac4fea2
Fix to support FBX 2011 (7100)
|
11 years ago |
acgessler
|
fcedc7e8a6
FBX: make clear that we do not support 6.n file format, closes #93.
|
12 years ago |
Alexander Gessler
|
a288a631e2
- FBX: avoid more gcc warnings.
|
12 years ago |
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 |