Brecht Van Lommel brecht
  • Blender & Cycles developer

  • Joined on 2003-01-03
Brecht Van Lommel commented on pull request blender/blender#121318 2024-05-02 19:39:23 +02:00
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
Brecht Van Lommel pushed to main at blender/blender 2024-05-02 19:35:14 +02:00
aa70c687e4 Fix: Ray Portal BSDF unconnected direction wrong for OSL
Brecht Van Lommel merged pull request blender/blender#121348 2024-05-02 19:35:14 +02:00
Fix: unconnected direction input on ray portal bsdf is incorrect for OSL
Brecht Van Lommel pushed to partial-clean at brecht/blender 2024-05-02 19:33:19 +02:00
ce2d902d90 WIP: Copy library datablocks, to preserve lib linking
Brecht Van Lommel pushed to partial-clean at brecht/blender 2024-05-02 18:35:11 +02:00
7ebe0083c3 Use IDRemapper, better refcount handling
Brecht Van Lommel commented on pull request blender/blender#121050 2024-05-02 16:55:48 +02:00
Cycles: Linux Support for HIP-RT

Like this:

cd lib/windows_x64
git checkout a5521c85e03bfd1556ff1e63bf7163235c401497
cd ../..
git commit lib/windows_x64
Brecht Van Lommel commented on issue blender/blender#121305 2024-05-01 21:51:37 +02:00
GPU compositor tests corner_pin and plane_track failing

@OmarEmaraDev, on NVIDIA + Linux it was caused by 4971b144a43fec795dda169404bb699e3ff75516.

Brecht Van Lommel pushed to partial-clean at brecht/blender 2024-05-01 20:52:39 +02:00
f742f7cd58 Address comments
Brecht Van Lommel created pull request blender/blender#121318 2024-05-01 20:27:34 +02:00
Refactor: Improve blendfile partial write
Brecht Van Lommel pushed to partial-clean at brecht/blender 2024-05-01 20:26:17 +02:00
6793b48e69 Refactor: Improve blendfile partial write
Brecht Van Lommel pushed to partial-clean at brecht/blender 2024-05-01 20:15:09 +02:00
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
Compare 10 commits »
Brecht Van Lommel created branch partial-clean in brecht/blender 2024-05-01 20:15:09 +02:00
Brecht Van Lommel pushed to brush-assets-project at blender/blender 2024-05-01 19:26:33 +02:00
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
Compare 3 commits »
Brecht Van Lommel commented on pull request blender/blender#119734 2024-04-30 22:44:31 +02:00
EEVEE-Next: Add operator to convert a world volume to mesh

We can add a flag to the world datablock in versioning for that?

Brecht Van Lommel commented on pull request blender/blender#119734 2024-04-30 19:59:28 +02:00
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…