Paged Export

2215
2
11-23-2011 09:27 AM
Jackde_Valpine
New Contributor
Hi,

I am trying to get the paged_export.py script working, written by Ben Sunshine-Hill and referenced in the following archived thread:

http://www.procedural.com/support/forum.html?tx_mmforum_pi1%5Baction%5D=list_post&tx_mmforum_pi1%5Bt...

One minor change is required in def make_export_settings():

#    EXPORT_SETTINGS = FBX20112ExportModelSettings()
    EXPORT_SETTINGS = FBXExportModelSettings()

However, when I try to run the script (F9) with geometry selected I get an error indicating:

Python script does not exist: map_exporter.py (PyException)

Does anyone know anything about this?

Thanks,

-Jack de Valpine
0 Kudos
2 Replies
NathanJosway
New Contributor
Hi Jack,

I had the same issue and the solution was to create a new python file in the current project script folder called map_exporter.py and I used the Module: Main template.  Once you have this file everything should run properly.

Nate
0 Kudos
Jackde_Valpine
New Contributor
Hi Nate,

Many thanks, that did the trick!

Best,

-Jack
0 Kudos