Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2020-05-19 11:55:56 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2020-05-27 13:07:16 +0300
commit39cf6731320f2592b7c5058b8227d034c290c964 (patch)
tree396520a1c9fd2bcb69fa2c438a3c8148d759b02e /intern/opensubdiv
parent98197343e81e1fb67c60b4bff1e35c04378bea6a (diff)
OpenSubdiv: Refactor, move base C-API file to base folder
Diffstat (limited to 'intern/opensubdiv')
-rw-r--r--intern/opensubdiv/CMakeLists.txt3
-rw-r--r--intern/opensubdiv/internal/base/opensubdiv_capi.cc (renamed from intern/opensubdiv/internal/opensubdiv.cc)0
2 files changed, 1 insertions, 2 deletions
diff --git a/intern/opensubdiv/CMakeLists.txt b/intern/opensubdiv/CMakeLists.txt
index 3afa90b04c9..da26c76aa30 100644
--- a/intern/opensubdiv/CMakeLists.txt
+++ b/intern/opensubdiv/CMakeLists.txt
@@ -53,6 +53,7 @@ if(WITH_OPENSUBDIV)
# Base.
internal/base/edge_map.h
internal/base/memory.h
+ internal/base/opensubdiv_capi.cc
internal/base/type_convert.cc
internal/base/type_convert.h
@@ -79,9 +80,7 @@ if(WITH_OPENSUBDIV)
internal/topology/topology_refiner_impl.cc
internal/topology/topology_refiner_impl.h
- internal/opensubdiv.cc
internal/opensubdiv_util.cc
-
internal/opensubdiv_util.h
)
diff --git a/intern/opensubdiv/internal/opensubdiv.cc b/intern/opensubdiv/internal/base/opensubdiv_capi.cc
index 1d0f23f3046..1d0f23f3046 100644
--- a/intern/opensubdiv/internal/opensubdiv.cc
+++ b/intern/opensubdiv/internal/base/opensubdiv_capi.cc