blender/source
Germano Cavalcante 715c86d9e5 Fix T101231: Console flooded with warnings when fluid type is Domain
Although rB67e23b4b2967 turned the problem more recurrent, the warning
messages in the console always appear when `BKE_fluid_cache_free_all`
is called.

This is because of a bug in `BLI_filelist_dir_contents` as this function
calls `BLI_strdupcat` instead of `BLI_join_dirfile`

NOTE: Other places in Blender avoid this problem by making sure to add
a `SEP_STR` to the end of the directory.

Differential Revision: https://developer.blender.org/D16043
2022-09-27 10:17:29 -03:00
..
blender Fix T101231: Console flooded with warnings when fluid type is Domain 2022-09-27 10:17:29 -03:00
creator GPU: Disable SSBO support from commandline. 2022-09-26 09:41:50 +02:00
tools@2a541f164a Fix submodule refs 2022-08-31 10:02:42 -07:00
CMakeLists.txt