Community
All Communities
Products
ArcGIS Pro
ArcGIS Survey123
ArcGIS Online
ArcGIS Enterprise
Data Management
Geoprocessing
ArcGIS Web AppBuilder
ArcGIS Collector
ArcGIS CityEngine
ArcGIS Dashboards
ArcGIS Experience Builder
All Products Communities
Industries
Education
Water Resources
Gas and Pipeline
State & Local Government
Transportation
Water Utilities
Telecommunications
Roads and Highways
Natural Resources
Electric
Commercial
All Industries Communities
Developers
Python
ArcGIS Maps SDK for JavaScript
ArcGIS Maps SDKs for Native Apps
ArcGIS API for Python
ArcObjects SDK
ArcGIS Pro SDK
Developers - General
Retired - ArcGIS API Silverlight
Retired - ArcGIS API for Flex
ArcGIS REST API
Retired - ArcGIS Windows Mobile
All Developers Communities
Worldwide
Comunidad Esri Colombia - Ecuador - Panamá
ArcGIS 開発者コミュニティ
Czech GIS
ArcNesia
Esri India
GeoDev Germany
ArcGIS Content - Esri Nederland
Esri Italia Community
Swiss Geo Community
Comunidad GEOTEC
GeoDev Switzerland
All Worldwide Communities
All Communities
Products
Developers
User Groups
Industries
Services
Community Resources
Worldwide
Events
Learning
ArcGIS Topics
Networks
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
Paged Export
Subscribe
2133
2
11-23-2011 09:27 AM
by
Jackde_Valpine
New Contributor
11-23-2011
09:27 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
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
Report Inappropriate Content
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
New Contributor
11-29-2011
09:15 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
Hi Nate,
Many thanks, that did the trick!
Best,
-Jack
Reply
0
Kudos
Post Reply