Tomasz Chabora
Tomasz Chabora
### Godot version 4.2 dev4 ### System information Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1060 (NVIDIA; 30.0.15.1403) - Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (8 Threads)...
Adds a helper method to check whether a node is an instance. This allows differentiating intentions between checking empty path and checking for an instance (which implementation-wise is the same...
Adds Quick Add... button for easier selecting of files:  However I realized that translation parsing relies on extensions, so the quick open only supports hard-coded PackedScene. Not sure how...
### Describe the project you are working on Just some game that uses animations. ### Describe the problem or limitation you are having in your project When using AnimationPlayer, you...
I created a new branch "4.4", which is a pending upgrade to Godot 4.4. I will merge it with master when Godot 4.4 is stable. One of the new features...
Potentially closes #36059 and closes #29045
This improves #101427 by replacing default rect edit with a dedicated editor (and also fixes multiple Camera2DEditor bugs). The main benefit is that camera is no longer selected when clicking...