[Bf-blender-cvs] [a9a4bcc3d14] blender-v3.2-release: Fix building: stub for OpenSubdiv

Dalai Felinto noreply at git.blender.org
Mon May 30 16:11:22 CEST 2022


Commit: a9a4bcc3d14af907dd8001735789717cb8721422
Author: Dalai Felinto
Date:   Mon May 30 16:10:22 2022 +0200
Branches: blender-v3.2-release
https://developer.blender.org/rBa9a4bcc3d14af907dd8001735789717cb8721422

Fix building: stub for OpenSubdiv

Building problem introduced on 24e74f8bef813820. It affects `make lite`
and other builds that skip OpenSubdiv.

===================================================================

M	intern/opensubdiv/stub/opensubdiv_evaluator_stub.cc

===================================================================

diff --git a/intern/opensubdiv/stub/opensubdiv_evaluator_stub.cc b/intern/opensubdiv/stub/opensubdiv_evaluator_stub.cc
index 78c1d23d2cc..bc39326b57d 100644
--- a/intern/opensubdiv/stub/opensubdiv_evaluator_stub.cc
+++ b/intern/opensubdiv/stub/opensubdiv_evaluator_stub.cc
@@ -23,8 +23,7 @@
 OpenSubdiv_Evaluator *openSubdiv_createEvaluatorFromTopologyRefiner(
     struct OpenSubdiv_TopologyRefiner * /*topology_refiner*/,
     eOpenSubdivEvaluator /*evaluator_type*/,
-    OpenSubdiv_EvaluatorCache * /*evaluator_cache*/,
-    const OpenSubdiv_EvaluatorSettings * /*settings*/)
+    OpenSubdiv_EvaluatorCache * /*evaluator_cache*/)
 {
   return NULL;
 }



More information about the Bf-blender-cvs mailing list