mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-10 06:10:07 +00:00
Update release notes for release 2.3.4
This commit is contained in:
parent
89e18fb179
commit
14908b737c
@ -31,6 +31,32 @@ Release Notes
|
||||
|
||||
----
|
||||
|
||||
Release 2.3.4
|
||||
=============
|
||||
|
||||
**New Features**
|
||||
- Adding CPU/OMP/TBB Context / Controller pairs for CPU evaluation of smooth normals
|
||||
- Added adaptiveEvaluator class inspired by Sergey's work in blender (OsdUtil)
|
||||
|
||||
**Changes**
|
||||
- Changed the HUD to ignore mouse clicks when not visible.
|
||||
- Updates for blender development (OsdUtil)
|
||||
- Add C compatible API to access the adaptiveEvaluator class from non-C++ (OsdUtil)
|
||||
- Update license headers to apache (OsdUtil)
|
||||
- CMake build improvement : make osd a cmake object library & remove compiling redundancies
|
||||
- Improve stringification of shaders & kernels in CMake build
|
||||
|
||||
**Bug Fixes**
|
||||
- Fixed iOS build
|
||||
- Fixed VS2010 warnings/errors.
|
||||
- Fix OsdCpuEvalLimitKernel
|
||||
- Fix maxvalence calculation in FarMeshFactory
|
||||
- Fix FarStencilFactory control stencil caching
|
||||
- Removing assert for high-valence vertices running off limit tangent pre-computed table.
|
||||
- Fix degenerate stencil limit tangent code path.
|
||||
- Fix unused variable build warnings (gcc 4.8.2 - Fedora 19)
|
||||
- Fix build warning from osdutil/adaptiveEvaluator.cpp
|
||||
|
||||
Release 2.3.3
|
||||
=============
|
||||
|
||||
|
@ -25,6 +25,6 @@
|
||||
#ifndef OPENSUBDIV_VERSION_H
|
||||
#define OPENSUBDIV_VERSION_H
|
||||
|
||||
#define OPENSUBDIV_VERSION v2_3_3
|
||||
#define OPENSUBDIV_VERSION v2_3_4_dev
|
||||
|
||||
#endif /* OPENSUBDIV_VERSION_H */
|
||||
|
Loading…
Reference in New Issue
Block a user