Skip to content

Commit caaef61

Browse files
committed
Rename puma page to rhino and add redirect
1 parent 0c72692 commit caaef61

File tree

5 files changed

+75
-66
lines changed

5 files changed

+75
-66
lines changed

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ end
2222

2323
# Performance-booster for watching directories on Windows
2424
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
25+
26+
gem 'jekyll-redirect-from'

Gemfile.lock

+1
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ PLATFORMS
263263

264264
DEPENDENCIES
265265
github-pages (>= 104)
266+
jekyll-redirect-from
266267
tzinfo (~> 1.2)
267268
tzinfo-data
268269
wdm (~> 0.1.1)

_config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ twitter_username: jekyllrb
3030
github_username: jekyll
3131

3232
# Build settings
33-
plugins: []
33+
plugins:
34+
- jekyll-redirect-from
3435

3536
# Exclude from processing.
3637
# The following items will not be processed, by default.

_plugins/puma.md

+4-65
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,5 @@
11
---
2-
layout: detail
3-
fullpreview: true
4-
order-of-appearance: 3
5-
draft: false
6-
7-
name: puma
8-
title: ArcGIS CityEngine for Rhino - Plugin for Rhino and Grasshopper
9-
platform: Rhino
10-
logo: puma.png
11-
github: https://github.com/esri/puma
12-
13-
teaser-image: puma_street_segment_overview_1920x1080.jpg
14-
15-
hero-title: ArcGIS CityEngine for Rhino
16-
hero-subtitle: CityEngine Plugin for Rhino and Grasshopper
17-
hero-content:
18-
- type: video
19-
name: JHMathmLBY8
20-
21-
description: ArcGIS CityEngine for Rhino is a plugin for Rhino and Grasshopper. It provides a Rhino command and Grasshopper components which enable the execution of CityEngine rules within a Rhino scene.
22-
23-
gallery:
24-
- image: puma_street_segment_street_level_1920x1080.jpg
25-
- image: puma_street_segment_overview_1920x1080.jpg
26-
27-
introduction: ArcGIS CityEngine for Rhino (formerly known as "Puma") is a plugin for <a href="https://www.rhino3d.com">Rhino and Grasshopper</a>. It provides a Rhino command and Grasshopper components which enable the execution of <a href="https://www.esri.com/software/cityengine">CityEngine</a> rules within a Rhino scene. Therefore, a Rhino artist or designer does not have to leave their familiar Rhino environment anymore to make use of CityEngine’s procedural modeling power. Complicated export-import steps are no longer needed, which also means that the procedural models do not need to be “baked” anymore. The building or street models stay procedural during the entire design or planning workflow. Consequently, the user can change any attributes of the building or street models easily by connecting them to other Grasshopper components.<br/><br/>CityEngine for Rhino requires 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”. More examples for CGA rule files can additionally be found in the <a href="https://doc.arcgis.com/en/cityengine/latest/tutorials/introduction-to-the-cityengine-tutorials.htm" target="_blank">CityEngine tutorials</a>.<br/><br/>CityEngine for Rhino is well suited for managing the procedural generation of architectural 3D content in design and urban planning scenarios. However, CityEngine for Rhino is restricted to the procedural generation of buildings and street detailing/furniture. CityEngine for Rhino does not include the city layout and street network editing tools of CityEngine itself (i.e. the rich CityEngine toolset to design a city from scratch or based on geographic data is still needed).<br/><br/><strong><i>ArcGIS CityEngine for Rhino 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. Please refer to the licensing section below for more detailed licensing information.</strong></i>
28-
29-
ressource-1-title: Downloads
30-
ressource-1-text: Search for ArcGIS CityEngine for Rhino in the built-in <strong>Package Manager of Rhino</strong> (recommended) or manually download from the Food4Rhino app store.
31-
ressource-1-link-text: → Go to the Food4Rhino app store
32-
ressource-1-link-url: https://www.food4rhino.com/en/app/puma
33-
34-
ressource-2-title: Documentation
35-
ressource-2-text: A full documentation of ArcGIS CityEngine for Rhino is available on our github repository.
36-
ressource-2-link-text: → Read documentation
37-
ressource-2-link-url: https://github.com/esri/puma/blob/master/README.md
38-
39-
ressource-3-title: Github
40-
ressource-3-text: For more information, assets and resources check our Github repository.
41-
ressource-3-link-text: → Go to Github
42-
ressource-3-link-url: https://github.com/esri/puma
43-
44-
examples:
45-
46-
- title: Street Segment
47-
text: This example demonstrates the main features of ArcGIS CityEngine for Rhino in a compact scene. Starting from various input shapes (street shapes and building/floor footprints), multiple different Rule Packages are applied to create models ranging from abstract building volumes to realistic facades and street-level scenes. Extract the contents of all 5 zips into a <strong>single directory</strong> then open the Rhino and Grasshopper files and CityEngine for Rhino will find the RPKs automatically.
48-
49-
files:
50-
- title: Street Segment Example Part 1 (Rhino Scene files)
51-
link: https://github.com/Esri/puma/releases/download/v1.0.0/Puma_Street_Segment_Example_Part_1_Rhino.Files.zip
52-
- title: Street Segment Example Part 2 (Building Construction RPKs)
53-
link: https://github.com/Esri/puma/releases/download/v1.0.0/Puma_Street_Segment_Example_Part_2_Building_Construction_RPKs.zip
54-
- title: Street Segment Example Part 3 (Complete Streets RPKs)
55-
link: https://github.com/Esri/puma/releases/download/v1.0.0/Puma_Street_Segment_Example_Part_3_Complete_Street_RPKs.zip
56-
- title: Street Segment Example Part 4 (Generic Modern Building RPKs)
57-
link: https://github.com/Esri/puma/releases/download/v1.0.0/Puma_Street_Segment_Example_Part_4_Generic_Modern_Building_RPKs.zip
58-
- title: Street Segment Example Part 5 (Floor RPKs)
59-
link: https://github.com/Esri/puma/releases/download/v1.0.0/Puma_Street_Segment_Example_Part_5_Floor_RPKs.zip
60-
61-
images:
62-
- image-name: puma_street_segment_overview_1920x1080.jpg
63-
64-
legal: <ul><li>ArcGIS CityEngine for Rhino 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.</li><li>ArcGIS CityEngine for Rhino is under the same license as the included <a href="./cityenginesdk#legal-section">CityEngine SDK</a>.</li><li>All content in the "Examples" directory/section is licensed under the APACHE 2.0 license. You may obtain a copy of this license at <a href="https://www.apache.org/licenses/LICENSE-2.0" target="_blank">https://www.apache.org/licenses/LICENSE-2.0</a>.</li><li>For questions or enquiries, please contact <a href= "mailto:[email protected]">[email protected]</a></li></ul>
65-
66-
---
2+
permalink: /puma
3+
redirect_to:
4+
- /rhino
5+
---

_plugins/rhino.md

+66
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
---
2+
layout: detail
3+
fullpreview: true
4+
order-of-appearance: 3
5+
draft: false
6+
7+
name: rhino
8+
title: ArcGIS CityEngine for Rhino - Plugin for Rhino and Grasshopper
9+
platform: Rhino
10+
logo: puma.png
11+
github: https://github.com/esri/cityengine_for_rhino
12+
13+
teaser-image: puma_street_segment_overview_1920x1080.jpg
14+
15+
hero-title: ArcGIS CityEngine for Rhino
16+
hero-subtitle: CityEngine Plugin for Rhino and Grasshopper
17+
hero-content:
18+
- type: video
19+
name: JHMathmLBY8
20+
21+
description: ArcGIS CityEngine for Rhino is a plugin for Rhino and Grasshopper. It provides a Rhino command and Grasshopper components which enable the execution of CityEngine rules within a Rhino scene.
22+
23+
gallery:
24+
- image: puma_street_segment_street_level_1920x1080.jpg
25+
- image: puma_street_segment_overview_1920x1080.jpg
26+
27+
introduction: ArcGIS CityEngine for Rhino (formerly known as "Puma") is a plugin for <a href="https://www.rhino3d.com">Rhino and Grasshopper</a>. It provides a Rhino command and Grasshopper components which enable the execution of <a href="https://www.esri.com/software/cityengine">CityEngine</a> rules within a Rhino scene. Therefore, a Rhino artist or designer does not have to leave their familiar Rhino environment anymore to make use of CityEngine’s procedural modeling power. Complicated export-import steps are no longer needed, which also means that the procedural models do not need to be “baked” anymore. The building or street models stay procedural during the entire design or planning workflow. Consequently, the user can change any attributes of the building or street models easily by connecting them to other Grasshopper components.<br/><br/>CityEngine for Rhino requires 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”. More examples for CGA rule files can additionally be found in the <a href="https://doc.arcgis.com/en/cityengine/latest/tutorials/introduction-to-the-cityengine-tutorials.htm" target="_blank">CityEngine tutorials</a>.<br/><br/>CityEngine for Rhino is well suited for managing the procedural generation of architectural 3D content in design and urban planning scenarios. However, CityEngine for Rhino is restricted to the procedural generation of buildings and street detailing/furniture. CityEngine for Rhino does not include the city layout and street network editing tools of CityEngine itself (i.e. the rich CityEngine toolset to design a city from scratch or based on geographic data is still needed).<br/><br/><strong><i>ArcGIS CityEngine for Rhino 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. Please refer to the licensing section below for more detailed licensing information.</strong></i>
28+
29+
ressource-1-title: Downloads
30+
ressource-1-text: Search for ArcGIS CityEngine for Rhino in the built-in <strong>Package Manager of Rhino</strong> (recommended) or manually download from the Food4Rhino app store.
31+
ressource-1-link-text: → Go to the Food4Rhino app store
32+
ressource-1-link-url: https://www.food4rhino.com/en/app/puma
33+
34+
ressource-2-title: Documentation
35+
ressource-2-text: A full documentation of ArcGIS CityEngine for Rhino is available on our github repository.
36+
ressource-2-link-text: → Read documentation
37+
ressource-2-link-url: https://github.com/esri/puma/blob/master/README.md
38+
39+
ressource-3-title: Github
40+
ressource-3-text: For more information, assets and resources check our Github repository.
41+
ressource-3-link-text: → Go to Github
42+
ressource-3-link-url: https://github.com/esri/puma
43+
44+
examples:
45+
46+
- title: Street Segment
47+
text: This example demonstrates the main features of ArcGIS CityEngine for Rhino in a compact scene. Starting from various input shapes (street shapes and building/floor footprints), multiple different Rule Packages are applied to create models ranging from abstract building volumes to realistic facades and street-level scenes. Extract the contents of all 5 zips into a <strong>single directory</strong> then open the Rhino and Grasshopper files and CityEngine for Rhino will find the RPKs automatically.
48+
49+
files:
50+
- title: Street Segment Example Part 1 (Rhino Scene files)
51+
link: https://github.com/Esri/puma/releases/download/v1.0.0/Puma_Street_Segment_Example_Part_1_Rhino.Files.zip
52+
- title: Street Segment Example Part 2 (Building Construction RPKs)
53+
link: https://github.com/Esri/puma/releases/download/v1.0.0/Puma_Street_Segment_Example_Part_2_Building_Construction_RPKs.zip
54+
- title: Street Segment Example Part 3 (Complete Streets RPKs)
55+
link: https://github.com/Esri/puma/releases/download/v1.0.0/Puma_Street_Segment_Example_Part_3_Complete_Street_RPKs.zip
56+
- title: Street Segment Example Part 4 (Generic Modern Building RPKs)
57+
link: https://github.com/Esri/puma/releases/download/v1.0.0/Puma_Street_Segment_Example_Part_4_Generic_Modern_Building_RPKs.zip
58+
- title: Street Segment Example Part 5 (Floor RPKs)
59+
link: https://github.com/Esri/puma/releases/download/v1.0.0/Puma_Street_Segment_Example_Part_5_Floor_RPKs.zip
60+
61+
images:
62+
- image-name: puma_street_segment_overview_1920x1080.jpg
63+
64+
legal: <ul><li>ArcGIS CityEngine for Rhino 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.</li><li>ArcGIS CityEngine for Rhino is under the same license as the included <a href="./cityenginesdk#legal-section">CityEngine SDK</a>.</li><li>All content in the "Examples" directory/section is licensed under the APACHE 2.0 license. You may obtain a copy of this license at <a href="https://www.apache.org/licenses/LICENSE-2.0" target="_blank">https://www.apache.org/licenses/LICENSE-2.0</a>.</li><li>For questions or enquiries, please contact <a href= "mailto:[email protected]">[email protected]</a></li></ul>
65+
66+
---

0 commit comments

Comments
 (0)