Skip to content

Releases: Esri/palladio

Palladio v1.4.1

12 Mar 22:06
Compare
Choose a tag to compare

Minor feature release to improve compatibility with CityEngine.

Added a change to the Houdini Encoder to mimic CityEngine in its UV set fallback behavior. Palladio will copy texture coordinates on UV set 0 (if present) to any higher UV set which has associated valid textures (but no texture coordinates of its own).

Semantic UV channel documentation: https://cehelp.esri.com/help/topic/com.procedural.cityengine.help/html/cgareference/cga_texturing.html

image
image

Palladio v1.4.0

27 Feb 18:20
Compare
Choose a tag to compare

Foremost a bug-fix release to fix wrong texture paths of assets which were in different CityEngine projects than the main rule at RPK creation time (e.g. ESRI.lib).

Also streamlined the generated material attribute names - now using the generic "shader" names as documented for prtx::Material. So this may be a small breaking change, please update your material attribute mappings.

Attached to this release is another demo scene demonstrating how to wire up the generated material attributes to a built-in Houdini shader, e.g. Principled Shader.

image

image

Palladio v1.3.1

20 Feb 16:30
Compare
Choose a tag to compare

Small bug-fix release to workaround a potential crash in the assign node, typically triggered when using undo.

Palladio v1.3.0

20 Jan 22:57
Compare
Choose a tag to compare

Added Houdini 17 support!
Otherwise functionally identical to v1.2.0, trying to continue support for Houdini 16.5 for the next few releases.

image

Palladio 1.2.0

17 Jan 13:37
Compare
Choose a tag to compare

Finally another release! Functionally identical with rc1, but with improved build system and Jenkins pipeline support. Also, the released binaries have been updated to Houdini 16.5.634.

PS: Thanks to Esri R&D Zurich for donating resources for CI.

Palladio v1.2.0-rc.1

11 Jun 20:09
Compare
Choose a tag to compare
Palladio v1.2.0-rc.1 Pre-release
Pre-release

Pre-Release:

  • Added support for inter-shape occlusion (#33)

image

Above scene has been generated by this CGA snippet:

version "2017.1"

@StartRule
Init -->
	extrude(1)
	Check
	
Check -->	
	case overlaps():
		color(1,0,0)
	else:
		color(0,0.5,0.5)

Palladio v1.1.1

16 Apr 15:55
Compare
Choose a tag to compare

Minor maintenance release:

  • Fixed asset loading issues in CE SDK on Windows (#88)

Palladio v1.1

09 Apr 19:56
b57ef30
Compare
Choose a tag to compare
  • Added support for Windows (#85).
  • Raised minimal Houdini version to 16.5.x (#85).
  • Added support to reload RPKs (#58).
  • Updated demo project 'PalladioDemo02' (attached to this release).

Please note, the attached "palladio-*" binaries are provided as-is without any guarantees or warranty. The target versions of Houdini and CityEngine SDK are included in the artifact name. Built on RHEL6 (GCC 4.8) and Windows 7 (MSVC 14.0).

cam3_03_contrast
cam2_04_contrast

Developer Note: the attached esri_ce_sdk-* archive is a manually patched CE SDK build to workaround naming clashes with Alembic.dll which is present both in CE SDK and Houdini (see #88 for details).

Palladio v1.0

25 Jan 20:26
Compare
Choose a tag to compare

First public release of Palladio. Changes since v0.9:

  • Renamed project to "Palladio" (#68)
  • Updated documentation (#38)
  • Published demo scene (#74)

blog_demo2

prt4houdini v0.9

25 Jan 20:13
8ae4cc5
Compare
Choose a tag to compare
prt4houdini v0.9 Pre-release
Pre-release

we are feature complete for v1.0:

  • export of generic CGA attribute values to primitive attributes
  • added support for CityEngine network licensing
  • made primitive group creation optional
  • centroid-based default random seed