We are using Royal Render here to run the Farm - and are running
Softimage 2010 SP1 - there seems to have been a change in how the
rendering works now - I am no longer seeing a 1K placeholder, but
instead there is a .lock file created - now when the render crashes, it
leaves the .lock file behind - which then causes RR not to re-render the
crashed frame!!
Any ideas why this is happening, and how to stop it???
We are on Win Workstations, and Linux Farm - workstations do hop on
overnight!!
many thanks
Cheers
Sandy
My question on this matter however is slightly different, no RR used. My
simple shell scripts does rendering. On this example removing locks by
script. Is there any harm done removing those .locks and why they are left
behind randomly? Any other solutions. The loop gives nice result while
distributing render.
#render script
#/bin/sh
#1
echo "Bash version ${BASH_VERSION}..."
for i in {1..10}
do
xsi -render /path/to/project/Render_Pictures/*.lock
#or rather path to destination outside project
xsi -render /path/to/project/scene.scn -pass "Default_Pass" -skip on
-RealTimeMessageLogging on
xsi -render /path/to/project/scene.scn -pass "Occlusion_Pass" -skip on
-RealTimeMessageLogging on
xsi -render /path/to/project/scene.scn -pass "Diffuse_Pass" -skip on
-RealTimeMessageLogging on
xsi -render /path/to/project/scene.scn -pass "Ambient_Pass" -skip on
-RealTimeMessageLogging on
xsi -render /path/to/project/scene.scn -pass "Highlight" -skip on
-RealTimeMessageLogging on
echo "Render cycle $i end"
done
#end script
Using XSI 7.01.
.Mikko
AFAIK there is no harm in removing those randomly created .locks.
Cheers,
F.
.Mikko
S.
S.
.Mikko