Alexander Gessler c1cd88e9de - fbx: take shortest quaternion path when interpolating. il y a 13 ans
..
BoostWorkaround d29dde1646 # NoBoost: fix a critical issue in the foreach replacement. All local variables introduced by the loop header have longer, magic names now. This avoids unintended shadowing of other local variables. il y a 14 ans
res 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
3DSConverter.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
3DSHelper.h 075b1acaf0 - move include/ to include/assimp/ to have consistent header locations between installed and trunk version. il y a 14 ans
3DSLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
3DSLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
ACLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
ACLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
ASELoader.cpp 4e9a0bba20 + add AI_CONFIG_IMPORT_NO_SKELETON_MESHES flag to control skeleton mesh visualization. No need for this in Blender, and difficult to just ignore the geometry created by it. il y a 13 ans
ASELoader.h 4e9a0bba20 + add AI_CONFIG_IMPORT_NO_SKELETON_MESHES flag to control skeleton mesh visualization. No need for this in Blender, and difficult to just ignore the geometry created by it. il y a 13 ans
ASEParser.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
ASEParser.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
Assimp.cpp df13d315db # workaround crash in aiReleaseImport due to an suspected bug in gcc. See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52339. See assimp-discussions for the details. il y a 14 ans
AssimpCExport.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
AssimpPCH.cpp d508e44030 - change major version number to 3.0. trunk is definitely no longer compatible with 2.0. il y a 14 ans
AssimpPCH.h e479355d0a + add aiImporterDesc API to hold importer meta information. il y a 13 ans
B3DImporter.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
B3DImporter.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
BVHLoader.cpp 4e9a0bba20 + add AI_CONFIG_IMPORT_NO_SKELETON_MESHES flag to control skeleton mesh visualization. No need for this in Blender, and difficult to just ignore the geometry created by it. il y a 13 ans
BVHLoader.h 4e9a0bba20 + add AI_CONFIG_IMPORT_NO_SKELETON_MESHES flag to control skeleton mesh visualization. No need for this in Blender, and difficult to just ignore the geometry created by it. il y a 13 ans
BaseImporter.cpp 53665faacf - make BaseImporter::GetExtensionList more robust, improve error checking. il y a 13 ans
BaseImporter.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
BaseProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
BaseProcess.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
BlenderDNA.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
BlenderDNA.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
BlenderDNA.inl 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
BlenderIntermediate.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
BlenderLoader.cpp d8c2295962 - blend: compute parent inverses on your own instead of trusting the blend input. Thanks to Kalmár Dániel for the patch. il y a 13 ans
BlenderLoader.h d8c2295962 - blend: compute parent inverses on your own instead of trusting the blend input. Thanks to Kalmár Dániel for the patch. il y a 13 ans
BlenderModifier.cpp ced8d8279a Fix [3484066] Compilation error in Visual Studio 2011 Preview il y a 14 ans
BlenderModifier.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
BlenderScene.cpp 07841c3e13 # Blender: fix memory leaking due to cycle refs. Thanks to Vitalii Trubchaninov for pointing this out. il y a 14 ans
BlenderScene.h 07841c3e13 # Blender: fix memory leaking due to cycle refs. Thanks to Vitalii Trubchaninov for pointing this out. il y a 14 ans
BlenderSceneGen.h 07841c3e13 # Blender: fix memory leaking due to cycle refs. Thanks to Vitalii Trubchaninov for pointing this out. il y a 14 ans
BlobIOSystem.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
ByteSwap.h adfef670cc - rename assert.h to ai_assert.h. See also https://sourceforge.net/tracker/?func=detail&atid=1067632&aid=3520178&group_id=226462 il y a 13 ans
CInterfaceIOWrapper.h 9f6e45d651 Bugfix : Removed const_cast from CIOSystemWrapper::Exists. ( merged from GitHub, thanks to Riku Palomäki ). il y a 14 ans
CMakeLists.txt ef0dcaaea2 - fbx: refactor, move DOM utility functions to separate unit. il y a 13 ans
COBLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
COBLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
COBScene.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
CSMLoader.cpp 4e9a0bba20 + add AI_CONFIG_IMPORT_NO_SKELETON_MESHES flag to control skeleton mesh visualization. No need for this in Blender, and difficult to just ignore the geometry created by it. il y a 13 ans
CSMLoader.h 4e9a0bba20 + add AI_CONFIG_IMPORT_NO_SKELETON_MESHES flag to control skeleton mesh visualization. No need for this in Blender, and difficult to just ignore the geometry created by it. il y a 13 ans
CalcTangentsProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
CalcTangentsProcess.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
ColladaExporter.cpp 89c3aaebbc removed accidental C++11 usage il y a 14 ans
ColladaExporter.h adfef670cc - rename assert.h to ai_assert.h. See also https://sourceforge.net/tracker/?func=detail&atid=1067632&aid=3520178&group_id=226462 il y a 13 ans
ColladaHelper.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
ColladaLoader.cpp 30422fa683 - fix confusion between ASSIMP_BUILD_NO_COLLADA_IMPORTER and ASSIMP_BUILD_NO_DAE_IMPORTER (in favour of the first). il y a 13 ans
ColladaLoader.h 4e9a0bba20 + add AI_CONFIG_IMPORT_NO_SKELETON_MESHES flag to control skeleton mesh visualization. No need for this in Blender, and difficult to just ignore the geometry created by it. il y a 13 ans
ColladaParser.cpp 30422fa683 - fix confusion between ASSIMP_BUILD_NO_COLLADA_IMPORTER and ASSIMP_BUILD_NO_DAE_IMPORTER (in favour of the first). il y a 13 ans
ColladaParser.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
ComputeUVMappingProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
ComputeUVMappingProcess.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
ConvertToLHProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
ConvertToLHProcess.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
DXFHelper.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
DXFLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
DXFLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
DeboneProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
DeboneProcess.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
DefaultIOStream.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
DefaultIOStream.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
DefaultIOSystem.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
DefaultIOSystem.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
DefaultLogger.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
DefaultProgressHandler.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
Exceptional.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
Exporter.cpp 08fe2e7d20 + add Ply exporter. il y a 14 ans
FBXAnimation.cpp 5bc573edb8 - fbx: pre-filter animated property we don't support as early as possible. il y a 13 ans
FBXBinaryTokenizer.cpp 8336aa423f - fbx: fix reading of short data tokens in binary files. il y a 13 ans
FBXCompileConfig.h 18b2aebcb1 - FBX importer: basic interface and importer skeleton. Start tokenizer and parser. il y a 13 ans
FBXConverter.cpp c1cd88e9de - fbx: take shortest quaternion path when interpolating. il y a 13 ans
FBXConverter.h d7270aa278 - fbx: skeleton for DOM -> aiScene converter. il y a 13 ans
FBXDeformer.cpp 310235dd5b - fbx: more warn policy tuning. il y a 13 ans
FBXDocument.cpp a1713052e5 - fbx: support reading LimbNode attachments, less Property70 warnings. il y a 13 ans
FBXDocument.h a1713052e5 - fbx: support reading LimbNode attachments, less Property70 warnings. il y a 13 ans
FBXDocumentUtil.cpp 4921114c7d - fbx: better error reporting reading property tables. il y a 13 ans
FBXDocumentUtil.h 4921114c7d - fbx: better error reporting reading property tables. il y a 13 ans
FBXImportSettings.h 54be52ea28 - fbx: add option to detect dummy animation tracks and to remove them. Actually, this is mostly a debugging aid (and it cuts down memory usage). il y a 13 ans
FBXImporter.cpp 3e86e1b857 - fbx: add import settings to public assimp config interface. il y a 13 ans
FBXImporter.h 05bc8ab684 - fbx: add ImportSettings to keep track of fbx-specific import settings. The settings are generated by the importer instance and injected into parser and DOM. il y a 13 ans
FBXMaterial.cpp 17629f1ff1 - fbx: work on resolving material links. il y a 13 ans
FBXMeshGeometry.cpp 315285faf0 - fbx: refactor parsing code, move all parsing stuff to FBXParser.cpp. Parsing errors now carry the prefix "FBX-Parser". il y a 13 ans
FBXModel.cpp cdb7caffbd - fbx: add special output node name tag to mark fbx null nodes. il y a 13 ans
FBXNodeAttribute.cpp a1713052e5 - fbx: support reading LimbNode attachments, less Property70 warnings. il y a 13 ans
FBXParser.cpp eb16c193ea - fbx: also support reading binary arrays of UNSIGNED data. il y a 13 ans
FBXParser.h 315285faf0 - fbx: refactor parsing code, move all parsing stuff to FBXParser.cpp. Parsing errors now carry the prefix "FBX-Parser". il y a 13 ans
FBXProperties.cpp 1bdf39448a - fbx: extend list of supported property data types. il y a 13 ans
FBXProperties.h e56b39ecaf fbx: gcc 4.6 compile fixes il y a 13 ans
FBXTokenizer.cpp 25dfbdf58d - fbx: add DOM layer to represent the parsed FBX file in-memory, capturing the essential semantics we need for importing. il y a 13 ans
FBXTokenizer.h 24ce9495fd - fbx: add binary reading draft. Started from scratch after my first attempt had design flaws. The binary reader now sits on the lexer stage (really) and generates a (fake) token sequence similar to the text lexer's output - this means most parsing code can go unaffected. il y a 13 ans
FBXUtil.cpp 24ce9495fd - fbx: add binary reading draft. Started from scratch after my first attempt had design flaws. The binary reader now sits on the lexer stage (really) and generates a (fake) token sequence similar to the text lexer's output - this means most parsing code can go unaffected. il y a 13 ans
FBXUtil.h 24ce9495fd - fbx: add binary reading draft. Started from scratch after my first attempt had design flaws. The binary reader now sits on the lexer stage (really) and generates a (fake) token sequence similar to the text lexer's output - this means most parsing code can go unaffected. il y a 13 ans
FileLogStream.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
FileSystemFilter.h accbcb575b - fix off-by-one error in FileSystemFilter. il y a 14 ans
FindDegenerates.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
FindDegenerates.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
FindInstancesProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
FindInstancesProcess.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
FindInvalidDataProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
FindInvalidDataProcess.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
FixNormalsStep.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
FixNormalsStep.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
GenFaceNormalsProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
GenFaceNormalsProcess.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
GenVertexNormalsProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
GenVertexNormalsProcess.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
GenericProperty.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
HMPFileData.h 075b1acaf0 - move include/ to include/assimp/ to have consistent header locations between installed and trunk version. il y a 14 ans
HMPLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
HMPLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
HalfLifeFileData.h 075b1acaf0 - move include/ to include/assimp/ to have consistent header locations between installed and trunk version. il y a 14 ans
Hash.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
IFCCurve.cpp 56bf755c4b - Ifc: fix handling of curves with RADIAN parameters. il y a 13 ans
IFCGeometry.cpp d7fe61c255 - Ifc: improved subsampling of curves for IfcSweptDiskSolid entities. il y a 13 ans
IFCLoader.cpp 56bf755c4b - Ifc: fix handling of curves with RADIAN parameters. il y a 13 ans
IFCLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
IFCMaterial.cpp 879f2ed177 - fix some -Wall warnings il y a 13 ans
IFCProfile.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
IFCReaderGen.cpp d7410e6f08 - Ifc: implement basic support for IfcSweptDiskSolid elements. il y a 13 ans
IFCReaderGen.h d7410e6f08 - Ifc: implement basic support for IfcSweptDiskSolid elements. il y a 13 ans
IFCUtil.cpp 6c1cb4f159 Bugfix : Fixed some compiler warnings and some C99 and C++11 specific syntax. ( merged from GitHub, thanks to Riku Palomäki ). il y a 14 ans
IFCUtil.h 56bf755c4b - Ifc: fix handling of curves with RADIAN parameters. il y a 13 ans
IFF.h 075b1acaf0 - move include/ to include/assimp/ to have consistent header locations between installed and trunk version. il y a 14 ans
IRRLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
IRRLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
IRRMeshLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
IRRMeshLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
IRRShared.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
IRRShared.h c6899cd999 FIX: Adding empty final line to some units where it was missing. il y a 16 ans
Importer.cpp 0693df00c5 - Bugfix: catched a null pointer crash when post processing removed everything from an invalid scene il y a 13 ans
Importer.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
ImporterRegistry.cpp 18b2aebcb1 - FBX importer: basic interface and importer skeleton. Start tokenizer and parser. il y a 13 ans
ImproveCacheLocality.cpp 23381d9710 Bugfix : Refactored ImproveCacheLocalityProcess::ProcessMesh. ( merged from GitHub, thanks to Riku Palomäki ). il y a 14 ans
ImproveCacheLocality.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
JoinVerticesProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
JoinVerticesProcess.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
LWOAnimation.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
LWOAnimation.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
LWOBLoader.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
LWOFileData.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
LWOLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
LWOLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
LWOMaterial.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
LWSLoader.cpp 4e9a0bba20 + add AI_CONFIG_IMPORT_NO_SKELETON_MESHES flag to control skeleton mesh visualization. No need for this in Blender, and difficult to just ignore the geometry created by it. il y a 13 ans
LWSLoader.h 4e9a0bba20 + add AI_CONFIG_IMPORT_NO_SKELETON_MESHES flag to control skeleton mesh visualization. No need for this in Blender, and difficult to just ignore the geometry created by it. il y a 13 ans
LimitBoneWeightsProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
LimitBoneWeightsProcess.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
LineSplitter.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
LogAux.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
M3Importer.cpp 879f2ed177 - fix some -Wall warnings il y a 13 ans
M3Importer.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
MD2FileData.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
MD2Loader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
MD2Loader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
MD2NormalTable.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
MD3FileData.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
MD3Loader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
MD3Loader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
MD4FileData.h 01a25c1fb4 Get rid of ./extra folder in ./code. Move contents to main code folder. il y a 16 ans
MD5Loader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
MD5Loader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
MD5Parser.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
MD5Parser.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
MDCFileData.h 42def11d13 Bugfix : Replaced ugly (const_)casting by a better ctor and placement new. ( merged from GitHub, thanks to Riku Palomäki ). il y a 14 ans
MDCLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
MDCLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
MDCNormalTable.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). il y a 17 ans
MDLDefaultColorMap.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
MDLFileData.h cb71e6f5f2 Bugfix : pcGroupTris isn't really const, removed const and const_cast ( merged from GitHub, thanks to Riku Palomäki ). il y a 14 ans
MDLLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
MDLLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
MDLMaterialLoader.cpp d17071746d Bugfix : Removed some unnecessary const_casts. ( merged from GitHub, thanks to Riku Palomäki ). il y a 14 ans
MS3DLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
MS3DLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
MakeVerboseFormat.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
MakeVerboseFormat.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
MaterialSystem.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
MaterialSystem.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
MemoryIOWrapper.h c70646912c - add IFCZIP support to IFC loader. il y a 13 ans
NDOLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
NDOLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
NFFLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
NFFLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
OFFLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
OFFLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
ObjExporter.cpp 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
ObjExporter.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
ObjFileData.h b724ac5c2c - Bugfix : Fix build of Obj-FileImporter ( this is currently only a work-around, loader is leaking memory, I am working on it ). il y a 14 ans
ObjFileImporter.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
ObjFileImporter.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
ObjFileMtlImporter.cpp f9cd8845b1 - Bugfix : Bug 3511751 closed, handling no defined material name. il y a 13 ans
ObjFileMtlImporter.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
ObjFileParser.cpp 648e8fe924 - Bugfix: Fix two possible reasons for bug ID 3039342 : On skipping an invalid material description in obj-loader avoid creating aiMaterial instance. Release obj-specific material instances. il y a 14 ans
ObjFileParser.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
ObjTools.h 3f47ac3fe2 Bugfix : Fix an invalid getName function. Thanks to cyrilchampier. il y a 13 ans
OgreImporter.cpp e658a7f98f Added Animationoverview diagram to documentation il y a 13 ans
OgreImporter.hpp 29243071fa Ogre: Importerproperty to set Texture Mode from Filename (bla_n.png -> Normalmap etc.) il y a 13 ans
OgreMaterial.cpp 29243071fa Ogre: Importerproperty to set Texture Mode from Filename (bla_n.png -> Normalmap etc.) il y a 13 ans
OgreMesh.cpp e658a7f98f Added Animationoverview diagram to documentation il y a 13 ans
OgreSkeleton.cpp 5b462d484b Ogre: small tweaks il y a 13 ans
OgreXmlHelper.hpp d9d57804fa Ogre: Support for multiple texcoords il y a 13 ans
OptimizeGraph.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
OptimizeGraph.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
OptimizeMeshes.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
OptimizeMeshes.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
ParsingUtils.h fa71305e07 Bugfix : Removed useless and weird const_cast from TokenMatch. ( merged from GitHub, thanks to Riku Palomäki ). il y a 14 ans
PlyExporter.cpp 08fe2e7d20 + add Ply exporter. il y a 14 ans
PlyExporter.h 08fe2e7d20 + add Ply exporter. il y a 14 ans
PlyLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
PlyLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
PlyParser.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
PlyParser.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
PolyTools.h 6c1cb4f159 Bugfix : Fixed some compiler warnings and some C99 and C++11 specific syntax. ( merged from GitHub, thanks to Riku Palomäki ). il y a 14 ans
PostStepRegistry.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
PretransformVertices.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
PretransformVertices.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
ProcessHelper.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
ProcessHelper.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
Profiler.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
Q3BSPFileData.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
Q3BSPFileImporter.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
Q3BSPFileImporter.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
Q3BSPFileParser.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
Q3BSPFileParser.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
Q3BSPZipArchive.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
Q3BSPZipArchive.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
Q3DLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
Q3DLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
RawLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
RawLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
RemoveComments.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
RemoveComments.h adfef670cc - rename assert.h to ai_assert.h. See also https://sourceforge.net/tracker/?func=detail&atid=1067632&aid=3520178&group_id=226462 il y a 13 ans
RemoveRedundantMaterials.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
RemoveRedundantMaterials.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
RemoveVCProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
RemoveVCProcess.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
SGSpatialSort.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
SGSpatialSort.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
SMDLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
SMDLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
STEPFile.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
STEPFileReader.cpp 1d7018c826 # fix bug in STEPFileReader, loader fails if string literals contain more than one ". Thanks to Juha Vesanen for the patch. il y a 13 ans
STEPFileReader.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
STLExporter.cpp 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
STLExporter.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
STLLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
STLLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
SceneCombiner.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
SceneCombiner.h adfef670cc - rename assert.h to ai_assert.h. See also https://sourceforge.net/tracker/?func=detail&atid=1067632&aid=3520178&group_id=226462 il y a 13 ans
ScenePreprocessor.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
ScenePreprocessor.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
ScenePrivate.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
SkeletonMeshBuilder.cpp 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
SkeletonMeshBuilder.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
SmoothingGroups.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
SmoothingGroups.inl 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
SortByPTypeProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
SortByPTypeProcess.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
SpatialSort.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
SpatialSort.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
SplitByBoneCountProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
SplitByBoneCountProcess.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
SplitLargeMeshes.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
SplitLargeMeshes.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
StandardShapes.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
StandardShapes.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
StdOStreamLogStream.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
StreamReader.h 1ac5a47c5d Bugfix : Fix a compiler bug for iOS arm, thanks to Brian Miller. il y a 13 ans
StringComparison.h adfef670cc - rename assert.h to ai_assert.h. See also https://sourceforge.net/tracker/?func=detail&atid=1067632&aid=3520178&group_id=226462 il y a 13 ans
Subdivision.cpp d7341094ca Bugfix : Fixed the Subdivision input mesh to be non-const. ( merged from GitHub, thanks to Riku Palomäki ). il y a 14 ans
Subdivision.h d7341094ca Bugfix : Fixed the Subdivision input mesh to be non-const. ( merged from GitHub, thanks to Riku Palomäki ). il y a 14 ans
TargetAnimation.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
TargetAnimation.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
TerragenLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
TerragenLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
TextureTransform.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
TextureTransform.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
TinyFormatter.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
TriangulateProcess.cpp 4b61e27590 - TriangulateProcess: use ear cutting for quads. This fixes [3429812] (http://sourceforge.net/tracker/?func=detail&aid=3429812&group_id=226462&atid=1067632). il y a 14 ans
TriangulateProcess.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
UnrealLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
UnrealLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
ValidateDataStructure.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
ValidateDataStructure.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
Vertex.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
VertexTriangleAdjacency.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
VertexTriangleAdjacency.h adfef670cc - rename assert.h to ai_assert.h. See also https://sourceforge.net/tracker/?func=detail&atid=1067632&aid=3520178&group_id=226462 il y a 13 ans
Win32DebugLogStream.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
XFileHelper.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
XFileImporter.cpp ec6c62e005 - consistent use of ai_assert instead of assert. il y a 13 ans
XFileImporter.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
XFileParser.cpp ec6c62e005 - consistent use of ai_assert instead of assert. il y a 13 ans
XFileParser.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
XGLLoader.cpp 879f2ed177 - fix some -Wall warnings il y a 13 ans
XGLLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
assbin_chunks.h 2ffac898d6 [3393728] [PATCH 1/2] ommit->omit and splitted->split il y a 14 ans
fast_atof.h 687a4644d6 # fast_atof: fix comma handling. il y a 14 ans
irrXMLWrapper.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
makefile.mingw 76bdf7d0cb Fix makefile.mingw, see http://sourceforge.net/projects/assimp/forums/forum/817654/topic/3828839. il y a 15 ans
pstdint.h 0e77095ace Experimental bugfix: avoid most pstdint.h stuff when VC10 stdint.h is included. il y a 15 ans
qnan.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans