It would be a useful feature to add to Gitea. But unless there are multiple developers telling us this is very important for them, it's not something I want to prioritize, either as an upstream…
I think we may have actually been building without broken file format support for a while, but it may not matter in practice as the file can get loaded through ffmpeg instead of sndfile.
@LazyDodo @Anthony-Roberts The existing Windows mp3lame patch here is wrong, as the version of sndfile now has Findmp3lame..cmake
instead of FindLame.cmake
. And that new one seems to make our…
Ah, I guess it's because of the SceneRenderLayer
to ViewLayer
conversion happening in after linking.
Maybe the solution is then to move to after linking. But I need to check then what to do…
I don't really see a reason to move this to after linking. The reason for that is normally following datablock links or node tree initialization, but that's not the case here.
So probably not…
This should call ED_node_set_active
. Currently there is no check to verify that the node can in fact be used as an output, and it's missing a call to e.g. BKE_ntree_update_tag_active_output_changed
.
Note to self: I may need to temporarily disable the denoising tests if this upgrade changes the results.