Add Chromium-only Blender WebEngine parity work
This commit is contained in:
28
blender-5.2.0/extern/opensubdiv-source/opensubdiv/version.h
vendored
Normal file
28
blender-5.2.0/extern/opensubdiv-source/opensubdiv/version.h
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
//
|
||||
// Copyright 2013 Pixar
|
||||
//
|
||||
// Licensed under the terms set forth in the LICENSE.txt file available at
|
||||
// https://opensubdiv.org/license.
|
||||
//
|
||||
|
||||
#ifndef OPENSUBDIV3_VERSION_H
|
||||
#define OPENSUBDIV3_VERSION_H
|
||||
|
||||
#define OPENSUBDIV_VERSION v3_7_0
|
||||
|
||||
#define OPENSUBDIV_VERSION_NUMBER 30700
|
||||
|
||||
#define OPENSUBDIV_VERSION_MAJOR 3
|
||||
#define OPENSUBDIV_VERSION_MINOR 7
|
||||
#define OPENSUBDIV_VERSION_PATCH 0
|
||||
|
||||
namespace OpenSubdiv {
|
||||
namespace OPENSUBDIV_VERSION {
|
||||
|
||||
|
||||
} // end namespace OPENSUBDIV_VERSION
|
||||
using namespace OPENSUBDIV_VERSION;
|
||||
|
||||
} // end namespace OpenSubdiv
|
||||
|
||||
#endif /* OPENSUBDIV3_VERSION_H */
|
||||
Reference in New Issue
Block a user