BLOG
|
Nvidia has announced that it will be transitioning Omniverse to a dedicated Developer SDK and is stopping development of connectors effective October 1st, 2025. In response to this change, Esri will also be retiring the Omniverse Connector integration in ArcGIS CityEngine. ArcGIS CityEngine 2024.1 is the final release to support the Omniverse Connector (version 1.0.6). The Connector will no longer be available for download after October 1, 2025. While the connector is being deprecated, the built-in USD exporter of ArcGIS CityEngine provides an alternative workflow to export city models to Omniverse. This is done by manually uploading your exported USD files to the Omniverse Nucleus server. This approach provides similar results to the connector, though without automated network transfer and live sync capabilities: Use the CityEngine "Universal Scene Description (USD)" exporter to write the desired scene to USD files. Use the Content Browser of an Omniverse-Kit Application (e.g. Composer) to open or upload the files to an Omniverse Nucleus server. Additionally, we will also retire "Serlio", the CityEngine plugin for Autodesk Maya at the same date. Release 2.3.0 for CityEngine 2023.1 is the final release. Serlio was originally developed for the M&E sector to help ingesting complex procedural building models into asset management systems. With the advent of USD (Universal Scene Description), this workflow is now considered obsolete. We recommend users of the "Serlio" plugin to consider an USD based workflow: Use the CityEngine "Universal Scene Description (USD)" exporter to write the desired models to USD files. Use the Autodesk MayaUSD plugin to import the files into Autodesk Maya. We will keep the corresponding github repository in read-only mode for future reference.
... View more
06-11-2025
12:04 AM
|
2
|
1
|
705
|
BLOG
|
We are happy to announce the release of version 2.2.0 of ArcGIS CityEngine for Houdini (formerly known as Palladio)! Download the release from our Github page and see the manual for detailed installation instructions. Notable changes include: Updated Procedural Runtime (PRT) to 3.2.10650 (corresponds to CityEngine 2024.1). Added support for Houdini 20.5. Added support for polygon holes when converting Houdini geometry into PRT initial shapes. Re-branding from "Palladio" to "ArcGIS CityEngine for Houdini". Please see the release notes for complete set of changes.
... View more
05-20-2025
04:48 AM
|
3
|
0
|
250
|
BLOG
|
We are happy to announce the release of PyPRT 1.11! Please find information about what PyPRT is here. The PyPRT packages are available on PyPI (https://pypi.org/project/pyprt) and on Anaconda Cloud (https://anaconda.org/esri/pyprt). Please see the README for installation instructions and example scripts. Main changes compared to 1.10 (see changelog for all changes): Added support for Rule Packages (RPK) created with ArcGIS CityEngine 2024.1. Added support for Python 3.12, including pre-built wheels and conda packages. PyPRT and the underlying PRT library are now initialized and shutdown automatically.
... View more
03-17-2025
09:27 AM
|
2
|
0
|
332
|
BLOG
|
We are happy to announce the release of version 1.3.0 of ArcGIS CityEngine for Rhino! To get the latest release, please use the built-in Package Manager of Rhino (Tools -> Package Manager) and search for "CityEngine". Or download and run the installer manually. Please find detailed instructions the manual. The one notable change compared to version 1.2 is support for Rule Packages (RPK) created with ArcGIS CityEngine 2024.1.
... View more
03-17-2025
09:25 AM
|
1
|
0
|
226
|
BLOG
|
We are excited to announce the release of the Omniverse Connector 1.0.6 for CityEngine 2024.1! Please download the installer from our github page: https://github.com/Esri/cityengine/releases/tag/omni-1.0.6
... View more
03-17-2025
06:42 AM
|
3
|
0
|
241
|
BLOG
|
We are happy to announce the release of version 1.2.0 of ArcGIS CityEngine for Rhino (formerly known as "Puma")!
To get the latest release use the built-in Package Manager of Rhino (Tools -> Package Manager). Or download and run the installer manually. Detailed instructions are available in the manual.
Notable changes compared to version 1.1.0 include:
Added a new bulk component for Grasshopper which accepts CGA attributes as a list of key:value pairs.
Added support for rule packages (RPK) created with ArcGIS CityEngine 2024.0.
Added support for Rhino 8 and removed support for Rhino 6.
Small restructuring of the Grasshopper component toolbar to make it more accessible for new users.
... View more
10-29-2024
04:28 AM
|
1
|
0
|
422
|
BLOG
|
We are happy to release another beta version of ArcGIS CityEngine for Rhino (Puma)! Please find the download in the "assets" section on our GitHub release page: https://github.com/Esri/puma/releases/tag/v1.2.0b2 Notable changes in version 1.2.0 include: New "bulk" component which accepts CGA attributes as a list of key:value pairs. Support for CityEngine 2024.0. Support for Rhino 8 (and removal of Rhino 6).
... View more
09-05-2024
12:29 PM
|
2
|
0
|
393
|
BLOG
|
We are excited to announce the release of the Omniverse Connector for CityEngine 2024.0 on our GitHub: https://esri.github.io/cityengine/omniverse Scroll down and see the Download link on the bottom left. Thanks for your interest in CityEngine and Omniverse/USD.
... View more
09-03-2024
02:00 AM
|
3
|
0
|
562
|
BLOG
|
Hi, connector version 1.0.4 only supports up to CityEngine 2023.1. I've submitted connector 1.0.5 for CityEngine 2024.0 to Nvidia a few days ago and it should appear in the launcher anytime now. Thanks for your patience & best, Simon
... View more
08-07-2024
11:11 PM
|
0
|
0
|
314
|
POST
|
Thanks for reporting this! Just to be sure I understand correctly: you manually fixed the Tr (or Tf?) value in the mtl files? Or did you set opacity in CGA? Would you posting a diff of a "good" and "bad" mtl for your use case? Best, Simon
... View more
04-02-2024
12:48 AM
|
0
|
0
|
951
|
POST
|
Hi Francisco, from your screenshot, I think Puma tries to construct a building on each triangle passed in from Rhino. In version 1.1 we added some tools to control how the Rhino geometry is passed to Puma. You basically have three options: Treat the input shape as "multi-polygon" and use the CGA cleanupGeometry operation to remove internal edges in the rules. Use the Rhino commands AddNgonsToMesh and DeleteMeshNgons to control how polygons are grouped together into Ngons within the mesh. Use the "Ngon" plugin for detailed control of the conversion. In options 2 and 3, Puma will recognize the Ngons created by above methods in the input meshes and use them to create the actual input polygon faces for the model generation. Please see the first link to the Puma manual for details. Hope this helps & kind regards, Simon
... View more
12-14-2023
07:52 AM
|
0
|
0
|
1018
|
POST
|
Hi, in your rule snippet, "model" is not defined and neither "model1" nor "model2" are used in an "insert" statement to actually read the assets. Try to add this rule: model --> i(model1) Hope this helps & best, Simon
... View more
12-06-2023
11:44 PM
|
1
|
0
|
893
|
POST
|
Hi Ahmed, one starting point could be the "multi modal lanes" rules in the "Complete Streets" example (see Help Menu -> Download Tutorials and Examples). The main tool to use is the UV split operation. Hope this helps, Simon
... View more
11-13-2023
12:40 AM
|
0
|
0
|
1128
|
POST
|
You should have access to CityEngine 2022.1 in your MyEsri account. If you do not see 2022.1, feel free to send me your Esri customer number in a direct message so I can forward this to our customer service. The viewer included in 2022.1 is fully self-contained, i.e. you should be able to extract it and put it on a web server. Please note that this is not anymore a supported product, i.e. there might be functional limitations as well as security issues. Best, Simon
... View more
11-07-2023
07:50 AM
|
0
|
0
|
1398
|
POST
|
Hi Marie, The current recommendation is to export and publish SLPKs (Scene Layer Packages) to ArcGIS Online (or Portal) and then view them in ArcGIS Scene Viewer. These formats are fundamentally different and you would need to re-export your CityEngine scene. AFAIK, there is currently no Scene Viewer based app with the same functionality. Our apologies. In version up to 2022.1 you can use the "offline" viewer for this. The below command will open a browser window using a locally served copy of the 3ws viewer: Best, Simon
... View more
11-06-2023
03:52 AM
|
0
|
0
|
1425
|
Title | Kudos | Posted |
---|---|---|
2 | 06-11-2025 12:04 AM | |
3 | 05-20-2025 04:48 AM | |
2 | 03-17-2025 09:27 AM | |
1 | 03-17-2025 09:25 AM | |
3 | 03-17-2025 06:42 AM |
Online Status |
Offline
|
Date Last Visited |
a week ago
|