PDA

View Full Version : List of maya Crosswalk export flags/arguments?


storage
05-30-2008, 07:38 PM
Does anyone have a full list of the option flags/arguments used when exporting a maya scene with the Crosswalk exporter?

Example MEL export code:
file -f -op "bakeTransforms=1;relativePaths=0;bakeLighting=0;ex portCameraAsLookat=0;exportTriangles=0;isSampling= 0;curveConstrainSampling=0;samplingFunction=;expor tPolygonMeshes=1;exportLights=0;exportCameras=0;ex portJointsAndSkin=0;exportAnimations=0;exportInvis ibleNodes=1;exportNormals=0;exportTexCoords=1;expo rtVertexColors=0;exportTangents=1;exportTexTangent s=1;exportConstraints=0;exportPhysics=0;exclusionS etMode=0;exclusionSets=;exportXRefs=0;dereferenceX Refs=0;cameraXFov=0;cameraYFov=1;" -typ "Softimage|Crosswalk 2.0 exporter" -es $xsiInScene;