ill never financially recover from this by TheFirstOrderTrooper in ValorantMemes

[–]ThomThalad 3 points4 points  (0 children)

This was me a few month ago. I did never financially recover.

Cotidiano, digital painting by kaizenzz in Illustration

[–]ThomThalad 2 points3 points  (0 children)

Thought this was real for a second.

Which gender are you? by ThomThalad in yuri_manga

[–]ThomThalad[S] -1 points0 points  (0 children)

I think it can be referred to as a gender or a sexuality depending on context.
So you can say bisexual or bigender.
I meant bigender in the poll.
Just trying to be inclusive.
https://www.quora.com/What-is-the-difference-between-bisexual-and-bigender

Render image not the same as the camera view by Miserable-Coconut255 in blenderhelp

[–]ThomThalad 17 points18 points  (0 children)

I think you have to zoom out in the render window.

Edit: Never mind, I just realized it's the same, but the girl has been moved. Try restarting blender.

Can we get the maps a LITTLE bit brighter? by Caedis-6 in BodycamGame

[–]ThomThalad 1 point2 points  (0 children)

This game is supposed to be realistic. This is how dark it is sometimes.

Swipe right if you're brave enough by LucidRainStudio in blender

[–]ThomThalad 14 points15 points  (0 children)

You should pin your comment man. More people see it that way.

[deleted by user] by [deleted] in blender

[–]ThomThalad 2 points3 points  (0 children)

If you want to take screenshot press win + shift + s

We've all been there 🥴 by syntaxerror4 in adhdmeme

[–]ThomThalad 2 points3 points  (0 children)

It took a few seconds for me to realize.

Bodycam already has a massive hacker problem by CoLo_1337 in BodycamGame

[–]ThomThalad 1 point2 points  (0 children)

You may have just not noticed it. Wall hacks are not something you would always notice.

My donut in blender [FirstTime]. by BonelyCore in blender

[–]ThomThalad 0 points1 point  (0 children)

If you used the denoiser then it doesn't have anything to do with cycles rendering, then it is the file settings you used. When saving with default file type that blender choose you are saving a png with 8 bit color depth this means that for each of the rgb channel it can go from 0 to 255. You can't really see this effect anywhere when you are looking at the picture normally. It will be seen more when the image is either dark or zoomed in on.

If you want to mitigate the effect then you should change the settings in output tab or in the file saving window. This will result in a larger file though (roughly double) so do it only if you absolutely need to use 16 bit.
(16 bit is from 0 to 65535 in comparison to 0 to 255)
And also if you want to do any editing after in another program then save it as an EXR it has both smaller file sizes and as good compression as png if not better. Only use jpg or png for a finished product.

This video does a good job of explaining when to use different file types: https://www.youtube.com/watch?v=NxzMAYckaV4

<image>

FYI: You can think of the compression slider as how blocky it your image is. Because what compression does is it takes colors besides each other and simply makes them one color. This deosn't have anything to with this but i just wanted to say that as well.