Lukas Stockner LukasStockner
  • Joined on 2013-12-26
Lukas Stockner commented on pull request blender/blender#114958 2024-07-04 20:19:06 +02:00
Shader: Add Metallic BSDF Node

Do we want to keep the Multi/Single GGX distinction here? I kept it in for compatibility, but since this is a new node, I'd prefer just having a single GGX option that enables it.

Lukas Stockner commented on pull request blender/blender#114958 2024-07-04 20:19:05 +02:00
Shader: Add Metallic BSDF Node

Typo: distrobution.

Lukas Stockner commented on pull request blender/blender#114958 2024-07-04 20:19:04 +02:00
Shader: Add Metallic BSDF Node

The description here appears to be identical to the Glossy BSDF, we might want to add something about specifically modeling the reflectivity of metals.

Lukas Stockner commented on pull request blender/blender#114958 2024-07-04 20:19:02 +02:00
Shader: Add Metallic BSDF Node

Feels like we should do const bool is_physical = (fresnel_method == SHD_CONDUCTOR); and then use that instead of repeating it four times.

Lukas Stockner commented on pull request blender/blender#114958 2024-07-04 20:19:01 +02:00
Shader: Add Metallic BSDF Node

I'd say "Real part of the conductor's IOR" and "Complex part of the conductor's IOR". The entire purpose of this mode is for users who know what that is, I wouldn't worry about a simple intuitive explanation here (especially since there is none as far as I know).

Lukas Stockner commented on pull request blender/blender#114958 2024-07-04 20:19:00 +02:00
Shader: Add Metallic BSDF Node

Typo: offest.

Lukas Stockner commented on pull request blender/blender#114958 2024-07-04 20:18:59 +02:00
Shader: Add Metallic BSDF Node

I'd rather perform this computation in vec3 and then do

Lukas Stockner commented on pull request blender/blender#123046 2024-07-04 02:01:15 +02:00
Cycles: add Central Cylindrical Panoramic camera model

I went ahead and updated it, hope that's fine.

Changes:

  • Rebase to latest main
  • Moved radius out of kernel
  • Cleaned up projection code
  • Fixed inverse projection
  • Applied formatting …
Lukas Stockner pushed to cylindrical_projection at softyoda/blender 2024-07-04 01:59:59 +02:00
ab510d9bd2 Update units
d7964eb5a9 Update versioning
578850b8ac Formatting
e716973c49 Clean up projection code, fix inverse mapping
d07a6cc90a Move radius out of kernel
Compare 1399 commits »
Lukas Stockner commented on pull request blender/blender#124110 2024-07-03 22:21:45 +02:00
Compositor: Add White Point mode to the Color Balance node
  • Added separate input and output controls (similar to e.g. GIMP white balance) for more flexibility
  • Added color pickers for both controls
  • Moved the matrix computation to the Operation -…
Lukas Stockner pushed to white-balance-compositor at LukasStockner/blender 2024-07-03 22:20:11 +02:00
24e8e134df Compositor: Add White Point mode to the Color Balance node
Lukas Stockner commented on pull request blender/blender#124110 2024-07-03 17:22:54 +02:00
Compositor: Add White Point mode to the Color Balance node

Actually, we might want to extend it so that there's a "from temperature/tint" and a "to temperature/tint" option? In the case of the view transform the target is of course the display white…

Lukas Stockner created pull request blender/blender#124110 2024-07-03 17:21:24 +02:00
Compositor: Add White Point mode to the Color Balance node
Lukas Stockner created branch white-balance-compositor in LukasStockner/blender 2024-07-03 17:18:42 +02:00
Lukas Stockner pushed to white-balance-compositor at LukasStockner/blender 2024-07-03 17:18:42 +02:00
47f7854c51 Compositor: Add White Point mode to the Color Balance node
e2d77fbc1c Cleanup: Remove outdated asserts
35788ca3c9 Merge branch 'blender-v4.2-release'
659e19607d Cycles: Cleanup calls to _cycles.available_devices
090fed06a9 Cycles: Fix automatic OptiX denoiser section criteria
Compare 10 commits »
Lukas Stockner pushed to main at blender/blender 2024-07-03 16:01:56 +02:00
e2d77fbc1c Cleanup: Remove outdated asserts
Lukas Stockner commented on pull request blender/blender#123932 2024-07-02 01:03:05 +02:00
Add round-trip tests for *_to_direction functions and fix some of them

@blender-bot build

Regarding __KERNEL_METAL__, the current state of the math headers is a bit of a mess there. About once a week we have a case where some PR or commit fails to build on Metal…

Lukas Stockner commented on pull request blender/blender#123932 2024-07-01 16:52:15 +02:00
Add round-trip tests for *_to_direction functions and fix some of them

You can see it by hovering on the icon next to the last commit before buildbot was called. It's no longer shown on the bottom of the page right now since there are newer commits since then.

@ble…