Re: Rendering Animation
Ok guys... We tested in depth the problem. The results are:
- Python correctly closes the vrscene files, BUT if I try to delete the scene file windows alerts me that someone is using these files and blocks my deletion. When I close blender the file is released and it can be deleted. So when vray try to open this file (when blender is on and the render script is running) it gets the same error.
- If I open the same scene files with c/c++ program written by me and at the same time I start vray from shell, vray returns the same error.
- If I open the same scene files with c/c++ program written by me while the python render script is running, I get NO errors from my program.
- If the render script closes itself before vray trying to read the scene files, the renders start without problem, obviously all vray renders work on the last frame exported by the script (in this case I delete the process waiting).
I've checked that python closed correctly the files trying to write something in the files after closing them, and of course python tells me that it is not able to write on closed files.
I can't understand if it's a problem of python or windows.
Ok guys... We tested in depth the problem. The results are:
- Python correctly closes the vrscene files, BUT if I try to delete the scene file windows alerts me that someone is using these files and blocks my deletion. When I close blender the file is released and it can be deleted. So when vray try to open this file (when blender is on and the render script is running) it gets the same error.
- If I open the same scene files with c/c++ program written by me and at the same time I start vray from shell, vray returns the same error.
- If I open the same scene files with c/c++ program written by me while the python render script is running, I get NO errors from my program.
- If the render script closes itself before vray trying to read the scene files, the renders start without problem, obviously all vray renders work on the last frame exported by the script (in this case I delete the process waiting).
I've checked that python closed correctly the files trying to write something in the files after closing them, and of course python tells me that it is not able to write on closed files.
I can't understand if it's a problem of python or windows.
Comment