Maya To Indigo Video Tutorial #1: Installation
I think you need to either install, or activate the objExport plugin.
Look in Window Menu -> Settings/Preferences -> Plug-in Manager.
look down the list to find objexport, and check Loaded and Autoload.
As for renderDirect, I'm currently looking at how to detect win/linux within Maya, and change the batch file output accordingly.
Look in Window Menu -> Settings/Preferences -> Plug-in Manager.
look down the list to find objexport, and check Loaded and Autoload.
As for renderDirect, I'm currently looking at how to detect win/linux within Maya, and change the batch file output accordingly.
I second Dougal on objExport plugin.
And in your last try paths were again unset. When editing settings, look in the upper right corner: there is a Presets button. Set your paths once for all and click Presets > Save Preset > give it a name. Later you can replace the factory settings with the one you saved, paths will be restored.
And in your last try paths were again unset. When editing settings, look in the upper right corner: there is a Presets button. Set your paths once for all and click Presets > Save Preset > give it a name. Later you can replace the factory settings with the one you saved, paths will be restored.
obsolete asset
- Phr0stByte
- Posts: 395
- Joined: Wed Nov 22, 2006 5:07 am
- Location: Centreville, VA
- Contact:
You guys border on the saintly! Thanks!!! xml export nicely now and I can fire up indigo and render it! Now to actually learn Maya
If I ever hear someone again complain about Blender being complicated, I just may slap them after looking at Maya...

If I ever hear someone again complain about Blender being complicated, I just may slap them after looking at Maya...
- Attachments
-
- im1196616086.png (103.44 KiB) Viewed 4329 times
Cool, glad it's working!
I've posted a test version (revision 173) of MtI in the Maya forum, could you download and test it please?
It should detect that you're using linux and output a bash script instead of a windows batch file, and run it properly in the background.
I can foresee a problem if you're using wine, the script output needs to call wine and not indgo directly.
Also, I've assumed that gedit is available on most linux systems, can you test showXMLOnRender set to external and let me know if anything happens?
cheers.
I've posted a test version (revision 173) of MtI in the Maya forum, could you download and test it please?
It should detect that you're using linux and output a bash script instead of a windows batch file, and run it properly in the background.
I can foresee a problem if you're using wine, the script output needs to call wine and not indgo directly.
Also, I've assumed that gedit is available on most linux systems, can you test showXMLOnRender set to external and let me know if anything happens?
cheers.
- Phr0stByte
- Posts: 395
- Joined: Wed Nov 22, 2006 5:07 am
- Location: Centreville, VA
- Contact:
ok, sorry. I'll explain. 
When you run Maya to Indigo, there's an Edit Settings button. click this (once or twice) until you see the Attribute Editor, showing "Extra Attributes".
Expand that section, and very close to the bottom is a setting mti_showXMLOnRender.
Try an export with it set to Internal and then External.
Let me know if these work - it should show the XMl scene file either in a window in Maya, or in an external text editor (hopefully, gedit, if you've got it installed).

When you run Maya to Indigo, there's an Edit Settings button. click this (once or twice) until you see the Attribute Editor, showing "Extra Attributes".
Expand that section, and very close to the bottom is a setting mti_showXMLOnRender.
Try an export with it set to Internal and then External.
Let me know if these work - it should show the XMl scene file either in a window in Maya, or in an external text editor (hopefully, gedit, if you've got it installed).
- Phr0stByte
- Posts: 395
- Joined: Wed Nov 22, 2006 5:07 am
- Location: Centreville, VA
- Contact:
do you get a .bat file in the scene's directory?
does its contents look correct?
something like:
The problem actually, is that this file needs to call wine. I haven't set that up yet.
does its contents look correct?
something like:
Code: Select all
#!/bin/bash
cd /path/to/indigo
indigo -o path/to/file/render/image.png path/to/file/scene.xml
Code: Select all
#!/bin/bash
cd /path/to/indigo
wine indigo -o path/to/file/render/image.png path/to/file/scene.xml
Who is online
Users browsing this forum: No registered users and 2 guests