Block a user
WIP: Refactor: Improve blendfile partial write
I realized there is a difference in behavior with linked datablocks. In the old implementation they would remain linked, but here they become local. The main reason is that the Library
datablock…
Brecht Van Lommel
deleted branch cycles-ray-portal-osl-fix from david494/blender
2024-05-02 19:35:17 +02:00
Fix: unconnected direction input on ray portal bsdf is incorrect for OSL
Cycles: Linux Support for HIP-RT
Like this:
cd lib/windows_x64
git checkout a5521c85e03bfd1556ff1e63bf7163235c401497
cd ../..
git commit lib/windows_x64
GPU compositor tests corner_pin and plane_track failing
@OmarEmaraDev, on NVIDIA + Linux it was caused by 4971b144a43fec795dda169404bb699e3ff75516.
Refactor: Improve blendfile partial write
500ccdd054
Refactor: Improve blendfile partial write
5fa98aa0fd
Cleanup: Camel case for node size enum items
a42e2a5a29
GPv3: Mask toggle in dopesheet channel
c4e1be73b6
Tests: Update compositor tests related to translate operation
d7b72b4979
Fix: Missing topology update setting curves handle type
9b67a2ad65
Brush Assets: Resolve some TODO comments in asset writing
66a1821683
Fix: Asset shelf catalogs not updated on brush asset save as
a63028a44c
Fix: Truncated ID name and filepath when saving brush asset
EEVEE-Next: Add operator to convert a world volume to mesh
We can add a flag to the world datablock in versioning for that?
EEVEE-Next: Add operator to convert a world volume to mesh
I'm not sure there's really a good place to make that kind of operator discoverable. If we can make the operator only appear when there is known to be an old world volume in the file, it can be…