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 +07:00
..
SCsub
movie_writer.cpp Fix MovieWriter checking wrong directory for disk space 2025-12-02 00:23:58 +07: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 +07:00
movie_writer_pngwav.h