Kim Kulling
|
741be6f9db
Merge branch 'master' into fbxexport_crashfix
|
6 лет назад |
Matias
|
9903504c42
Removed some code that I didn't mean to fix (I already submitted this in another PR: https://github.com/assimp/assimp/pull/2450).
|
6 лет назад |
Matias
|
575ef4d927
Added support for embedded textures to the FBXExporter (both binary and ASCII). Also made the FBX-namespaces more consistent (we had both Assimp::FBX:: and FBX::). Since we seem to support two types of embedded texture references (both asterisk+texture_id and filepath) I made the exporter use aiScene::GetEmbeddedTexture for looking up texture reference and integrated @loebl 's modification of the function to support the old ("*1") type of references (https://github.com/loebl/assimp/commit/e217358)
|
6 лет назад |
Matias
|
6736f3d24b
Don't call PutString with an empty string. Both DumpChildrenAscii and EndAscii can return without modifyting the string, so we need to check the string before calling PutString. This used to cause a crash.
|
6 лет назад |
Marco Di Benedetto
|
b15c93c726
Merge https://github.com/assimp/assimp
|
6 лет назад |
kimkulling
|
a06133ab52
Update copyrights.
|
7 лет назад |
Marco Di Benedetto
|
cb567d9f65
added internal to_string.
|
7 лет назад |
Tommy
|
39d9878429
FBX Export: use ai_snprintf.
|
7 лет назад |
Tommy
|
826243f289
Implement ascii FBX export.
|
7 лет назад |
Tommy
|
aadb413fc0
Explicit handling of an FBXExportNode edge-case.
|
7 лет назад |
Marco Di Benedetto
|
9d813a48b0
fixed emply buffer stream write, removed some cast warnings.
|
7 лет назад |
Tommy
|
242b5d5874
Initial FBX Export Support, sponsored by MyDidimo (mydidimo.com).
|
8 лет назад |