summaryrefslogtreecommitdiffstats
path: root/modules/gltf/editor/editor_scene_importer_blend.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-2/+2
|\
| * Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-2/+2
| |
* | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-0/+2
|\|
| * GLTF: Add extract_path and extract_prefix settingsAaron Franke2024-11-041-0/+2
| | | | | | | | Only used by the Blender importer
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-1/+1
|\|
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-1/+1
| |
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
| |
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* ResourceImporterScene: Replace animation bool with an import type string enumAaron Franke2024-08-271-1/+1
|
* Merge pull request #94934 from Hilderin/fix-no-validation-blender-path-on-importRémi Verschelde2024-08-191-2/+9
|\ | | | | | | Fix no validation on Blender path on import
| * Fix no validation on Blender path on importationHilderin2024-07-301-2/+9
| |
* | Add Option for Export Geometry Nodes Instances in blend importerywmaa2024-08-191-0/+13
|/
* Fix `browse_dialog` in Blender scene importer to accept filesraging-loon2024-07-291-11/+15
| | | | Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
* Merge pull request #94058 from Hilderin/fix-scene-project-importation-settingsRémi Verschelde2024-07-171-1/+2
|\ | | | | | | Fix missing options in Project Import Defaults
| * Fix missing options in Project Import DefaultsHilderin2024-07-091-1/+2
| |
* | Merge pull request #94004 from Hilderin/fix-blender-export-quotation-markRémi Verschelde2024-07-081-3/+1
|\ \ | |/ |/| | | Fix .blend files with quotation marks in filename fail to import
| * Fix .blend files with quotation marks in filename fail to importHilderin2024-07-071-3/+1
| |
* | Update vertex color import to handle Blender 4.2 upwardsdemolke2024-07-061-3/+11
|/ | | | Blender commit https://projects.blender.org/blender/blender/commit/0f0a8df8a922cdb0796c0b3fdbdc5c669efb3059 which is landing in 4.2 deprecated `vertex_colors` GLTF property, use `export_vertex_color` instead.
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-1/+1
|
* [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-1/+1
|
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-2/+2
|
* Blend import: Ability to import only the active collectionJummit2024-05-311-0/+4
|
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-1/+1
|
* Fix errors/crashes related to skipped importsaaronp642024-04-251-0/+1
| | | | | | | | | | - Added check for "animation/fps" key before attempting to use it in EditorSceneFormatImporterBlend::import_scene, to give error instead of crashing - Don't show "Advanced..." button if last import used "Keep File" or "Skip File" - Don't try to call ResourceLoader::load on kept/skipped file when changing importer, which would give an error Fixes #90324
* Apply "Remove Immutable Tracks" after post-import.Lyuma2024-03-301-3/+2
| | | | | | Reimplements "Remove Immutable" by comparing to the skeleton rest. It is necessary to delay removing animation tracks until after the correct rest pose is calculated in rest-fixer. Preserves the original implementation in the GLTFDocument / FBXDocument API for compatibility.
* Add browse folder and browse file iconsAdam Scott2024-03-121-1/+12
|
* Add new scene import option to import as SkeletonLyuma2024-02-261-0/+3
| | | | | | Adds a bool import option `nodes/import_as_skeleton_bones`. This is supported in all FBX or GLTF document based formats. It is especially useful for retargeting and importing animations.
* Update blender_path behavior to require exact path to executable instead of ↵mxaddict2024-01-271-93/+62
| | | | trying to guess it
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
| | | | | | | | | | | | | This change introduces a new EditorThemeManager class to abstract theme generatio and its subroutines. Logic related to EditorTheme, EditorColorMap, and editor icons has been extracted into their respective files with includes cleaned up. All related files have been moved to a separate folder to better scope them in the project. This includes relevant generated files as well.
* Bugfix: Replace // with \\ before sending path to Blenderzinefer2023-12-071-1/+13
| | | | | | On Windows, Blender treats //fileshare/assets/model.blend as a relative path which will not be found. Instead, replace the first two chars with `\\` which when escaped becomes `\\\\`.
* Use mingw-std-threads in MinGW buildsPedro J. Estébanez2023-11-181-0/+5
|
* Use the Blender file name instead of the generated GLTF file nameAaron Franke2023-11-091-1/+3
|
* Merge pull request #81194 from rcorre/blend-import-76338Rémi Verschelde2023-10-021-64/+79
|\ | | | | | | Update blender export flags for 3.6.
| * Update blender export flags for 3.6.Ryan Roden-Corrent2023-09-301-64/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #76338. Blender 3.6 imports fail with: ``` TypeError: Converting py args to operator properties: : keyword "export_nla_strips" unrecognized ``` The `export_nla_strips` flag was removed and replaced with `export_animation_mode`. In 3.6.0-3.6.21, this option does not exist at all and causes the failure above. In 3.6.22, this option was re-added, but does nothing. See https://projects.blender.org/blender/blender-addons/commit/96a73cb664bca687b7ea2e464c4d08f8082d5012. We now need to check the blender version to determine what flags to use. This adds an additional shell command before every import. We might consider caching the version, but we'd have to invalidate the cache if the blender version or path changes. As an aside, the "group animations" setting in Godot does the opposite of what I'd expect. When `group_tracks=true`, each animation is exported individually. When `group_tracks=false`, all animations are exported as a single track. This seems backwards, but I've kept the 3.6 behavior consistent with 3.5. From https://docs.blender.org/api/3.6/bpy.ops.export_scene.html: > ACTIONS Actions – Export actions (actives and on NLA tracks) as separate animations. > ACTIVE_ACTIONS Active actions merged – All the currently assigned actions become one glTF animation. Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
* | Add EditorStringNames singletonkobewi2023-09-031-2/+3
|/
* Enable shadow warnings and fix raised errorsNinni Pipping2023-05-111-2/+2
|
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-1/+1
| | | | | | Also start organizing editor-specific GUI components into a dedicated folder, `editor/gui`. Also move `editor_file_server` next to the rest of debugger classes.
* Fix blend-file import when using custom color management in blenderjuliuse982023-03-061-2/+3
| | | | | | | | When using custom color management in blender the --version command will output additional information infront of the "normal" output and this prevented the import. Fixes #74439.
* Fix gltf import generate_scene() optionSilc Renew2023-02-151-0/+7
|
* Merge pull request #69319 from RedMser/blender-import-rpcRémi Verschelde2023-02-011-75/+56
|\ | | | | | | Batch import Blend files using XML RPC
| * Batch import Blend files using XML RPCRedMser2022-12-151-75/+56
| | | | | | | | | | | | This improves performance when importing many Blender files, as it avoids waiting for Blender to startup every time. Old logic is still available by setting the RPC port setting to 0.
* | Add remove immutable tracks option to glTF importerSilc Renew2023-01-301-1/+1
| | | | | | | | Co-authored-by: Lyuma <xn.lyuma@gmail.com>
* | Handle gltf binaryK. S. Ernest (iFire) Lee2023-01-271-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | [ Ignore and Warn | Extract Textures (default) | Optimize Loading Embedded as Basisu ] Enable compressed mip maps from Basis Universal for faster compressions. Increase the quality of Basis to avoid corruption. To keep compatibility use the first mip of the previous internal Godot format. Because texture names may have invalid filename characters, adds String::validate_filename to sanitize filenames for import pipeline use.
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/ | | | | | | | | | | | | | | | | | | | As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see".
* GLTF: Clean up lots of includesAaron Franke2022-11-291-3/+0
|
* Merge pull request #68665 from TokageItLab/cut-unkeyed-gltf-animRémi Verschelde2022-11-291-3/+3
|\ | | | | | | Add "Trimming" option to cut un-keyed timeline before first key in glTF animation
| * Add trimming option to cut un-keyed timeline before first key in gltfSilc Renew2022-11-291-3/+3
| |
* | Use forward-declarations in big editor classestrollodel2022-11-291-0/+1
|/
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, ↵bruvzg2022-10-071-6/+4
| | | | change warnings=all to use /W4.
* Clean up .blend importer to fix unreachable code pathsJonathan Nicholl2022-10-031-7/+6
|