Hey
zaluski - looks interesting! Will think about it. At the end I will need to produce Beauty + passes render / few lights variants / few custom passes... so if I need to do 3 sets of animation say
0-20 x 3 types
21-31 x 3 types
32-40 x 3 types
You are looking at 9 systems to manage already.... instead of 3
Then there is a lot of setting up and area for user errors...
I tried Pre-Render script with backburner but it did not work :- (
arrTime = #(12,13,14,15,16)
xx = False
for FR in arrTime do
if sliderTime == FR then(
xx = True
)
if xx == true then (
$HIDEMESHME.primaryVisibility = off
)
else
(
$HIDEMESHME.primaryVisibility = on
)
Maybe some1 can have a look and let me know how I can edit it to work with backburner / vray ?
Thanks for all the help !