Re: Softimage equivalent of mayabatch ?

2015-12-18 Thread Martin Yara
Me again,

I can't get the -w and the -script flag to work at the same time with
xsibatch.exe.

I'm not sure what I'm doing wrong. If I don't add the script it works

call "...\setevnv.bat"
"...xsibatch.exe" -processing -w D:\Workgroup

but as soon as I put  -script it, the -w flag isn't recognized

call "...\setevnv.bat"
"...xsibatch.exe" -processing -w D:\Workgroup -script "D:\script.js"
---
Unknown flag (ignored) : -w

Meanwhile my workaround was to create a temporal XSI User Home
(C:\TEMP\XSI) and copy my plugin there so I won't need to load the
workgroup.

Is this a xsibatch.exe limitation or am I doing something wrong ?


Martin


On Thu, Dec 17, 2015 at 6:51 PM, Simon Reeves <si...@simonreeves.com> wrote:

> ooh I see, nice plan
>
> On Thu, 17 Dec 2015 at 09:21 Martin Yara <furik...@gmail.com> wrote:
>
>> Thanks!
>>
>> I knew the workgroup option and the help argument, but it didn't work in
>> this case. The -w loads the specified workgroup but still load all the
>> other plugins, addons and workgroups that are already linked in this
>> specific Softimage installation.
>>
>> The XSI_USERHOME did the trick !
>>
>> Martin
>>
>> On Thu, Dec 17, 2015 at 6:15 AM, Schoenberger <x...@digidragon.de> wrote:
>>
>>>
>>> Or change the user pref folder before you start XSIBATCH
>>>
>>> Set "XSI_USERHOME=C:\temp"
>>>
>>>
>>> Holger Schönberger
>>> technical director
>>> The day has 24 hours, if that does not suffice, I will take the night
>>>
>>>
>>> ------
>>> *From:* softimage-boun...@listproc.autodesk.com [mailto:
>>> softimage-boun...@listproc.autodesk.com] *On Behalf Of *Simon Reeves
>>> *Sent:* Monday, December 14, 2015 5:43 PM
>>> *To:* softimage@listproc.autodesk.com
>>> *Subject:* Re: Softimage equivalent of mayabatch ?
>>>
>>> you can set workgroups with -w
>>>
>>> if you run *xsibatch -h *you get a list of commands
>>>
>>> On Mon, 14 Dec 2015 at 14:33 Martin Yara <furik...@gmail.com> wrote:
>>>
>>>> Hi, another question about xsibatch.
>>>>
>>>> Is it possible to run it vanilla without loading workgroups or plugins?
>>>>
>>>> Martin
>>>>
>>>> On Mon, Sep 14, 2015 at 11:21 PM, Stephen Blair <
>>>> stephenrbl...@gmail.com> wrote:
>>>>
>>>>> And -processing to avoid checking out a license.
>>>>>
>>>>> On Mon, Sep 14, 2015 at 9:31 AM, Oscar Juarez <
>>>>> tridi.animei...@gmail.com> wrote:
>>>>>
>>>>>> xsibatch has a flag "-script" to run a script you pass to the command
>>>>>> line.
>>>>>>
>>>>>> On Mon, Sep 14, 2015 at 3:26 PM, Martin Yara <furik...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>>> I've only used xsibatch for rendering, can it also run scripts and
>>>>>>> commands without opening the GUI like mayabatch? I guess I'll have to
>>>>>>> investigate and play a little with it.
>>>>>>>
>>>>>>> Thanks
>>>>>>>
>>>>>>> Martin
>>>>>>>
>>>>>>> On Mon, Sep 14, 2015 at 10:08 PM, Mike Donovan <
>>>>>>> m...@smoke-mirrors.com> wrote:
>>>>>>>
>>>>>>>> xsi*batch ?*
>>>>>>>> --
>>>>>>>> *From:* softimage-boun...@listproc.autodesk.com [
>>>>>>>> softimage-boun...@listproc.autodesk.com] on behalf of Martin Yara [
>>>>>>>> furik...@gmail.com]
>>>>>>>> *Sent:* Monday, September 14, 2015 9:01 AM
>>>>>>>> *To:* softimage@listproc.autodesk.com
>>>>>>>> *Subject:* Softimage equivalent of mayabatch ?
>>>>>>>>
>>>>>>>> Is there anything similar to mayabatch?
>>>>>>>>
>>>>>>>> I had to convert a lot of data from SI to Maya so I wrote something
>>>>>>>> to export from Softimage to Maya and applying some commands to clean 
>>>>>>>> up the
>>>>>>>> data and automatize the conversion. I'm using mayabatch.exe so it won't
>>>>>>>> open Maya's GUI speeding up a lot the 

Re: Softimage equivalent of mayabatch ?

2015-12-17 Thread Martin Yara
Thanks!

I knew the workgroup option and the help argument, but it didn't work in
this case. The -w loads the specified workgroup but still load all the
other plugins, addons and workgroups that are already linked in this
specific Softimage installation.

The XSI_USERHOME did the trick !

Martin

On Thu, Dec 17, 2015 at 6:15 AM, Schoenberger <x...@digidragon.de> wrote:

>
> Or change the user pref folder before you start XSIBATCH
>
> Set "XSI_USERHOME=C:\temp"
>
>
> Holger Schönberger
> technical director
> The day has 24 hours, if that does not suffice, I will take the night
>
>
> --
> *From:* softimage-boun...@listproc.autodesk.com [mailto:
> softimage-boun...@listproc.autodesk.com] *On Behalf Of *Simon Reeves
> *Sent:* Monday, December 14, 2015 5:43 PM
> *To:* softimage@listproc.autodesk.com
> *Subject:* Re: Softimage equivalent of mayabatch ?
>
> you can set workgroups with -w
>
> if you run *xsibatch -h *you get a list of commands
>
> On Mon, 14 Dec 2015 at 14:33 Martin Yara <furik...@gmail.com> wrote:
>
>> Hi, another question about xsibatch.
>>
>> Is it possible to run it vanilla without loading workgroups or plugins?
>>
>> Martin
>>
>> On Mon, Sep 14, 2015 at 11:21 PM, Stephen Blair <stephenrbl...@gmail.com>
>> wrote:
>>
>>> And -processing to avoid checking out a license.
>>>
>>> On Mon, Sep 14, 2015 at 9:31 AM, Oscar Juarez <tridi.animei...@gmail.com
>>> > wrote:
>>>
>>>> xsibatch has a flag "-script" to run a script you pass to the command
>>>> line.
>>>>
>>>> On Mon, Sep 14, 2015 at 3:26 PM, Martin Yara <furik...@gmail.com>
>>>> wrote:
>>>>
>>>>> I've only used xsibatch for rendering, can it also run scripts and
>>>>> commands without opening the GUI like mayabatch? I guess I'll have to
>>>>> investigate and play a little with it.
>>>>>
>>>>> Thanks
>>>>>
>>>>> Martin
>>>>>
>>>>> On Mon, Sep 14, 2015 at 10:08 PM, Mike Donovan <m...@smoke-mirrors.com
>>>>> > wrote:
>>>>>
>>>>>> xsi*batch ?*
>>>>>> --
>>>>>> *From:* softimage-boun...@listproc.autodesk.com [
>>>>>> softimage-boun...@listproc.autodesk.com] on behalf of Martin Yara [
>>>>>> furik...@gmail.com]
>>>>>> *Sent:* Monday, September 14, 2015 9:01 AM
>>>>>> *To:* softimage@listproc.autodesk.com
>>>>>> *Subject:* Softimage equivalent of mayabatch ?
>>>>>>
>>>>>> Is there anything similar to mayabatch?
>>>>>>
>>>>>> I had to convert a lot of data from SI to Maya so I wrote something
>>>>>> to export from Softimage to Maya and applying some commands to clean up 
>>>>>> the
>>>>>> data and automatize the conversion. I'm using mayabatch.exe so it won't
>>>>>> open Maya's GUI speeding up a lot the conversion work.
>>>>>>
>>>>>> Besides some problems like the log flag don't working if I use
>>>>>> XSIUtils.LaunchProcess (I have to use WScript.Shell if I want a log 
>>>>>> file),
>>>>>> It's working pretty good, now I'm converting characters data to Maya
>>>>>> project folders with clean ma files without having to open Maya at all. 
>>>>>> It
>>>>>> would be nice to be able to do it from Maya to Softimage.
>>>>>>
>>>>>> Thanks,
>>>>>>
>>>>>> Martin
>>>>>>
>>>>>>
>>>>>> GOGREEN Climate Protection with DHL: please consider your
>>>>>> environmental responsibility before printing this email.
>>>>>>
>>>>>> This email is intended exclusively for the individual or entity to
>>>>>> which it is addressed. This communication may contain information that is
>>>>>> proprietary, privileged or confidential. If you are not the named
>>>>>> addressee, you are not authorized to read, print, retain, copy or
>>>>>> disseminate this message or any part of it. If you have received this
>>>>>> message in error, please notify the sender immediately by email and 
>>>>>> delete
>>>>>> all copies of the message.
>>>>>>
>>>>>
>>>>>
>>>>
>>>
>> --
> Simon Reeves
> London, UK
> *si...@simonreeves.com <si...@simonreeves.com>*
> *www.simonreeves.com <http://www.simonreeves.com/>*
> *www.analogstudio.co.uk <http://www.analogstudio.co.uk/>*
>
>


Re: Softimage equivalent of mayabatch ?

2015-12-17 Thread Simon Reeves
ooh I see, nice plan

On Thu, 17 Dec 2015 at 09:21 Martin Yara <furik...@gmail.com> wrote:

> Thanks!
>
> I knew the workgroup option and the help argument, but it didn't work in
> this case. The -w loads the specified workgroup but still load all the
> other plugins, addons and workgroups that are already linked in this
> specific Softimage installation.
>
> The XSI_USERHOME did the trick !
>
> Martin
>
> On Thu, Dec 17, 2015 at 6:15 AM, Schoenberger <x...@digidragon.de> wrote:
>
>>
>> Or change the user pref folder before you start XSIBATCH
>>
>> Set "XSI_USERHOME=C:\temp"
>>
>>
>> Holger Schönberger
>> technical director
>> The day has 24 hours, if that does not suffice, I will take the night
>>
>>
>> --
>> *From:* softimage-boun...@listproc.autodesk.com [mailto:
>> softimage-boun...@listproc.autodesk.com] *On Behalf Of *Simon Reeves
>> *Sent:* Monday, December 14, 2015 5:43 PM
>> *To:* softimage@listproc.autodesk.com
>> *Subject:* Re: Softimage equivalent of mayabatch ?
>>
>> you can set workgroups with -w
>>
>> if you run *xsibatch -h *you get a list of commands
>>
>> On Mon, 14 Dec 2015 at 14:33 Martin Yara <furik...@gmail.com> wrote:
>>
>>> Hi, another question about xsibatch.
>>>
>>> Is it possible to run it vanilla without loading workgroups or plugins?
>>>
>>> Martin
>>>
>>> On Mon, Sep 14, 2015 at 11:21 PM, Stephen Blair <stephenrbl...@gmail.com
>>> > wrote:
>>>
>>>> And -processing to avoid checking out a license.
>>>>
>>>> On Mon, Sep 14, 2015 at 9:31 AM, Oscar Juarez <
>>>> tridi.animei...@gmail.com> wrote:
>>>>
>>>>> xsibatch has a flag "-script" to run a script you pass to the command
>>>>> line.
>>>>>
>>>>> On Mon, Sep 14, 2015 at 3:26 PM, Martin Yara <furik...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> I've only used xsibatch for rendering, can it also run scripts and
>>>>>> commands without opening the GUI like mayabatch? I guess I'll have to
>>>>>> investigate and play a little with it.
>>>>>>
>>>>>> Thanks
>>>>>>
>>>>>> Martin
>>>>>>
>>>>>> On Mon, Sep 14, 2015 at 10:08 PM, Mike Donovan <
>>>>>> m...@smoke-mirrors.com> wrote:
>>>>>>
>>>>>>> xsi*batch ?*
>>>>>>> --
>>>>>>> *From:* softimage-boun...@listproc.autodesk.com [
>>>>>>> softimage-boun...@listproc.autodesk.com] on behalf of Martin Yara [
>>>>>>> furik...@gmail.com]
>>>>>>> *Sent:* Monday, September 14, 2015 9:01 AM
>>>>>>> *To:* softimage@listproc.autodesk.com
>>>>>>> *Subject:* Softimage equivalent of mayabatch ?
>>>>>>>
>>>>>>> Is there anything similar to mayabatch?
>>>>>>>
>>>>>>> I had to convert a lot of data from SI to Maya so I wrote something
>>>>>>> to export from Softimage to Maya and applying some commands to clean up 
>>>>>>> the
>>>>>>> data and automatize the conversion. I'm using mayabatch.exe so it won't
>>>>>>> open Maya's GUI speeding up a lot the conversion work.
>>>>>>>
>>>>>>> Besides some problems like the log flag don't working if I use
>>>>>>> XSIUtils.LaunchProcess (I have to use WScript.Shell if I want a log 
>>>>>>> file),
>>>>>>> It's working pretty good, now I'm converting characters data to Maya
>>>>>>> project folders with clean ma files without having to open Maya at all. 
>>>>>>> It
>>>>>>> would be nice to be able to do it from Maya to Softimage.
>>>>>>>
>>>>>>> Thanks,
>>>>>>>
>>>>>>> Martin
>>>>>>>
>>>>>>>
>>>>>>> GOGREEN Climate Protection with DHL: please consider your
>>>>>>> environmental responsibility before printing this email.
>>>>>>>
>>>>>>> This email is intended exclusively for the individual or entity to
>>>>>>> which it is addressed. This communication may contain information that 
>>>>>>> is
>>>>>>> proprietary, privileged or confidential. If you are not the named
>>>>>>> addressee, you are not authorized to read, print, retain, copy or
>>>>>>> disseminate this message or any part of it. If you have received this
>>>>>>> message in error, please notify the sender immediately by email and 
>>>>>>> delete
>>>>>>> all copies of the message.
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>
>>> --
>> Simon Reeves
>> London, UK
>> *si...@simonreeves.com <si...@simonreeves.com>*
>> *www.simonreeves.com <http://www.simonreeves.com/>*
>> *www.analogstudio.co.uk <http://www.analogstudio.co.uk/>*
>>
>>
> --
Simon Reeves
London, UK
*si...@simonreeves.com <si...@simonreeves.com>*
*www.simonreeves.com <http://www.simonreeves.com/>*
*www.analogstudio.co.uk <http://www.analogstudio.co.uk/>*


RE: Softimage equivalent of mayabatch ?

2015-12-16 Thread Schoenberger
 
Or change the user pref folder before you start XSIBATCH
 
Set "XSI_USERHOME=C:\temp"

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

 


  _  

From: softimage-boun...@listproc.autodesk.com 
[mailto:softimage-boun...@listproc.autodesk.com] On Behalf Of Simon Reeves
Sent: Monday, December 14, 2015 5:43 PM
To: softimage@listproc.autodesk.com
Subject: Re: Softimage equivalent of mayabatch ?


you can set workgroups with -w  


if you run xsibatch -h you get a list of commands


On Mon, 14 Dec 2015 at 14:33 Martin Yara <furik...@gmail.com> wrote:


Hi, another question about xsibatch. 

Is it possible to run it vanilla without loading workgroups or plugins?

Martin

On Mon, Sep 14, 2015 at 11:21 PM, Stephen Blair <stephenrbl...@gmail.com> wrote:


And -processing to avoid checking out a license.

On Mon, Sep 14, 2015 at 9:31 AM, Oscar Juarez <tridi.animei...@gmail.com> wrote:


xsibatch has a flag "-script" to run a script you pass to the command line.

On Mon, Sep 14, 2015 at 3:26 PM, Martin Yara <furik...@gmail.com> wrote:


I've only used xsibatch for rendering, can it also run scripts and commands 
without opening the GUI like mayabatch? I guess I'll
have to investigate and play a little with it. 

Thanks


Martin

On Mon, Sep 14, 2015 at 10:08 PM, Mike Donovan <m...@smoke-mirrors.com> wrote:


xsibatch ?

  _  

From: softimage-boun...@listproc.autodesk.com 
[softimage-boun...@listproc.autodesk.com] on behalf of Martin Yara
[furik...@gmail.com]
Sent: Monday, September 14, 2015 9:01 AM
To: softimage@listproc.autodesk.com
Subject: Softimage equivalent of mayabatch ?


Is there anything similar to mayabatch? 

I had to convert a lot of data from SI to Maya so I wrote something to export 
from Softimage to Maya and applying some commands to
clean up the data and automatize the conversion. I'm using mayabatch.exe so it 
won't open Maya's GUI speeding up a lot the
conversion work.

Besides some problems like the log flag don't working if I use 
XSIUtils.LaunchProcess (I have to use WScript.Shell if I want a log
file), It's working pretty good, now I'm converting characters data to Maya 
project folders with clean ma files without having to
open Maya at all. It would be nice to be able to do it from Maya to Softimage.

Thanks,

Martin


GOGREEN Climate Protection with DHL: please consider your environmental 
responsibility before printing this email. 

This email is intended exclusively for the individual or entity to which it is 
addressed. This communication may contain information
that is proprietary, privileged or confidential. If you are not the named 
addressee, you are not authorized to read, print, retain,
copy or disseminate this message or any part of it. If you have received this 
message in error, please notify the sender immediately
by email and delete all copies of the message.





-- 

Simon Reeves
London, UK

si...@simonreeves.com
www.simonreeves.com <http://www.simonreeves.com/> 
www.analogstudio.co.uk <http://www.analogstudio.co.uk/> 



Re: Softimage equivalent of mayabatch ?

2015-12-14 Thread Martin Yara
Hi, another question about xsibatch.

Is it possible to run it vanilla without loading workgroups or plugins?

Martin

On Mon, Sep 14, 2015 at 11:21 PM, Stephen Blair <stephenrbl...@gmail.com>
wrote:

> And -processing to avoid checking out a license.
>
> On Mon, Sep 14, 2015 at 9:31 AM, Oscar Juarez <tridi.animei...@gmail.com>
> wrote:
>
>> xsibatch has a flag "-script" to run a script you pass to the command
>> line.
>>
>> On Mon, Sep 14, 2015 at 3:26 PM, Martin Yara <furik...@gmail.com> wrote:
>>
>>> I've only used xsibatch for rendering, can it also run scripts and
>>> commands without opening the GUI like mayabatch? I guess I'll have to
>>> investigate and play a little with it.
>>>
>>> Thanks
>>>
>>> Martin
>>>
>>> On Mon, Sep 14, 2015 at 10:08 PM, Mike Donovan <m...@smoke-mirrors.com>
>>> wrote:
>>>
>>>> xsi*batch ?*
>>>> --
>>>> *From:* softimage-boun...@listproc.autodesk.com [
>>>> softimage-boun...@listproc.autodesk.com] on behalf of Martin Yara [
>>>> furik...@gmail.com]
>>>> *Sent:* Monday, September 14, 2015 9:01 AM
>>>> *To:* softimage@listproc.autodesk.com
>>>> *Subject:* Softimage equivalent of mayabatch ?
>>>>
>>>> Is there anything similar to mayabatch?
>>>>
>>>> I had to convert a lot of data from SI to Maya so I wrote something to
>>>> export from Softimage to Maya and applying some commands to clean up the
>>>> data and automatize the conversion. I'm using mayabatch.exe so it won't
>>>> open Maya's GUI speeding up a lot the conversion work.
>>>>
>>>> Besides some problems like the log flag don't working if I use
>>>> XSIUtils.LaunchProcess (I have to use WScript.Shell if I want a log file),
>>>> It's working pretty good, now I'm converting characters data to Maya
>>>> project folders with clean ma files without having to open Maya at all. It
>>>> would be nice to be able to do it from Maya to Softimage.
>>>>
>>>> Thanks,
>>>>
>>>> Martin
>>>>
>>>>
>>>> GOGREEN Climate Protection with DHL: please consider your environmental
>>>> responsibility before printing this email.
>>>>
>>>> This email is intended exclusively for the individual or entity to
>>>> which it is addressed. This communication may contain information that is
>>>> proprietary, privileged or confidential. If you are not the named
>>>> addressee, you are not authorized to read, print, retain, copy or
>>>> disseminate this message or any part of it. If you have received this
>>>> message in error, please notify the sender immediately by email and delete
>>>> all copies of the message.
>>>>
>>>
>>>
>>
>


Re: Softimage equivalent of mayabatch ?

2015-12-14 Thread Simon Reeves
you can set workgroups with -w

if you run *xsibatch -h *you get a list of commands

On Mon, 14 Dec 2015 at 14:33 Martin Yara <furik...@gmail.com> wrote:

> Hi, another question about xsibatch.
>
> Is it possible to run it vanilla without loading workgroups or plugins?
>
> Martin
>
> On Mon, Sep 14, 2015 at 11:21 PM, Stephen Blair <stephenrbl...@gmail.com>
> wrote:
>
>> And -processing to avoid checking out a license.
>>
>> On Mon, Sep 14, 2015 at 9:31 AM, Oscar Juarez <tridi.animei...@gmail.com>
>> wrote:
>>
>>> xsibatch has a flag "-script" to run a script you pass to the command
>>> line.
>>>
>>> On Mon, Sep 14, 2015 at 3:26 PM, Martin Yara <furik...@gmail.com> wrote:
>>>
>>>> I've only used xsibatch for rendering, can it also run scripts and
>>>> commands without opening the GUI like mayabatch? I guess I'll have to
>>>> investigate and play a little with it.
>>>>
>>>> Thanks
>>>>
>>>> Martin
>>>>
>>>> On Mon, Sep 14, 2015 at 10:08 PM, Mike Donovan <m...@smoke-mirrors.com>
>>>> wrote:
>>>>
>>>>> xsi*batch ?*
>>>>> ------
>>>>> *From:* softimage-boun...@listproc.autodesk.com [
>>>>> softimage-boun...@listproc.autodesk.com] on behalf of Martin Yara [
>>>>> furik...@gmail.com]
>>>>> *Sent:* Monday, September 14, 2015 9:01 AM
>>>>> *To:* softimage@listproc.autodesk.com
>>>>> *Subject:* Softimage equivalent of mayabatch ?
>>>>>
>>>>> Is there anything similar to mayabatch?
>>>>>
>>>>> I had to convert a lot of data from SI to Maya so I wrote something to
>>>>> export from Softimage to Maya and applying some commands to clean up the
>>>>> data and automatize the conversion. I'm using mayabatch.exe so it won't
>>>>> open Maya's GUI speeding up a lot the conversion work.
>>>>>
>>>>> Besides some problems like the log flag don't working if I use
>>>>> XSIUtils.LaunchProcess (I have to use WScript.Shell if I want a log file),
>>>>> It's working pretty good, now I'm converting characters data to Maya
>>>>> project folders with clean ma files without having to open Maya at all. It
>>>>> would be nice to be able to do it from Maya to Softimage.
>>>>>
>>>>> Thanks,
>>>>>
>>>>> Martin
>>>>>
>>>>>
>>>>> GOGREEN Climate Protection with DHL: please consider your
>>>>> environmental responsibility before printing this email.
>>>>>
>>>>> This email is intended exclusively for the individual or entity to
>>>>> which it is addressed. This communication may contain information that is
>>>>> proprietary, privileged or confidential. If you are not the named
>>>>> addressee, you are not authorized to read, print, retain, copy or
>>>>> disseminate this message or any part of it. If you have received this
>>>>> message in error, please notify the sender immediately by email and delete
>>>>> all copies of the message.
>>>>>
>>>>
>>>>
>>>
>>
> --
Simon Reeves
London, UK
*si...@simonreeves.com <si...@simonreeves.com>*
*www.simonreeves.com <http://www.simonreeves.com/>*
*www.analogstudio.co.uk <http://www.analogstudio.co.uk/>*


Softimage equivalent of mayabatch ?

2015-09-14 Thread Martin Yara
Is there anything similar to mayabatch?

I had to convert a lot of data from SI to Maya so I wrote something to
export from Softimage to Maya and applying some commands to clean up the
data and automatize the conversion. I'm using mayabatch.exe so it won't
open Maya's GUI speeding up a lot the conversion work.

Besides some problems like the log flag don't working if I use
XSIUtils.LaunchProcess (I have to use WScript.Shell if I want a log file),
It's working pretty good, now I'm converting characters data to Maya
project folders with clean ma files without having to open Maya at all. It
would be nice to be able to do it from Maya to Softimage.

Thanks,

Martin


RE: Softimage equivalent of mayabatch ?

2015-09-14 Thread Mike Donovan
xsibatch ?

From: softimage-boun...@listproc.autodesk.com 
[softimage-boun...@listproc.autodesk.com] on behalf of Martin Yara 
[furik...@gmail.com]
Sent: Monday, September 14, 2015 9:01 AM
To: softimage@listproc.autodesk.com
Subject: Softimage equivalent of mayabatch ?

Is there anything similar to mayabatch?

I had to convert a lot of data from SI to Maya so I wrote something to export 
from Softimage to Maya and applying some commands to clean up the data and 
automatize the conversion. I'm using mayabatch.exe so it won't open Maya's GUI 
speeding up a lot the conversion work.

Besides some problems like the log flag don't working if I use 
XSIUtils.LaunchProcess (I have to use WScript.Shell if I want a log file), It's 
working pretty good, now I'm converting characters data to Maya project folders 
with clean ma files without having to open Maya at all. It would be nice to be 
able to do it from Maya to Softimage.

Thanks,

Martin


GOGREEN Climate Protection with DHL: please consider your environmental 
responsibility before printing this email.

This email is intended exclusively for the individual or entity to which it is 
addressed. This communication may contain information that is proprietary, 
privileged or confidential. If you are not the named addressee, you are not 
authorized to read, print, retain, copy or disseminate this message or any part 
of it. If you have received this message in error, please notify the sender 
immediately by email and delete all copies of the message.


Re: Softimage equivalent of mayabatch ?

2015-09-14 Thread Stephen Blair
And -processing to avoid checking out a license.

On Mon, Sep 14, 2015 at 9:31 AM, Oscar Juarez <tridi.animei...@gmail.com>
wrote:

> xsibatch has a flag "-script" to run a script you pass to the command line.
>
> On Mon, Sep 14, 2015 at 3:26 PM, Martin Yara <furik...@gmail.com> wrote:
>
>> I've only used xsibatch for rendering, can it also run scripts and
>> commands without opening the GUI like mayabatch? I guess I'll have to
>> investigate and play a little with it.
>>
>> Thanks
>>
>> Martin
>>
>> On Mon, Sep 14, 2015 at 10:08 PM, Mike Donovan <m...@smoke-mirrors.com>
>> wrote:
>>
>>> xsi*batch ?*
>>> --
>>> *From:* softimage-boun...@listproc.autodesk.com [
>>> softimage-boun...@listproc.autodesk.com] on behalf of Martin Yara [
>>> furik...@gmail.com]
>>> *Sent:* Monday, September 14, 2015 9:01 AM
>>> *To:* softimage@listproc.autodesk.com
>>> *Subject:* Softimage equivalent of mayabatch ?
>>>
>>> Is there anything similar to mayabatch?
>>>
>>> I had to convert a lot of data from SI to Maya so I wrote something to
>>> export from Softimage to Maya and applying some commands to clean up the
>>> data and automatize the conversion. I'm using mayabatch.exe so it won't
>>> open Maya's GUI speeding up a lot the conversion work.
>>>
>>> Besides some problems like the log flag don't working if I use
>>> XSIUtils.LaunchProcess (I have to use WScript.Shell if I want a log file),
>>> It's working pretty good, now I'm converting characters data to Maya
>>> project folders with clean ma files without having to open Maya at all. It
>>> would be nice to be able to do it from Maya to Softimage.
>>>
>>> Thanks,
>>>
>>> Martin
>>>
>>>
>>> GOGREEN Climate Protection with DHL: please consider your environmental
>>> responsibility before printing this email.
>>>
>>> This email is intended exclusively for the individual or entity to which
>>> it is addressed. This communication may contain information that is
>>> proprietary, privileged or confidential. If you are not the named
>>> addressee, you are not authorized to read, print, retain, copy or
>>> disseminate this message or any part of it. If you have received this
>>> message in error, please notify the sender immediately by email and delete
>>> all copies of the message.
>>>
>>
>>
>


Re: Softimage equivalent of mayabatch ?

2015-09-14 Thread Martin Yara
I've only used xsibatch for rendering, can it also run scripts and commands
without opening the GUI like mayabatch? I guess I'll have to investigate
and play a little with it.

Thanks

Martin

On Mon, Sep 14, 2015 at 10:08 PM, Mike Donovan <m...@smoke-mirrors.com>
wrote:

> xsi*batch ?*
> --
> *From:* softimage-boun...@listproc.autodesk.com [
> softimage-boun...@listproc.autodesk.com] on behalf of Martin Yara [
> furik...@gmail.com]
> *Sent:* Monday, September 14, 2015 9:01 AM
> *To:* softimage@listproc.autodesk.com
> *Subject:* Softimage equivalent of mayabatch ?
>
> Is there anything similar to mayabatch?
>
> I had to convert a lot of data from SI to Maya so I wrote something to
> export from Softimage to Maya and applying some commands to clean up the
> data and automatize the conversion. I'm using mayabatch.exe so it won't
> open Maya's GUI speeding up a lot the conversion work.
>
> Besides some problems like the log flag don't working if I use
> XSIUtils.LaunchProcess (I have to use WScript.Shell if I want a log file),
> It's working pretty good, now I'm converting characters data to Maya
> project folders with clean ma files without having to open Maya at all. It
> would be nice to be able to do it from Maya to Softimage.
>
> Thanks,
>
> Martin
>
>
> GOGREEN Climate Protection with DHL: please consider your environmental
> responsibility before printing this email.
>
> This email is intended exclusively for the individual or entity to which
> it is addressed. This communication may contain information that is
> proprietary, privileged or confidential. If you are not the named
> addressee, you are not authorized to read, print, retain, copy or
> disseminate this message or any part of it. If you have received this
> message in error, please notify the sender immediately by email and delete
> all copies of the message.
>