mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-09 13:50:05 +00:00
Release 3.4.3
This commit is contained in:
parent
fd668d6488
commit
82ab1b9f54
@ -34,10 +34,10 @@
|
||||
Release 3.4
|
||||
~~~~~~~~~~~
|
||||
|
||||
Release 3.4.2 - Apr 2020
|
||||
Release 3.4.3 - Apr 2020
|
||||
========================
|
||||
|
||||
Release 3.4.2 is a minor release including bug fixes and configuration improvements
|
||||
Release 3.4.3 is a minor release including bug fixes and configuration improvements
|
||||
|
||||
**Changes**
|
||||
- GLEW is no longer required by default (GitHub #1183 #1184)
|
||||
@ -59,6 +59,7 @@ Release 3.4.2 is a minor release including bug fixes and configuration improveme
|
||||
**Bug Fixes**
|
||||
- Fixed selective boundary interpolation for case Sdc::Options::VTX_BOUNDARY_NONE (GitHub #1170 #1171)
|
||||
- Fixed static library linking to address missing symbols (GitHub #1192)
|
||||
- Additional fixes for dynamic and static linking (GitHub #1193)
|
||||
|
||||
Release 3.4.0 - Jun 2019
|
||||
========================
|
||||
|
@ -25,13 +25,13 @@
|
||||
#ifndef OPENSUBDIV3_VERSION_H
|
||||
#define OPENSUBDIV3_VERSION_H
|
||||
|
||||
#define OPENSUBDIV_VERSION v3_4_2
|
||||
#define OPENSUBDIV_VERSION v3_4_3
|
||||
|
||||
#define OPENSUBDIV_VERSION_NUMBER 30402
|
||||
#define OPENSUBDIV_VERSION_NUMBER 30403
|
||||
|
||||
#define OPENSUBDIV_VERSION_MAJOR 3
|
||||
#define OPENSUBDIV_VERSION_MINOR 4
|
||||
#define OPENSUBDIV_VERSION_PATCH 2
|
||||
#define OPENSUBDIV_VERSION_PATCH 3
|
||||
|
||||
namespace OpenSubdiv {
|
||||
namespace OPENSUBDIV_VERSION {
|
||||
|
Loading…
Reference in New Issue
Block a user