Announcement

Collapse
No announcement yet.

Batch script for OSX

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Batch script for OSX

    Hello,

    I have some problem creating a batch script on OSX to render several files.

    I used:

    #!/Bin/bash
    Render –r vray scene1.mb
    Render –r vray scene2.mb
    Render –r vray scene3.mb

    saved as myrender.sh
    chmod 755 on the file

    -> but it doesn't work !!

    any help ?????
    www.mirage-cg.com

  • #2
    nobody ???
    www.mirage-cg.com

    Comment


    • #3
      still struggling with this messy software...

      what does that mean ?

      Error: file -f -o "scene.mb
      Error: Unterminated string.
      Error: string $sceneName = "scene.mb
      Error: Unterminated string.
      Error: if ($checkScene=="") {
      Error: "$checkScene" is an undeclared variable.

      regards,

      olivier
      www.mirage-cg.com

      Comment


      • #4
        It's so stupid. You just have to copy every line at once and drop them into the terminal window, or drop each one after the other.....

        Thanks for the help
        www.mirage-cg.com

        Comment

        Working...
        X