Sorry, did you mean the random expression in nuke or an actual python expression?
On Mon, Apr 4, 2011 at 12:17 PM, [email protected] <[email protected]> wrote: > Something like: > > > > .7+random(frame)*.3 > > or: > > min=.7 > max=1 > > min+random(frame)*(max-min) > > On Mon, Apr 4, 2011 at 12:05 PM, Jason Nguyen <[email protected]> wrote: >> Hi, >> what's the best way to constrain the random expression to like between .7 to >> 1 so that it won't go over those numbers? >> thanks >> J >> _______________________________________________ >> Nuke-python mailing list >> [email protected] >> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python >> >> > _______________________________________________ Nuke-python mailing list [email protected] http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
