[Bf-blender-cvs] [c5219abd74f] blender2.8: Followup to the previous commit

Sergey Sharybin noreply at git.blender.org
Thu Nov 15 16:33:23 CET 2018


Commit: c5219abd74f7d9721987aa50600353f134e25d08
Author: Sergey Sharybin
Date:   Thu Nov 15 16:33:00 2018 +0100
Branches: blender2.8
https://developer.blender.org/rBc5219abd74f7d9721987aa50600353f134e25d08

Followup to the previous commit

Thought this is to be fixed in master first. Turns out, nope :)

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

M	source/blender/blenkernel/intern/dynamicpaint.c

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

diff --git a/source/blender/blenkernel/intern/dynamicpaint.c b/source/blender/blenkernel/intern/dynamicpaint.c
index 8afcc8ba41c..7e692330b79 100644
--- a/source/blender/blenkernel/intern/dynamicpaint.c
+++ b/source/blender/blenkernel/intern/dynamicpaint.c
@@ -2777,7 +2777,7 @@ int dynamicPaint_createUVSurface(Scene *scene, DynamicPaintSurface *surface, flo
 		return setError(canvas, N_("Cannot bake non-'image sequence' formats"));
 
 	mloop = mesh->mloop;
-	mlooptri = BKE_mesh_runtime_looptri_ensure(mesh);;
+	mlooptri = BKE_mesh_runtime_looptri_ensure(mesh);
 	const int tottri = BKE_mesh_runtime_looptri_len(mesh);
 
 	/* get uv map */



More information about the Bf-blender-cvs mailing list