Community
All Communities
Products
ArcGIS Pro
ArcGIS Survey123
ArcGIS Online
ArcGIS Enterprise
Data Management
ArcGIS Experience Builder
Geoprocessing
ArcGIS Web AppBuilder
ArcGIS Dashboards
ArcGIS Field Maps
ArcGIS Spatial Analyst
All Products Communities
Industries
Education
Water Resources
State & Local Government
Transportation
Gas and Pipeline
Water Utilities
Roads and Highways
Telecommunications
Natural Resources
Electric
Imagery and Remote Sensing Insights (IRIS) COP
All Industries Communities
Developers
Python
JavaScript Maps SDK
Native Maps SDKs
ArcGIS API for Python
ArcGIS Pro SDK
ArcObjects SDK
Developers - General
ArcGIS REST APIs and Services
ArcGIS Online Developers
Game Engine Maps SDKs
File Geodatabase API
All Developers Communities
Global
Comunidad Esri Colombia - Ecuador - Panamá
ArcGIS 開発者コミュニティ
Czech GIS
ArcNesia
Esri India
Comunidad GEOTEC
Europe
GeoDev Germany
Asia Pacific
Americas
ArcGIS Content - Esri Nederland
All Global Communities
All Communities
Developers
User Groups
Industries
Services
Community Resources
Global
Events
Learning
Networks
ArcGIS Topics
Products
View All Communities
ArcGIS Ideas
GIS Life
Community Resources
Community Help Documents
Community Blog
Community Feedback
Member Introductions
Community Ideas
All Community Resources
Sign In
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show
only
|
Search instead for
Did you mean:
Cancel
Home
:
All Communities
:
Products
:
ArcGIS CityEngine
:
ArcGIS CityEngine Questions
:
Paged Export
Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
Select to view content in your preferred language
Translate Now
Paged Export
Subscribe
2384
2
11-23-2011 09:27 AM
by
Jackde_Valpine
Emerging Contributor
11-23-2011
09:27 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
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
Tags
(3)
Tags:
3d
_importexport
cityengine
Reply
0
Kudos
All Posts
Previous Topic
Next Topic
2 Replies
by
NathanJosway
New Contributor
11-28-2011
08:35 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
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
Reply
0
Kudos
by
Jackde_Valpine
Emerging Contributor
11-29-2011
09:15 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Hi Nate,
Many thanks, that did the trick!
Best,
-Jack
Reply
0
Kudos
Post Reply