Brecht Van Lommel brecht
  • Blender & Cycles developer

  • Joined on 2003-01-03
Brecht Van Lommel suggested changes for blender/blender#121688 2024-05-13 13:58:48 +02:00
Cycles: Missing self arguments for CyclesPreferences.default_device method

Thanks for finding that. But I think it should be @staticmethod instead, since that's how it's used.

Brecht Van Lommel pushed to main at infrastructure/blender-devops 2024-05-13 13:30:21 +02:00
b14e6ff588 Enable Windows ARM64 in nightly builds
Brecht Van Lommel pushed to main at blender/blender 2024-05-13 13:23:57 +02:00
7f912e09c7 Assets: Sort by library name if all else is equal
Brecht Van Lommel pushed to same-main at brecht/blender 2024-05-13 12:12:31 +02:00
e133359c6e Brush Assets: Set asset weak reference from brush datablock pointer
d23af93336 Merge branch 'brush-assets-project' into same-main
e2b21755c1 Fix: Brush tool not active by default in 2D animation template
a616349843 Merge branch 'main' into brush-assets-project
0d4e4e3f42 Cleanup: Remove unused scene argument from foreach_nodeclass
Compare 89 commits »
Brecht Van Lommel commented on pull request blender/blender#121675 2024-05-10 23:21:29 +02:00
Brush Assets: Implement grease pencil default eraser brush

This duplicates a fair amount of code from the regular brush. Though I didn't see a way to avoid it that I liked, not sure it's worth wrapping brush + brush_asset_reference into a struct.

Brecht Van Lommel created pull request blender/blender#121675 2024-05-10 23:18:57 +02:00
Brush Assets: Implement grease pencil default eraser brush
Brecht Van Lommel pushed to eraser-brush at brecht/blender 2024-05-10 23:18:09 +02:00
da2237cdff Brush Assets: Implement grease pencil default eraser brush
Brecht Van Lommel pushed to eraser-brush at brecht/blender 2024-05-10 22:56:19 +02:00
8d4abec759 Brush Assets: Implement grease pencil default eraser brush
e2b21755c1 Fix: Brush tool not active by default in 2D animation template
a616349843 Merge branch 'main' into brush-assets-project
0d4e4e3f42 Cleanup: Remove unused scene argument from foreach_nodeclass
33e8b12a43 Cleanup: Pass main expand callback directly to function
Compare 10 commits »
Brecht Van Lommel created branch eraser-brush in brecht/blender 2024-05-10 22:56:19 +02:00
Brecht Van Lommel pushed to brush-assets-project at blender/blender 2024-05-10 22:44:31 +02:00
e2b21755c1 Fix: Brush tool not active by default in 2D animation template
a616349843 Merge branch 'main' into brush-assets-project
0d4e4e3f42 Cleanup: Remove unused scene argument from foreach_nodeclass
33e8b12a43 Cleanup: Pass main expand callback directly to function
c78e4d203c Fix linux build
Compare 87 commits »
Brecht Van Lommel pushed to main at blender/blender 2024-05-10 22:11:22 +02:00
0d4e4e3f42 Cleanup: Remove unused scene argument from foreach_nodeclass
33e8b12a43 Cleanup: Pass main expand callback directly to function
Compare 2 commits »
Brecht Van Lommel approved blender/blender#121672 2024-05-10 22:04:15 +02:00
Cycles: Select Metal compute device by default on Apple Silicon machines

We will probably want to review this behavior for other operating systems and graphics cards as well, but this is a good change by itself I think.

Brecht Van Lommel commented on pull request blender/blender#121671 2024-05-10 21:09:44 +02:00
Brush Assets: Deactivate asset shelf brush for non-brush tools

I guess this will need deeper design changes, but I didn't understand the reason behind the current behavior.

Brecht Van Lommel created pull request blender/blender#121671 2024-05-10 21:08:31 +02:00
Brush Assets: Decativate asset shelf brush for non-brush tools
Brecht Van Lommel pushed to brush-tool-deactivate at brecht/blender 2024-05-10 20:49:34 +02:00
e535dc0a56 Brush Assets: Decativate asset shelf brush for non-brush tools
Brecht Van Lommel created branch brush-tool-deactivate in brecht/blender 2024-05-10 20:49:33 +02:00
Brecht Van Lommel pushed to same-main at brecht/blender 2024-05-10 19:38:15 +02:00
5e9f73956a Fix: Don't recursive into dependencies of ignored datablock types
Brecht Van Lommel pushed to same-main at brecht/blender 2024-05-10 19:29:30 +02:00
0f4d76fb3e Address comments