[Bf-blender-cvs] [8bb1a5396e4] soc-2018-npr: Fixed OpenSubdiv_FVarLinearInterpolation type error.

Nick Wu noreply at git.blender.org
Mon Jul 16 04:26:40 CEST 2018


Commit: 8bb1a5396e47b77f8d13cb347140a313be94d619
Author: Nick Wu
Date:   Mon Jul 16 10:05:30 2018 +0800
Branches: soc-2018-npr
https://developer.blender.org/rB8bb1a5396e47b77f8d13cb347140a313be94d619

Fixed OpenSubdiv_FVarLinearInterpolation type error.

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

M	source/blender/modifiers/intern/MOD_mybmesh.c

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

diff --git a/source/blender/modifiers/intern/MOD_mybmesh.c b/source/blender/modifiers/intern/MOD_mybmesh.c
index 7d384db89fb..c7dc7e8e3e0 100644
--- a/source/blender/modifiers/intern/MOD_mybmesh.c
+++ b/source/blender/modifiers/intern/MOD_mybmesh.c
@@ -3696,7 +3696,7 @@ static OpenSubdiv_SchemeType conv_bm_get_type(
 		return OSD_SCHEME_CATMARK;
 }
 
-static bool conv_bm_get_fvar_linear_interpolation(
+static OpenSubdiv_FVarLinearInterpolation conv_bm_get_fvar_linear_interpolation(
         const OpenSubdiv_Converter *converter)
 {
 	return OSD_FVAR_LINEAR_INTERPOLATION_ALL;



More information about the Bf-blender-cvs mailing list