Age | Commit message (Collapse) | Author |
|
|
|
Fixed blending value track without RESET and TRS3D track with RESET
|
|
Reduce width of arrow icons for the default theme in `PopupMenu`
|
|
|
|
|
|
|
|
Fix `GridContainer` not ignoring toplevel children
|
|
Fix and tweak labeled separator in `PopupMenu`
|
|
|
|
Make blend animation to use ResetTrack as default value
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This helps reduce confusion around sRGB <> Linear conversions by making
both input and output color spaces explicit.
|
|
|
|
error for attempting to create gizmos twice
|
|
Redesign InputEvent editor and fix `Window.popup_centered()` rect calculation.
|
|
Fixed initialization of TRS Track in blend tree for root motion
|
|
|
|
|
|
|
|
- Use vertical layout and add text wrapping
- Fix Window.popup_centered() rect calculation
|
|
|
|
|
|
|
|
|
|
Fix GraphNode not resizing with larger title
|
|
Hide SSIL properties when SSIL is disabled in the Environment resource
|
|
Fixes #53831.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Instead of containing single animations, AnimationPlayer now contains libraries.
* Libraries, in turn, contain the animations.
This paves the way for implementing the possibility of importing scenes as animation libraries, finally allowing to import animations separate from the 3D models.
Missing (will be done on separate PRs):
* Make it possible to import scenes (dae/fbx/gltf) as animation libraries.
* Make it possible for AnimationTree to import animation libraries on its own, so it does not rely on AnimationPlayer for everything.
|
|
|
|
|
|
|
|
|
|
- Hide Tonemap White property when the tonemapper is Linear
(as linear tonemapping does not use a whitepoint).
|
|
|
|
|
|
|
|
|