Download: ExportLayer v1.3
It exports the selected layer to a file, using the the name of the layer as the filename. It will not export the default camera and the default distant light.
Supports “lazy Unreal collision object naming”. This means that instead of the proper “UCX_$ParentMeshName” style names it’s enough to just name the collision hulls as “UCX“, the script will fix it during export. Just make sure that the collisions are children of the main mesh.
FBX files can be saved with fake Revit signature which makes it possible to link the produced FBX file in 3ds Max 2011 (File Link Manager).
IMPORTANT: Modo 501 SP3 (and possibly earlier 501 versions) have a nasty bug where displaced SDS geometry is frozen without any deformations. The workaround is similarly ugly: I initiate an incorrect file save which makes an error window pop up which forces some kind of an internal update after which the freeze command works properly. So when you see an error popup saying
Scene save was unsuccessful — Not Found File “C:” not written.
well, it’s “normal”… just click OK and wait for the script to finish.
Also, freezing a PSDS surface messes up morphmaps. The workaround for that slows down the export process considerably.
To avoid freezing altogether use the NOFREEZE parameter.
Arguments:
FBX; LWO; OBJ; COLLADA: They define the output format. Default is FBX.
SILENTSAVE: The file will be saved next to the original file. No dialog will be displayed.
NOQUADS: Triangulates the object the exported object.
FBXREVIT: Saves an FBX file and makes it look like it came from Autodesk Revit.
- In this mode NOQUADS and SILENTSAVE are automatically enabled.
- 3ds Max will only recognize an UV if it’s used by at least one image in the shader tree.
NOFREEZE: The geometry will not be frozen.