I just started learning blender and python.
Is it possible to write a script that does this?
- imports a 3d model from a folder
- creates 100 cameras with random positions (the 3d model should fit the picture)
- creates random exposure
- renders images from all 100 cameras and saves them
- does it with all 3d models in the folder
noise.random()orrandom.random()makes it very easy to get random numbers. – Ray Mairlot Aug 02 '20 at 15:33