-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
57 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Palladio ChangeLog | ||
|
||
## v1.0 (Jan 26, 2018) | ||
* Renamed project to "Palladio". | ||
* Updated documentation. | ||
|
||
## v9.0 (Jan 18, 2018) | ||
* Add support for writing out primitive attributes from rule/generic CGA attributes (#40). | ||
* Removed random seed parameter UI, read it from incoming primitive attributes instead. Added centroid-based random seed as fallback. | ||
* Correctly update assign node parameters from RPK (#62). | ||
* Make primitive group creation optional and based on primitive classifier (#67). | ||
* Add support for CityEngine network licensing (#41). | ||
* Fixed crash when handling invalid RPK paths. | ||
* Remove style prefix on primitive attribute names. | ||
|
||
## v0.8 (Dec 19, 2017) | ||
* Added support for multiple UV sets (#36). | ||
* Added support for CGA reports (#39). | ||
* Properly use Houdini input mesh connectivity (make CGA operation "isClosedSurface" work correctly) (#49). | ||
* Refactored assign node to correctly use incoming geometry to evaluate default rule attribute values. | ||
|
||
## v0.7.1 (Nov 27, 2017) | ||
* Proper support for UVs and material attributes. | ||
* Introduced Conan to handle 3rd part packages (Houdini, CityEngine). | ||
* Updated to CityEngine SDK 2017.1 (CE SDK 1.9). | ||
|
||
## v0.7 (Sep 19, 2017) | ||
* Split plugin into two SOPs ("assign" and "generate") to support proper evaluation of rule attribute default values. | ||
* Purely rely on Houdini attribute tools (e.g. "AttributeCreate") to create/modify rule attributes (= no need for complicated UI on assign node). | ||
* Updated to Houdini 16 and CityEngine 2017. | ||
* Dropped Windows support temporarily. | ||
|
||
## v0.6 (Mar 15, 2016) | ||
* Support for rule attribute UI via Houdini multi-parameter. | ||
* Experimental support for Windows. | ||
* Updated to Houdini 15 and CityEngine 2016. | ||
|
||
## v0.4 (Oct 22, 2015) | ||
* Working geometry generation (no normals/UVs) from CityEngine rule packages | ||
* Support to read rule attributes from primitive attributes | ||
* Implemented rule execution as single surface operator (SOP). | ||
* Updated to Houdini 13 and CityEngine 2015. | ||
|
||
## v0.1 - v0.3 (Spring 2015) | ||
* Early experiments with Houdini 12 and CityEngine 2014. | ||
* Figuring out how to represent CityEngine concept within the Houdini HDK data structures. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters