2.2.dev1
Pre-release
Pre-release
What's Changed
- GH-743 Fix update picker is_after logic by @Naros in #744
- GH-655 Use
EditorInterface::get_singleton
where possible by @Naros in #656 - GH-738 Fix
Select Group
to include Knots and Nodes by @Naros in #747 - GH-737 Allow knot node operations within comment nodes by @Naros in #749
- GH-736 Fix knot movement/alignment by @Naros in #750
- GH-752 Restrict arrow-key movement to only selected elements by @Naros in #753
- GH-712 Clamp
All Actions
dialog within screen rect. by @Naros in #755 - GH-756 Fix validated variable getter state consistency by @Naros in #757
- GH-427 Support custom icons for comment nodes by @Naros in #763
- GH-765 Disable debug symbols on Linux/Android builds by @Naros in #766
- [ci] Cleanup CI build configuration by @Naros in #768
- GH-771 Make exported variables searchable in
All Actions
by @Naros in #772 - GH-774 Relax return node validation for sequence nodes by @Naros in #775
- Prefer
&&
rather thanand
operator by @Naros in #781 - GH-778 Fix crash on Windows 10 by @Naros in #782
- GH-786 Add tooltip for
Orchestration Build
button by @Naros in #787 - GH-467 Automatically fit-to-size graph nodes by @Naros in #468
- Build system cleanup and refactor by @Naros in #790
- GH-794 Fix default value evaluation in ScriptPlaceHolderInstance by @Naros in #795
- GH-796 Guard against
get_current_scene
returning null by @Naros in #797 - GH-798 Remove unnecessary instantiate scene cache by @Naros in #799
- GH-800 Temporarily disable some property get/set validation rules by @Naros in #801
- GH-761 Use new ClassDB methods to fetch property getter/setter by @Naros in #802
- GH-803 Component panels react to context-menu shortcuts by @Naros in #804
- GH-670 GH-618 Fix reset pin on default value and on connection by @Naros in #805
- GH-714 Support
ui_cut
action inGraphEdit
controls by @Naros in #751 - GH-807 Support named lookup of signals, used by
await
keyword by @Naros in #808 - GH-724 Fix copy-n-paste between two orchestrations by @Naros in #810
Full Changelog: v2.1.stable...v2.2.dev1