Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

An example MEL command that could be used to alter the relative shutter offset for the underlying primitive:

Code Block
float $offset = -`delightRenderState -q -f`;
RiAttribute -n "shutter" -p "offset" "float" 1.5;

 

...

$offset;