Message 1 of 2
Export fbx triagulate python
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Im running into a problem with this line of code
This code still working
Location = .... ( my Computer path)
Mel.oval('FBXExport -f "{0} -s'.format(location))
This still working too (export highpoly mesh)
Mel.oval('FBXExport -f "{0} -s FBXExportSmoothingGroups -v true'.format(location))
But as soon as i add this option
Mel.oval('FBXExport -f "{0} -s FBXExportTriagulate -v true'.format(location))
It's still working but not triagulate the mesh aa i want
Please help me. Thank you guys !