Great test footage, love it!
The annoying part is that it's not impossible that someone already have some projects with the rotated video, and gave up on Blender's smartness, and rotated the…
@Alaska Here are some thoughts and ideas after discussing things with artists here at the studio (well, mainly Andy):
- Rename
Denoise
panel toDenoise Node
or something, to make it more…
Generally fine. There is some comment about the variable naming/scoping. Not sure it worth extra iteration of review, don't have strong opinion on whether to unset it or move somewhere closer to the beginning of the file.
Maybe use lowercase for RELEASE_ROOT_FOLDER
, and unset it before endif()
? Or, define it at the top of the?
Blender always keeps an audio handle open. That might have some affect on it. But it also shouldn't really happen. Tricky part is that outside of playback we simply keep handle open. Maybe it's…
Then we can work on a better cache invalidation strategy using implicit sharing.
I am not sure what this refers to. The topology refiner does not share anything with the input, so not sure…
@ZedDB Buildbot uses a dedicated install location. See the set(TEST_INSTALL_DIR ..
and set(TEST_BLENDER_EXE. ...
in the tests/CMakeLists.txt
.
A but annoying, but it is how the code is currently intended to behave. So the silence of the warning is find in this case.
Meaning doing away with FindHIP.cmake and move the logic to hipew project?
I mean doing something like this: hip.patch
Either, we…