Joshua Hyatt
|
c769f8d4ad
|
Replace unique_ptr with raw pointer to avoid destructing stream
|
2020-08-29 22:21:34 -06:00 |
kimkulling
|
30a4eae17f
|
simplify some ttributes access in loaded xml.
|
2020-08-28 16:25:22 +02:00 |
kimkulling
|
0730eebe6f
|
fix collada handling of xml nodes.
|
2020-08-28 16:17:56 +02:00 |
crocdialer
|
3c98197be0
|
set aiAnimation->mTicksPerSecond to 1000.0. this is analog to the behaviour of gltf2-importer
|
2020-08-28 16:09:15 +02:00 |
Kim Kulling
|
b7e9595e54
|
fix loop of xml-files.
|
2020-08-28 00:09:51 +02:00 |
Rahul Sheth
|
6b32f34fc2
|
Try disabling C4389 for GTest only for MSVC
|
2020-08-27 17:02:42 -04:00 |
Rahul Sheth
|
b15c111805
|
Try Hunter-based Github Actions
|
2020-08-27 16:55:39 -04:00 |
Rahul Sheth
|
5f19c8890b
|
Update to the latest Hunter
|
2020-08-27 16:51:34 -04:00 |
Rahul Sheth
|
59c8b4ed84
|
Move RapidJSON definitions to CMake
|
2020-08-27 16:51:06 -04:00 |
kimkulling
|
582a8b1887
|
Fix xml-migration bild.
|
2020-08-27 17:05:09 +02:00 |
kimkulling
|
6f77d2e06d
|
Prepare unittest for XmlParser.
|
2020-08-27 17:04:58 +02:00 |
Kim Kulling
|
c359b973bb
|
finish migration of collada.
|
2020-08-26 22:31:46 +02:00 |
Rahul Sheth
|
5087348a37
|
Build tests and tools with Hunter
|
2020-08-25 11:30:46 -04: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
|
962fe7cd4d
|
Oops. Fix string to match restored error text.
|
2020-08-20 15:10:11 +01: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 |
Kim Kulling
|
cb631517a7
|
next iteration.
|
2020-08-19 22:44:13 +02: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
|
6c2ceb55f8
|
Simplify some FBX error code.
|
2020-08-19 17:20:57 +01:00 |
kimkulling
|
d393f677ce
|
Collada: next methods migrated.
|
2020-08-19 17:10:30 +02:00 |
Malcolm Tyrrell
|
d7c65c36cd
|
Add unit test for formatting.
|
2020-08-19 11:31:46 +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
|
0f6127e90e
|
No need to build strings.
|
2020-08-18 18:21:20 +01: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 |
kimkulling
|
6a8edb21f8
|
fix merge issues
|
2020-08-18 17:41:37 +02: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 |
Malcolm Tyrrell
|
974252bd8f
|
Fix two warnings that annoy clang.
|
2020-08-18 10:33:47 +01:00 |
Malcolm Tyrrell
|
4f1e904ec8
|
Fix typo.
|
2020-08-18 10:33:47 +01:00 |
Malcolm Tyrrell
|
829ff1adf0
|
Maybe this will help.
|
2020-08-18 10:33:47 +01:00 |
Malcolm Tyrrell
|
a4110a59c5
|
Use runtime error.
|
2020-08-18 10:33:47 +01:00 |
Malcolm Tyrrell
|
19cdfd12df
|
Unit test for internal failures.
|
2020-08-18 10:33:47 +01:00 |
Malcolm Tyrrell
|
b1ed751b83
|
Provide an API for accessing internal errors.
|
2020-08-18 10:33:42 +01:00 |
Kim Kulling
|
48ec3ef458
|
Merge pull request #3374 from fuj1n/update_utf8cpp
Update utf8cpp to fix use of C++17 deprecated feature
|
2020-08-17 21:11:05 +02:00 |
Arthur (fuj1n) Uzulin
|
995ab805ff
|
Update utf8cpp to fix use of C++17 deprecated feature
|
2020-08-17 17:54:48 +10:00 |
Kim Kulling
|
51a417ce6f
|
Merge pull request #3372 from lsliegeo/nff_ai_real
NFF importer double precision support
|
2020-08-16 13:56:33 +02:00 |
lsliegeo
|
0d00ff7043
|
use ai_real instead of float
|
2020-08-15 14:57:49 +02:00 |
Kim Kulling
|
9fc00cbf74
|
Merge pull request #3369 from assimp/issue_3364
Fix incorrect index
|
2020-08-11 20:50:11 +02:00 |
Kim Kulling
|
1bbae19779
|
Fix leak
|
2020-08-11 20:28:12 +02:00 |
Kim Kulling
|
b1b9fa94cf
|
Update utStandardShapes.cpp
|
2020-08-11 20:21:35 +02:00 |
Kim Kulling
|
9bad20e99e
|
Add test to CMakeLists
|
2020-08-11 20:03:30 +02:00 |
Kim Kulling
|
45f76f36f3
|
Add test to CMakeLists
|
2020-08-11 20:03:23 +02:00 |
Kim Kulling
|
153a6efecc
|
Add test
|
2020-08-11 20:02:14 +02:00 |