Sergey Sharybin Sergey
  • Joined on 2009-11-28
Sergey Sharybin pushed to main at blender/blender 2024-11-27 11:07:03 +01:00
e7067c68e9 Build: Make MSIX architecture a template variable
Sergey Sharybin created pull request blender/blender#131030 2024-11-27 11:05:36 +01:00
Build: Make MSIX architecture a template variable
Sergey Sharybin created branch msix_arch in Sergey/blender 2024-11-27 11:05:14 +01:00
Sergey Sharybin pushed to msix_arch at Sergey/blender 2024-11-27 11:05:14 +01:00
9d5c5ec845 Build: Make MSIX architecture a template variable
Sergey Sharybin commented on pull request blender/blender#130781 2024-11-27 10:59:27 +01:00
Fix #130742 Scene render from VSE is taking twice as long

I can not reproduce this behavior. Isn't render preview a GPU texture? Not sure how this would cause such behavior. I would perhaps speculate, that while VSE cache is cleared, the VSE preview…

Sergey Sharybin commented on issue blender/blender-manual#105036 2024-11-27 10:05:57 +01:00
Fix handling of translations in the manual builds

@mont29 Ah, indeed. Somehow I thought it is all tackled by manual's make update. Anyway, seems an easy change to do.

Sergey Sharybin suggested changes for blender/blender#130920 2024-11-27 10:04:00 +01:00
Add RISCV CPU architecture support to build config

It would indeed be good to expand those headers to RISC-V!

Sergey Sharybin commented on issue blender/blender-manual#105036 2024-11-26 16:45:38 +01:00
Fix handling of translations in the manual builds

@mont29 I am not sure if there is anything actionable from the CI/CD perspective. We already have tracks for the different releases, so the changes are limited to the organization of the…

Sergey Sharybin pushed to main at Sergey/blender 2024-11-26 11:52:17 +01:00
370a11342c Anim: rename .action_slots to .action_suitable_slots
e692c916f8 Cleanup: Grease Pencil: Draw operations
00f61f0913 Fix #130904: Grease Pencil: Build modifier additive mode issues
2760def19a Fix: Vulkan: Free command pool buffers
093cb8bf43 Extensions: fix building packages containing macos universal wheels
Compare 160 commits »
Sergey Sharybin commented on pull request blender/blender#130746 2024-11-25 17:04:49 +01:00
WIP: Add 'system python' validation for most of our py scripts.

Not sure I understand here... I thought the problem was precisely that buildbots use the system python?

The problem is deeper ;) We have multiple different python version to worry about:

-…

Sergey Sharybin approved blender/blender#130241 2024-11-25 14:51:38 +01:00
Subdiv: Start replacement of "converter" abstraction

That should make it O(1)

Sergey Sharybin approved blender/blender-test-data#25 2024-11-25 14:47:13 +01:00
Cycles: Add tests for new volumetric scatter phase functions

To me the latest update seems good.

Sergey Sharybin commented on pull request blender/blender#130746 2024-11-25 14:44:35 +01:00
WIP: Add 'system python' validation for most of our py scripts.

Bring able to test things more automatically is surely great!

There are a few concerns with the current approach.

First one is the find_package(Python3 COMPONENTS Interpreter). It will…

Sergey Sharybin approved blender/blender#130893 2024-11-25 14:34:17 +01:00
BLI: Add pixel sampling functions with arbitrary UV wrapping modes

Overall looks good. The pixel offsets I'd leave to Omar to review.

Sergey Sharybin suggested changes for blender/blender#130781 2024-11-25 13:02:18 +01:00
Fix #130742 Scene render from VSE is taking twice as long

It might be the safest approach for the 4.3.1, but it is not robust.

Sergey Sharybin commented on pull request blender/blender#130781 2024-11-25 13:02:17 +01:00
Fix #130742 Scene render from VSE is taking twice as long

That doesn't feel like a proper English, and I don't really understand it. There is an extra comma which doesn't really belong there, and some weird double-negation.

Sergey Sharybin approved blender/blender#130872 2024-11-25 11:18:44 +01:00
Cycles: Disable -fassociative-math on Linux to avoid GGX issues

The change seems fine, but it technically targets the wrong branch. The typical workflow after the release:

Sergey Sharybin approved blender/blender#130149 2024-11-25 11:13:14 +01:00
Cycles: Use fused OptiX OSL programs

On the code side seems fine now!