Wwen importing a FBX Mesh into UDK There was an option under static mesh->advanced for enabling explicit Normals. This option is no longer available in the September release of UDK. Explicit Normals are used for foilage and for the technique described here:
http://www.3dmotive.com/exportingqualifiednormals.
Replies
I found a (tiresome) solution using the 2008-11 Build installed on my PC:
- Open the 2008-11 build
- Import my foliage (and I can see the my custom normals are loaded from the .fbx file)
- Save the package as a new, temporary foliage package
- Close the 2008-11 build
- Move the package into my 2011-09 build content folder
- Load the 2011-09 build (and your current map/project)
- Fully load the temporary foliage package you created earlier
- Right click on your foliage in the temporary package and select 'create a copy', and copy the foliage into the package you want
- Save your package
- Close the udk
- Delete your temporary package
This process SUCKS. You can't open packages saved in future versions of UDK in your older builds. Hope this one gets fixed sooon!
This is how it happened:
Created model in Maya -> .mb -> .fbx -> UDK editor = Normals looked good
Had to tweak the pivot so openeed the fbx file in Maya
.fbx -> Maya -> .fbx -> editor = Wierd normals. All edges are hard edges:(
In Maya everything looks normal but not in the editor. I had to unlock all normals in Maya and then fix the smoothing again and then re-export/import to make it work in the editor.
So whenever I make changes in an fbx file the normals gets wonky when re-importing to udk. This isn't a big problem, I just make sure to make any changes to the maya file instead of the fbx (which is better practice anyways). But out of curiosity, does anyone know why this is happening?