Kim Kulling
|
4590f06756
|
Merge branch 'master' into master
|
2020-11-25 16:57:49 +01:00 |
Evangel
|
67abcb10ba
|
Added mName to aiScene. Primarily to provide access to the "name" member of glTF2 scenes.
|
2020-11-22 15:33:31 +10:00 |
Inho Lee
|
8845d7eed3
|
Prevent to generate redundant morph targets for glTF2
|
2020-11-11 20:49:22 +01:00 |
Kim Kulling
|
8c91d1a3cd
|
closes https://github.com/assimp/assimp/issues/3198: make aiMaterial::GetName const.
|
2020-11-10 12:50:17 +01:00 |
Kim Kulling
|
72bc41b50f
|
Merge branch 'master' into fix/xcode-compile-20201018
|
2020-10-28 22:00:08 +01:00 |
Kim Kulling
|
8c135f779e
|
Merge branch 'master' into readFbxWeightsInConfig
|
2020-10-28 20:38:29 +01:00 |
John Mai
|
cea54d1ac5
|
Merge branch 'master' into fix/xcode-compile-20201018
|
2020-10-23 14:06:25 +08:00 |
Kim Kulling
|
8d7e5db98c
|
Fix typo.
|
2020-10-22 22:26:03 +02:00 |
Kim Kulling
|
b842b4a3c1
|
Merge branch 'master' into fbxReportAssetIssuesProperly
|
2020-10-21 20:02:48 +02:00 |
Kim Kulling
|
080322b9e2
|
cleanup collada xml migration.
|
2020-10-19 19:06:11 +02:00 |
Malcolm Tyrrell
|
a2cd5619b4
|
Merge branch 'master' into readFbxWeightsInConfig
|
2020-10-19 10:16:02 +01:00 |
john
|
d48ac9d0a4
|
fix xcode compile bug
|
2020-10-18 10:54:04 +08:00 |
Malcolm Tyrrell
|
0363c18f1f
|
Read weights
|
2020-10-15 10:07:24 +01:00 |
Malcolm Tyrrell
|
20733537d7
|
Merge branch 'master' into fbxReportAssetIssuesProperly
|
2020-10-08 09:54:04 +01:00 |
Kim Kulling
|
d676e1a13f
|
closes https://github.com/assimp/assimp/issues/3379: reproduce error of unresolved symbol with static lib
|
2020-10-05 21:37:18 +02:00 |
Malcolm Tyrrell
|
57756750f6
|
Limit the output
|
2020-10-02 15:20:50 +01:00 |
Malcolm Tyrrell
|
17702605cf
|
Limit the number of characters printed.
|
2020-10-02 14:41:36 +01:00 |
Malcolm Tyrrell
|
6b9c477763
|
The floar parsing routines are now DeadlyErrors.
|
2020-10-02 13:58:55 +01:00 |
Kim Kulling
|
ea741fd8bd
|
init readbuffer with 0-token.
|
2020-09-30 11:57:29 +02:00 |
Kim Kulling
|
c591f7de2f
|
make xml parsing more verbose.
|
2020-09-29 21:01:10 +02:00 |
Kim Kulling
|
d6892b3f58
|
Merge branch 'master' into pugi_xml
|
2020-09-25 21:00:09 +02:00 |
kimkulling
|
dee8e5bee1
|
Merge branch 'pugi_xml' of https://github.com/assimp/assimp into pugi_xml
|
2020-09-22 15:20:35 +02:00 |
Kim Kulling
|
c4039d5cf0
|
fix collada data parsing.
|
2020-09-21 20:05:16 +02:00 |
kimkulling
|
8c88526da8
|
fix collada unittests.
|
2020-09-21 16:39:24 +02:00 |
Kim Kulling
|
2901f68668
|
Adapt code style.
|
2020-09-14 08:45:18 +02:00 |
kimkulling
|
d0932c405f
|
fix duplicated node parsing.
|
2020-09-11 15:46:46 +02:00 |
kimkulling
|
6ec07e4dc7
|
XGL: next steps.
|
2020-09-10 17:31:30 +02:00 |
Kim Kulling
|
be5089ae40
|
Collada: correct parsing of float data in xml nodes.
|
2020-09-02 22:38:19 +02:00 |
Kim Kulling
|
0c05398602
|
xml-parser: ensure that traverse-collectors are only collecting xmlnodes.
|
2020-09-02 21:48:58 +02:00 |
Kim Kulling
|
73fa2cbe88
|
Fix memory handling of xml-nodes in the parser.
|
2020-09-01 21:48:50 +02:00 |
Kim Kulling
|
3c2133a3b9
|
fix node collection for collada xml parsing
|
2020-09-01 07:51:17 +02:00 |
kimkulling
|
e62b4e5cce
|
next iteration.
|
2020-08-31 16:10:38 +02:00 |
Kim Kulling
|
6d5c388780
|
Introduce node iterator.
|
2020-08-30 21:10:04 +02:00 |
Kim Kulling
|
b7e9595e54
|
fix loop of xml-files.
|
2020-08-28 00:09:51 +02:00 |
kimkulling
|
582a8b1887
|
Fix xml-migration bild.
|
2020-08-27 17:05:09 +02:00 |
Kim Kulling
|
c359b973bb
|
finish migration of collada.
|
2020-08-26 22:31:46 +02:00 |
Kim Kulling
|
904f17f29f
|
next collada-iteration
|
2020-08-24 07:44:54 +02:00 |
Kim Kulling
|
7adfe1f2d8
|
Xml: introduce helper for attribute parsing.
|
2020-08-21 06:45:30 +02:00 |
Malcolm Tyrrell
|
fa93ba76fe
|
Do need to export base class.
|
2020-08-20 15:01:24 +01:00 |
Malcolm Tyrrell
|
16c227e27c
|
Undo one other small change.
|
2020-08-20 14:53:00 +01:00 |
Malcolm Tyrrell
|
8f893e3653
|
Actually, just keep the old behaviour for now.
|
2020-08-20 14:32:15 +01:00 |
Malcolm Tyrrell
|
9b5e758bdd
|
Even simpler DeadlyErrorBase
|
2020-08-19 17:59:13 +01:00 |
Malcolm Tyrrell
|
6f9c61e157
|
Use case which matches surrounding code.
|
2020-08-19 17:57:25 +01:00 |
Malcolm Tyrrell
|
3ccf503d3e
|
Forward template arguments.
|
2020-08-19 11:31:32 +01:00 |
Kim Kulling
|
56381241c5
|
move hasAttribute to XmlParser scope.
|
2020-08-19 00:19:56 +02:00 |
Kim Kulling
|
554ed1bf91
|
next step.s
|
2020-08-18 20:44:06 +02:00 |
Malcolm Tyrrell
|
e1a0163e7e
|
Make all exceptions available.
|
2020-08-18 18:14:51 +01:00 |
Malcolm Tyrrell
|
b7c789da67
|
Stop concatenating std::strings. Use formatter.
|
2020-08-18 17:35:08 +01:00 |
Malcolm Tyrrell
|
0ffcdf160e
|
Build formatting into DeadlyImportError
|
2020-08-18 16:32:34 +01:00 |
kimkulling
|
7e93ae4428
|
3MF: Migration.
|
2020-08-18 16:54:29 +02:00 |