Skip to content

Commit

Permalink
Adding release notes. (#211)
Browse files Browse the repository at this point in the history
* Create CHANGELOG.MD

* update changelog and readme

* Update CHANGELOG.MD

* Update Version.cmake
  • Loading branch information
bsavery authored Dec 20, 2019
1 parent 17b710d commit 26bd882
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 4 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Change Log
## 1.1 Release
### New features
- Added Centos 7 build
- RPR Render Settings moved to tab in "Render Settings" LOP node for use in Houdini.
- Image Gamma supported for GL textures
- Add support for alpha compositing render output. This allows overlaying on the Houdini background and viewport gizmos
- Support for UsdTransform2D nodes in shading (Only single level, not nested)
- Per object subdivision. Also added a HDA RPR Mesh Properties Node for specifying subdivision level in Houdini
- Support of doublesided meshes
- Support of HdDisplayStyle::displacementEnabled attributes
- Camera FStop, Focal Length, Aperture, Focus Distance and Clipping Range is supported on cameras
- Support for tapered width curves (linear curves only)
- Add debugging environment variable. Set HD_RPR_ERROR_OUTPUT_FILE=some_file.txt to dump USD errors when rendering with hdRPR in Houdini.


### Fixes
- Fixed finding Hybrid.so on Ubuntu
- Houdini 18.0.311 changes orientation of Dome lights. Match this corrected behavior, but for users on older versions of Houdini can set HDRPR_INVERT_DOME_LIGHT_Z_AXIS=0 in enviroment variables to get old behavior.
- Hide "Error unsupported" warnings on hybrid modes
- Only Houdini 18 versions are shown in the installer script
- Fixed handling of USDUvTexture scale and bias
- Fixed an issue if an AOV was created but format changed
- Fix compilation warnings on macOS
- Subdivision is automatically enabled on objects with displacement
- Fix crash when releasing displacement nodes
- Render Quality setting is disabled on macOS
- Viewport "Headlight" is now removed when the user adds a light.


## 1.0 Release
- Denoiser support
- Full Spectrum Rendering modes on Windows and Ubuntu
- Support for USDPreviewSurface, USD lights, and Volumes
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,21 @@ Build using cmake.

| Dependency Name | Description | Version |
| ------------------ |----------------------------------------------------------------------- | ------- |
| RPR_LOCATION | Radeon Pro Render directory with include and lib dirs | 1.3.20 or higher |
| RPR_LOCATION | Radeon Pro Render directory with include and lib dirs | 1.34.5 or higher |

##### Radeon Image Filters

| Dependency Name | Description | Version |
| ------------------ |----------------------------------------------------------------------- | ------- |
| RIF_LOCATION | Radeon Image Filter Library directory with include and lib dirs | 1.2.0 or higher |
| RIF_LOCATION | Radeon Image Filter Library directory with include and lib dirs | 1.4.2 or higher |

##### UsdView plugin Components

UsdView plugin is build by default (```RPR_BUILD_AS_HOUDINI_PLUGIN=FALSE```).

| Dependency Name | Description | Version |
| ------------------ |----------------------------------------------------------------------- | ------- |
| USD_ROOT | USD directory with include and lib dirs | 19.07 |
| USD_ROOT | USD directory with include and lib dirs | 19.11 |

##### Houdini plugin Components

Expand Down
2 changes: 1 addition & 1 deletion cmake/defaults/Version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
#
# Versioning information
set(HD_RPR_MAJOR_VERSION "1")
set(HD_RPR_MINOR_VERSION "0")
set(HD_RPR_MINOR_VERSION "1")
set(HD_RPR_PATCH_VERSION "0")

0 comments on commit 26bd882

Please sign in to comment.