[Bf-blender-cvs] [83c6f09746d] master: Harmless Fix for recent cleanup.

Bastien Montagne noreply at git.blender.org
Wed Feb 12 14:35:38 CET 2020


Commit: 83c6f09746d70c63c964a21286cd4b873a63f76d
Author: Bastien Montagne
Date:   Wed Feb 12 14:34:46 2020 +0100
Branches: master
https://developer.blender.org/rB83c6f09746d70c63c964a21286cd4b873a63f76d

Harmless Fix for recent cleanup.

For some reason that file did not get included in the commit...

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

M	source/blender/modifiers/intern/MOD_weightvg_util.h

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

diff --git a/source/blender/modifiers/intern/MOD_weightvg_util.h b/source/blender/modifiers/intern/MOD_weightvg_util.h
index cb327397785..fa3c61a6b6f 100644
--- a/source/blender/modifiers/intern/MOD_weightvg_util.h
+++ b/source/blender/modifiers/intern/MOD_weightvg_util.h
@@ -70,7 +70,7 @@ void weightvg_do_mask(const ModifierEvalContext *ctx,
                       const int tex_mapping,
                       Object *tex_map_object,
                       const char *tex_uvlayer_name,
-                      bool invert_vgroup_mask);
+                      const bool invert_vgroup_mask);
 
 void weightvg_update_vg(struct MDeformVert *dvert,
                         int defgrp_idx,



More information about the Bf-blender-cvs mailing list