jamesgk
|
d7cbbaf23e
|
Compile with glTF2 export option (currently same as glTF1 output)
|
2017-07-25 17:34:03 -07:00 |
Kim Kulling
|
ac37e4ddba
|
closes https://github.com/assimp/assimp/issues/1320: check if all
exporters are disabled.
|
2017-06-28 22:13:49 +02:00 |
Kim Kulling
|
439409bef2
|
SceneCombiner: fix the build.
|
2017-06-21 15:24:06 +02:00 |
Kim Kulling
|
a2b8d66a86
|
Update license info.
|
2017-05-09 19:57:36 +02:00 |
Kim Kulling
|
bb7f387bcf
|
Merge branch 'master' of https://github.com/assimp/assimp
|
2017-03-11 22:13:48 +01:00 |
Kim Kulling
|
f312d8709e
|
More cleanup
|
2017-02-28 16:37:07 +01:00 |
Antoine Bolvy
|
5dd1bb9d6c
|
Export DefaultIOSystem and move it with DefaultIOStream to include/ instead of code/
|
2017-02-28 11:44:04 +09:00 |
Kim Kulling
|
31bb9f7ba6
|
Obj: fix code review findings.
|
2017-02-04 18:32:04 +01:00 |
Mika Rautio
|
17fc3eea8f
|
Do not build exporter if its importer is not built
|
2016-12-05 11:12:46 +02:00 |
Kim Kulling
|
12ea506504
|
Enable unittest for apacity bug for dae files.
|
2016-11-30 15:05:06 +01:00 |
Albin Bernhardsson
|
30cd60ff82
|
Remove unnecessary semicolons
|
2016-11-24 13:26:18 +01:00 |
Alexandr Arutjunov
|
8c6ee48af5
|
[*] Merged fresh master and resolved conflicts.
|
2016-10-06 17:12:56 +03:00 |
Alexandr Arutjunov
|
0ba0eca48e
|
[+] Call for X3D exporter.
|
2016-10-04 23:55:08 +03:00 |
John Senneker
|
f378230a13
|
Sort by primitive type before exporting as glTF
|
2016-10-03 17:19:44 -04:00 |
johnmaf
|
0277a23521
|
Add Triangulate post-processing step to glTF exporters
|
2016-09-21 11:33:02 -04:00 |
Chris Russ
|
4f7b624fe8
|
fix precision issue within memory copy
|
2016-08-16 16:03:56 +10:00 |
Chris Russ
|
5adb0e899c
|
CMake Option and moving more functions to optional double support
|
2016-07-16 18:23:33 +10:00 |
Kim Kulling
|
7207e5117c
|
Use new include bracktes.
|
2016-06-06 22:04:29 +02:00 |
mensinda
|
5dacda0a08
|
replaced boost smart pointers with c++11 smart pointers
|
2016-04-05 23:23:53 +02:00 |
mensinda
|
cff5b0d1a0
|
Replaced depreacated std::auto_ptr with std::unique_ptr
|
2016-04-05 22:56:11 +02:00 |
mensinda
|
18843fe5e1
|
Replaced BOOST_FOREACH with c++11 ranged for loops
|
2016-04-05 22:53:54 +02:00 |
Kim Kulling
|
1191d03405
|
Update license info.
|
2016-01-01 21:07:24 +01:00 |
Kim Kulling
|
f5e13874e0
|
glTF: check if exporter option has broke someting.
|
2015-12-06 16:49:10 +01:00 |
Otger
|
4f757cdf5a
|
Implemented basic glTF exporter and improved the importer (plus some code refactor)
|
2015-11-29 19:13:51 +01:00 |
Otger
|
b307ec643d
|
Created exporter class and fixed a few bugs
|
2015-11-27 01:16:48 +01:00 |
Richard
|
83de707587
|
Refactor: Expand tabs to 4 spaces
|
2015-06-28 16:04:15 -06:00 |
Richard
|
a96a595a7a
|
Refactor: Trim trailing whitespace
|
2015-06-28 16:01:32 -06:00 |
Richard
|
4c1a0507fe
|
Refactor: Line endings are LF, not CRLF
|
2015-06-28 15:59:33 -06:00 |
Kim Kulling
|
2bfc353fde
|
License info: update year info.
|
2015-06-28 21:48:25 +02:00 |
Madrich
|
71ae322e7b
|
Merge pull request #5 from assimp/master
Update Fork
|
2015-05-01 23:01:33 +02:00 |
Madrich
|
ca8a3909be
|
Add StepExporter.cpp(stp) Export
Fix XFile
|
2015-05-01 21:40:51 +02:00 |
Léo Terziman
|
5b9af11f9b
|
Merge remote-tracking branch 'official/master' into contrib
|
2015-04-28 12:04:53 +02:00 |
abma
|
8c45a4dc3b
|
Merge remote-tracking branch 'origin'
Conflicts:
code/C4DImporter.cpp
code/OgreImporter.h
|
2015-04-16 01:03:00 +02:00 |
abma
|
bf4913b5c9
|
remove AssimpPCH.h: fixes #534
|
2015-04-16 01:00:17 +02:00 |
Léo Terziman
|
454b85a0ad
|
Improved prototype of Importer & Exporter SetProperty* functions for better integration with tools such as SWIG
|
2015-03-27 10:56:03 +01:00 |
Alexander Gessler
|
adc44d1e83
|
If caller provides no ExportProperties, pass a pointer to empty properties to the Exporter implementation (instead of a NULL).
|
2015-03-16 23:09:41 +01:00 |
Madrich
|
c4eb04bb8c
|
Fix XFile name for $ and {}
Memleak copy constructor
|
2015-03-14 20:52:53 +01:00 |
Madrich
|
56da80bc6e
|
Copy constructor ExportProperties
Fix name dummy node in PreTransformVertices
|
2015-03-14 19:03:44 +01:00 |
Madrich
|
290a16eea5
|
Copy constructor for ExportProperties
Export Propertie defines in config.h
Remove unnecessary
|
2015-03-14 16:31:33 +01:00 |
Madrich
|
8b1b12682f
|
Add ExportProperties
|
2015-03-14 14:03:14 +01:00 |
Andreas Henne
|
ab7754ab2a
|
Code style changes.
|
2014-12-11 23:05:09 +01:00 |
Andreas Henne
|
33f9745b62
|
Formatting changes.
|
2014-12-05 19:40:09 +01:00 |
Andreas Henne
|
4550279629
|
Added binary ply exporter.
|
2014-12-05 17:25:18 +01:00 |
Gargaj
|
2e9195819a
|
start assxml exporter basics
|
2014-08-28 15:17:53 +02:00 |
abma
|
56ddb4f4af
|
fix some compile warnings:
- passing NULL to non-pointer
- unused vars
- unused function
- order of init
- parentheses
|
2014-08-17 23:28:00 +02:00 |
Gargaj
|
3d5e1b5cbc
|
add basic framework (files, etc)
|
2014-08-05 20:54:38 +02:00 |
Alexander Gessler
|
6fde07f7e5
|
Initial implementation of 3DS Exporter. Hierarchy exporting and smoothing groups missing.
|
2014-07-23 18:27:22 +02:00 |
Alexander Gessler
|
1207f84f7b
|
Merge pull request #298 from Madrich/master
Collada fixes, adding XFile Exporter
|
2014-06-21 18:54:11 +02:00 |
Madrich
|
2c34f24497
|
Fix XFile define
|
2014-06-21 17:23:30 +02:00 |
Alexander Gessler
|
be5fc42e16
|
Fix memory corruption in the aiGetExportFormatDescription() API. Clarify Exporter doc.
|
2014-06-17 16:10:55 +02:00 |