XSIforum.com

¿Un buen gestor de render?

0 Usuarios y 1 Visitante están viendo este tema.

alanf

  • *****
  • 6029
  • Pipeline Developer @ Felix & Paul Studios
Re: ¿Un buen gestor de render?
« Respuesta #10 en: 20 Marzo 2010, 07:54:17 »
Asi es como se renderizo mi primera reel de estudiante. XD A mano con unas 10 maquinas y lanzando muchos bats.

eduardito

  • *****
  • 3064
  • hola holita
Re: ¿Un buen gestor de render?
« Respuesta #11 en: 20 Marzo 2010, 09:04:22 »
Quieres algo realmente simple? Create un .bat...  :P

Código: [Seleccionar]
C:\Softimage\Softimage_2010_SP1_x64\Application\bin\xsibatch.bat -render "c:\myproject\Scenes\escena.scn" -skip on
(skip ON = Skip Rendered Frames)

Código: [Seleccionar]
C:\Softimage\Softimage_2010_SP1_x64\Application\bin\xsibatch.bat -render "c:\myproject\Scenes\escena.scn" -frames 1-30 -pass Shadow -skip on

Código: [Seleccionar]
C:\Softimage\Softimage_2010_SP1_x64\Application\bin\xsibatch.bat -render "c:\myproject\Scenes\escena.scn" -frames 1-30 -skip on

Código: [Seleccionar]
C:\Softimage\Softimage_2010_SP1_x64\Application\bin\xsibatch.bat -render "c:\myproject\Scenes\escena.scn" -mb on -skip on
(mb ON = motionblur)


para mi esta opcion es la mejor de todas, tu lo controlas todo, por muy rudimentaria que parezca es la mejor.