Kim Kulling dd8cf73415 Update BVHLoader.cpp hace 7 años
..
Importer c2c44a831c Pass parameter by reference 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 bd29fe73fa Merge branch 'master' into new_license_dates hace 8 años
3DSLoader.cpp e201fcf4f4 [-] Function "GetExtension" always return lowercase string. Using uppercase extension in desc is not needed. 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 0e15b25cd1 Next log call changes. 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 2879e0d6ef Fix typos on code using codespell hace 7 años
AMFImporter_Node.hpp b049933d2f update license dates. hace 8 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 2879e0d6ef Fix typos on code using codespell hace 7 años
AssbinExporter.cpp be33feba44 Warning LNK4221 when not building exporter. hace 8 años
AssbinExporter.h b049933d2f update license dates. hace 8 años
AssbinLoader.cpp b049933d2f update license dates. hace 8 años
AssbinLoader.h b049933d2f update license dates. hace 8 años
Assimp.cpp 9a6b07e522 closes https://github.com/assimp/assimp/issues/1724: add default material access to the material API. 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 8a3daa1a24 closes https://github.com/assimp/assimp/issues/2056: use correc exception type in MMD-loader. hace 7 años
BaseProcess.cpp 066349f36b Add usage of log macros. hace 7 años
BaseProcess.h b049933d2f update license dates. hace 8 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 9415380b4c usage of dynamic_cast instead of static_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 959c0e8907 reworked to ElemBase * 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 a96587d551 applied coding conventions 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 41bf572af6 issue_2016 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 cb1fc76859 Add TARGET_INCLUDE_DIRECTORIES for assimp target hace 7 años
COBLoader.cpp b877b3e10e use correct log macro. 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 5814e6f9f0 Optimize some std::string usages. 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 e5fa1798f6 closes https://github.com/assimp/assimp/issues/2019: fix the qt-viewer without export. 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 b965e7a6dc FlipUVsProcess should also process AnimMeshes (if any) 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 458a7ae801 Silencing compile warnings during build, all little stuff like uint to size_t or BOOL to bool. 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 b6f29bf54f Add usage of log macros, next files. hace 7 años
DXFLoader.cpp 50c5f3cb58 Fixes DXF loader false positive on FBX file hace 7 años
DXFLoader.h b049933d2f update license dates. hace 8 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 700c85bbfb _stat64 doesn't seem to exist. use __stat64! 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 b049933d2f update license dates. hace 8 años
EmbedTexturesProcess.cpp 30c20eb5fc INtroduce new log macros. hace 7 años
EmbedTexturesProcess.h b049933d2f update license dates. hace 8 años
Exporter.cpp 7acc4c6808 Make glTF2 the default exporter for glft hace 7 años
FBXAnimation.cpp b049933d2f update license dates. hace 8 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 92490eea01 Optimisation of FBX node name uniqueness hace 7 años
FBXConverter.h 92490eea01 Optimisation of FBX node name uniqueness hace 7 años
FBXDeformer.cpp b049933d2f update license dates. hace 8 años
FBXDocument.cpp 2879e0d6ef Fix typos on code using codespell hace 7 años
FBXDocument.h c5157bc471 fbx: global settings use float instead of double. hace 8 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 76dd48d64f Update FBXDocumentUtil.h hace 8 años
FBXExportNode.cpp 39d9878429 FBX Export: use ai_snprintf. hace 7 años
FBXExportNode.h 826243f289 Implement ascii FBX export. 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 b176513efa FBX export. to_ktime ticks was ok. 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 de8adacb54 Fix regression on FBX importer unit test hace 7 años
FBXMeshGeometry.h 13ae0a0ac3 FBX: fix parse error for uv-coordinates. 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 c788fff2b0 Merge branch 'master' into bug/exception-on-empty-mesh-after-degenerate-removal 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 b049933d2f update license dates. hace 8 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 b049933d2f update license dates. hace 8 años
IFF.h 66171de915 Successful lib build, unit testing still WIP hace 8 años
IRRLoader.cpp 0e15b25cd1 Next log call changes. 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 9a6b07e522 closes https://github.com/assimp/assimp/issues/1724: add default material access to the material API. hace 7 años
Importer.h c41d459e21 add missing constructor to ensure RTTI hace 7 años
ImporterRegistry.cpp b049933d2f update license dates. hace 8 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 b049933d2f update license dates. hace 8 años
LWOBLoader.cpp 0e15b25cd1 Next log call changes. hace 7 años
LWOFileData.h b049933d2f update license dates. hace 8 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 be865ae613 LimitBoneWeightsProcess: Initialize all members of Weight in constructor hace 8 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 b049933d2f update license dates. hace 8 años
MD3Loader.cpp 8626b185fb Fix misused log macros + compiler warnings. hace 7 años
MD3Loader.h b049933d2f update license dates. hace 8 años
MD4FileData.h 83de707587 Refactor: Expand tabs to 4 spaces hace 10 años
MD5Loader.cpp 0e15b25cd1 Next log call changes. 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 b049933d2f update license dates. hace 8 años
MDCFileData.h b049933d2f update license dates. hace 8 años
MDCLoader.cpp 30c20eb5fc INtroduce new log macros. 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 9344074a04 MDLLoader: Replace raw pointer with vector to fix a memory leak hace 8 años
MDLLoader.cpp 2879e0d6ef Fix typos on code using codespell 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 2879e0d6ef Fix typos on code using codespell 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 8a3daa1a24 closes https://github.com/assimp/assimp/issues/2056: use correc exception type in MMD-loader. 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 30c20eb5fc INtroduce new log macros. 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 9a6b07e522 closes https://github.com/assimp/assimp/issues/1724: add default material access to the material API. 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 30c20eb5fc INtroduce new log macros. 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 52c017b595 Added check to BaseImporter::SearchFileHeaderForToken making sure that a detected token is not in fact just a fraction of a longer token. Microsoft exported binary gltf files were detected as OBJ, because the "gltf " in the string "Microsoft GLTF Exporter 2.4.1.7" was detected as the token "f ". I added a new bool parameter to the method enabling this check. It's default false, and only ObjFileImporter sets it to true, so no other code should be affected. 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 30c20eb5fc INtroduce new log macros. 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 b049933d2f update license dates. hace 8 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 495ae70cc5 XFileParser: release x-file-based scene when throwing an exception. hace 8 años
PolyTools.h b049933d2f update license dates. hace 8 años
PostStepRegistry.cpp 1feb0d1c60 Change order of PP steps to triangulate before searching for degenerates 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 b049933d2f update license dates. hace 8 años
Q3BSPFileImporter.cpp b049933d2f update license dates. hace 8 años
Q3BSPFileImporter.h b049933d2f update license dates. hace 8 años
Q3BSPFileParser.cpp b049933d2f update license dates. hace 8 años
Q3BSPFileParser.h b049933d2f update license dates. hace 8 años
Q3BSPZipArchive.cpp b049933d2f update license dates. hace 8 años
Q3BSPZipArchive.h 8f99c1a0be including <unzip.h> instead of <contrib/unzip/unzip.h> hace 8 años
Q3DLoader.cpp 30c20eb5fc INtroduce new log macros. 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
SGSpatialSort.h 66171de915 Successful lib build, unit testing still WIP 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 30c20eb5fc INtroduce new log macros. hace 7 años
SMDLoader.h b049933d2f update license dates. hace 8 años
STEPFile.h 30c20eb5fc INtroduce new log macros. 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 cd061a0957 Merge branch 'master' into stl_format_issue_2064 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 8a3daa1a24 closes https://github.com/assimp/assimp/issues/2056: use correc exception type in MMD-loader. 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 9a6b07e522 closes https://github.com/assimp/assimp/issues/1724: add default material access to the material API. 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 b6f29bf54f Add usage of log macros, next files. hace 7 años
SplitByBoneCountProcess.h b049933d2f update license dates. hace 8 años
SplitLargeMeshes.cpp 30c20eb5fc INtroduce new log macros. 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 b049933d2f update license dates. hace 8 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 6c0553d810 Add mesh name to ValidateDataStructure log 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 b049933d2f update license dates. hace 8 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 2879e0d6ef Fix typos on code using codespell 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 3e3a785750 glTF v2 importer morph targets support hace 7 años
glTF2Asset.inl 3e3a785750 glTF v2 importer morph targets support hace 7 años
glTF2AssetWriter.h a1a17c1dda Read and write the KHR_materials_unlit glTF/2.0 extension. hace 7 años
glTF2AssetWriter.inl a1a17c1dda Read and write the KHR_materials_unlit glTF/2.0 extension. hace 7 años
glTF2Exporter.cpp a69e95bdc1 Add support of 32-bit indices for the glTF2 export hace 7 años
glTF2Exporter.h e3548fe850 Update glTF2Exporter.h hace 7 años
glTF2Importer.cpp 3c37fbdc6b Remove try catch(...) on gltf2 importer hace 7 años
glTF2Importer.h b049933d2f update license dates. hace 8 años
glTFAsset.h 2879e0d6ef Fix typos on code using codespell 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 2879e0d6ef Fix typos on code using codespell 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