On 10/06/2015 at 06:26, xxxxxxxx wrote:
Hi,
Here's my problem - I have a python generator with a script that creates / animates geometry every frame. Using the standard renderer this works perfectly - but then I decided I wanted really nice depth of field effects, so I switched to the physical renderer. The problem here is that it seems to want to execute and initialise the script each frame - rather than just running through the 'main' loop each frame. So it's initialising every frame, making my code not run properly.
Any ideas for a fix welcome, thanks,
Glenn.