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 |
Madrich
|
edc7a950c4
|
ReFix the stuff before
Fix XFileExporter Normal
Fix Collada (Triangle->Poly)
|
2014-06-11 00:41:18 +02:00 |
Madrich
|
272a59cd36
|
Fix convertToLH for uv coordinates
Fix Collada export
Fix XFile export
|
2014-06-10 13:14:41 +02:00 |
Madrich
|
ec2ce90654
|
Add Scene Author + AuthorTool
Add XFileExporter
Add Collada Triangle+Line export
Fix Obj Comment
|
2014-06-06 01:56:54 +02:00 |
Alexander Gessler
|
04f0075b63
|
Change default extension for binary STL exports from stlb to stl
|
2014-05-12 12:50:21 +02:00 |
Léo Terziman
|
ec3ef0c9d6
|
Assimp: fixed 3 memory leaks
|
2014-01-17 11:55:59 +01:00 |
acgessler
|
ad0b214656
|
Exporter: do not make any assumptions on previously run PP steps if the scene is a copy.
|
2013-10-05 16:26:52 +02:00 |
acgessler
|
3bee2818e4
|
Exporter: stop non intuitive automatic applying of "reverse" pp steps if user specifies no postprocessing steps.
|
2013-10-05 16:19:03 +02:00 |
acgessler
|
c95697dd0e
|
Exporter: if AI_SCENE_FLAGS_NON_VERBOSE_FORMAT is not set in input scenes, still check if the data is really in verbose format. This is a pure question of API usability and user surprise.
|
2013-10-02 16:46:31 +02:00 |
acgessler
|
cf639edb44
|
ObjExporter: request smooth normals.
|
2013-10-02 14:07:02 +02:00 |
Kim Kulling
|
6eaff77a7c
|
bugfix : fix pedantic vs2012 warnings.
Signed-off-by: Kim Kulling <kim.kulling@googlemail.com>
|
2013-08-15 20:57:54 +02:00 |
Alexander Gessler
|
36a899abcf
|
Merge pull request #70 from YoheiKakiuchi/master
Add binary exporter to STLExporter
|
2013-08-12 16:40:27 -07:00 |