Age | Commit message (Collapse) | Author |
|
conflicts with special character input.
|
|
|
|
|
|
Improvements and fixes based on Weblate comments
|
|
Recent changes in Godot cause the theme editor to become hidden when
editing a child resource. This causes a crash when editing style box
resources marked as "main styles" (= leading styleboxes in the code), as
they try to reference the currently edited theme.
This commit works around the issue by permitting the Theme Editor to
keep a reference to the most recently edited Theme. Furthermore, it adds
an assertion to avoid a similar crash in the future.
Long-term, the workaround should probably be removed when the theme editor
is fixed to remain visible while editing child resources, but I'd keep
the assertion.
|
|
Fix Save All trying to save empty scene paths
|
|
|
|
|
|
Node3DEditorViewport - Remove duplicate wireframe check and cleanup
|
|
Fix some TileMap errors and crashes
|
|
Support editing JSON in ScriptEditor
|
|
|
|
Fix random placement behaviour in new TileMap Editor
|
|
* Description of `ui_text_submit` action should be "Submit Text" instead of "Text Submitted".
* Spell out "Animation" instead of using "Anim.".
* Treat "Max" as regular word instead of writing "Max.".
* Use generic "Set %s" for action name instead of a dedicated "Set target_position".
* Add translator comment for:
* "Inclusive" and "Self" in the profiler.
* Places where it needs the context about being an editor progress label.
* "Duplicated Animation Name" since it's refering to the new name of a duplicated animation.
* Disambiguation of "View Plane Transform", "Paste Selects" and "Display Normal".
* Fix wrong undo action name for renaming an input action.
* Fix missing end quote in a shader error message.
* In class reference:
* Fix duplicated "if" in the description of `signf()`.
* Fix mismatched example output in `String.operator %()`.
* Fix typo in the description of `Decal.texture_emission`.
* Unify description of `String.match()` and `StringName.match()`.
|
|
Fix bugs if 2 selections were on same line.
Fix bugs when selection ended at new line.
Make carets stay in place after operation and on undo.
Affects: delete lines, move lines, toggle comments, bookmarks and breakpoints.
|
|
Previous pr: #46435
Fixes: #45969
|
|
Fixes #45969.
|
|
Avoid cleaning up editor plugins when property list changes
|
|
Remove WARNING "ray: index" for debug from SkeletonEditor
|
|
Also removes a usability hack from the Theme editor, as it doesn't work anymore,
and it confuses the Inspector.
|
|
|
|
ColorPicker now supports color constants.
Modify code comments.
|
|
Fix a bug where scattering could be set to e.g. 0.9 but a tile would still always be placed, as the check rand > 0.9 would be run on every mouse movement until it was successful.
|
|
Fix error spam when deselecting TileMap
|
|
Fix TileMap patterns creation
|
|
|
|
|
|
Fix internal editor not updating when using external editor via LSP
|
|
|
|
|
|
Fix NavigationMesh baking AABB Editor handling and visuals
|
|
|
|
|
|
Fixes handling and visuals for Navigation Mesh baking AABB in the Editor.
|
|
Consistent with NodeTimeSeek parameters OtherNodes
|
|
|
|
|
|
Use enum instead of int in virtual methods return type
|
|
Expose EYE_OFFSET to gdshader code
|
|
Replace Extents with Size in VoxelGI, ReflectionProbe, FogVolume, Decal and GPUParticles*3D
|
|
|
|
|
|
GPUParticles*3D
- Extents are replaced by Size (Size is Extents * 2)
- The UI text displays 'Size'
- Snapping is adjusted to work with Size
- _set and _get handle extents for compatibility
Co-authored-by: ator-dev <dominic.codedeveloper@gmail.com>
|
|
Consistent with NodeBlendSpace1D option NodeBlendSpace2D
|
|
|
|
Few improvements for SpriteFrames Editor
|
|
viewport_set_environment_mode
This allows us to set a default value inherited by child viewports and have child viewports set the value themselves which is needed for disabling the environment in the editor
|
|
|
|
Co-authored-by: Skrapion <rick@firefang.com>
|
|
Fix scale tool with view plane is weird in 3D
|