mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-08 13:30:04 +00:00
Release 3.3.3
This commit is contained in:
parent
dd9c94e391
commit
3b5c3d99d2
@ -31,6 +31,16 @@
|
||||
|
||||
----
|
||||
|
||||
Release 3.3.3
|
||||
=============
|
||||
|
||||
Release 3.3.3 is bug-fix release addressing regressions from release 3.3.2
|
||||
|
||||
**Bug Fixes**
|
||||
- Fixed a regression in PatchTable construction with varying patches (GitHub Issue #976)
|
||||
- Fixed a regression in PatchTable construction for face-varying patches (GitHub Issue #972)
|
||||
- Fixed a bug in the initialization of Far::SourcePatch (GitHub Issue #971)
|
||||
|
||||
Release 3.3.2
|
||||
=============
|
||||
|
||||
|
@ -25,13 +25,13 @@
|
||||
#ifndef OPENSUBDIV3_VERSION_H
|
||||
#define OPENSUBDIV3_VERSION_H
|
||||
|
||||
#define OPENSUBDIV_VERSION v3_3_2
|
||||
#define OPENSUBDIV_VERSION v3_3_3
|
||||
|
||||
#define OPENSUBDIV_VERSION_NUMBER 30302
|
||||
#define OPENSUBDIV_VERSION_NUMBER 30303
|
||||
|
||||
#define OPENSUBDIV_VERSION_MAJOR 3
|
||||
#define OPENSUBDIV_VERSION_MINOR 3
|
||||
#define OPENSUBDIV_VERSION_PATCH 2
|
||||
#define OPENSUBDIV_VERSION_PATCH 3
|
||||
|
||||
namespace OpenSubdiv {
|
||||
namespace OPENSUBDIV_VERSION {
|
||||
|
Loading…
Reference in New Issue
Block a user