RichardTea
|
dc8550290e
|
Ensure to delete the scene copy after the test
|
2020-05-05 10:53:26 +01:00 |
RichardTea
|
56a4e61533
|
Collada: Don't copy the scene when exporting
This was purely to add a virtual top-level node
Use a flag instead.
Also add more const
|
2020-05-05 10:16:13 +01:00 |
RichardTea
|
6e447b2c44
|
Merge branch 'bug-3177-dae-geo-id' into bug-3201-collada_root_meshes
|
2020-05-05 09:52:08 +01:00 |
RichardTea
|
d1ae6ac77a
|
Fix typo in <visual_scene>
Swapped Id and Name
|
2020-05-05 09:51:41 +01:00 |
RichardTea
|
fa1d2f09db
|
Merge branch 'master' into bug-3177-dae-geo-id
|
2020-05-05 09:33:48 +01:00 |
Kim Kulling
|
3a84675c2b
|
Merge pull request #3202 from assimp/issue_3190
closes https://github.com/assimp/assimp/issues/3190 : fix leak.
|
2020-05-04 22:16:25 +02:00 |
Kim Kulling
|
bf95d1da7c
|
fix conversion
|
2020-05-04 21:48:46 +02:00 |
Kim Kulling
|
6afb72216c
|
Compile constructor of aiMetadataType only for c++
|
2020-05-04 20:50:44 +02:00 |
Kim Kulling
|
3b4a9812e5
|
add init list for metadatatype.
|
2020-05-04 20:40:08 +02:00 |
RichardTea
|
8e73984a11
|
Collada Root Nodes aren't allowed to have meshes
Create a null parent node instead
|
2020-05-04 17:47:09 +01:00 |
kimkulling
|
5c9a08e375
|
closes https://github.com/assimp/assimp/issues/3190 : fix leak.
|
2020-05-04 15:36:54 +02:00 |
RichardTea
|
6e200cb0d3
|
Merge branch 'master' into bug-3177-dae-geo-id
Impossible merge, have discarded upstream
|
2020-05-04 13:59:09 +01:00 |
RichardTea
|
ea917bd4ae
|
Move Collada into AssetLib folder
Should make the merge easier
|
2020-05-04 13:54:49 +01:00 |
RichardTea
|
c6213836aa
|
Merge remote-tracking branch 'upstream/master'
|
2020-05-04 13:21:52 +01:00 |
Kim Kulling
|
8675bb0912
|
Merge pull request #3197 from assimp/kimkulling_dev
Kimkulling dev
|
2020-05-03 18:58:49 +02:00 |
Kim Kulling
|
918d3d4206
|
fix invalid endif statement in cmake.
|
2020-05-03 15:55:42 +02:00 |
Kim Kulling
|
91fa9a102b
|
closes https://github.com/assimp/assimp/issues/3181: fix typo for light type.
|
2020-05-03 12:17:32 +02:00 |
Kim Kulling
|
09dcb76063
|
Merge branch 'master' into kimkulling_dev
|
2020-05-03 11:50:18 +02:00 |
Kim Kulling
|
3b06f57150
|
add missing inclde +
|
2020-05-02 21:11:47 +02:00 |
Kim Kulling
|
4f902faddf
|
build: move option for viewer to the other options.
|
2020-05-02 21:08:24 +02:00 |
Kim Kulling
|
514593548d
|
add assert-test for nullptr.
|
2020-05-02 21:07:41 +02:00 |
Kim Kulling
|
3329e76263
|
closes https://github.com/assimp/assimp/issues/3178: throw exception in case of invalid export stream.
|
2020-05-02 21:06:55 +02:00 |
Kim Kulling
|
a874facbbf
|
Merge pull request #3196 from assimp/kimkulling_dev
Kimkulling dev
|
2020-05-02 19:55:33 +02:00 |
Kim Kulling
|
f8e6512a63
|
Move format importer and exporter into its won folder.
|
2020-05-02 15:14:38 +02:00 |
RichardTea
|
1dabb1a094
|
Collada: Fix crash with AI_CONFIG_IMPORT_COLLADA_USE_COLLADA_NAMES
Add unit test for this
|
2020-05-01 14:59:09 +01:00 |
RichardTea
|
3e2dd186d1
|
Merge branch 'master' into bug-3177-dae-geo-id
|
2020-05-01 12:08:12 +01:00 |
RichardTea
|
e27f3791ab
|
Merge remote-tracking branch 'upstream/master'
|
2020-05-01 12:07:10 +01:00 |
RichardTea
|
5b9f207f1f
|
ColladaExporter cleanup
Namespace, NULL and includes
|
2020-05-01 11:54:34 +01:00 |
RichardTea
|
ee16d2c4c9
|
Fix camera, light and bone unique ids
Bones don't have a unit test yet
|
2020-05-01 11:13:38 +01:00 |
Kim Kulling
|
52122a9900
|
Merge branch 'master' into kimkulling_dev
|
2020-05-01 10:49:03 +02:00 |
Kim Kulling
|
08609feb54
|
Merge pull request #3170 from assimp/opencollective-opencollective
Opencollective opencollective
|
2020-04-30 21:32:42 +02:00 |
Kim Kulling
|
1505a57ad2
|
Merge branch 'master' into opencollective-opencollective
|
2020-04-30 21:05:50 +02:00 |
Kim Kulling
|
b495c42a33
|
Merge pull request #3171 from assimp/kimkulling-patch-github-actions
Add sanitizer support
|
2020-04-30 21:04:08 +02:00 |
RichardTea
|
083ebdbc2e
|
Collada Export: More unique Ids
Nodes, Materials, Animations, Lights, Cameras, Bones
|
2020-04-30 18:28:06 +01:00 |
Kim Kulling
|
a639221ede
|
Update to float
- Temporary change to analyze leak.
|
2020-04-30 09:14:42 +02:00 |
Kim Kulling
|
6956ef53d9
|
Merge branch 'master' into opencollective-opencollective
|
2020-04-30 09:08:55 +02:00 |
Kim Kulling
|
2d9d112015
|
fix warning
|
2020-04-29 21:35:42 +02:00 |
Kim Kulling
|
1c30b7bf8e
|
tryout: check if leak is coupled to type double.
|
2020-04-29 21:31:01 +02:00 |
Kim Kulling
|
e0bc0f7fad
|
try to fix double memleak.
|
2020-04-29 21:19:15 +02:00 |
Kim Kulling
|
da2bf5c7a4
|
fix wrong size
|
2020-04-29 21:13:46 +02:00 |
Kim Kulling
|
f808ed9fb5
|
fbxconverter: fix memoryleak.
|
2020-04-29 20:52:49 +02:00 |
Kim Kulling
|
c6131ce38a
|
scenecombiner: fix leak.
|
2020-04-29 20:43:23 +02:00 |
Kim Kulling
|
fd555a1349
|
review findings.
|
2020-04-29 20:33:37 +02:00 |
RichardTea
|
ff9f3b8608
|
Collada: Ensure <geometry> has unique id
Use the "id" for mesh names by default.
Set option AI_CONFIG_IMPORT_COLLADA_USE_COLLADA_NAMES to use the mesh "name" instead
|
2020-04-29 17:17:46 +01:00 |
RichardTea
|
2c6ac23a4e
|
Apply Assimp clangformat to touched Collada files
|
2020-04-29 14:21:17 +01:00 |
Kim Kulling
|
b9c597d055
|
Fix review finding.
|
2020-04-29 13:46:01 +02:00 |
Kim Kulling
|
fcdf88a74a
|
Use correct sanitizer
|
2020-04-29 13:41:40 +02:00 |
Kim Kulling
|
1a440834ae
|
Use debug configuration
|
2020-04-28 21:11:21 +02:00 |
Kim Kulling
|
68efdcde88
|
Remove deprecated step
|
2020-04-28 20:41:02 +02:00 |
Kim Kulling
|
7b4ff0cb1c
|
Fix name
|
2020-04-28 20:39:13 +02:00 |