Commit: ec8365b9ed6fd6dbf33a8c12c0f80a99580066b0
Author: Campbell Barton
Date:   Mon May 30 22:27:41 2022 +1000
Branches: master
https://developer.blender.org/rBec8365b9ed6fd6dbf33a8c12c0f80a99580066b0

Fix building without 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..13a37dac615 100644
--- a/intern/opensubdiv/stub/opensubdiv_evaluator_stub.cc
+++ b/intern/opensubdiv/stub/opensubdiv_evaluator_stub.cc
@@ -23,8 +23,8 @@
 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;
 }

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to