Mike Samsonov
|
4e03a2c00d
Exception spam fix for FBXMaterial
|
6 лет назад |
Matias Lavik
|
015e960d0e
Merge branch 'master' into issue_1957
|
6 лет назад |
Matias Lavik
|
b3177a2a9a
issue 1957: Added support for reading embedded content (textures) in ASCII FBX. In ASCII FBX embedded content is encoded in Base64 and is surrounded by double quotation marks. The decoding functions are based on those used in the glTF importer.
|
6 лет назад |
Matias Lavik
|
898e59d8ee
Merge branch 'master' into issue_2043
|
6 лет назад |
Matias
|
20acce1c5e
Suggested fix for issue : If available, use "Scaling" and "Translation" instead of "ModelUVScaling" and "ModelUVTranslation". This seems to be what 3DS Max and FBX SDK use.
|
6 лет назад |
Charlie Gettys
|
f15f37634d
BlenderDNA.h:
|
6 лет назад |
kimkulling
|
a06133ab52
Update copyrights.
|
7 лет назад |
Alexandre Avenel
|
2879e0d6ef
Fix typos on code using codespell
|
7 лет назад |
Tommy
|
9f02c8a97c
Fix default opacity of materials exported to FBX by Blender.
|
8 лет назад |
Kim Kulling
|
b049933d2f
update license dates.
|
8 лет назад |
BuildTools
|
66171de915
Successful lib build, unit testing still WIP
|
8 лет назад |
Tommy
|
47c422ea49
Fix non-ascii encoding in comments in FBXMaterial.cpp.
|
8 лет назад |
rickomax
|
c86013b08d
Fixed many FBX bugs
|
8 лет назад |
Kim Kulling
|
a2b8d66a86
Update license info.
|
8 лет назад |
roshan.c
|
27f81884f9
adding support to store all the layered textures
|
9 лет назад |
mensinda
|
18843fe5e1
Replaced BOOST_FOREACH with c++11 ranged for loops
|
9 лет назад |
Kim Kulling
|
1191d03405
Update license info.
|
10 лет назад |
Otger
|
f94bc8d66e
Initial support for FBX embedded textures
|
10 лет назад |
Richard
|
83de707587
Refactor: Expand tabs to 4 spaces
|
10 лет назад |
Richard
|
a96a595a7a
Refactor: Trim trailing whitespace
|
10 лет назад |
Kim Kulling
|
2bfc353fde
License info: update year info.
|
10 лет назад |
abma
|
bf4913b5c9
remove AssimpPCH.h: fixes #534
|
10 лет назад |
abma
|
6c5f9ecb06
fix most warnings with -pendantic
|
11 лет назад |
attila-barsi
|
ed9204ab1b
Initial version for FBX layered textures.
|
12 лет назад |
Alexander Gessler
|
17629f1ff1
- fbx: work on resolving material links.
|
13 лет назад |
Alexander Gessler
|
a0c45f9190
- fbx: read texture -> material connections.
|
13 лет назад |
Alexander Gessler
|
effcaf066a
- fbx: Objects now carry their ID.
|
13 лет назад |
Alexander Gessler
|
fd451f7ba6
- fbx: read object-object and object-property connections.
|
13 лет назад |
Alexander Gessler
|
23914685f9
- fbx: read textures.
|
13 лет назад |
Alexander Gessler
|
97b69364ad
- fbx: refactor code for fetching property templates.
|
13 лет назад |