Maximilian Denninger

Results 104 comments of Maximilian Denninger

BlenderProcHelper result for run 314: Done with: Quicker Examples: [`amass_human_poses 10s`, `auto_shading 4s`, `auto_shading_python 8s`, `basic 5s`, `basic_python 12s`, `blenderkit 3s`, `bop_object_on_surface_sampling_python 2s`, `bop_object_physics_positioning_python 4s`, `bop_object_pose_sampling_0_python 4s`, `bop_object_pose_sampling_1_python 4s`, `bop_scene_replication_python...

Hey, yes, you are right the denoiser option doesn't work at the moment. I will fix it the blender API has slightly changed. > Can I change the render engine...

Hey, that is the whole idea to use the blender python API to make images more realistic ;) The nice part is you don't have to deal with all the...

Hey, If I test that and set the sample size really low: `bproc.renderer.set_max_amount_of_samples(2)` Then the image is quite noisy, I can't reproduce that there is any noise? ![0_colors](https://user-images.githubusercontent.com/6104887/182551031-3098345a-8eab-4ebd-aefd-6104e16ffc57.png) Best, Max

I assume this has been resolved.

Hey, you are absolutely right; the documentation is confusing. We should improve this. To answer your questions: > I do not understand where the implication made by the second sentence...

Hey, > Setting an attribute via obj.set_cp(some_name, value) will actually define a label called f'cp_{some_name}' and it is that cp_-prefixed version we should provide in map_by? Exactly, all custom properties...

Hey, @cornerfarmer what do you think if we change the duplicate function to include the children as well, this should be fixed, right? Best, Max