aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/assetimporters
Commit message (Expand)AuthorAgeFilesLines
* asset: don't change normals in assetsInho Lee3 days1-1/+0
* Lightmapping: Use texels-per-unit based sizesJonas Karlsson7 days4-46/+0
* Assimp: baseColorFactor is linear and needs to be sRGBAndy Nichols2025-04-042-2/+6
* balsam: fix broken generateLightmapUV optionJonas Karlsson2025-03-193-3/+17
* Don't ignore return value of QFile::openThiago Macieira2025-01-071-5/+5
* Adapt to QFile::open being [[nodiscard]]Volker Hilsheimer2024-12-151-1/+4
* Update Assimp to v5.4.3Andy Nichols2024-09-091-0/+1
* CMake: Annotate some targets with SBOM informationAlexandru Croitor2024-07-111-0/+2
* CMake: Mark system-* features as SYSTEM_LIBRARYJoerg Bornemann2024-06-191-1/+1
* Asset : Fix --useFloatJointIndicesInho Lee2024-03-161-1/+1
* Fix some unused parameter warningsJonas Karlsson2024-02-291-0/+3
* RuntimeLoader: Support loading assets from resourceTasuku Suzuki2024-02-052-2/+123
* Update Assimp to v5.3.1Andy Nichols2024-01-241-6/+8
* Importer: Force OpaquePrePassDepthDraw mode if alphaMode is MaskAndy Nichols2023-10-101-2/+10
* Fix MSVC warning around ai_real vs. doubleLaszlo Agocs2023-09-251-1/+1
* Add a workaround for FBX cameraInho Lee2023-09-211-13/+30
* Define RAPIDJSON_HAS_CXX11_RVALUE_REFS=1 for VxWorksMichał Łoś2023-09-181-0/+7
* Move utility functions under the QSSGUtils namespaceChristian Strømme2023-09-041-2/+2
* Balsam: Add manualAnimations option on importAndy Nichols2023-08-011-0/+6
* CMake: Work around assimp draco export set error in top-level buildAlexandru Croitor2023-07-071-0/+16
* Add support for importing PLY filesAndy Nichols2023-05-312-1/+4
* Provide additional information in imported scenesAndy Nichols2023-05-291-0/+2
* Asset: Fix a missing freq multiplicationInho Lee2023-05-291-1/+1
* AssimpUtils: remove unused variableThiago Macieira2023-05-031-1/+0
* Asset: Fix the camera orientationInho Lee2023-04-181-13/+11
* Fix warnings about unused variablesThiago Macieira2023-03-202-5/+2
* Add Some Exclusions for Unity BuildAmir Masoud Abdol2023-03-131-0/+1
* Asset: fix to check a gltf modeInho Lee2023-02-281-1/+4
* Asset: fix to handle embedded texturesInho Lee2023-02-281-30/+24
* Restore UV workaround from old asset importerChristian Strømme2023-02-231-1/+4
* Add DS compatibility option in balsamChristian Strømme2023-02-222-10/+26
* Add option to balsam to expand values that have multiple componentsChristian Strømme2023-02-222-1/+7
* Apply global scaling as requested when importingChristian Strømme2023-02-221-0/+5
* Fix extraction of option values from balsamuiChristian Strømme2023-02-161-2/+17
* Asset: fix memory leak in QSSGSceneDescInho Lee2023-02-091-40/+52
* Asset: remove includes of unused header filesInho Lee2023-02-091-4/+0
* Make assimp importer options more UI friendlyMiikka Heikkinen2023-02-071-3/+4
* Update QQ3D morph animation to use a vertex textureInho Lee2023-02-031-139/+196
* Assimp: Update to v5.2.5Andy Nichols2023-01-261-1/+0
* Assset: remove unused typename AllocatorInho Lee2023-01-231-13/+0
* balsam: support asset re-importPaul Olav Tvete2022-12-081-4/+9
* Asset: Fix the minFilter valueInho Lee2022-11-231-5/+9
* balsam: skip key frame groups that don't change anythingPaul Olav Tvete2022-11-151-3/+33
* balsam: compress animation dataPaul Olav Tvete2022-11-141-1/+31
* Fix balsam animation durationPaul Olav Tvete2022-11-101-3/+3
* Fix balsam texture URL handlingPaul Olav Tvete2022-11-091-1/+5
* Replace QSSGSceneDesc::Value with QVariantPaul Olav Tvete2022-11-071-1/+1
* Remove unneeded custom data typesPaul Olav Tvete2022-11-071-2/+2
* Assimp: Also check for legacy DIFFUSE color and textureAndy Nichols2022-11-021-1/+12
* Unify the Assimp importer backendAndy Nichols2022-11-023-2227/+248