[Bf-blender-cvs] [2c077e741d9] functions: test commit with different email

Jacques Lucke noreply at git.blender.org
Thu Feb 13 11:14:30 CET 2020


Commit: 2c077e741d9dffc2557e17cb527d51d07200e587
Author: Jacques Lucke
Date:   Thu Feb 13 11:12:18 2020 +0100
Branches: functions
https://developer.blender.org/rB2c077e741d9dffc2557e17cb527d51d07200e587

test commit with different email

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

M	release/scripts/startup/nodes/function_nodes/math.py

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

diff --git a/release/scripts/startup/nodes/function_nodes/math.py b/release/scripts/startup/nodes/function_nodes/math.py
index f8da05f9e3e..b8c3e79f526 100644
--- a/release/scripts/startup/nodes/function_nodes/math.py
+++ b/release/scripts/startup/nodes/function_nodes/math.py
@@ -4,7 +4,6 @@ from .. base import FunctionNode
 from .. node_builder import NodeBuilder
 
 def create_variadic_math_node(data_type, idname, label):
-
     class MathNode(bpy.types.Node, FunctionNode):
         bl_idname = idname
         bl_label = label



More information about the Bf-blender-cvs mailing list