Merwan Achibet 7dc32ab9b6 Preserve all the material parameters from FBX models hace 7 años
..
Importer f170c84226 Test fixes hace 7 años
res 4495162f5f Fix new lines problem hace 9 años
.editorconfig 8326535445 Implemented: Add editor config for source code hace 10 años
3DSConverter.cpp 6788d7b18b 3DS: Fix strict aliasing violations hace 7 años
3DSExporter.cpp 066349f36b Add usage of log macros. hace 7 años
3DSExporter.h e99dfdb050 fix cppcheck findings. hace 8 años
3DSHelper.h d9a7ed19a8 Replaced "../Include/" include from 3DSHelper.h hace 7 años
3DSLoader.cpp a7cbb4386c 3DSLoader: exception-safety hace 7 años
3DSLoader.h b049933d2f update license dates. hace 8 años
3MFXmlTags.h 017b7d1a2f 3MF: add missig tags for meta data. hace 7 años
ACLoader.cpp 066349f36b Add usage of log macros. hace 7 años
ACLoader.h b049933d2f update license dates. hace 8 años
AMFImporter.cpp 0e15b25cd1 Next log call changes. hace 7 años
AMFImporter.hpp f75bf6d99c MAke noexcept compiler-specific. hace 7 años
AMFImporter_Geometry.cpp b049933d2f update license dates. hace 8 años
AMFImporter_Macro.hpp 2879e0d6ef Fix typos on code using codespell hace 7 años
AMFImporter_Material.cpp f818a909e5 Fix static-code-analysis findings. hace 7 años
AMFImporter_Node.hpp 2017e50e7b Update AMFImporter_Node.hpp hace 7 años
AMFImporter_Postprocess.cpp 2879e0d6ef Fix typos on code using codespell hace 7 años
ASELoader.cpp 066349f36b Add usage of log macros. hace 7 años
ASELoader.h b049933d2f update license dates. hace 8 años
ASEParser.cpp 066349f36b Add usage of log macros. hace 7 años
ASEParser.h e129d88825 Update ASEParser.h hace 7 años
AssbinExporter.cpp 66599b6392 Assbin: fix loading/exporting compressed format hace 7 años
AssbinExporter.h c25a2dfc22 Assbin: add unittest. hace 7 años
AssbinLoader.cpp 770356a55b AssbinLoader: fix setting mNumChildren and releasing the smart pointer hace 7 años
AssbinLoader.h aa8e32c509 closes https://github.com/assimp/assimp/issues/1451: break when assimp-bin format was exported with a different version. hace 7 años
Assimp.cpp 35374e777b Merge branch 'step-import' of https://github.com/assimp/assimp into step-import hace 7 años
AssimpCExport.cpp b049933d2f update license dates. hace 8 años
AssxmlExporter.cpp be33feba44 Warning LNK4221 when not building exporter. hace 8 años
AssxmlExporter.h b049933d2f update license dates. hace 8 años
B3DImporter.cpp 066349f36b Add usage of log macros. hace 7 años
B3DImporter.h b049933d2f update license dates. hace 8 años
BVHLoader.cpp dd8cf73415 Update BVHLoader.cpp hace 7 años
BVHLoader.h cfcaf3e97b BVH: Initialize all members of Node in constructor hace 8 años
BaseImporter.cpp f75bf6d99c MAke noexcept compiler-specific. hace 7 años
BaseProcess.cpp f75bf6d99c MAke noexcept compiler-specific. hace 7 años
BaseProcess.h f75bf6d99c MAke noexcept compiler-specific. hace 7 años
Bitmap.cpp b049933d2f update license dates. hace 8 años
BlenderBMesh.cpp 341222697a Address warnings on Clang 3.9 caused by having a static data member in a class template. hace 8 años
BlenderBMesh.h 66171de915 Successful lib build, unit testing still WIP hace 8 años
BlenderCustomData.cpp f5e94a2840 Add a check for the resule of a dynamic cast. hace 7 años
BlenderCustomData.h 9415380b4c usage of dynamic_cast instead of static_cast hace 7 años
BlenderDNA.cpp 2879e0d6ef Fix typos on code using codespell hace 7 años
BlenderDNA.h 959c0e8907 reworked to ElemBase * hace 7 años
BlenderDNA.inl afbdb043b0 ReadFieldPtrVector should return true when successful hace 7 años
BlenderIntermediate.h 990dc983ed Issue #1776 Fixed potential crash bug in ObjectCompare, because it didn't follow strict weak ordering. As counter-intuitive as it seems, a comparator must return false for equal values. The C++ standard defines and expects this behavior: true if lhs < rhs, false otherwise. hace 8 años
BlenderLoader.cpp 6af016d149 Fix Blender FOV loading hace 7 años
BlenderLoader.h b049933d2f update license dates. hace 8 años
BlenderModifier.cpp e57394a772 move log tools from blender to logger interface. hace 7 años
BlenderModifier.h 30c20eb5fc INtroduce new log macros. hace 7 años
BlenderScene.cpp 05b5930b29 Amended the "Key" for the database ReadField hace 7 años
BlenderScene.h 41bf572af6 issue_2016 hace 7 años
BlenderSceneGen.h 85b0026c92 issue_1973 hace 7 años
BlenderTessellator.cpp b049933d2f update license dates. hace 8 años
BlenderTessellator.h 2879e0d6ef Fix typos on code using codespell hace 7 años
C4DImporter.cpp 66171de915 Successful lib build, unit testing still WIP hace 8 años
C4DImporter.h 66171de915 Successful lib build, unit testing still WIP hace 8 años
CInterfaceIOWrapper.cpp b049933d2f update license dates. hace 8 años
CInterfaceIOWrapper.h b049933d2f update license dates. hace 8 años
CMakeLists.txt 35a044bda3 Various additions/fixes (FBX blend-shapes support added) hace 7 años
COBLoader.cpp f818a909e5 Fix static-code-analysis findings. hace 7 años
COBLoader.h 30c20eb5fc INtroduce new log macros. hace 7 años
COBScene.h b049933d2f update license dates. hace 8 años
CSMLoader.cpp 0e15b25cd1 Next log call changes. hace 7 años
CSMLoader.h b049933d2f update license dates. hace 8 años
CalcTangentsProcess.cpp 30c20eb5fc INtroduce new log macros. hace 7 años
CalcTangentsProcess.h b049933d2f update license dates. hace 8 años
ColladaExporter.cpp db202584ab remove dead code. hace 7 años
ColladaExporter.h 2879e0d6ef Fix typos on code using codespell hace 7 años
ColladaHelper.h e5fa1798f6 closes https://github.com/assimp/assimp/issues/2019: fix the qt-viewer without export. hace 7 años
ColladaLoader.cpp 35a044bda3 Various additions/fixes (FBX blend-shapes support added) hace 7 años
ColladaLoader.h f4c37fa245 Collada: add importer property that forces the use of collada names. Closes #1375. hace 8 años
ColladaParser.cpp e5fa1798f6 closes https://github.com/assimp/assimp/issues/2019: fix the qt-viewer without export. hace 7 años
ColladaParser.h 2d980c16f0 Support Maya 2018 Collada Export with blendshapes and bones controllers for a mesh hace 7 años
ComputeUVMappingProcess.cpp 30c20eb5fc INtroduce new log macros. hace 7 años
ComputeUVMappingProcess.h b049933d2f update license dates. hace 8 años
ConvertToLHProcess.cpp 35a044bda3 Various additions/fixes (FBX blend-shapes support added) hace 7 años
ConvertToLHProcess.h b049933d2f update license dates. hace 8 años
CreateAnimMesh.cpp 66171de915 Successful lib build, unit testing still WIP hace 8 años
D3MFExporter.cpp 8abcc454ad [F] Uninitialized variables. hace 7 años
D3MFExporter.h 317f3e2a59 3MF: Export metadata. hace 7 años
D3MFImporter.cpp 23af5336d5 Update D3MFImporter.cpp hace 7 años
D3MFImporter.h b049933d2f update license dates. hace 8 años
D3MFOpcPackage.cpp 066349f36b Add usage of log macros. hace 7 años
D3MFOpcPackage.h f11d4902c6 fix CanRead-method for the 3MF-Importer. hace 7 años
DXFHelper.h a24502577f DXF-Importer: some small review findings. hace 7 años
DXFLoader.cpp a24502577f DXF-Importer: some small review findings. hace 7 años
DXFLoader.h a24502577f DXF-Importer: some small review findings. hace 7 años
DeboneProcess.cpp 30c20eb5fc INtroduce new log macros. hace 7 años
DeboneProcess.h b049933d2f update license dates. hace 8 años
DefaultIOStream.cpp b049933d2f update license dates. hace 8 años
DefaultIOSystem.cpp 35a044bda3 Various additions/fixes (FBX blend-shapes support added) hace 7 años
DefaultLogger.cpp e36f78482c https://github.com/assimp/assimp/issues/1796: return correct value on detach logger. hace 7 años
DefaultProgressHandler.h b6af80f2fd closes https://github.com/assimp/assimp/issues/2199: introduce first version for exporter. hace 7 años
DropFaceNormalsProcess.cpp d5c9b27af8 delete[] doesnt set nullptr hace 7 años
DropFaceNormalsProcess.h 95c0deaaff added DropFaceNormals process hace 7 años
EmbedTexturesProcess.cpp c63b1a1fd5 fix review finding: dereference after null-check. hace 7 años
EmbedTexturesProcess.h b049933d2f update license dates. hace 8 años
Exporter.cpp 6a8e11dbb2 Update Exporter.cpp hace 7 años
FBXAnimation.cpp 35a044bda3 Various additions/fixes (FBX blend-shapes support added) hace 7 años
FBXBinaryTokenizer.cpp ef605fecaa FBX: small optimization to avoind static computation in loop. hace 7 años
FBXCommon.h 242b5d5874 Initial FBX Export Support, sponsored by MyDidimo (mydidimo.com). hace 8 años
FBXCompileConfig.h b049933d2f update license dates. hace 8 años
FBXConverter.cpp 7dc32ab9b6 Preserve all the material parameters from FBX models hace 7 años
FBXConverter.h 7dc32ab9b6 Preserve all the material parameters from FBX models hace 7 años
FBXDeformer.cpp 35a044bda3 Various additions/fixes (FBX blend-shapes support added) hace 7 años
FBXDocument.cpp 35a044bda3 Various additions/fixes (FBX blend-shapes support added) hace 7 años
FBXDocument.h 35a044bda3 Various additions/fixes (FBX blend-shapes support added) hace 7 años
FBXDocumentUtil.cpp 0b02b92701 Some FBX files have Null/LimbNode attributes with an empty Properties70 element, where the Element is not NULL, but it's Compound is. The code only checked if the Element itself is NULL, thus causing a DeadlyImportError when trying to instantiate a PropertyTable for an Element that doesn't have a Compound. hace 7 años
FBXDocumentUtil.h d4b0cd53ea Replaced "../Include/" include from FBXDocumentUtil.h hace 7 años
FBXExportNode.cpp 39d9878429 FBX Export: use ai_snprintf. hace 7 años
FBXExportNode.h 4c6db68d34 Coverity-findings hace 7 años
FBXExportProperty.cpp 826243f289 Implement ascii FBX export. hace 7 años
FBXExportProperty.h 826243f289 Implement ascii FBX export. hace 7 años
FBXExporter.cpp e09428c95b eremove useless assertion test. hace 7 años
FBXExporter.h 2879e0d6ef Fix typos on code using codespell hace 7 años
FBXImportSettings.h b049933d2f update license dates. hace 8 años
FBXImporter.cpp b049933d2f update license dates. hace 8 años
FBXImporter.h b049933d2f update license dates. hace 8 años
FBXMaterial.cpp 2879e0d6ef Fix typos on code using codespell hace 7 años
FBXMeshGeometry.cpp 35a044bda3 Various additions/fixes (FBX blend-shapes support added) hace 7 años
FBXMeshGeometry.h 35a044bda3 Various additions/fixes (FBX blend-shapes support added) hace 7 años
FBXModel.cpp b049933d2f update license dates. hace 8 años
FBXNodeAttribute.cpp b049933d2f update license dates. hace 8 años
FBXParser.cpp b049933d2f update license dates. hace 8 años
FBXParser.h b049933d2f update license dates. hace 8 años
FBXProperties.cpp b049933d2f update license dates. hace 8 años
FBXProperties.h b049933d2f update license dates. hace 8 años
FBXTokenizer.cpp b049933d2f update license dates. hace 8 años
FBXTokenizer.h b049933d2f update license dates. hace 8 años
FBXUtil.cpp b049933d2f update license dates. hace 8 años
FBXUtil.h b049933d2f update license dates. hace 8 años
FIReader.cpp b049933d2f update license dates. hace 8 años
FIReader.hpp b049933d2f update license dates. hace 8 años
FileLogStream.h b049933d2f update license dates. hace 8 años
FileSystemFilter.h 8a3daa1a24 closes https://github.com/assimp/assimp/issues/2056: use correc exception type in MMD-loader. hace 7 años
FindDegenerates.cpp 9eeaf19eab Allow findDegenerate and SplitLargeMesh to pass point clouds models. hace 7 años
FindDegenerates.h 46ed73c768 Do not throw exception on empty mesh after removal of degenerates hace 7 años
FindInstancesProcess.cpp 30c20eb5fc INtroduce new log macros. hace 7 años
FindInstancesProcess.h ccbcaa2ee8 fix some static-analysis findings. hace 8 años
FindInvalidDataProcess.cpp 30c20eb5fc INtroduce new log macros. hace 7 años
FindInvalidDataProcess.h b049933d2f update license dates. hace 8 años
FixNormalsStep.cpp 30c20eb5fc INtroduce new log macros. hace 7 años
FixNormalsStep.h b049933d2f update license dates. hace 8 años
GenFaceNormalsProcess.cpp fbdb4b17fd Merge branch 'force_generate_normals' hace 7 años
GenFaceNormalsProcess.h f15dcf7663 Added forced generation of normals with extra flag. hace 7 años
GenVertexNormalsProcess.cpp fbdb4b17fd Merge branch 'force_generate_normals' hace 7 años
GenVertexNormalsProcess.h f15dcf7663 Added forced generation of normals with extra flag. hace 7 años
HMPFileData.h 7061493ead Replaced "../Include/" include from HMPFileData.h hace 7 años
HMPLoader.cpp b6f29bf54f Add usage of log macros, next files. hace 7 años
HMPLoader.h b049933d2f update license dates. hace 8 años
HalfLifeFileData.h 91a805a082 Update HalfLifeFileData.h hace 7 años
IFF.h 66171de915 Successful lib build, unit testing still WIP hace 8 años
IRRLoader.cpp 92bb0febdf fix review finding: fix resource leak. hace 7 años
IRRLoader.h b049933d2f update license dates. hace 8 años
IRRMeshLoader.cpp 30c20eb5fc INtroduce new log macros. hace 7 años
IRRMeshLoader.h b049933d2f update license dates. hace 8 años
IRRShared.cpp 0e15b25cd1 Next log call changes. hace 7 años
IRRShared.h 2879e0d6ef Fix typos on code using codespell hace 7 años
Importer.cpp b6af80f2fd closes https://github.com/assimp/assimp/issues/2199: introduce first version for exporter. hace 7 años
Importer.h f75bf6d99c MAke noexcept compiler-specific. hace 7 años
ImporterRegistry.cpp af323de741 Use ADD_ASSIMP_IMPORTER for STEP importer hace 7 años
ImproveCacheLocality.cpp 8f26b9d840 Merge branch 'master' into use_log_macros hace 7 años
ImproveCacheLocality.h b049933d2f update license dates. hace 8 años
JoinVerticesProcess.cpp ec1333bfdf JoinVerticesProcess should only try to deduplicate used vertices. hace 7 años
JoinVerticesProcess.h b049933d2f update license dates. hace 8 años
LWOAnimation.cpp b049933d2f update license dates. hace 8 años
LWOAnimation.h f75bf6d99c MAke noexcept compiler-specific. hace 7 años
LWOBLoader.cpp 0e15b25cd1 Next log call changes. hace 7 años
LWOFileData.h f75bf6d99c MAke noexcept compiler-specific. hace 7 años
LWOLoader.cpp 30c20eb5fc INtroduce new log macros. hace 7 años
LWOLoader.h 0e15b25cd1 Next log call changes. hace 7 años
LWOMaterial.cpp b0b6048502 LWOMaterial: Fix strict aliasing violations hace 7 años
LWSLoader.cpp 2879e0d6ef Fix typos on code using codespell hace 7 años
LWSLoader.h b049933d2f update license dates. hace 8 años
LimitBoneWeightsProcess.cpp 30c20eb5fc INtroduce new log macros. hace 7 años
LimitBoneWeightsProcess.h f75bf6d99c MAke noexcept compiler-specific. hace 7 años
MD2FileData.h b049933d2f update license dates. hace 8 años
MD2Loader.cpp 0e15b25cd1 Next log call changes. hace 7 años
MD2Loader.h b049933d2f update license dates. hace 8 años
MD2NormalTable.h b049933d2f update license dates. hace 8 años
MD3FileData.h 463a7e8016 Replaced "../Include/" include from MD3FileData.h hace 7 años
MD3Loader.cpp 8626b185fb Fix misused log macros + compiler warnings. hace 7 años
MD3Loader.h f75bf6d99c MAke noexcept compiler-specific. hace 7 años
MD4FileData.h d7bcd58174 Replaced "../Include/" include from MD4FileData.h hace 7 años
MD5Loader.cpp ad237f1949 MD5-Loader: set meshnames. hace 7 años
MD5Loader.h b049933d2f update license dates. hace 8 años
MD5Parser.cpp 30c20eb5fc INtroduce new log macros. hace 7 años
MD5Parser.h f75bf6d99c MAke noexcept compiler-specific. hace 7 años
MDCFileData.h 24b42274fb Update MDCFileData.h hace 7 años
MDCLoader.cpp a7306abcfe MDC-Loader: fix a possible nullptr access. hace 7 años
MDCLoader.h b049933d2f update license dates. hace 8 años
MDCNormalTable.h 83de707587 Refactor: Expand tabs to 4 spaces hace 10 años
MDLDefaultColorMap.h b049933d2f update license dates. hace 8 años
MDLFileData.h 99fc989af7 Replaced "../Include/" include from MDLFileData.h hace 7 años
MDLLoader.cpp 0535b28908 nullptr instead of NULL hace 7 años
MDLLoader.h b049933d2f update license dates. hace 8 años
MDLMaterialLoader.cpp 75c7b15b55 Fix c++11 usage. hace 7 años
MMDCpp14.h b049933d2f update license dates. hace 8 años
MMDImporter.cpp d42f9a3226 Update MMDImporter.cpp hace 7 años
MMDImporter.h 66171de915 Successful lib build, unit testing still WIP hace 8 años
MMDPmdParser.h b049933d2f update license dates. hace 8 años
MMDPmxParser.cpp 56392cc02f Update MMDPmxParser.cpp hace 7 años
MMDPmxParser.h b049933d2f update license dates. hace 8 años
MMDVmdParser.h b049933d2f update license dates. hace 8 años
MS3DLoader.cpp 8c2e975508 Fix smd animation mess hace 7 años
MS3DLoader.h b049933d2f update license dates. hace 8 años
MakeVerboseFormat.cpp 30c20eb5fc INtroduce new log macros. hace 7 años
MakeVerboseFormat.h b049933d2f update license dates. hace 8 años
MaterialSystem.cpp df1669d07e Fix the wrong results when calling aiGetMaterialInteger on bool type properties, such as AI_MATKEY_TWOSIDED. hace 7 años
MaterialSystem.h b049933d2f update license dates. hace 8 años
NDOLoader.cpp 30c20eb5fc INtroduce new log macros. hace 7 años
NDOLoader.h 66171de915 Successful lib build, unit testing still WIP hace 8 años
NFFLoader.cpp 2879e0d6ef Fix typos on code using codespell hace 7 años
NFFLoader.h b049933d2f update license dates. hace 8 años
OFFLoader.cpp ce91f5c888 Off-Importer: introduce unittest. hace 7 años
OFFLoader.h b049933d2f update license dates. hace 8 años
ObjExporter.cpp 4b7b692e5e Fix Issue #1923: OBJ Exporter can't correctly export vertex colors hace 7 años
ObjExporter.h 4b7b692e5e Fix Issue #1923: OBJ Exporter can't correctly export vertex colors hace 7 años
ObjFileData.h b049933d2f update license dates. hace 8 años
ObjFileImporter.cpp e37a4de2c2 Fix progress reporting in ObjFileParser. Remove old unused code which is claiming to still take up "1/3" of the total progress. hace 7 años
ObjFileImporter.h b049933d2f update license dates. hace 8 años
ObjFileMtlImporter.cpp 5321e1036d Fix .obj displacement texture parsing hace 7 años
ObjFileMtlImporter.h b049933d2f update license dates. hace 8 años
ObjFileParser.cpp 19c3cea0db Merge branch 'master' into fix_obj_progress_reporting hace 7 años
ObjFileParser.h b049933d2f update license dates. hace 8 años
ObjTools.h b049933d2f update license dates. hace 8 años
OgreBinarySerializer.cpp 30c20eb5fc INtroduce new log macros. hace 7 años
OgreBinarySerializer.h b049933d2f update license dates. hace 8 años
OgreImporter.cpp b049933d2f update license dates. hace 8 años
OgreImporter.h b049933d2f update license dates. hace 8 años
OgreMaterial.cpp 30c20eb5fc INtroduce new log macros. hace 7 años
OgreParsingUtils.h af3bba1572 fix review findings. hace 7 años
OgreStructs.cpp b6f29bf54f Add usage of log macros, next files. hace 7 años
OgreStructs.h b049933d2f update license dates. hace 8 años
OgreXmlSerializer.cpp 30c20eb5fc INtroduce new log macros. hace 7 años
OgreXmlSerializer.h 388ec8461c Ogre: Change OgreXmlSerializer::ReadAttribute parameter from std::string to pointer hace 8 años
OpenGEXExporter.cpp b049933d2f update license dates. hace 8 años
OpenGEXExporter.h b049933d2f update license dates. hace 8 años
OpenGEXImporter.cpp 2879e0d6ef Fix typos on code using codespell hace 7 años
OpenGEXImporter.h 17b26c91e2 OpenGEX: Use std::unique_ptr to fix some memory leaks hace 8 años
OpenGEXStructs.h b049933d2f update license dates. hace 8 años
OptimizeGraph.cpp 30c20eb5fc INtroduce new log macros. hace 7 años
OptimizeGraph.h 2879e0d6ef Fix typos on code using codespell hace 7 años
OptimizeMeshes.cpp 30c20eb5fc INtroduce new log macros. hace 7 años
OptimizeMeshes.h f75bf6d99c MAke noexcept compiler-specific. hace 7 años
PlyExporter.cpp 1533aec21c Fix ply exporter to be conformant to spec respecting vertex colors. hace 7 años
PlyExporter.h b049933d2f update license dates. hace 8 años
PlyLoader.cpp cc08c19248 closes https://github.com/assimp/assimp/issues/2024: make code more readable. hace 7 años
PlyLoader.h 495ae70cc5 XFileParser: release x-file-based scene when throwing an exception. hace 8 años
PlyParser.cpp 30c20eb5fc INtroduce new log macros. hace 7 años
PlyParser.h f75bf6d99c MAke noexcept compiler-specific. hace 7 años
PolyTools.h b049933d2f update license dates. hace 8 años
PostStepRegistry.cpp 97450fcb55 added DropFaceNormalsProcess to out vector hace 7 años
PretransformVertices.cpp 2c47717ca6 Introduce export with test for point clouds. hace 7 años
PretransformVertices.h 2c47717ca6 Introduce export with test for point clouds. hace 7 años
ProcessHelper.cpp 30c20eb5fc INtroduce new log macros. hace 7 años
ProcessHelper.h 2879e0d6ef Fix typos on code using codespell hace 7 años
Q3BSPFileData.h 9f6238f3af INtroduce unittests. hace 7 años
Q3BSPFileImporter.cpp c63b1a1fd5 fix review finding: dereference after null-check. hace 7 años
Q3BSPFileImporter.h 74db0e906b Fix some minor findings. hace 7 años
Q3BSPFileParser.cpp 9c8e6f2127 Fix overflow by face allocation. hace 7 años
Q3BSPFileParser.h b049933d2f update license dates. hace 8 años
Q3BSPZipArchive.cpp 9c8e6f2127 Fix overflow by face allocation. hace 7 años
Q3BSPZipArchive.h 8f99c1a0be including <unzip.h> instead of <contrib/unzip/unzip.h> hace 8 años
Q3DLoader.cpp 35d69c360c fix out-of-bound access. hace 7 años
Q3DLoader.h b049933d2f update license dates. hace 8 años
RawLoader.cpp 30c20eb5fc INtroduce new log macros. hace 7 años
RawLoader.h b049933d2f update license dates. hace 8 años
RemoveComments.cpp b049933d2f update license dates. hace 8 años
RemoveRedundantMaterials.cpp 30c20eb5fc INtroduce new log macros. hace 7 años
RemoveRedundantMaterials.h 2c47717ca6 Introduce export with test for point clouds. hace 7 años
RemoveVCProcess.cpp 30c20eb5fc INtroduce new log macros. hace 7 años
RemoveVCProcess.h b049933d2f update license dates. hace 8 años
SGSpatialSort.cpp b049933d2f update license dates. hace 8 años
SIBImporter.cpp 30c20eb5fc INtroduce new log macros. hace 7 años
SIBImporter.h b049933d2f update license dates. hace 8 años
SMDLoader.cpp 576673536b Update SMDLoader.cpp hace 7 años
SMDLoader.h 2761681022 Issue 1639: Smd mesh vertex bone assignment hace 7 años
STEPFile.h d03e978c1b closes https://github.com/assimp/assimp/issues/2210: use different enum value. hace 7 años
STLExporter.cpp 037a213bb4 STL-Exporter: fix division by zero in normalize method during update hace 7 años
STLExporter.h eced86b949 some refactorings. hace 7 años
STLLoader.cpp 3596c822a5 fix review finding: Wrapper object use after free. hace 7 años
STLLoader.h b049933d2f update license dates. hace 8 años
ScaleProcess.cpp 4919d3da2f closes https://github.com/assimp/assimp/issues/1836: make documentation much more clear how to apply global scaling. hace 7 años
ScaleProcess.h b049933d2f update license dates. hace 8 años
SceneCombiner.cpp c1dc3901e7 fix more findings. hace 7 años
ScenePreprocessor.cpp 2879e0d6ef Fix typos on code using codespell hace 7 años
ScenePreprocessor.h b049933d2f update license dates. hace 8 años
ScenePrivate.h f75bf6d99c MAke noexcept compiler-specific. hace 7 años
SkeletonMeshBuilder.cpp b049933d2f update license dates. hace 8 años
SortByPTypeProcess.cpp a0bf664695 closes code/SortByPTypeProcess.cpp: fix memory leak. hace 7 años
SortByPTypeProcess.h b049933d2f update license dates. hace 8 años
SpatialSort.cpp 8a3daa1a24 closes https://github.com/assimp/assimp/issues/2056: use correc exception type in MMD-loader. hace 7 años
SplitByBoneCountProcess.cpp 0ba57202f7 Use array delete command vs object delete since mMeshes is allocated with new[] hace 7 años
SplitByBoneCountProcess.h b049933d2f update license dates. hace 8 años
SplitLargeMeshes.cpp ed43c48e93 Update SplitLargeMeshes.cpp hace 7 años
SplitLargeMeshes.h b049933d2f update license dates. hace 8 años
StandardShapes.cpp 2879e0d6ef Fix typos on code using codespell hace 7 años
StdOStreamLogStream.h b049933d2f update license dates. hace 8 años
StepExporter.cpp 2879e0d6ef Fix typos on code using codespell hace 7 años
StepExporter.h b049933d2f update license dates. hace 8 años
Subdivision.cpp 30c20eb5fc INtroduce new log macros. hace 7 años
TargetAnimation.cpp b049933d2f update license dates. hace 8 años
TargetAnimation.h b049933d2f update license dates. hace 8 años
TerragenLoader.cpp 30c20eb5fc INtroduce new log macros. hace 7 años
TerragenLoader.h b049933d2f update license dates. hace 8 años
TextureTransform.cpp 2879e0d6ef Fix typos on code using codespell hace 7 años
TextureTransform.h f75bf6d99c MAke noexcept compiler-specific. hace 7 años
TriangulateProcess.cpp c58aef4b4b Merge branch 'master' into ios-build-script hace 7 años
TriangulateProcess.h b049933d2f update license dates. hace 8 años
UnrealLoader.cpp 066349f36b Add usage of log macros. hace 7 años
UnrealLoader.h b049933d2f update license dates. hace 8 años
ValidateDataStructure.cpp e787604ff1 Update ValidateDataStructure.cpp hace 7 años
ValidateDataStructure.h b049933d2f update license dates. hace 8 años
Version.cpp 9a6b07e522 closes https://github.com/assimp/assimp/issues/1724: add default material access to the material API. hace 7 años
VertexTriangleAdjacency.cpp ce6a5e5d56 ImproveCacheLocality crashes if non triangular faces hace 7 años
VertexTriangleAdjacency.h ccbcaa2ee8 fix some static-analysis findings. hace 8 años
Win32DebugLogStream.h b049933d2f update license dates. hace 8 años
X3DExporter.cpp 66171de915 Successful lib build, unit testing still WIP hace 8 años
X3DExporter.hpp 2879e0d6ef Fix typos on code using codespell hace 7 años
X3DImporter.cpp b049933d2f update license dates. hace 8 años
X3DImporter.hpp 2879e0d6ef Fix typos on code using codespell hace 7 años
X3DImporter_Geometry2D.cpp b049933d2f update license dates. hace 8 años
X3DImporter_Geometry3D.cpp 2879e0d6ef Fix typos on code using codespell hace 7 años
X3DImporter_Group.cpp b049933d2f update license dates. hace 8 años
X3DImporter_Light.cpp b049933d2f update license dates. hace 8 años
X3DImporter_Macro.hpp 2879e0d6ef Fix typos on code using codespell hace 7 años
X3DImporter_Metadata.cpp 2879e0d6ef Fix typos on code using codespell hace 7 años
X3DImporter_Networking.cpp b049933d2f update license dates. hace 8 años
X3DImporter_Node.hpp b049933d2f update license dates. hace 8 años
X3DImporter_Postprocess.cpp b049933d2f update license dates. hace 8 años
X3DImporter_Rendering.cpp b049933d2f update license dates. hace 8 años
X3DImporter_Shape.cpp b049933d2f update license dates. hace 8 años
X3DImporter_Texturing.cpp b049933d2f update license dates. hace 8 años
X3DVocabulary.cpp b049933d2f update license dates. hace 8 años
XFileExporter.cpp 2879e0d6ef Fix typos on code using codespell hace 7 años
XFileExporter.h b049933d2f update license dates. hace 8 años
XFileHelper.h f75bf6d99c MAke noexcept compiler-specific. hace 7 años
XFileImporter.cpp 3e45acbf4e Merge branch 'master' into review hace 7 años
XFileImporter.h b049933d2f update license dates. hace 8 años
XFileParser.cpp d416fe874e Update XFileParser.cpp hace 7 años
XFileParser.h 3685791e0d closes https://github.com/assimp/assimp/issues/1729: check for bit flip when unsigned int overflow happens in x-file parsing. hace 8 años
XGLLoader.cpp c1dc3901e7 fix more findings. hace 7 años
XGLLoader.h b049933d2f update license dates. hace 8 años
assbin_chunks.h 83de707587 Refactor: Expand tabs to 4 spaces hace 10 años
glTF2Asset.h c1dc3901e7 fix more findings. hace 7 años
glTF2Asset.inl 47e3301c47 Update glTF2Asset.inl hace 7 años
glTF2AssetWriter.h a1a17c1dda Read and write the KHR_materials_unlit glTF/2.0 extension. hace 7 años
glTF2AssetWriter.inl 4c6db68d34 Coverity-findings hace 7 años
glTF2Exporter.cpp 8912bb333c Fix memory leak. hace 7 años
glTF2Exporter.h e3548fe850 Update glTF2Exporter.h hace 7 años
glTF2Importer.cpp 35a044bda3 Various additions/fixes (FBX blend-shapes support added) hace 7 años
glTF2Importer.h acad9a06e9 Add support for importing GLTF2 animations. hace 7 años
glTFAsset.h 88c173a6f4 Replaced "../Include/" include from glTFAsset.h hace 7 años
glTFAsset.inl 0e15b25cd1 Next log call changes. hace 7 años
glTFAssetWriter.h b049933d2f update license dates. hace 8 años
glTFAssetWriter.inl b049933d2f update license dates. hace 8 años
glTFExporter.cpp b42d959418 fix review warning: wrapper object used after free. hace 7 años
glTFExporter.h b049933d2f update license dates. hace 8 años
glTFImporter.cpp ae0f82d5b7 Fix #2077 : GLTF segfault using triangle strip hace 7 años
glTFImporter.h b049933d2f update license dates. hace 8 años
makefile.mingw 66171de915 Successful lib build, unit testing still WIP hace 8 años
scene.cpp b049933d2f update license dates. hace 8 años
simd.cpp 9f835ea843 closes https://github.com/assimp/assimp/issues/842: experimental suppor for ascii stl pointcloud export. hace 7 años
simd.h 32b466941b Add missig docs and fix some small review findings. hace 7 años