Charlie Gettys
5a53fbd65f
port/PyAssimp/pyassimp/: Fix new warnings
2019-03-29 18:36:17 -04:00
Charlie Gettys
efbb85721c
port/PyAssimp/pyassimp/: remove several unised imports
2019-03-29 18:36:17 -04:00
Charlie Gettys
0292acd5a9
scripts/BlenderImporter/genblenddna.py: return 0 on success
2019-03-29 18:36:17 -04:00
Charlie Gettys
44e89520eb
scripts/StepImporter/CppGenerator.py: return 0 exit code on success
2019-03-29 18:36:17 -04:00
Charlie Gettys
1371cb59d9
scripts/StepImporter/CppGenerator.py: remove unused format parameter on line 158
2019-03-29 18:36:17 -04:00
Charlie Gettys
ae6c1e5ad8
Fix what I assume was a typo in scripts/StepImporter/CppGenerator.py - get_hierarchy is not used internally, so it did not cause runtime errors in the tests. Tests should perhaps be revised to reflect this.
2019-03-29 18:36:17 -04:00
Kim Kulling
7e39ae0d52
Stepfile: fix some minor review finding.
2019-03-26 20:19:16 +01:00
sfalexrog
af323de741
Use ADD_ASSIMP_IMPORTER for STEP importer
2018-12-04 23:28:50 +03:00
Kim Kulling
aceaecaed7
StepFile: introduce generated parser code.
2018-10-05 19:41:52 +02:00
Kim Kulling
26e9591cc9
Step: introduce step-templates.
2018-09-29 08:50:38 +02:00
Kim Kulling
42402b2cf3
Generate step-entity list.
2018-09-28 20:10:46 +02:00
kimkulling
4003309e7a
StepFile: prepare code gen.
2018-09-28 17:06:03 +02:00
kkulling
e38629613c
Merge branch 'master' into step-import
2018-09-28 15:59:27 +02:00
kimkulling
f818a909e5
Fix static-code-analysis findings.
2018-09-21 16:07:09 +02:00
Kim Kulling
78a70baf7c
Step-Importer: introduce data generation based on config.
2018-09-03 22:28:54 +02:00
Kim Kulling
0fb901b42a
STep: introduce Application-Protocol schema for stepfiles.
2018-09-01 18:06:16 +02:00
Christian Meurin
86fa0f4524
Merge branch 'master' into master
2018-01-15 19:10:14 -08:00
Kim Kulling
cecab969c6
IFC: introduce new namespace fpr IFC-schema2x3
2018-01-13 10:27:45 +01:00
BuildTools
6a76959f5b
"s, <s, and >s oh my...
2018-01-06 21:20:45 -08:00
BuildTools
0c4c66be50
I assume too much about header paths...
2018-01-06 21:00:11 -08:00
BuildTools
123fb1d009
../../code header path oversight fixed
2018-01-06 20:50:01 -08:00
BuildTools
a8a1ca9894
header paths adjusted for unit tests and samples
2018-01-05 23:12:40 -08:00
Kim Kulling
7db10022e9
closes https://github.com/assimp/assimp/issues/1513 : fix assimp for cross compile for android
2017-11-15 21:26:25 +01:00
Jared Mulconry
81d3010f73
Added the mtime_cache script to hopefully improve use of incremental building with appveyor.
...
Reduced the verbosity of the appveyor config.
Added use of mtime_cache.
Fixed the output of an xml version of the test output for hooking into appveyor.
2017-10-08 16:21:32 +11:00
Jared Mulconry
8f54892439
Cleaned up appveyor setup, added VS 2017 to the build matrix and attempted to add running of tests.
2017-10-08 01:27:21 +11:00
Kim Kulling
06ca0e094b
GenBlenderDNA: use common formatting.
2017-01-16 20:21:11 +01:00
Kim Kulling
facffffc59
BlenderDNA-Generator: update license info.
2016-07-12 21:11:52 +02:00
Kim Kulling
1558db0722
appveyor: remove buggy quotes.
2016-02-19 11:44:02 +01:00
Kim Kulling
8375cfe1ed
anveyor: enable verbose output.
2016-02-19 11:07:17 +01:00
Kim Kulling
03af4b3dd4
Appveyor: add compiler setup script.
2016-02-17 13:44:33 +01:00
Wil Shipley
8b7fa48d27
- Merge in latest from assimp/assimp on GitHub ( 5c00aef7cd
)
...
- Added at least some of the new files to my Xcode 6 project, as
well.
- Built and tested with the DAE importer, seems to work fine.
2015-07-26 19:16:01 -07:00
Alexander Gessler
6e5ca257de
Merge branch 'master' of https://github.com/assimp/assimp
2015-04-13 21:39:25 +02:00
Alexander Gessler
55ca72e1c8
Make order of classes in generated IFC parsing code deterministic.
2015-04-13 21:38:36 +02:00
ulf
806d3ac8e1
- IFC reader regenerated from schema to include IfcArbitraryProfileDefWithVoids
...
- implemented IfcArbitraryProfileDefWithVoids to fix solar panel covers in test\models-nonbsd\IFC\rac_basic_sample_project.ifc
- warning: another dirty hack on top of dirty hacks - one day all these CSG implementations will blow up in our faces. Mark my words.
2015-04-13 16:01:33 +02:00
acgessler
00037e669c
update genblenddna.py script to include workaround for reading blender Base list.
2013-10-02 14:15:14 +02:00
Alexander Gessler
2ad24f7940
- Ifc: support reading IfcComplexProperty
2013-03-29 14:07:28 +01:00
Alexander Gessler
03b8431d54
- IFC: add support for reading IfcProperties as node metadata.
2013-03-28 23:28:49 +01:00
Kester Maddock
eaf9cbc120
Added (basic) Blender 2.63 support. No uvs or colours supported yet.
2013-03-26 21:28:15 +01:00
Alexander Gessler
19c9683b5f
- update Ifc parser generator script to assert if !python3
2013-01-24 15:16:38 +01:00
Alexander Gessler
5ac2354da0
- Ifc: implement IfcIShapeProfileDef entity.
2013-01-24 15:16:03 +01:00
aramis_acg
d7410e6f08
- Ifc: implement basic support for IfcSweptDiskSolid elements.
...
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1287 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2012-07-11 22:11:16 +00:00
aramis_acg
07841c3e13
# Blender: fix memory leaking due to cycle refs. Thanks to Vitalii Trubchaninov for pointing this out.
...
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1230 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2012-03-27 22:09:09 +00:00
aramis_acg
2ffac898d6
[3393728] [PATCH 1/2] ommit->omit and splitted->split
...
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1064 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2011-08-20 22:00:33 +00:00
aramis_acg
969c2ccf9f
- PyAssimp: move structsgen.py script away from /scripts and place it in a sub-folder of port/PyAssimp. This is consistent with the way how SWIG-dependent bindings handle such files.
...
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1049 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2011-07-17 01:55:58 +00:00
aramis_acg
00be2f920b
- ff=unix for all Python scripts in ./scripts to avoid shebang trouble under *nix.
...
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1048 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2011-07-17 01:14:13 +00:00
aramis_acg
a84eead533
- IFC: update entity list, modify the script to take the new folder structure into account.
...
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1047 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2011-07-17 01:12:01 +00:00
aramis_acg
9edc0a9b8e
merge with git://github.com/tonttu/assimp.git
...
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1029 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2011-06-09 14:29:32 +00:00
aramis_acg
1e2dd3eefc
- IFC: use smart pointers to keep STEP-SELECT entities in the converted output data structures. This allows us to free the original parameter tuples early as ownership of their members can be transferred. This cuts down memory overhead to 8x (assuming a typical x64 builds) and reduces loading time on average by ~5% as measured on my system.
...
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1019 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2011-05-31 14:23:43 +00:00
aramis_acg
bbd7547fff
- Further work on IFC, fix transformations, support non-uniform transformations, optimize loading, use recursive algorithm to resolve holes in polygons, implement CSG logic to generate wall openings. The latter is currently disabled.
...
- Triangulation step now automatically drops polygons with an area of zero.
- Add debug preprocessor switch to dump all triangulations to a separate file.
- Refactoring, collect some polygon related functions in a separate header, PolyTools.h
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1002 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2011-05-13 00:52:50 +00:00
aramis_acg
ee64441305
- IFC: initial implementation of boolean clipping (simple kind of CSG). Currently only supports clipping against unbounded planes.
...
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@999 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2011-05-10 15:37:40 +00:00