Age | Commit message (Collapse) | Author |
|
bluenote10/feature/rename_translated_to_translated_local
|
|
|
|
Add equal checks to Transform3D::looking_at and Transform3D::set_look_at, fixes misleading error.
|
|
|
|
Add drag-and-drop support for materials in 3D Instances
|
|
|
|
Add startup flag to override XR mode settings
|
|
|
|
|
|
|
|
|
|
|
|
Fix SkeletonRenamer & TrackOrganizer in ImporterRetarget for non bone animations such as BlendShape
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inconsistent str() error fix
|
|
|
|
|
|
|
|
This quits the project when an animation is done playing in the
given AnimationPlayer, but only in Movie Maker mode.
When this happens, a message is printed with the absolute path of the
AnimationPlayer node that caused the engine to quit.
This can be used to create videos that stop at a specified time
without having to write any script.
A report is now also printed to the console when the video is done
recording (as long as the engine was exited properly).
This report is unfortunately not always visible in the editor's
Output panel, as it's printed too late.
A method was also added to get the path to the output file from the
scripting API.
|
|
Fixes #63205.
|
|
|
|
|
|
|
|
Fix Linux build without fontconfig.
|
|
|
|
Co-authored-by: reduz <reduzio@gmail.com>
|
|
Add position track normalization to importer retarget
|
|
|
|
(cherry picked from commit 516d6b6bad68d506391a4262ba40cbceeea8be22)
|
|
(cherry picked from commit 5e66d2e2c4103ba4c7d178409da2a721bcb6d842)
|
|
|
|
Follow-up to #63495.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|