[Bf-blender-cvs] [b31b4d5df82] functions: cleanup

Jacques Lucke noreply at git.blender.org
Thu Mar 21 12:18:11 CET 2019


Commit: b31b4d5df822794fb07295ba0bdd32323abb871b
Author: Jacques Lucke
Date:   Thu Mar 21 12:16:14 2019 +0100
Branches: functions
https://developer.blender.org/rBb31b4d5df822794fb07295ba0bdd32323abb871b

cleanup

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

M	release/scripts/startup/function_nodes/sockets.py

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

diff --git a/release/scripts/startup/function_nodes/sockets.py b/release/scripts/startup/function_nodes/sockets.py
index 1a1d85fae79..112fec93224 100644
--- a/release/scripts/startup/function_nodes/sockets.py
+++ b/release/scripts/startup/function_nodes/sockets.py
@@ -71,9 +71,4 @@ class CustomColoredSocket(bpy.types.NodeSocket, DataSocket):
     bl_idname = "fn_CustomColoredSocket"
     bl_label = "Custom Colored Socket"
 
-    color: FloatVectorProperty(
-        size=4,
-        subtype='COLOR',
-        soft_min=0.0,
-        soft_max=1.0)



More information about the Bf-blender-cvs mailing list