Alexander Gessler
|
19c9683b5f
|
- update Ifc parser generator script to assert if !python3
|
2013-01-24 15:16:38 +01: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
|
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
|
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
|
95e0148f95
|
- IFC: directly keep a pointer to the class name in STEP::Object. This avoid hacking around with typeid().name(), which yields platform-dependent results.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@992 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2011-05-08 20:08:28 +00:00 |
aramis_acg
|
1400ae79e7
|
+ add first prototype version of the IFC-STEP loader. Loads many test models fine but does not support some of the more sophisticated format features.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@979 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2011-05-06 23:55:38 +00:00 |