RE: render problem throught scripting

Date : Thu, 19 Jul 2007 10:46:37 +0200
To : <XSI(at)Softimage.COM>
From : "Schoenberger" <XSI(at)digidragon.de>
Subject : RE: render problem throught scripting
So you want to call XSIBatch to run that file?
What is your commandline?
(I only use scripts to render images, cause the default xsibatch parameters are too limited.)

Holger Schönberger 
technical director
The day has 24 hours, if that does not suffice, I will take the night 

 

  |> -----Original Message-----
  |> From: owner-xsi(at)Softimage.COM 
  |> [mailto:owner-xsi(at)Softimage.COM] On Behalf Of XSI(at)boxhero.com
  |> Sent: Thursday, July 19, 2007 12:25 AM
  |> To: XSI(at)Softimage.COM
  |> Subject: render problem throught scripting
  |> 
  |> Hi  everyone.
  |> 
  |> have anyone tries to call a script file for render an images?
  |> 
  |> when i put in the script into the script editor they runs 
  |> fine, but when i put them in a script
  |> files and call them it got stuck.... 
  |> 
  |> 
  |> 
  |> please can any one just tries the script below and might 
  |> have a same problem i have.
  |> 
  |> 
  |> 
  |> 
  |> //=================================
  |> 
  |> ` this is a VB Script
  |> 
  |> NewScene , false
  |> SetValue "PlayControl.Out", 6
  |> 
  |> ' Add a cone with some animation
  |> Set oCone = CreatePrim( "Cone", "MeshSurface" )
  |> SaveKey oCone & ".kine.local.posx," _
  |>    & oCone & ".kine.local.posy," _
  |>    & oCone & ".kine.local.posz", _
  |>    1
  |> SetValue "PlayControl.Key", 6
  |> SetValue "PlayControl.Current", 6
  |> Translate oCone, _
  |>    6.94824213992454, _
  |>    2.46082959410157, _
  |>    -0.246082959410157, _
  |>    siRelative, _
  |>    siView, _
  |>    siObj, _
  |>    siXYZ
  |> SaveKey oCone & ".kine.local.posx," _
  |>    & oCone & ".kine.local.posy," _
  |>    & oCone & ".kine.local.posz", _
  |>    6
  |> 
  |> ' Render frames 2, 4 and 7 to 9 from the default pass 
  |> RenderPassesFrameSet , "2,4,7-9"
  |> 
  |> //=================================
  |> 
  |> 
  |> 
  |> Thanks
  |> JinLin
  |> 
  |> 
  |> 
  |> 


---
Unsubscribe? Mail Majordomo(at)Softimage.COM with the following text in body:
unsubscribe xsi


Search the XSI List archives here or use the advanced search form to search across mailing lists. Searching help is available.
This site supposedly brought to you by Benjamin Grosser and the Imaging Technology Group.