Irrlicht Engine Forum Index Irrlicht Engine
Official forum of the Irrlicht Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

.x file exporter for Maya
Goto page Previous  1, 2
 
Post new topic   Reply to topic    Irrlicht Engine Forum Index -> FAQs, Tutorials, Howtos, and external tool lists
View previous topic :: View next topic  
Author Message
snowfly



Joined: 10 Apr 2006
Posts: 4

PostPosted: Mon Apr 10, 2006 11:52 pm    Post subject: Reply with quote

Thanks I am looking forward to a fully working version of the exporter. We are using Irrlicht in our project, and a clean export would be a huge time saver. I don't particularly enjoy cleaning up the .x ascii before sending them off to the programmer. Smile
Back to top
View user's profile Send private message
SlashOwnsU



Joined: 14 Feb 2006
Posts: 7

PostPosted: Thu Apr 27, 2006 5:20 am    Post subject: Reply with quote

this is just great !

I was having so much trouble using (or trying to use) the D9X exporter plug-in
now your mel script is 3x simpler and 5x better

keep it up...I'll be looking forward to other versions
Back to top
View user's profile Send private message
Orkze



Joined: 15 May 2006
Posts: 3
Location: Hagenberg (Austria)

PostPosted: Mon May 15, 2006 6:20 pm    Post subject: Reply with quote

Hi

I have weird problems with your script.
First of all i get the "Error: Collection not found, or no current collection." bug on my notebook, but with Maya 7.
On my other pc all works fine...except that it is not exporting any animation at all.

I've done the whole animating process with the Trax Editor.
But because it didn't worked with exporting, I merged the clips, put them back in timeline, deleted the clips, also the whole character set, but anyway I don't get any Animation in the X file.

Animation starts at frame 1 and ends at frame 827.
Only one polygon object, 5 ik handles, a few constraints etc.

any idea?

like i said, I'm working on Maya 7
(directX exporter from MS isn't even starting, i already tried o_O)
Back to top
View user's profile Send private message
MarkusBergqvist



Joined: 10 Apr 2006
Posts: 5

PostPosted: Thu May 18, 2006 5:06 pm    Post subject: Reply with quote

Quote:
I have weird problems with your script.
First of all i get the "Error: Collection not found, or no current collection." bug on my notebook, but with Maya 7.
On my other pc all works fine...except that it is not exporting any animation at all.


Try the "Maya 4.5 version" http://www.markusbergqvist.se/XExporter/XExporter_maya4.5.mel
I think its the same problem as snowfly had but it should work on maya 7.

About the animation I'am sorry to say that the exporter do not support animation clips, just ordinary keyframe animation on joints, ik handles och the object it self. You can not use any deformation tools or advanced rigging as the script just looks for keyframes on the joints and ik handles.

Cheers
Back to top
View user's profile Send private message
MarkusBergqvist



Joined: 10 Apr 2006
Posts: 5

PostPosted: Mon May 22, 2006 8:15 am    Post subject: Reply with quote

did some research about animation clips and I found that if you right click a clip in trax editor and select "activate keys" my exporter should find the keyframes. This is not fully tested but you can give it a try.

Cheers
Back to top
View user's profile Send private message
Zing



Joined: 21 Jan 2007
Posts: 5
Location: Canada

PostPosted: Tue Jan 23, 2007 2:28 am    Post subject: Reply with quote

Markus... Dude.. I could HUG you for making this awesome script! Very Happy

Thanks man! You're a friggin' genius!
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
knutcj



Joined: 02 Jan 2007
Posts: 5

PostPosted: Tue Jan 23, 2007 7:30 am    Post subject: Reply with quote

I can't believe I haven't found this before now.

Takk Markus.

Have you tried it in Maya 8.0?
Back to top
View user's profile Send private message
funxer



Joined: 04 Jan 2007
Posts: 10

PostPosted: Tue Jan 23, 2007 10:13 pm    Post subject: Modified XEporter Reply with quote

Hello

I made some changes to the original XExporter.mel file.

Have you ever seen:
-message "No skincluster found for selected object. Skipping skin export."
When you shouldn't have?

The problem that I was having was with history, if I had any history added after binding or if i deleted history after binding, the exporter would ignore my skin.
This was making it impossible to adjust UVs and Paint Skin weights so I modified the script to recognize the Skin Cluster regardless of the History.

Here it is:
http://www.3drobert.com/cgtalk/XExporterVer2.zip

BTW I use maya 7
Back to top
View user's profile Send private message
MarkusBergqvist



Joined: 10 Apr 2006
Posts: 5

PostPosted: Sun Feb 04, 2007 2:49 pm    Post subject: Reply with quote

Hello again, thanks for all kind comments.
I have not been able to work much on the exporter lately because of my full time job but you guys inspire me to continue the development. I will look into the exporter soon and make some updates as I now have more skills in MEL. Thanks to funxer for the skin cluster update.

So, an update is on the way..

Cheers

btw I tested the exporter for Maya 8 and there where no problems.
Back to top
View user's profile Send private message
harshavsn



Joined: 18 Jan 2008
Posts: 1

PostPosted: Fri Jan 18, 2008 5:06 pm    Post subject: Reply with quote

Thank you for your hard work.

If it is simple, could you recompile your exporter into a .lib
For some reason the OSX version of Maya has a different plugin type.

Cheers for your work,
-Harsha
Back to top
View user's profile Send private message
gmayer



Joined: 17 Mar 2008
Posts: 8
Location: Vancouver, Canada

PostPosted: Fri May 09, 2008 5:41 pm    Post subject: XExporter.mel still working? Reply with quote

helllo

I downloaded the .mel script from funxer, as it seemed to be the most up to date one available.

I use Maya 8

Does anyone know if this script is functioning correctly?

I created a simple polygon object with a lambert material (no texture, just color).

When I load this into my test app (essentially the hello world app), it does not complain about failing to load, but I see nothing. I am drawing the bounding box for the node, so I know the camera is in a good place, but there is no mesh.
I've tried with lighting on/off, wireframe/filled, and I tried the -z scaling suggested in the readme.html that came with the .mel script.
Scaling the node by 1,1-1 or not scaling it makes no difference.

Finally I tried to load the exported .x file into the DirectX Viewer that came with the November 2007 sdk, and it failed to load.

Anyone ideas what I'm doing wrong?

Thanks in advance,
Greg
Back to top
View user's profile Send private message
tecan



Joined: 06 Jun 2008
Posts: 92

PostPosted: Sat Nov 29, 2008 12:48 pm    Post subject: yay Reply with quote

this script is a life saver, but its hard to figure how to animate stuff properly, could someone please post a brief tutorial on how to animate and export.

it seems combined meshes will not export or if you change vertex's or if you scale something making ik exporting difficult. i've even played with deleting history and nothing works.

the only way i was able to make this work was to make an unmodified box keyframe it drag it then export.. i'll give cvxporter a testo
Back to top
View user's profile Send private message
EvIl_DeViL



Joined: 06 Nov 2007
Posts: 78

PostPosted: Fri Apr 24, 2009 8:59 pm    Post subject: Reply with quote

I get only black meshes when I embed my textures!!! (the engine load them successfully...) I can't understand the problem!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Irrlicht Engine Forum Index -> FAQs, Tutorials, Howtos, and external tool lists All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
SourceForge.net Logo


Powered by phpBB © 2001, 2005 phpBB Group