Brecht Van Lommel brecht
  • Blender & Cycles developer

  • Joined on 2003-01-03
Brecht Van Lommel commented on issue blender/blender#118455 2024-05-24 17:01:51 +02:00
Library changes for Blender 4.2

@aafra On macOS there is an OIDN build error due to missing #include <thread> in devices/cpu/cpu_engine.h. Adding that include makes the build pass. We can patch this locally for now, but…

Brecht Van Lommel pushed to modal-priority at brecht/blender 2024-05-24 16:36:00 +02:00
65c62f8d2a Operators: Add option to give a modal operator priority in event handling
Brecht Van Lommel commented on pull request blender/blender#122193 2024-05-24 16:31:49 +02:00
Python API: Expose list of running modal operators

I think this could replace the handler manipulation: #122226

Brecht Van Lommel created pull request blender/blender#122226 2024-05-24 16:31:16 +02:00
Operators: Add option to give a modal operator priority in event handling
Brecht Van Lommel created branch modal-priority in brecht/blender 2024-05-24 16:23:50 +02:00
Brecht Van Lommel pushed to modal-priority at brecht/blender 2024-05-24 16:23:50 +02:00
58d29fd491 Operators: Add option to give a modal operator priority in event handling
fc2c078322 GPv3: Consider layer transform in radius_from_input_sample
d15ce8dff5 Fix: EEVEE-Next: Displacement doesn't affect normal map node
e5680542aa GPU: Fix GPUStateMutable size
ec0a3e966c Refactor: Anim: make insert_key_rna() take RNAPath's instead of strings
Compare 10 commits »
Brecht Van Lommel commented on issue blender/blender#122212 2024-05-24 15:38:52 +02:00
Displacement: Add a mode that does not affect the geometric input normal

Seems reasonable to me. I guess this would be named something like "Displacement and Normal Map"? I guess technically it could be used for other purposes, but a name like that may be easiest to…

Brecht Van Lommel commented on issue blender/blender#118455 2024-05-23 23:13:30 +02:00
Library changes for Blender 4.2

The platform maintainers (@LazyDodo @farsthary @ideasman42) could upgrade e.g. tomorrow if they have time, but I can't speak for them. If they don't then indeed we won't be able to test the beta,…

Brecht Van Lommel commented on issue blender/blender#118455 2024-05-23 22:29:04 +02:00
Library changes for Blender 4.2

Preferably before the end of bcon2 (June 5). The end of bcon3 (July 10) is just 1 week before the release, so that's too late. Between that it's fuzzier, but I prefer not to bother platform…

Brecht Van Lommel commented on pull request blender/blender#122182 2024-05-23 21:55:29 +02:00
Fix: Assert about invalid namemap with brush assets

This does make the assert effectively useless, but it's not clear to how it was working before? Maybe in an earlier version of the code? I couldn't find a way to have these namemaps exist at this…

Brecht Van Lommel pushed to namemap-assert at brecht/blender 2024-05-23 21:25:35 +02:00
7bc4ddf652 Fix: Assert about invalid namemap with brush assets
Brecht Van Lommel created pull request blender/blender#122182 2024-05-23 21:24:01 +02:00
Fix: Assert about invalid namemap with brush assets