Brecht Van Lommel brecht
  • Blender & Cycles developer

  • Joined on 2003-01-03
Brecht Van Lommel pushed to brush-assets-project at blender/blender 2024-05-03 21:26:33 +02:00
b4e3246a7a Fix: Crash painting with default grease pencil brushes
Brecht Van Lommel pushed to brush-assets-project at blender/blender 2024-05-03 20:46:01 +02:00
bbdee3a520 Cleanup: make format
Brecht Van Lommel commented on issue infrastructure/blender-projects-platform#12 2024-05-03 20:33:22 +02:00
Issues and triaging features

It would be a useful feature to add to Gitea. But unless there are multiple developers telling us this is very important for them, it's not something I want to prioritize, either as an upstream…

Brecht Van Lommel commented on pull request blender/blender#121401 2024-05-03 20:10:34 +02:00
Build: Use CMake for sndfile deps building on all platforms

I think we may have actually been building without broken file format support for a while, but it may not matter in practice as the file can get loaded through ffmpeg instead of sndfile.

Brecht Van Lommel commented on pull request blender/blender#121401 2024-05-03 20:09:32 +02:00
Build: Use CMake for sndfile deps building on all platforms

@LazyDodo @Anthony-Roberts The existing Windows mp3lame patch here is wrong, as the version of sndfile now has Findmp3lame..cmake instead of FindLame.cmake. And that new one seems to make our…

Brecht Van Lommel pushed to sndfile-cmake at brecht/blender 2024-05-03 20:06:34 +02:00
a9075627c1 Remove broken mp3lame patch
Brecht Van Lommel pushed to brush-assets-project at blender/blender 2024-05-03 19:50:55 +02:00
a25c1b9418 Fix: Issues restoring brush after secondary smooth brush usage
Brecht Van Lommel pushed to brush-assets-project at blender/blender 2024-05-03 19:28:18 +02:00
c090f059d1 Cleanup: Remove unused function
Brecht Van Lommel pushed to sndfile-cmake at brecht/blender 2024-05-03 19:19:39 +02:00
4950e58a1d Remove wrong option
Brecht Van Lommel pushed to brush-assets-project at blender/blender 2024-05-03 18:57:22 +02:00
dc9e0ac6fa Cleanuo: Remove more unnecessary brush versioning code
Brecht Van Lommel created pull request blender/blender#121401 2024-05-03 17:40:14 +02:00
Build: Use CMake for sndfile deps building on all platforms
Brecht Van Lommel pushed to sndfile-cmake at brecht/blender 2024-05-03 17:39:51 +02:00
dce75865e1 Build: Use CMake for sndfile deps building on all platforms
a6ebfb05ad UI: Option to store enabled asset shelf catalogs in preferences
95fcffed4a Cleanup: remove debug print
424032b5e5 Grease Pencil: Fix Python error when built without experimental features
4732e7cda5 Cleanup: incorrect assertion
Compare 10 commits »
Brecht Van Lommel created branch sndfile-cmake in brecht/blender 2024-05-03 17:39:51 +02:00
Brecht Van Lommel commented on pull request blender/blender#121389 2024-05-03 16:07:35 +02:00
Fix #121345: Viewlayer denoising versioning dont apply correctly

Ah, I guess it's because of the SceneRenderLayer to ViewLayer conversion happening in after linking.

Maybe the solution is then to move to after linking. But I need to check then what to do…

Brecht Van Lommel commented on pull request blender/blender#121389 2024-05-03 15:48:25 +02:00
Fix #121345: Viewlayer denoising versioning dont apply correctly

I don't really see a reason to move this to after linking. The reason for that is normally following datablock links or node tree initialization, but that's not the case here.

So probably not…

Brecht Van Lommel suggested changes for blender/blender#121382 2024-05-03 15:40:03 +02:00
RNA: compositor output node API

This should call ED_node_set_active. Currently there is no check to verify that the node can in fact be used as an output, and it's missing a call to e.g. BKE_ntree_update_tag_active_output_changed.

Brecht Van Lommel commented on pull request blender/blender#121359 2024-05-02 21:20:14 +02:00
Build: upgrade OIDN to 2.3.0-beta

Note to self: I may need to temporarily disable the denoising tests if this upgrade changes the results.

Brecht Van Lommel pushed to brush-assets-project at blender/blender 2024-05-02 21:03:39 +02:00
d0474e632a Brush Assets: Pack images and other data when saving brush asset
4b0c456000 Brush Asset: Replace hacky partial write by main copy
Compare 2 commits »
Brecht Van Lommel closed pull request blender/blender#121318 2024-05-02 19:39:26 +02:00
WIP: Refactor: Improve blendfile partial write