I am trying to
render the FX
tree over XSIbatch or Smedge. I’m running into some issues with it.
I think I found a
partial
solution, although I'm still sort of stuck...
If I use the
-script flag I
can call a script so I set up a .vbs script that looks like this...
RenderFxOp
"FxTree.Windows", False
Maybe I'm missing
something
in the script but the error is this..
'ERROR :
2028-RenderFxOp - Invalid argument specified.
RenderFxOp
Command
failed,
returned -2147024809
'ERROR :
Invalid
procedure call or argument: 'RenderFxOp' - [line 1]
ERROR -
Cannot parse
script.
FATAL -
Script
Aborted.
-RenderFxOp "Building",
False <- this is what documentation said to do.
Nathan Turner