Brecht Van Lommel brecht
  • Blender & Cycles developer

  • Joined on 2003-01-03
Brecht Van Lommel commented on issue blender/blender#127132 2024-11-01 01:46:26 +01:00
Using bpy and usd-core together causes seg fault in Blender 4.2 Linux

edit: guessing i'd say we reverted back to the "standard" namespace, so people wouldn't have to rebuild the USD render delegates for specific DCC's ? but i'll admit, wildly guessing there.…

Brecht Van Lommel closed pull request blender/blender-developer-docs#31 2024-10-19 17:45:01 +02:00
Update Release Notes Sculpt: Add dyntopo size edit support for BRUSH and RELATIVE modes
Brecht Van Lommel pushed to main at blender/cycles 2024-10-03 02:16:48 +02:00
2d4573dbae Build: Check if cmake policy exists before enabling it
f57db9220e Fix #127464: Disable HIPRT point clouds to fix performance regression
990c4890fe Fix #125093: Cycles: oneAPI: transparent shadows opaque when bounces>=1024
Compare 3 commits »
Brecht Van Lommel merged pull request blender/cycles#17 2024-10-03 02:14:21 +02:00
The CMake policy CMP0144 generates an error with the latest CMake version (3.30.4).
Brecht Van Lommel deleted branch fix/cmake_policy_cmp0144_is_not_know from Pierre-Pontier/cycles 2024-10-03 02:14:21 +02:00
Brecht Van Lommel pushed to main at blender/cycles 2024-10-03 02:14:20 +02:00
de616a4d7d Fix: Build error with CMake 3.30 due to missing policy
Brecht Van Lommel commented on pull request blender/blender#107072 2024-10-02 12:34:30 +02:00
macOS/QuickLook: support rich thumbnail in Finder

I'm on sabbatical until the end of the year.

I'll leave it to @Brainzman (macOS maintainer) and @bartvdbraak (devops) to decide with @Sergey what kind of priority this has.

I imagine at…

Brecht Van Lommel commented on pull request blender/cycles#17 2024-10-02 12:29:43 +02:00
The CMake policy CMP0144 generates an error with the latest CMake version (3.30.4).

Can you do instead do this? That way older CMake versions still use the new behavior as we want.

Brecht Van Lommel pushed to blender-v4.2-release at brecht/lib-linux_arm64 2024-09-24 16:42:51 +02:00
Brecht Van Lommel pushed to main at brecht/lib-linux_arm64 2024-09-24 16:42:50 +02:00
c874feeae9 Linux arm64 libraries update
Brecht Van Lommel created branch blender-v4.2-release in brecht/lib-linux_arm64 2024-09-24 16:42:50 +02:00
Brecht Van Lommel created branch main in brecht/lib-linux_arm64 2024-09-24 16:42:50 +02:00
Brecht Van Lommel created repository brecht/lib-linux_arm64 2024-09-24 16:10:34 +02:00
Brecht Van Lommel pushed to main at blender/blender 2024-09-24 15:57:40 +02:00
b74dfa8cfc Build: Changes for make deps to work on Linux arm64 again
f068b6c6d4 Fix: Wrong make deps xml2 library install on Linux and macOS
Compare 2 commits »
Brecht Van Lommel commented on issue blender/blender#128006 2024-09-23 13:11:49 +02:00
Liboverride objects can be renamed using batch rename

I'm not the right person to ping here, try @mont29 or @ideasman42.

Note there is this:

static int rna_ID_name_editable(const PointerRNA *ptr, const char **r_info)
{
  ID *id = (ID…
Brecht Van Lommel commented on issue blender/cycles#14 2024-09-12 01:20:21 +02:00
Dynamic Linker Failure in Houdini 20.0: ABI Incompatibility

From what I can tell, the default Houdini 20 download is built with gcc 11 and the C++11 ABI. And I tested that one to work.

But I see now that there also exists a Houdini 20 built with gcc 9,…

Brecht Van Lommel commented on pull request infrastructure/blender-devops#7 2024-09-12 01:06:27 +02:00
User Manual: Remove old files for when deploying

I have not tested, but the pattern looks wrong and the folder could be more specific:

Brecht Van Lommel commented on pull request infrastructure/blender-devops#7 2024-09-12 01:05:35 +02:00
User Manual: Remove old files for when deploying

There are html and epub zip files in the same folder, for downloading the manual. The epub zip in particular is uploaded by a builder that runs in parallel with this one.