Raimund Klink Raimund58
Raimund Klink commented on pull request blender/blender#115242 2024-09-03 12:09:06 +02:00
Compositor: Enable GPU denoising for OpenImageDenoise

Always GPU Denoising is definitely not a good idea. The VRAM is way more limited than RAM. Currently, if the VRAM runs out, Blender returns a black frame and doesn't abort.

And yes, I do…

Raimund Klink commented on issue blender/blender#126526 2024-08-27 10:16:21 +02:00
Blender has impractically long startup time opening old files with many objects

Try 4.2.2 4.2.1 doesn't have the fix

Raimund Klink commented on issue blender/blender#126391 2024-08-19 10:45:55 +02:00
Blender Viewport Speed Regression

Please try this one. It hides the collections to prevent the evaluation of the modifiers. It gives me the fastest results with your test .blend

Raimund Klink commented on issue blender/blender#126391 2024-08-19 09:56:10 +02:00
Blender Viewport Speed Regression

@CarloAndreacchio Can you start this little script before you open the unopenable production files? It will disable all modifiers in the scene directly after the versioning and before the…

Raimund Klink closed issue blender/blender#104564 2024-08-11 22:02:39 +02:00
Modifiers: Blender calculates everything even in background mode
Raimund Klink commented on issue blender/blender#104564 2024-08-11 22:02:35 +02:00
Modifiers: Blender calculates everything even in background mode

Will rewrite the report for clarity.

Raimund Klink commented on issue blender/blender#125402 2024-07-26 09:31:31 +02:00
Compositor Convert Colorspace node crashing Blender 4.2 when viewing realtime compositor in rendered 3D viewport

Blender claims to be in fallback mode but OpenColorIO doesn't seem to like it. Console output when starting Blender: OpenColorIO Error: Error could not read 'D:\Blender\blender-4.2.0-windows-x64\…

Raimund Klink commented on issue blender/blender#125402 2024-07-26 09:28:07 +02:00
Compositor Convert Colorspace node crashing Blender 4.2 when viewing realtime compositor in rendered 3D viewport

The report and crash is still valid. You only have to remove the color manage files inside the 4.2\datafiles\colormanagement folder and then follow the steps in the description. Please reopen

Raimund Klink commented on issue blender/blender#125033 2024-07-21 20:48:10 +02:00
Border rendering an image into pieces generates color differences in the background

A "border render" is essentially a full frame. So blender simply composite this full frame. Whatever the resolution or position of the camera is. Also, how should blender get the missing data…

Raimund Klink commented on issue blender/blender#125033 2024-07-21 19:46:13 +02:00
Border rendering an image into pieces generates color differences in the background

I mean, I would expect the visible borders if you composite each individual tile. What else did you expect? 🤨

Raimund Klink commented on issue blender/blender#125033 2024-07-19 11:05:23 +02:00
Border rendering an image into pieces generates color differences in the background

@deadpin What is your hardware? Maybe that is causing the difference?

Raimund Klink commented on issue blender/blender#123522 2024-06-21 10:38:10 +02:00
Cycles: Compress kernel binaries

We bundle LZMA in extern/lzma. But zstd level 19 may indeed be better anyway, for snappier starting of 3D viewport renders. It does load the kernel every time.

Sounds like you think about…

Raimund Klink commented on issue blender/blender#104564 2024-06-15 13:57:52 +02:00
Modifiers: Blender calculates everything even in background mode

Oh, forgot to add stats for rendering, not only opening and closing. image

Raimund Klink commented on issue blender/blender#123019 2024-06-15 12:30:03 +02:00
Opening a blend file with --background uses huge amount of memory

On Windows the RAM with --background is still lower than without. 21085mb with -b 25931mb without -b

(695mb with the visibility turned off)

Raimund Klink commented on issue blender/blender#104564 2024-06-15 12:18:32 +02:00
Modifiers: Blender calculates everything even in background mode

So, I did now measure the time and RAM with Powershell. It is definitely not fixed:

image

The script just toggles the visibility of…

Raimund Klink commented on issue blender/blender#104564 2024-06-14 21:18:04 +02:00
Modifiers: Blender calculates everything even in background mode

Sorry, currently pretty exhausted. Could not check.

Raimund Klink commented on issue blender/blender#104564 2024-05-22 12:46:50 +02:00
Modifiers: Blender calculates everything even in background mode

Do you still need info? If not please tag the report accordingly. And I don't know why this report should be a niche, lower resource hogging is always nice.

Raimund Klink commented on issue blender/blender#121819 2024-05-15 13:29:10 +02:00
OCIO error in gpu.shader when using a custom OCIO configuration that uses ocio_profile_version: 2

Please attach the config.ocio in question for easy debugging.

Raimund Klink commented on issue blender/blender#121747 2024-05-14 16:24:09 +02:00
Undefined colorspace into config.ocio fill the console with a message warning

I can not reproduce. Are you sure that you have the latest master and a factory reset startup? Also, checking for the OCIO Path and creating a config folder to make Blender a portable installation…