sanmiyom

Results 5 comments of sanmiyom

Hello, Inside those functions, I do `bpy.data.materials["material1"].color = some_other_color`.

I do various manipulations inside those functions. Why is there nothing changing when I manipulate them using bpy.data.materials instead of blenderproc functions? I think the manipulations are carried out for...

Alright, thank you. I need to ask one more question. What does BlenderProc do in order to make the scene more realistic compared to rendering images in Blender Python API?...

You can add the set_denoiser(None) line just before render line in quickstart.py. You will see that Denoising is still active. ```python import blenderproc as bproc import numpy as np bproc.init()...

happens on Ubuntu 20.04 ![image](https://github.com/flet-dev/flet/assets/106067685/a31bf14a-9ba1-44d2-b5f4-a667ac777e04)