Brecht Van Lommel brecht
  • Blender & Cycles developer

  • Joined on 2003-01-03
Brecht Van Lommel commented on issue blender/blender#101908 2024-05-28 18:42:32 +02:00
Brush Asset - Technical Core-level Design

I think this can be closed now, the remaining concrete tasks are in #116337.

Brecht Van Lommel closed issue blender/blender#116338 2024-05-28 18:42:06 +02:00
Brush Assets Design
Brecht Van Lommel commented on issue blender/blender#116338 2024-05-28 18:42:03 +02:00
Brush Assets Design

This design task is not fully implemented, but also not actively under discussion. So closing for now, the concrete tasks are in #116337.

Brecht Van Lommel commented on pull request blender/blender#121050 2024-05-28 18:27:20 +02:00
Cycles: Linux Support for HIP-RT

Ah yes, technically we don't even need the .lib with the current implementation. We should add a comment about this though.

I wasn't sure if it would be best to patch hiprt to not include the…

Brecht Van Lommel pushed to extensions-check-simple-ui at brecht/blender 2024-05-28 18:01:19 +02:00
4acbf338e9 Merge branch 'main' into extensions-check-simple-ui
9d3e2de76e Cleanup: make format
b642b516d9 Cleanup: Reorder edit data draw buffer extraction function
ebbb72187a Cleanup: Use references, const, for mesh edit data flag extraction
fd651da7e5 GPv3: Fix fill tool boundary construction on thin pixel lines
Compare 79 commits »
Brecht Van Lommel pushed to extensions-check-time at brecht/blender 2024-05-28 18:00:44 +02:00
788e765ef2 Merge branch 'main' into extensions-check-time
9d3e2de76e Cleanup: make format
b642b516d9 Cleanup: Reorder edit data draw buffer extraction function
ebbb72187a Cleanup: Use references, const, for mesh edit data flag extraction
fd651da7e5 GPv3: Fix fill tool boundary construction on thin pixel lines
Compare 79 commits »
Brecht Van Lommel commented on pull request blender/blender#122385 2024-05-28 17:45:13 +02:00
Cycles: oneAPI: Enable host memory migration

Just one minor nitpick.

Brecht Van Lommel commented on pull request blender/blender#122385 2024-05-28 17:45:12 +02:00
Cycles: oneAPI: Enable host memory migration

Use const vector<RTCScene>&

Brecht Van Lommel commented on pull request blender/blender#122385 2024-05-28 17:44:08 +02:00
Cycles: oneAPI: Enable host memory migration
Brecht Van Lommel created pull request blender/blender#122384 2024-05-28 16:51:30 +02:00
Extensions: Show much less update information in splash screen
Brecht Van Lommel created branch extensions-check-simple-ui in brecht/blender 2024-05-28 16:48:57 +02:00
Brecht Van Lommel pushed to extensions-check-simple-ui at brecht/blender 2024-05-28 16:48:57 +02:00
72c77a500c Extensions: Show much less information in splash screen
Brecht Van Lommel commented on issue infrastructure/blender-projects-platform#81 2024-05-28 16:21:58 +02:00
Buildbot: Upgrade to latest HIP compiler on Windows

The HIP version is controlled by this file in the Blender repo: https://projects.blender.org/blender/blender/src/branch/main/build_files/config/pipeline_config.yaml

The way I tested this in…

Brecht Van Lommel commented on pull request blender/blender#119789 2024-05-28 16:18:05 +02:00
Render: include info string for "render_stats" handler

I think really the render stats are not meant to be parsed, and this functionality is more intended for custom logging code.

Of course people do parse them because we have no alternative. One…

Brecht Van Lommel pushed to extensions-single-install-op at brecht/blender 2024-05-27 20:22:49 +02:00
2b5cde1eec Cleanup: undo whitespace change
Brecht Van Lommel pushed to extensions-single-install-op at brecht/blender 2024-05-27 20:21:24 +02:00
24f6da05f7 Enable on install only for extension
ea3c5f832c Link to legacy add-on docs
Compare 2 commits »
Brecht Van Lommel commented on pull request blender/blender#121926 2024-05-27 20:20:55 +02:00
Extensions: Install From Disk operator handling both legacy and new

The UI and behavior should now match the proposal.

Installing that bundle works for me. The status bar message doesn't display properly due to the long text, but that was already the case…

Brecht Van Lommel pushed to main at blender/blender-manual 2024-05-27 20:05:11 +02:00
b6d65c10b8 Add-ons: Add marker to link from legacy add-on install operator