platform/upstream/assimp.git
2017-09-16 Kim KullingMerge pull request #1436 from turol/warnings
2017-09-15 Turo LamminenFBXParser: Silence uninitialized variable warnings
2017-09-15 Turo LamminenImporter: Whitespace cleanup to fix GCC misleading...
2017-09-15 Turo LamminenAssbinExporter: Fix strict aliasing violation
2017-09-15 Turo LamminenAssbinExporter: Add Write specialization for aiColor3D
2017-09-15 Turo LamminenDefaultLogger: Whitespace cleanup to fix GCC misleading...
2017-09-15 Turo LamminenglTFExporter: Silence uninitialized variable warning
2017-09-15 Turo LamminenAdd CMake flag to treat warnings as errors
2017-09-15 Kim KullingMerge pull request #1433 from vkovalev123/patch-1
2017-09-14 vkovalev123Update 3DSLoader.cpp
2017-09-13 Kim KullingMerge pull request #1431 from assimp/revert-1427-asan
2017-09-13 Kim KullingRevert "Asan"
2017-09-13 Kim KullingMerge pull request #1423 from Matter-and-Form/feature...
2017-09-13 Kim KullingMerge pull request #1427 from turol/asan
2017-09-13 Daniel HritzkivUpdate glTF in list of importers and exporters
2017-09-13 Turo LamminenFix delete / delete[] mismatch in glTFAsset
2017-09-13 Turo LamminenEnable AddressSanitizer for Linux clang build
2017-09-12 Kim KullingMDP: fix encoding issues.
2017-09-12 Kim KullingMerge branch 'master' of https://github.com/assimp...
2017-09-12 Kim KullingFBX: fix some minor findings.
2017-09-12 Kim Kullingcloses https://github.com/assimp/assimp/issues/1426...
2017-09-12 Turo LamminenAdd AddressSanitizer option to CMake
2017-09-12 John SennekerManually read alphaMode material property
2017-09-12 John SennekerProperly move string passed to JSON writer
2017-09-12 Daniel HritzkivFix Segfault caused by losing pointer to std::string
2017-09-12 Daniel HritzkivRevert "Remove simple gltf2 export unit test"
2017-09-11 Daniel HritzkivRemove simple gltf2 export unit test
2017-09-11 Daniel HritzkivExclude glTF2 Exporter test when ASSIMP_BUILD_NO_EXPORT
2017-09-11 Daniel HritzkivFormatting
2017-09-11 Daniel HritzkivUse `forceNumber` argument of `WriteAttrs` to write...
2017-09-11 Daniel HritzkivFix mesh primitive’s attributes’ names
2017-09-11 Daniel HritzkivRemove KHR_binary_glTF code
2017-09-11 Daniel HritzkivRemove compresssed file format flag
2017-09-11 Daniel HritzkivAdd gltf2 basic unit test
2017-09-11 Daniel Hritzkivmore specific token search for Collada Loader
2017-09-11 Daniel HritzkivLoad gltf .bin files from correct directory
2017-09-11 Daniel HritzkivRemove premultipliedAlpha from gltf2
2017-09-11 John SennekerFix parsing of glTF version
2017-09-11 John SennekerAdd support for importing both glTF and glTF2 files
2017-09-11 John SennekerRestrict search for OFF header to first 3 bytes
2017-09-11 Daniel HritzkivRemove commented out code
2017-09-11 Daniel HritzkivSet alphaMode, baseColorFactor opacity when model’s...
2017-09-11 Daniel HritzkivSet the metallicFactor to 0 if source file doesn’t...
2017-09-11 Daniel HritzkivFix METALLIC_FACTOR typo
2017-09-11 Daniel HritzkivDefine gltf material property names as constants
2017-09-11 Daniel HritzkivFix indentation
2017-09-11 Daniel HritzkivImplement pbrSpecularGlossiness property as Nullable
2017-09-11 Daniel HritzkivDefine default material values as static constants
2017-09-11 Daniel HritzkivRemove need for Has by returning an empty Ref in Get
2017-09-11 Daniel HritzkivUse different form of index accessor
2017-09-11 Daniel HritzkivExport material names properly
2017-09-11 Daniel HritzkivSampler improvements; Add new LazyDict method
2017-09-11 Daniel HritzkivSet default values on Sampler
2017-09-11 Daniel HritzkivFix unused CopyValue
2017-09-11 Daniel HritzkivExport extensions
2017-09-11 Daniel HritzkivFormatting
2017-09-11 Daniel HritzkivOnly export byteStride if not 0
2017-09-11 Daniel Hritzkivstore node mesh vs. meshes
2017-09-11 Daniel Hritzkivreenable animation and skins exports
2017-09-11 Daniel HritzkivWrite specularGlossiness textures on the specularGlossi...
2017-09-11 Daniel HritzkivMake sure `on` flag for specularGlossiness is being...
2017-09-11 Daniel Hritzkivmention pbrSpecularGlossiness support
2017-09-11 Daniel HritzkivRemove OPEN3DGC and compression references
2017-09-11 Daniel HritzkivChanges to GLTF2 materials
2017-09-11 Daniel HritzkivRemove Light, Technique references
2017-09-11 Daniel HritzkivStart removing materials common, and adding pbrSpecular...
2017-09-11 Daniel HritzkivRemove redundant function
2017-09-11 Daniel HritzkivUse `!ObjectEmpty()` vs. `MemberCount() > 0`
2017-09-11 Daniel HritzkivWorking read, import, export, and write of gltf2 (pbr...
2017-09-11 Daniel Hritzkivcheck in gltf2 models to test directory
2017-09-11 Daniel HritzkivStart managing and importing gltf2 pbr materials
2017-09-11 Daniel Hritzkivtemporarily disable gltf exporting of animations and...
2017-09-11 Daniel HritzkivStart reading pbr materials
2017-09-11 Daniel HritzkivCache retrieved items via an original index map
2017-09-11 Daniel HritzkivDisambiguate Get methods
2017-09-11 Daniel HritzkivUpdate glTF2 Asset to use indexes
2017-09-11 Daniel HritzkivDuplicate gltfImporter as gltf2Importer; Include glTF2...
2017-09-11 Kim KullingMerge pull request #1425 from jaredmulconry/issue_1065
2017-09-10 Jared MulconryMerge branch 'master' of github.com:assimp/assimp into...
2017-09-10 Jared MulconryFixed warnings when compiling for x64 on MSVC through...
2017-09-10 Kim KullingMerge pull request #1424 from samitc/feature/fix-mesh...
2017-09-10 Jared MulconryFixed warnings when compiling for x64 on MSVC through...
2017-09-10 Jared MulconryFixed warnings when compiling for x64 on MSVC through...
2017-09-10 Jared MulconryFixed warnings when compiling for x64 on MSVC through...
2017-09-10 Jared MulconryFixed warnings when compiling for x64 on MSVC through...
2017-09-10 Jared MulconryFixed warnings when compiling for x64 on MSVC through...
2017-09-10 Jared MulconryFixed warnings when compiling for x64 on MSVC through...
2017-09-10 Jared MulconryFixed warnings when compiling for x64 on MSVC through...
2017-09-09 Kim KullingMerge pull request #1422 from elect86/patch-9
2017-09-09 Amit Cirtfix name lost in mesh and nodes when load with aiProces...
2017-09-08 Giuseppe BarbieriAdded a link to pure jvm assimp port
2017-09-07 Kim KullingMerge pull request #1421 from assimp/issue_1404
2017-09-07 Kim KullingTraivis: make build amtrix smaller.
2017-09-07 Kim Kullingcloses https://github.com/assimp/assimp/issues/1404...
2017-09-05 Kim KullingMerge pull request #1418 from umlaeute/debian-fixes...
2017-09-03 IOhannes m... exclude repository-settings from source-package generat...
2017-09-02 IOhannes m... split setup.py into multiple lines
2017-09-02 IOhannes m... fixed spelling error
2017-08-31 Kim Kullingfix the buil
2017-08-31 Kim Kullingfix the buil
next