mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-08 13:30:04 +00:00
Release 3.3.1
This commit is contained in:
parent
c8d6059367
commit
171629fbd8
@ -22,7 +22,7 @@
|
||||
language governing permissions and limitations under the Apache License.
|
||||
|
||||
|
||||
3.0 - 3.2 Release Notes
|
||||
3.0 - 3.3 Release Notes
|
||||
-----------------------
|
||||
|
||||
.. contents::
|
||||
@ -31,6 +31,23 @@
|
||||
|
||||
----
|
||||
|
||||
Release 3.3.1
|
||||
=============
|
||||
|
||||
Release 3.3.1 is a minor bug-fix release
|
||||
|
||||
**Bug Fixes**
|
||||
- Fixed GLSL/HLSL/Metal patch shader code to resolve degenerate normals (GitHub Issue #947)
|
||||
- Fixed problems with face-varying patches in uniform PatchTables
|
||||
- Fixed integer overflow bugs for large meshes in PatchTable factories
|
||||
- Fixed computation of PatchParam for triangle refinement (GitHub Issue #962)
|
||||
|
||||
**Changes**
|
||||
- Added build options: NO_GLFW and NO_GLFW_X11
|
||||
- Added additional shapes with infinitely sharp creases to the Metal and DX11 example viewers
|
||||
- Disabled GL tests during CI runs on Linux
|
||||
- Improved stability of examples/glImaging in CI runs by testing GL version
|
||||
|
||||
Release 3.3.0
|
||||
=============
|
||||
|
||||
|
@ -25,13 +25,13 @@
|
||||
#ifndef OPENSUBDIV3_VERSION_H
|
||||
#define OPENSUBDIV3_VERSION_H
|
||||
|
||||
#define OPENSUBDIV_VERSION v3_3_0
|
||||
#define OPENSUBDIV_VERSION v3_3_1
|
||||
|
||||
#define OPENSUBDIV_VERSION_NUMBER 30300
|
||||
#define OPENSUBDIV_VERSION_NUMBER 30301
|
||||
|
||||
#define OPENSUBDIV_VERSION_MAJOR 3
|
||||
#define OPENSUBDIV_VERSION_MINOR 3
|
||||
#define OPENSUBDIV_VERSION_PATCH 0
|
||||
#define OPENSUBDIV_VERSION_PATCH 1
|
||||
|
||||
namespace OpenSubdiv {
|
||||
namespace OPENSUBDIV_VERSION {
|
||||
|
Loading…
Reference in New Issue
Block a user