Commit: 802be17ce7e56168f25df8309983b3f4f75bd5ed
Author: Hans Goudey
Date:   Sat Mar 28 00:29:47 2020 -0500
Branches: modifier-panels-ui
https://developer.blender.org/rB802be17ce7e56168f25df8309983b3f4f75bd5ed

Fix build error (typo)

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

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

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

diff --git a/source/blender/modifiers/intern/MOD_dynamicpaint.c 
b/source/blender/modifiers/intern/MOD_dynamicpaint.c
index 2befcc322a8..454d99cc7ef 100644
--- a/source/blender/modifiers/intern/MOD_dynamicpaint.c
+++ b/source/blender/modifiers/intern/MOD_dynamicpaint.c
@@ -181,7 +181,7 @@ static void foreachTexLink(ModifierData *UNUSED(md),
 }
 
 // uiItemL(layout, IFACE_("Settings are inside the Physics tab"), ICON_NONE);
-}
+
 ModifierTypeInfo modifierType_DynamicPaint = {
     /* name */ "Dynamic Paint",
     /* structName */ "DynamicPaintModifierData",

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to