godot/servers/movie_writer
Eshaan b1ef01dcee Fix MovieWriter checking wrong directory for disk space
MovieWriter was using get_basename() which strips the file extension
but keeps the filename, resulting in checking the current working
directory instead of the target output directory.

Changed to use get_base_dir() to properly extract the directory path
where the movie file will actually be written.

Fixes #113391
2025-12-02 00:23:58 +11:00
..
movie_writer.cpp Fix MovieWriter checking wrong directory for disk space 2025-12-02 00:23:58 +11:00
movie_writer.h Move server files into their subfolders 2025-09-30 19:39:39 -07:00
movie_writer_pngwav.cpp Merge pull request #109433 from KoBeWi/hastension 2025-10-31 09:23:30 -05:00
movie_writer_pngwav.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00