Brecht Van Lommel brecht
  • Blender & Cycles developer

  • Joined on 2003-01-03
Brecht Van Lommel suggested changes for blender/blender#119762 2024-06-05 20:13:59 +02:00
Fix #119703: Incorrect conversion of identity quaternion to axis angle

Requesting changes for build failures.

Brecht Van Lommel commented on pull request blender/blender#119762 2024-06-05 20:13:40 +02:00
Fix #119703: Incorrect conversion of identity quaternion to axis angle

There are some compile errors to be resolved.

Brecht Van Lommel commented on pull request blender/blender#122575 2024-06-05 20:11:36 +02:00
USD: Add MaterialX shader export

@blender-bot build +gpu linux @blender-bot build macos-arm64

Brecht Van Lommel commented on pull request blender/blender#122575 2024-06-05 20:10:34 +02:00
USD: Add MaterialX shader export

Probably best to merge as is an deal with texture coordinate issues afterwards.

Brecht Van Lommel commented on pull request blender/blender#122575 2024-06-05 20:09:22 +02:00
USD: Add MaterialX shader export

Testing this with our Storm render test, the Hydra regression is fixed.

For the USD path, the two main difference with Hydra are:

  • Missing dome light, to be handled by #122651
  • Textures are…
Brecht Van Lommel pushed to main at blender/blender-developer-docs 2024-06-05 19:58:05 +02:00
27f1a38e19 Update docs/release_notes/4.2/pipeline_assets_io.md
Brecht Van Lommel commented on pull request blender/blender#122575 2024-06-05 19:53:10 +02:00
USD: Add MaterialX shader export
Brecht Van Lommel pushed to dhruv/usd-materialx at wave/blender_wave_Apple 2024-06-05 19:52:39 +02:00
6cf1cdadf5 Merge branch 'blender-v4.2-release' into HEAD
74224b25a5 GPU: Add GPU_shader_batch_create_from_infos
939e4b2efc Core: Change portable install folder to portable/
dea5db7e70 Fix: EEVEE-Next: Firefly caused by denoising shiny surfaces
7b601464c3 UI: Add new TAG icon
Compare 109 commits »
Brecht Van Lommel commented on issue blender/blender#122735 2024-06-05 19:40:53 +02:00
Extensions: Add-ons tab

Suggestion:

  • Remove the legacy add-ons filter option. I'm not sure this is really useful.
  • Make the enabled toggle a directly visible button. It's probably used often and there is enough space.
Brecht Van Lommel pushed to fix_119703 at mod_moder/blender 2024-06-05 19:23:22 +02:00
6731af3d74 Merge branch 'blender-v4.2-release' into fix_119703
74224b25a5 GPU: Add GPU_shader_batch_create_from_infos
939e4b2efc Core: Change portable install folder to portable/
dea5db7e70 Fix: EEVEE-Next: Firefly caused by denoising shiny surfaces
7b601464c3 UI: Add new TAG icon
Compare 813 commits »
Brecht Van Lommel pushed to main at blender/blender-developer-docs 2024-06-05 19:20:16 +02:00
8c33b65783 Update docs/release_notes/4.3/sculpt.md
Brecht Van Lommel pushed to main at blender/blender-developer-docs 2024-06-05 19:17:12 +02:00
e3a4dedb76 Update docs/release_notes/4.3/sculpt.md
Brecht Van Lommel pushed to main at blender/blender-developer-docs 2024-06-05 19:16:58 +02:00
440e89afbc Update docs/release_notes/4.2/sculpt.md
Brecht Van Lommel pushed to main at blender/blender-developer-docs 2024-06-05 19:16:34 +02:00
0a492dcad9 Update docs/release_notes/4.2/core.md
Brecht Van Lommel commented on pull request blender/blender#122689 2024-06-05 19:08:51 +02:00
Core: Make BLENDER_SYSTEM_SCRIPTS always add paths

I'll give @ideasman42 an opportunity to look at this before I land it, otherwise will do tomorrow.

Brecht Van Lommel closed pull request blender/blender#122688 2024-06-05 19:03:40 +02:00
Extensions: Support loading add-on with manifest from script directories
Brecht Van Lommel commented on pull request blender/blender#122688 2024-06-05 19:03:38 +02:00
Extensions: Support loading add-on with manifest from script directories

Abandoning in favor of system repository design explained in #122512.

Brecht Van Lommel commented on issue blender/blender#122512 2024-06-05 19:03:07 +02:00
Extensions: Deploying add-ons for offline work and automation

I started writing some docs about this subject in blender/blender-manual!104811, but will wait to land until this system repository is implemented.