Serlio is a plugin for Autodesk Maya. It provides a modifier node which enables the execution of CityEngine ‘rules’ within a Maya scene. Therefore, a 3D environment artist does not have to leave their familiar Maya toolset anymore to make use of CityEngine’s procedural modeling power. Complicated export-import pipelines are no longer needed, which also means that the procedural building models do not need to be “baked” in future. The buildings stay procedural during the entire modeling workflow. Consequently, the 3D environment artist can change many attributes, for example the height, style and appearance of buildings can be altered easily with a parametric interface at any point during production.
Serlio requires so-called rule packages (RPK) as input, which are authored in CityEngine. An RPK includes assets and a CGA rule file which encodes an architectural style. Comprehensive RPK examples are available below and can be used “out-of-the-box” in Serlio.
Serlio is well suited for managing the procedural generation of architectural 3D content in digital sets. However, Serlio is restricted to the procedural generation of singular objects - particularly buildings. Serlio does not include the city layouting and street network editing tools of CityEngine i.e. the rich CityEngine toolset to design a city from scratch (or based on geographic data) is still needed.
- Install Serlio by downloading the latest installer. Please see below for installation on Linux.
- Start Maya, a new
Serlio
menu item will appear. - In Maya, select a mesh and use the
Serlio
menu to assign a rule package (RPK), for example this one which creates a simple extrusion based on a "height" parameter. You can author your own RPKs with CityEngine. - Make sure the geometry is still selected and go to the
serlio
tab in the Attribute editor. Here you can edit the rule parameters.
External documentation:
Please refer to the release notes for the supported CityEngine version.
- Windows 10 and 11 (64bit)
- RedHat Enterprise Linux 7, 8, 9 and compatible (CentOS, Alma Linux, Rocky Linux, ...)
- See release notes for compatible CityEngine versions and requirements for commercial work.
- Autodesk Maya 2020, 2022 or 2023
- Download the MSI installer for the latest release.
- Run the MSI installer.
- Start Maya.
- You should now see the new menu item
Serlio
.
- Acquire the Serlio binaries for the latest release.
- Continue with the steps linked below in the developer documentation.
- Create and select a polygon mesh.
- Go to the
Serlio
menu and select "Attach CityEngine Rule Package". - Select a
.rpk
rule file:- Use this basic rule which creates a simple extrusion based on a "height" parameter
- Use a rule from the examples
- Export your own rule file from CityEngine.
- The selected rule will be applied to the mesh. It depends on the rule how multiple faces are handled.
- Select the generated model(s).
- Go to the
Serlio
menu and select "Remove CityEngine Rule Package". - Only the initial shape mesh with default materials remains.
Currently we only support one material type per mesh (see known limitations).
- Select the generated model(s).
- Go to the
Serlio
menu and select "Create Materials". - The materials for all selected models will be generated and displayed in the viewport.
- Select the generated model(s).
- Go to the
Serlio
menu and select "Create Arnold Materials". - The Arnold materials for all selected models will be generated.
- Add a light source from "Arnold" > "Lights".
- In order to see the rendered view either:
- Render the current frame once: "Arnold" > "Render" or
- Switch the renderer in the Viewport to "Arnold" and hit the start button.
- Select a generated model in the Viewport or the Outliner.
- Go to the
Serlio
tab in Attribute Editor. - Change the rule, seed and rule attributes in the Attribute Editor.
- The model will update according to the new attribute values.
- Use the arrow on the right of an attribute to reset the attribute to its default value. The default value might depend on the seed and/or other attributes.
- License for CityEngine (2019.0 or later), e.g. to author Rule Packages.
- CMake 3.13 or later (http://www.cmake.org)
- Autodesk Maya 2020, 2022 or 2023 or the corresponding development kit
- Windows 7, 8.1 or 10 (64bit)
- Required C++ compiler: Visual Studio 2019 with Toolset MSVC 14.27 or later
- WiX Toolset 3.11.1: Optional, required for building .msi installers
- RedHat Enterprise Linux 7.x or compatible
- Required C++ compiler: GCC 9.3 or later (RedHat Enterprise Linux DevToolSet 9.1)
- Open a Visual Studio x64 Command Shell in the
serlio
root directory, i.e. at<your path to>\esri-cityengine-sdk\examples\serlio
. - Create a build directory with
mkdir build
and change into it withcd build
. - Run
cmake
to generate a Visual Studio solution:Use optionscmake -G "Visual Studio 16 2019" ../src
-Dprt_DIR=<ce sdk root>\cmake
and-Dmaya_DIR=<maya installation root>
to override the default locations of CityEngine SDK and Maya. - Open the generated
serlio_parent.sln
in Visual Studio. - Switch the solution configuration to "Release" or "RelWithDebInfo" ("Debug" is not supported).
- Call
build
on theINSTALL
project. - Proceed with the Installation Instructions below.
- Open a Visual Studio x64 Command Shell in the
serlio
root directory, i.e. at<your path to>\esri-cityengine-sdk\examples\serlio
. - Create a build directory with
mkdir build
and change into it withcd build
. - Run
cmake
to generate the Makefiles:Use optionscmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=RelWithDebInfo ../src
-Dprt_DIR=<ce sdk root>\cmake
and-Dmaya_DIR=<maya installation root>
to override the default locations of CityEngine SDK and Maya. - Run make to build the desired target, e.g.
nmake install
- The build result will appear in the
install
directory in parallel to thebuild
directory. We will use this as the plugin directory below.
- WiX Toolset 3 (3.11.1 or later) and Apache Ant (1.10.x or later) is required for building MSI installers.
- Start by building Serlio with release configurations as described above.
- Open a Command Shell in the
serlio\deploy
directory. - Run
ant
in the current directioy. Make sure to set at least one valid install path:ant -D"maya2023.dir"=../install
- The installer will appear in
serlio\build\build_msi
.
- Open a terminal (e.g. bash).
- Change into the example directory:
cd <your path to>/esri-cityengine-sdk/examples/serlio
- Create a build directory and change into it:
mkdir build && cd build
- Run cmake (adjust the Maya path if necessary):
cmake -Dmaya_DIR=/usr/autodesk/maya2023 ../src
- Compile:
make install
- The build result will appear in the
install
directory in parallel to thebuild
directory. We will use this as the plugin directory below.
- Locate the
install
directory where you built the plugin, let's call itPLUGINDIR
. - Locate the Maya.env file in your home, usually its in
<home directory>\Documents\maya\2023
. - Edit Maya.env as follows:
:: replace <PLUGINDIR> with the actual path PATH=<PLUGINDIR>\plug-ins;%PATH% MAYA_PLUG_IN_PATH=<PLUGINDIR>\plug-ins MAYA_SCRIPT_PATH=<PLUGINDIR>\scripts XBMLANGPATH=<PLUGINDIR>\icons
- Start Maya.
- Open the plugin manager: "Windows" -> "Settings/Preferences" > "Plug-in Manager".
- Enable
serlio.mll
. - The plugin should load and a new menu item
Serlio
should appear in Maya.
- Let's call the directory with the Serlio binaries
PLUGINDIR
(downloaded binaries or locally builtinstall
folder). - Locate the Maya.env file in your home, e.g.:
~/maya/2020/Maya.env
. - Edit Maya.env as follows:
PLUGINDIR=<PLUGINDIR> # replace <PLUGINDIR> with the actual path MAYA_PLUG_IN_PATH=$PLUGINDIR/plug-ins MAYA_SCRIPT_PATH=$PLUGINDIR/scripts XBMLANGPATH=$PLUGINDIR/icons/%B
- Start Maya (Note: you may want to start Maya from a shell to see the Serlio log output).
- Open the plugin manager: "Windows" > "Settings/Preferences" > "Plug-in Manager".
- Enable
serlio.so
. - The plugin should load and a new menu item
Serlio
should appear in Maya.
Required Cityengine version: 2023.1 or older. For commercial work, a license for CityEngine 2023.1 is required.
- Updated Procedural Runtime (PRT) to 3.1 (corresponds to CityEngine 2023.1).
Required Cityengine version: 2023.0 or older.
- Support for Maya 2023.
- Updated Procedural Runtime (PRT) to 3.0 (corresponds to CityEngine 2023.0).
- Fixed sorting of rule attributes in the Attribute Editor to get same behavior as in the CityEngine Inspector.
- Support for Maya 2019.
Required CityEngine version: 2022.0 or older.
- Support for Rule Packages (RPK) created with CityEngine 2022.0
Required CityEngine version: 2021.1 or older.
- Support for Maya 2020 and 2022. (#73)
- Command to remove Serlio nodes and materials from mesh.
- Support and UI for resetting user-set attributes. (#50)
- Support for dynamic enums.
- Support for RGB-based opacity maps. (#15, #33, #18)
- Support for legacy usage of the @Range annotation
- UX to display warnings and errors in rule files:
- RPK/CGB and PRT version mismatch
- Asset errors
- CGA errors
- Generate errors
- Help tab with links to:
- Serlio Website
- CGA Reference
- RPK Manual
- About dialog with version number and license info.
- Node Behavior and UUID tab to attributes
- Updated Procedural Runtime (PRT) to 2.6 (corresponds to CityEngine 2021.1) and exclude non-relevant extensions.
- Avoid unpacking of rule package (performance improvement). (#74)
- Improved rule attribute ordering (matching CityEngine).
- Stopped supporting generation of rules without Maya construction history.
- Automatically switch viewport to textured mode after generating materials.
- Replace rule package instead of stacking Serlio nodes, when calling "Add rule package..". (#13)
- Improved UI feedback on node for invalid rule package paths
- Improved generation performance.
- Fixed metadata storage on scene save/load
- Fixed scaling of geometry.
- Fixed random seed handling. (#51)
- Fixed rule package reloading, when start rule changes. (#17)
- Fixed undo/redo for material creation and rule switching.
- Fixed crash in case PRT generates an empty mesh.
- Fixed crash when modifying rule package path.
- Reset material to default, when PRT generates an empty mesh.
- Fixed enum attributes. (#23)
- Fixed file picker. (#55)
- Fixed error message in MEL console.
- Fixed faintly visible transparent stingray materials.
- Fixed Maya attribute naming issues.
- Fixed bug that could create duplicate tweak nodes.
- Updated compilers (now using C++ 17)
- Updated test framework and build system
- Bundled installers for all Maya versions (2019-2022) into one
- Added Street Segment example
- Updated Favela example
- BREAKING CHANGE: Switched to official Autodesk IDs for Serlio custom nodes. (#26)
- Added creation of Arnold materials. (#11, #40, #65)
- Correctly compute default values of rule attributes based on initial shape geometry.
- Show error message if required Maya plugins (e.g. 'shaderFXPlugin') are not loaded. (#65)
- Updated to CityEngine SDK 2019.1. (#42)
- Introduced clang-format. (#37)
- Merged support for creating MSI installers via CMake.
- Fixed wrong build type of codec library in MSI installers.
- Improved error handling when loading the plugin (check codec library).
- Do not install unnecessary PRT codecs for Serlio.
- Improved error handling (prevent crash) if a specified Rule Package (RPK) is not readable.
- Optimized the encoding of PRT geometry with many meshes (e.g. results in a speedup of about 5x for the "Parthenon" CityEngine example).
- Do not change Maya selection after user touches the attribute sliders.
- Do not pass Maya's automatically created color child attributes to PRT.
- Added attribute sorting in the Maya node editor like in CityEngine.
- Fixed saving of string rule attributes in Maya scene.
- Fixed connectivity of generated meshes and normal orientation.
- Fixed handling of rule attribute annotations (enum, range).
- Fixed tex-coords handling in case some meshes do not have any.
- Performance optimizations.
- Rebranding to "Serlio" in UI.
- Publication of source code on github.
- First release after complete rewrite based on Maya "modifier node" example.
- Better UX and conformance with behavior of other Maya geometry tools (e.g. undo).
- Improved performance and Material support.
- Experimental Maya plugin released as source code example for CityEngine SDK.
- Serlio 2.2 and Maya 2023 on Linux: Serlio does not work if the Maya 2023 USD plugin is active at the same time (USD library clash).
- Serlio 2.0: In Maya 2019 on Windows, Serlio does not support reading USD assets from RPKs.
- Modifying the input shape after a Serlio node is attached is not supported.
- Scaling transformations on the initial shape mesh will scale the entire generated model. Make sure that all scaling transformations on the initial shape mesh are frozen before applying a rule ("Modify" > "Freeze Transformations").
- Maya uses centimeters as default working units, we recommend changing these to meters in
"Windows" > "Settings/Preferences" > "Preferences" > "Settings" > "Working Units".
- We also recommend multiplying the value of the "Near Clip Plane" and "Far Clip Plane" attributes in the
perspShape
of the perspective camera by a factor of 100.
- We also recommend multiplying the value of the "Near Clip Plane" and "Far Clip Plane" attributes in the
- Duplicating a generated Serlio building multiple times with copy/paste can lead to wrong materials due to a naming bug in Maya. However, there are two workarounds:
- Use smart duplicate instead: Go to "Edit" > "Duplicate Special" and tick "Assign unique name to children nodes".
- Manually rename all pasted meshes to something unique and regenerate the rule.
Serlio is free for personal, educational, and non-commercial use. Commercial use requires at least one commercial license of the latest CityEngine version installed in the organization. Redistribution or web service offerings are not allowed unless expressly permitted.
Serlio is under the same license as the included CityEngine SDK. An exception is the Serlio source code (without CityEngine SDK, binaries, or object code), which is licensed under the Apache License, Version 2.0 (the “License”); you may not use this work except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0
All content in the Examples directory/section is licensed under the APACHE 2.0 license as well.
For questions or enquiries regarding licensing, please contact the Esri CityEngine team (cityengine-info@esri.com).