Sergey Sharybin Sergey
  • Joined on 2009-11-28
Sergey Sharybin commented on pull request infrastructure/gitea-custom#9 2024-11-29 16:57:07 +01:00
UI: Upgrade nav-global to web-assets v2 component

Someone from the people who are able to deploy need to be tagged (either as CC or reviweer).

The target branch I am not sure about. From what I can see the repository follows our typical…

Sergey Sharybin commented on pull request blender/blender#130781 2024-11-29 16:51:33 +01:00
Fix #130742 Scene render from VSE is taking twice as long

When a PR changes the way things renders, and require an update of regression tests it always worth mentioning it in the description and commit message. Especially when something is as straightforw…

Sergey Sharybin commented on pull request blender/blender#131141 2024-11-29 12:39:56 +01:00
Fix #131097: Color space settings of >8bpp movie images do not work

That would incur a performance cost for the sequencer though

Good point.

Add a comment around the IMB_anim_absolute that it does not guarantee float buffer is linear? And then also…

Sergey Sharybin pushed to main at Sergey/blender 2024-11-29 12:21:08 +01:00
4441987e05 Fix #131131: Overlay Next: Clip view crashes Blender
6332be9700 GPU: C++ GLSL Stubs: Use unions instead of inheritance for swizzle
f5d9f65925 Fix: Overlay: Assert during bone selection in pose mode
95233986cb GPU: C++ GLSL Stubs: Add atomic sampler
71ec30fce9 Fix #131135: Vulkan: Crash closing window
Compare 140 commits »
Sergey Sharybin commented on issue blender/blender#129384 2024-11-29 12:20:12 +01:00
Memory (RAM) leak since 4.0.0 in bpy when rendering several frames with Cycles

@Alaska I wouldn't mind some help here (the NVidia machine I have access to is a shared one, and currently used for some other bug investigation by the team).

  • Does the issue still happen with…
Sergey Sharybin commented on pull request blender/blender#131046 2024-11-29 11:53:04 +01:00
Cycles: Fix library search path for HIPRT

@blender-bot package

Sergey Sharybin commented on pull request blender/blender#131046 2024-11-29 11:52:51 +01:00
Cycles: Fix library search path for HIPRT

On the code side it seems fine, and doesn't seem to conflict of what we'd need to do for #130153? I guess we can make a test package?

P.S. The Gitea has a bit of confusing state now, showing…

Sergey Sharybin commented on pull request blender/blender#130153 2024-11-29 11:48:57 +01:00
Handling SDK/ROCm 6+ lack of backward compatibility with pre ROCm 6

@salipour I was testing the PR. The HIP works as expected, but trying to render with HIP-RT crashes. Is this expected behavior until we re-compile the hiprt library on Linux?

@ZedDB Can you…

Sergey Sharybin commented on pull request blender/blender#130153 2024-11-29 11:45:57 +01:00
Handling SDK/ROCm 6+ lack of backward compatibility with pre ROCm 6

Yeah, just do find_package(HIP 5.5.0) to the hipew. I think this is what you've done in the recent update. Now we can remove this set(HIP_VERSION_MAJOR ${HIP_VERSION_MAJOR} CACHE INTERNAL "").

Sergey Sharybin commented on issue blender/blender#131106 2024-11-29 11:36:03 +01:00
VSE tone map modifier produces inconsistent result

The general rule is: byte buffers have un-premultiplied alpha, float buffers have pre-multiplied alpha.

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

@iss There needs to be much fuller explanation in this PR's description.

Sergey Sharybin commented on pull request blender/blender#130770 2024-11-29 11:29:02 +01:00
Fix #130767: validate index for rna_Cache_active_point_cache_index_set

@deadpin Please check with Campbell/Bastien, they are quite active in the in the Python API module.

Sergey Sharybin commented on pull request blender/blender#131141 2024-11-29 11:17:14 +01:00
Fix #131097: Color space settings of >8bpp movie images do not work

The logic seems fine. There are a couple of thoughts tho:

Sergey Sharybin commented on issue blender/blender#130106 2024-11-29 11:08:15 +01:00
Vulkan: Significant Cycles performance regression

So definitely something else than just a lack of interop is involved here.

Sergey Sharybin commented on pull request infrastructure/blender-devops#14 2024-11-29 11:03:10 +01:00
Add --pre flag to pipenv installs for doc-api

It would make it much easier to review the changes if they are explained a bit better: the fact that --pre is added can be seen from the code. What can't be seen in the why is it needed, what…

Sergey Sharybin commented on issue blender/blender#130106 2024-11-28 13:03:54 +01:00
Vulkan: Significant Cycles performance regression

@Jeroen-Bakker The original TODO had much clearer scope. Here it is unclear the root cause of slowdown:

  • It is unclear whether rendering happens on CPU or GPU.
  • Having 200x slowdown on display…