Skip to content

Commit

Permalink
release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mistafunk committed Jul 31, 2019
1 parent 4403e56 commit aefcc5e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion doc/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Serlio ChangeLog

## v1.0.0-beta.1 (2019-XX-XX)
## v1.0.0 (2019-07-31)
* 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.

## v1.0.0-beta.1 (2019-07-26)
* 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.
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include(common.cmake)

set(SRL_VERSION_MAJOR 1)
set(SRL_VERSION_MINOR 0)
set(SRL_VERSION_PATCH 0-beta.1)
set(SRL_VERSION_PATCH 0)
if(NOT SRL_VERSION_BUILD)
set(SRL_VERSION_BUILD DEV)
endif()
Expand Down

0 comments on commit aefcc5e

Please sign in to comment.