summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2022-09-16Merge pull request #60786 from Rindbee/update-editor-property-statusRémi Verschelde
Update checked based on the variant type of the value
2022-09-16Merge pull request #65868 from timothyqiu/metadata-crashRémi Verschelde
Fix crash open opening Add Metadata dialog
2022-09-16Merge pull request #65846 from clayjohn/mem-leakRémi Verschelde
Free preview sun and environement on editor close
2022-09-16Merge pull request #65854 from YeldhamDev/add_element_fixRémi Verschelde
Fix empty text in the add button when editing nodes with items
2022-09-16Merge pull request #65325 from TokageItLab/refactor-variant-for-animRémi Verschelde
Move some static methods to `Animation` from `Variant` for refactoring `Animation` and `Tween`
2022-09-15Free preview sun and environement on editor close.clayjohn
Previously, they would only be freed if they were in the editor node tree.
2022-09-16Fix crash open opening Add Metadata dialogHaoyu Qiu
2022-09-15Fix empty text in the add button when editing nodes with itemsMichael Alexsander
2022-09-16Update checked based on the variant type of the valueRindbee
In `EditorProperty::update_revert_and_pin_status`, if `checkable` is `true`, update `checked` based on the variant type of the value, and rename the function as `EditorProperty::update_editor_property_status`. **Known problems:** 1. Unable to check Checkbox for properties of type `Object` when it is unchecked. This is probably because during value store/fetch, the `nullptr` (variant type is `Variant::OBJECT`) eventually becomes `Variant()` (variant type is `Variant::NIL`). 2. For theme overrides, click the revert icon will uncheck the Checkbox. This is probably because `EditorPropertyRevert::get_property_revert_value` returns `Variant()`.
2022-09-15Remove unused `abort_scan` variableAaron Franke
2022-09-15Merge pull request #65830 from EricEzaM/fix-shortcut-crashRémi Verschelde
Check TreeItem for nullptr before accessing.
2022-09-15Merge pull request #62903 from ↵Rémi Verschelde
Rindbee/fix-property-link-not-work-in-MultiNodeEdit Set the changed field to empty (meaning all) if the link button is pressed
2022-09-15Merge pull request #65196 from TokageItLab/fix-redraw-anim-treeRémi Verschelde
Fix redraw timing in `AnimationBlendTreeEditor`
2022-09-15Check TreeItem for nullptr before accessing.Eric M
2022-09-15Merge pull request #65806 from akien-mga/pm-improve-conversion-dialogRémi Verschelde
Clarify text in project conversion dialogs
2022-09-15Project Manager: Clarify text in project conversion dialogsRémi Verschelde
Let the cancel button grab focus to prevent any accident. Make the full project conversion respect OS specific ok/cancel positions. Improve popup sizing and wrapping a bit.
2022-09-142D and 3D Skeleton modification docs, and small fixes.Lyuma
Mark SkeletonModificationStack3D and related as deprecated. Mark local bone override and axis functions deprecated in Skeleton3D api. Fix array property glitch in SkeletonModificationStack2D Mark SkeletonModificationStack2D and related APIs as experimental. Mark SkeletonIK3D as deprecated.
2022-09-15Move some methods to Animation from Variant for refactoringSilc Renew
2022-09-14Merge pull request #65430 from SaracenOne/read_only_arrayRémi Verschelde
Add read-only mode to inspector array and dictionary viewer.
2022-09-14Merge pull request #65774 from bruvzg/no_mono_hintingRémi Verschelde
Do not use horizontal hinting for the editor monospace font.
2022-09-14Merge pull request #65494 from V-Sekai/fix_inspect_command_contextRémi Verschelde
2022-09-14Merge pull request #65421 from V-Sekai/spriteframes_read_onlyRémi Verschelde
2022-09-14Fix redraw timing in AnimationBlendTreeEditorSilc Renew
2022-09-14Do not use horizontal hinting for the editor monospace font.bruvzg
2022-09-14Merge pull request #65493 from V-Sekai/lod_scalingRémi Verschelde
Fixes LOD scaling issues on skinned meshes.
2022-09-13Disable menus and functionality that are not relevant on the Android Editor portFredia Huya-Kouadio
2022-09-14Fix LOD-generation on skinned meshes.SaracenOne
2022-09-14Merge pull request #65490 from halgriffiths/profiler-fixRémi Verschelde
Fix broken profiler in 4.0
2022-09-13Don't print error on empty actionskobewi
2022-09-13Fix profiler being disabled at wrong timeshalgriffiths
Co-authored by: Will Whitty <tavurth@gmail.com>
2022-09-13Merge pull request #65621 from KoBeWi/eternal_patternRémi Verschelde
Fix broken patterns on TileMap layer change
2022-09-13Merge pull request #65624 from KoBeWi/help_I'm_stuckRémi Verschelde
Prevent infinite loops in editor help search
2022-09-13Merge pull request #65632 from YeldhamDev/thin_editorsRémi Verschelde
Shrink shader editor's oversized borders
2022-09-13Merge pull request #65651 from dzil123/animation_tree_node_renameRémi Verschelde
2022-09-13Merge pull request #64927 from KoBeWi/three2fourRémi Verschelde
2022-09-13Merge pull request #65708 from akien-mga/vcs-plugin-ssh-key-HOMERémi Verschelde
2022-09-13Merge pull request #65679 from ↵Rémi Verschelde
Calinou/3d-editor-improve-preview-sun-sky-usability
2022-09-13Fix category of view_index inputs in the visual shader editorYuri Rubinsky
2022-09-13Merge pull request #65704 from akien-mga/web-editor-fix-some-errorsRémi Verschelde
Fix some errors affecting the Web editor
2022-09-12project manager language OptionButton fit to longest itemNathan Franke
2022-09-12Add option to convert project from Project Managerkobewi
2022-09-12VCS plugin: SSH key dialog defaults to HOMERémi Verschelde
Fixes #65691.
2022-09-12Fix some errors affecting the Web editorRémi Verschelde
- Don't warn about minimized/maximized modes not being available. - Blender and FBX export both depend on running thirdparty applications, which can't be done (easily at least) for Web and Android editors. - Editor theme complained about not being able to retrieve texture data for an icon. It was only used once so instead of flipping at runtime, let's just add a flipped icon. Part of #65702.
2022-09-12Improve 3D editor preview sun and sky usabilityHugo Locurcio
- Use grayscale icons to look better when pressed (with accent color modulation). - Invert state to be more logical (pressed = preview is enabled, not disabled).
2022-09-11Ignore node rename if already exited blend treedzil123
2022-09-11Add ability to flag classes as experimental or deprecated.SaracenOne
2022-09-10Shrink shader editor's oversized bordersMichael Alexsander
2022-09-10Fix Ctrl/Cmd+F always processed by the asset library, instead of script ↵bruvzg
editor / help.
2022-09-10Merge pull request #64465 from TokageItLab/bind-after-gui-inputRémi Verschelde
Bind `AfterGUIInput` to GDScript and update document
2022-09-10Prevent infinite loops in editor help searchkobewi