Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hdrp/add volume component blue book link #2362

Merged
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
8426ea9
Initial addition of documentation URL button to Volume editor framework
johnpars Oct 8, 2020
e979134
Integrate the help button icon for volume component documentation.
johnpars Oct 8, 2020
4d4d710
Correct the alignment of documentation icon so it lines up with addit…
johnpars Oct 8, 2020
a65dfbb
Add also a volume component documentation attribute. This adds suppor…
johnpars Oct 8, 2020
6a95dda
Initial addition of documentation URL for custom volume editors
johnpars Oct 8, 2020
9d7e26b
Initial commit of documentation URL for default volume editors (using…
johnpars Oct 8, 2020
fed6d64
Swap the place of documentation icon with additional options icon
johnpars Oct 8, 2020
aa760b0
update changelog
johnpars Oct 8, 2020
cf85dd8
Revert choosing between two different documentations for raytracing. …
johnpars Oct 8, 2020
a4b605d
Merge latest master
johnpars Oct 19, 2020
3d072f9
Remove the VolumeComponentDocumentation attribute. Same thing can be …
johnpars Oct 19, 2020
4d758aa
Use the HelpURL for all volume components, remove the editor override
johnpars Oct 19, 2020
dc2bdc4
Fix typos to broken URL
johnpars Oct 19, 2020
e004fc8
Fix core util function signature to not break other packages or user …
johnpars Oct 20, 2020
c463e03
Preprocess the help URL attributes
johnpars Oct 20, 2020
5d69120
Do the documentation loading in static construction
johnpars Oct 20, 2020
5611cea
Organize placement of static function
johnpars Oct 20, 2020
449c2e2
Merge branch 'master' into HDRP/add-volume-component-blue-book-link
sebastienlagarde Oct 22, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into HDRP/add-volume-component-blue-book-link
  • Loading branch information
sebastienlagarde authored Oct 22, 2020
commit 449c2e29d1f59be40b951e3773fd3992611f21b4
4 changes: 3 additions & 1 deletion com.unity.render-pipelines.high-definition/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ The version number for this package has increased due to a version update of a r
### Added
- Added a rough distortion frame setting and and info box on distortion materials.
- Adding support of 4 channel tex coords for ray tracing (case 1265309).
- Added a help button on the volume component toolbar for documentation.

### Fixed
- Fixed an issue where the Exposure Shader Graph node had clipped text. (case 1265057)
Expand All @@ -25,6 +26,7 @@ The version number for this package has increased due to a version update of a r
- Fixed precision issue with the atmospheric fog.
- Fixed issue with TAA and no motion vectors.


### Changed
- Combined occlusion meshes into one to reduce draw calls and state changes with XR single-pass.
- Claryfied doc for the LayeredLit material.
Expand Down Expand Up @@ -64,7 +66,7 @@ The version number for this package has increased due to a version update of a r
- Added a new ray tracing only function that samples the specular part of the materials.
- Adding missing marker for ray tracing profiling (RaytracingDeferredLighting)
- Added the support of eye shader for ray tracing.
- Added a help button on the volume component toolbar for documentation.
- Exposed Refraction Model to the material UI when using a Lit ShaderGraph.

### Fixed
- Fixed several issues with physically-based DoF (TAA ghosting of the CoC buffer, smooth layer transitions, etc)
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.