mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-24 04:20:21 +00:00
Update release notes for release 2.3.3
This commit is contained in:
parent
f7f2ca2581
commit
14f5d60af9
@ -31,6 +31,25 @@ Release Notes
|
|||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
|
Release 2.3.3
|
||||||
|
=============
|
||||||
|
|
||||||
|
**Changes**
|
||||||
|
- Modify Far remapping of singular vertices to point to their source vertex.
|
||||||
|
- Refactoring Ptex Mipmap and Analytic Displacement code
|
||||||
|
- Adding some documentation for Chaikin crease rule
|
||||||
|
- Misc. improvements to PxOsdUtilsMesh
|
||||||
|
- Adding recommended isolation output to OsdPolySmooth node
|
||||||
|
|
||||||
|
**Bug Fixes**
|
||||||
|
- Adding an error check on version parsing of main CMakeLists
|
||||||
|
- Fix regex in FindMaya.cmake that breaks with recent versions of Maya
|
||||||
|
- Fix crashes induced by typeid
|
||||||
|
- Fixed VS2010 build warning
|
||||||
|
- Fix build break in hbr_regression
|
||||||
|
- Fix incorrect capitalization in GL ptexViewer shader.glsl
|
||||||
|
- Fix OSX build: add stdlib.h include
|
||||||
|
|
||||||
Release 2.3.2
|
Release 2.3.2
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
@ -25,6 +25,6 @@
|
|||||||
#ifndef OPENSUBDIV_VERSION_H
|
#ifndef OPENSUBDIV_VERSION_H
|
||||||
#define OPENSUBDIV_VERSION_H
|
#define OPENSUBDIV_VERSION_H
|
||||||
|
|
||||||
#define OPENSUBDIV_VERSION v2_3_2
|
#define OPENSUBDIV_VERSION v2_3_3_dev
|
||||||
|
|
||||||
#endif /* OPENSUBDIV_VERSION_H */
|
#endif /* OPENSUBDIV_VERSION_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user