mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-24 20:40:15 +00:00
Release 3.1.1
This commit is contained in:
parent
ee5ad78e64
commit
df0ac0c34f
@ -31,6 +31,16 @@
|
||||
|
||||
----
|
||||
|
||||
Release 3.1.1
|
||||
=============
|
||||
|
||||
Release 3.1.1 is a minor bug-fix release.
|
||||
|
||||
**Bug Fixes**
|
||||
- Fixed a bug with non-manifold face-varying topology causing a crash during patch table creation
|
||||
- Fixed GLEW compilation and linking with dynamic GLEW libraries on Windows
|
||||
- Fixed GLFW linking with GLFW 3.2 on X11 platforms
|
||||
|
||||
Release 3.1.0
|
||||
=============
|
||||
|
||||
|
@ -25,13 +25,13 @@
|
||||
#ifndef OPENSUBDIV3_VERSION_H
|
||||
#define OPENSUBDIV3_VERSION_H
|
||||
|
||||
#define OPENSUBDIV_VERSION v3_1_0
|
||||
#define OPENSUBDIV_VERSION v3_1_1
|
||||
|
||||
#define OPENSUBDIV_VERSION_NUMBER 30100
|
||||
#define OPENSUBDIV_VERSION_NUMBER 30101
|
||||
|
||||
#define OPENSUBDIV_VERSION_MAJOR 3
|
||||
#define OPENSUBDIV_VERSION_MINOR 1
|
||||
#define OPENSUBDIV_VERSION_PATCH 0
|
||||
#define OPENSUBDIV_VERSION_PATCH 1
|
||||
|
||||
namespace OpenSubdiv {
|
||||
namespace OPENSUBDIV_VERSION {
|
||||
|
Loading…
Reference in New Issue
Block a user