[Bf-blender-cvs] [263bf06f66c] functions: annotation...

Jacques Lucke noreply at git.blender.org
Wed Feb 20 17:21:26 CET 2019


Commit: 263bf06f66ce1ed25fe45bfa9b5c676c50ddc714
Author: Jacques Lucke
Date:   Wed Feb 20 15:25:48 2019 +0100
Branches: functions
https://developer.blender.org/rB263bf06f66ce1ed25fe45bfa9b5c676c50ddc714

annotation...

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

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

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

diff --git a/release/scripts/startup/function_nodes/nodes/float_math.py b/release/scripts/startup/function_nodes/nodes/float_math.py
index 586bbb04cf6..e993d892804 100644
--- a/release/scripts/startup/function_nodes/nodes/float_math.py
+++ b/release/scripts/startup/function_nodes/nodes/float_math.py
@@ -11,7 +11,7 @@ class FloatMathNode(bpy.types.Node, FunctionNode):
     bl_idname = "fn_FloatMathNode"
     bl_label = "Float Math"
 
-    operation = EnumProperty(
+    operation: EnumProperty(
         name="Operation",
         items=operation_items)



More information about the Bf-blender-cvs mailing list