Age | Commit message (Collapse) | Author |
|
Add "Open Documentation" button to EditorProperty context menu
|
|
Fix GradientTexture2D editor height
|
|
Add `ok_button_text` to AcceptDialog and `cancel_button_text` to ConfirmationDialog
|
|
|
|
|
|
|
|
|
|
|
|
Clean and fix the Movie Maker button
|
|
|
|
|
|
|
|
Remove unnecessary font override
Fixes button outline draw when it should not, causing button colors to be slightly off
|
|
|
|
|
|
Fixes `p_font.is_null()` errors due to incorrect resource type used.
Fixes code editor font not set correctly, and OpenType features applied to the wrong font.
|
|
Fixes #62815.
|
|
|
|
|
|
|
|
|
|
|
|
callbacks as the value might be nullptr which would cause a crash.
|
|
(cherry picked from commit 30ceef93b03c235134d6356b708cc2715d9145d2)
|
|
|
|
Implement a BitField hint
|
|
|
|
|
|
Allows to specify the binder that an enum must be treated as a bitfield.
|
|
|
|
|
|
|
|
Add the ability to drag the code completion scrollbar using the mouse click
|
|
|
|
|
|
Keep Perspective menu open after selecting an option
|
|
Fixes #38195.
|
|
|
|
Makes the Perspective menu consistent with the View menu in the 3D
viewport. This allows for quicker inspection of the scene, and makes
missclicks more forgiving.
|
|
|
|
Fix some bugs in the advanced scene import
|
|
|
|
|
|
|
|
|
|
- Use EDSCALE where relevant to improve scaling on hiDPI displays.
|
|
Unlike other scene imports, the import of blend files requires options. Otherwise, the preview may not be visible.
|
|
TokageItLab/importer-retarget-registered-gdhumanoid
|
|
|
|
Add/fix support for RID, Callable and Signal in editor properties
|