A PDF showing six noise thresholds
A PDF showing what different noise thresholds look like from Cycles.
With infinite samples and no time limit, this is how your image will look, given each different noise threshold. Set your noise threshold value to the amount of noise you want in your final image.
The document shows the thresholds:
- 0.1
- 0.05
- 0.025
- 0.01
- 0.005
...
2024-03-10 21:33:38 +0000 UTC
View Post
The python script
A Python script that converts your Blender render log to a .csv file, using the warp | symbol as a delimiter between columns. You can open the .csv file in Google Sheets or MS Excel to sort by things like memory use or loading times.
Running the script will open a window prompting you for a .txt file. It will then prompt you to save a .csv file.
This is my first ever Python script, so expect bu...
2024-03-10 21:19:53 +0000 UTC
View Post