Community
Arnold for 3ds Max
Rendering with Arnold in 3ds Max using the MaxtoA plug-in.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

arnoldBakeGeo Flag don't work.

2 REPLIES 2
Reply
Message 1 of 3
wzxrc
200 Views, 2 Replies

arnoldBakeGeo Flag don't work.

Hello,

I would like to use the "arnoldBakeGeo" to create an automatic "convert>export>import" tool.

> Problem is that arnoldBakeGeo is poor in flag and I don't understand how to make it works.

Here is an image, the arnoldBakeGeo is working fine without flag, but it ask me to save file on a path. So I don't want this pop-up windows open because I want to batch convert x100 .ass in on click.

I don't understand why the flag don't work.

2943-why.jpg


Of course I already look at this line of code but don't work for me :
https://answers.arnoldrenderer.com/questions/9960/arnoldbakegeo-how-to-bake-multiple-frames-is-there...

2 REPLIES 2
Message 2 of 3

Salut Romain,

the problem here is that you're trying to invoke an internal function from an arnold menu, instead of invoking the Maya command (as done in the example of your link).

You need to do

import maya.cmds as cmds
cmds.arnoldBakeGeo(f="C:/blablabla/file.obj")
Message 3 of 3
wzxrc
in reply to: wzxrc

Merci beaucoup Sebastien!

So, I assume there no more flags?

I mean, if I want to convert x100 StandIn directly in the scene without export / save / import them manually?

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report