summaryrefslogtreecommitdiff
path: root/editor/import
AgeCommit message (Expand)Author
2018-09-29Fix warning about functions defined but not used [-Wunused-function]Rémi Verschelde
2018-09-28SCons: Build thirdparty code in own env, disable warningsRémi Verschelde
2018-09-27Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr...Rémi Verschelde
2018-09-16Check for absolute paths in OBJ loadercyclopsian
2018-09-13Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde
2018-09-12Misc. typosluz.paz
2018-09-12Merge pull request #21935 from goodyttoor/gltf_cubicRémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-10Fix cubic spline interpolation in glTF importerVivatchai Kaveeta
2018-09-02[Texture Import] Fix invert colorGuilherme Felipe
2018-08-29Add missing copyright headersRémi Verschelde
2018-08-27Fix BPTC and fix importing HDR images with LDR compressionelasota
2018-08-27In the GLTF importer normalize Quaternions after every operation and when rea...K. S. Ernest (iFire) Lee
2018-08-27Removed fallback system and merged bptc into s3tcJuan Linietsky
2018-08-26Fix crash when importing layered textureselasota
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-08-22Hide "no BPTC if RGB" and "HDR Mode" options when not using "Video RAM" import.elasota
2018-08-21BPTC supportelasota
2018-08-21Fix crash while importing corrupted wavPoommetee Ketson
2018-08-17[Texture Importer] Add option to invert colorGuilherme Felipe
2018-08-06Respect process order for out of order skeleton bones (fixes GLTF2 import iss...Juan Linietsky
2018-08-06Several fixes to GLTF2 importerJuan Linietsky
2018-08-06Added proper import support for 3D and Array texturesJuan Linietsky
2018-07-29Add support for line continuations (wtf) in obj format, fixes #7974Juan Linietsky
2018-07-29It is now possible to import images as a separate resource, closes #5738 and ...Juan Linietsky
2018-07-26Merge pull request #15967 from Gamblify/AudioRecordingModuleRémi Verschelde
2018-07-26Audio Recording moduleGustav Lund
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-24Bones are now named and their parents are correct.K. S. Ernest (iFire) Lee
2018-07-05Merge pull request #15881 from dertom95/EditorScenePostImportMax Hilbrunner
2018-07-03Ensure, if a texture meant for a normal map is imported and size limit exists...Juan Linietsky
2018-07-02further fixes to tag detection on importerJuan Linietsky
2018-07-02Add a condition to detect duplicates objects, so cases like object-col.323, c...Juan Linietsky
2018-07-01-Fix in animationplayback, sound would be cut on loopJuan Linietsky
2018-06-30-Fixes to OBJ importer, option to disable optimizationJuan Linietsky
2018-06-25Merge pull request #19193 from tagcup/quat_normJuan Linietsky
2018-06-21fix default glTF metallic & roughness factor valuesRodolfo Ribeiro Gomes
2018-06-14Import morph target names from glTFPedro J. Estébanez
2018-05-31EditorScenePostImport: added get_source_folder() and get_source_file() methodsThomas Trocha
2018-05-27Fixed Basis -> Quat conversions, added a few safety checks.tagcup
2018-05-22Fix updating mesh when reimportingvolzhs
2018-05-16Add missing copyright headersGuilherme Felipe
2018-05-10Use mimetype according to glTF spec.Yaakuro
2018-04-29Add option to renormalize mipmaps when generating them for normalmaps.Juan Linietsky
2018-04-22Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio
2018-04-08Merge pull request #16297 from lpn/masterJuan Linietsky
2018-04-07Merge pull request #17840 from Dimonasdf/masterJuan Linietsky
2018-04-06Fix skeleton import from glTFPedro J. Estébanez
2018-04-03Fix Collada material roughness import function 4Dmitriy Romanov
2018-03-31Fix Collada material roughness import function 3Dmitriy Romanov