commandline rendering & file names

Have you come up with a good Moho trick? Need help solving an animation problem? Come on in.

Moderators: Víctor Paredes, Belgarath, slowtiger

Post Reply
User avatar
J. Baker
Posts: 1063
Joined: Wed Mar 23, 2005 7:22 pm
Location: USA
Contact:

commandline rendering & file names

Post by J. Baker »

While I was testing MoRen I noticed that most of the tutorial files have spaces in their names. You can't render a file with the commandline if it has spaces in it on windows. Just make sure to not leave any spaces or add a "_" inbetween. :wink:
User avatar
Rasheed
Posts: 2008
Joined: Tue May 17, 2005 8:30 am
Location: The Netherlands

Post by Rasheed »

Isn't it possible to enclose the pathname in quotation marks?
User avatar
J. Baker
Posts: 1063
Joined: Wed Mar 23, 2005 7:22 pm
Location: USA
Contact:

Post by J. Baker »

Rasheed wrote:Isn't it possible to enclose the pathname in quotation marks?
You have to for windows anyway.
User avatar
Rasheed
Posts: 2008
Joined: Tue May 17, 2005 8:30 am
Location: The Netherlands

Post by Rasheed »

In BSD (e.g. Mac OS X) and Linux, depending on your shell manager, you can use the Posix escape code as follows:

Code: Select all

file\ 1.moho
which is equivalent to

Code: Select all

"file 1.moho"
in case you were planning to create a render farm for Mac OS X as well.

Unfortunately, Microsoft has decided to use their own conventions and create all kinds of cross-platform incompatibilities.
User avatar
J. Baker
Posts: 1063
Joined: Wed Mar 23, 2005 7:22 pm
Location: USA
Contact:

Post by J. Baker »

Rasheed wrote:In BSD (e.g. Mac OS X) and Linux, depending on your shell manager, you can use the Posix escape code as follows:

Code: Select all

file\ 1.moho
which is equivalent to

Code: Select all

"file 1.moho"
in case you were planning to create a render farm for Mac OS X as well.

Unfortunately, Microsoft has decided to use their own conventions and create all kinds of cross-platform incompatibilities.
Thanks!

I plan on a mac version. Just don't currently have a mac. Hopefully I'll get one before long.
Post Reply