Page tree

Versions Compared

Key

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

...

Environment variables must start with the $ sign and only use capitals, numbers and "_" characters:

  • $RMANTREE/bin/txmake: returns the path to the txmake utility.
  • Curly braces can also be used for composition: 
    • ${SHOW}_assets/<shape.assetName>/<shape.assetVersion>/tex/<shape>_diff.<udim>.tex

Retrieving attribute values

RfM does not support TCL expression anymore but allows for attribute evaluation:

  • <shape.time> returns the value of the 'time' attribute on the shape node ('shape' as opposed to the 'transform' node).

...