summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* fix scan_printf script error code handlingUrs Hanselmann2023-03-041-2/+1
* improve scan_printf ci script error messageUrs Hanselmann2023-03-041-1/+1
* fix scan_printf script in linux bashUrs Hanselmann2023-03-041-8/+2
* add ci script to scan for unexpected printf statementsUrs Hanselmann2023-03-041-0/+20
* - Adapted bat file to new NDK and toolchainCarlos Martinez Perez2022-03-182-17/+66
* Delete mtime_cacheKim Kulling2021-01-241-177/+0
* Delete cacheglobs.txtKim Kulling2021-01-241-4/+0
* Updated copyright dates.Marc-Antoine Lortie2020-01-2010-10/+10
* port/PyAssimp/pyassimp/: Fix new warningsCharlie Gettys2019-03-291-3/+0
* port/PyAssimp/pyassimp/: remove several unised importsCharlie Gettys2019-03-291-1/+2
* scripts/BlenderImporter/genblenddna.py: return 0 on successCharlie Gettys2019-03-291-1/+3
* scripts/StepImporter/CppGenerator.py: return 0 exit code on successCharlie Gettys2019-03-291-0/+3
* scripts/StepImporter/CppGenerator.py: remove unused format parameter on line 158Charlie Gettys2019-03-291-1/+1
* Fix what I assume was a typo in scripts/StepImporter/CppGenerator.py - get_hi...Charlie Gettys2019-03-291-1/+1
* Stepfile: fix some minor review finding.Kim Kulling2019-03-263-25/+24
* Use ADD_ASSIMP_IMPORTER for STEP importersfalexrog2018-12-041-1/+1
* StepFile: introduce generated parser code.Kim Kulling2018-10-055-23/+33
* Step: introduce step-templates.Kim Kulling2018-09-293-0/+212
* Generate step-entity list.Kim Kulling2018-09-282-3/+1018
* StepFile: prepare code gen.kimkulling2018-09-284-102/+16389
* Merge branch 'master' into step-importkkulling2018-09-281-12401/+0
|\
| * Fix static-code-analysis findings.kimkulling2018-09-212-12407/+1
* | Step-Importer: introduce data generation based on config.Kim Kulling2018-09-033-12/+130
|/
* STep: introduce Application-Protocol schema for stepfiles.Kim Kulling2018-09-019-0/+16378
* Merge branch 'master' into masterChristian Meurin2018-01-153-1/+12403
|\
| * IFC: introduce new namespace fpr IFC-schema2x3Kim Kulling2018-01-133-1/+12403
* | "s, <s, and >s oh my...BuildTools2018-01-061-1/+1
* | I assume too much about header paths...BuildTools2018-01-061-1/+1
* | ../../code header path oversight fixedBuildTools2018-01-061-1/+1
* | header paths adjusted for unit tests and samplesBuildTools2018-01-051-0/+38
|/
* closes https://github.com/assimp/assimp/issues/1513: fix assimp for cross com...Kim Kulling2017-11-151-0/+28
* Added the mtime_cache script to hopefully improve use of incremental building...Jared Mulconry2017-10-082-0/+181
* Cleaned up appveyor setup, added VS 2017 to the build matrix and attempted to...Jared Mulconry2017-10-081-36/+0
* GenBlenderDNA: use common formatting.Kim Kulling2017-01-161-14/+1
* BlenderDNA-Generator: update license info.Kim Kulling2016-07-123-3/+3
* appveyor: remove buggy quotes.Kim Kulling2016-02-191-9/+5
* anveyor: enable verbose output.Kim Kulling2016-02-191-1/+1
* Appveyor: add compiler setup script.Kim Kulling2016-02-171-0/+40
* - Merge in latest from assimp/assimp on GitHub (5c00aef7cd8ab6b7f86c8297958a6...Wil Shipley2015-07-263-112/+9685
|\
| * Merge branch 'master' of https://github.com/assimp/assimpAlexander Gessler2015-04-132-4/+9576
| |\
| | * - IFC reader regenerated from schema to include IfcArbitraryProfileDefWithVoidsulf2015-04-132-4/+9576
| |/ |/|
| * Make order of classes in generated IFC parsing code deterministic.Alexander Gessler2015-04-131-2/+3
|/
* update genblenddna.py script to include workaround for reading blender Base l...acgessler2013-10-021-2/+55
* - Ifc: support reading IfcComplexPropertyAlexander Gessler2013-03-291-0/+1
* - IFC: add support for reading IfcProperties as node metadata.Alexander Gessler2013-03-281-0/+6
* Added (basic) Blender 2.63 support. No uvs or colours supported yet.Kester Maddock2013-03-261-3/+6
* - update Ifc parser generator script to assert if !python3Alexander Gessler2013-01-241-0/+4
* - Ifc: implement IfcIShapeProfileDef entity.Alexander Gessler2013-01-241-1/+1
* - Ifc: implement basic support for IfcSweptDiskSolid elements.aramis_acg2012-07-111-0/+1
* # Blender: fix memory leaking due to cycle refs. Thanks to Vitalii Trubchanin...aramis_acg2012-03-271-6/+25