Lightwave to Maya importing: Difference between revisions

From The DarkMod Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
''--by Springheel''
''Most of our character models have been created in Lightwave, so anyone wanting to work with the originals will need to be able to import them into Maya.
''Most of our character models have been created in Lightwave, so anyone wanting to work with the originals will need to be able to import them into Maya.


Line 21: Line 23:
There's probably an easier way to do that, but I don't use maya for modeling, and that'll work fine.  
There's probably an easier way to do that, but I don't use maya for modeling, and that'll work fine.  
I import my models from lightwave, and I keep the parts I want to be separte on different layers, so they come into maya as separate objects.
I import my models from lightwave, and I keep the parts I want to be separte on different layers, so they come into maya as separate objects.
==Troubleshooting==
When you type exportModels, start typing the name of a def file and hit TAB. As with console commands, D3 will list all of the files that match the partial name. This will tell you if it can find the right def file.




{{animation}} {{models}}
{{animation}} {{models}}

Revision as of 16:26, 7 February 2008

--by Springheel

Most of our character models have been created in Lightwave, so anyone wanting to work with the originals will need to be able to import them into Maya.

This is a (somewhat disorganized) collection of information about how to do that.


File Format

Maya has an Export-to-OBJ plugin... the plugin is already there, it's just disabled by default. You need to go to the plugins window and activate it.

Once you enable that plugin, you can then do an export to OBJ format, which Lightwave can read naitively. That's how I've passed my work between applications before, anyway.


Making Sure Maya does not merge different submeshes together

THe parts you want to use a separate material in doom need to be a separate object in maya, and they also have to be pointing to a different image.

THat doesn't mean you have to export them all separately, you can have the head and body in the same maya scene, but still be two separate objects, and export them all at once.

I suppose what you would do if you're modleing in maya, is select the head polys, delete everytjhing else, save that head as an .mb, undo the delete, and delete the head polys you've selcted, and then import the head file you just saved, so now you have the same scene but the head an body are two different objects.

There's probably an easier way to do that, but I don't use maya for modeling, and that'll work fine. I import my models from lightwave, and I keep the parts I want to be separte on different layers, so they come into maya as separate objects.

Troubleshooting

When you type exportModels, start typing the name of a def file and hit TAB. As with console commands, D3 will list all of the files that match the partial name. This will tell you if it can find the right def file.