Merge pull request #914 from BlackGoku36/patch-1

Array node colour change
This commit is contained in:
Lubos Lenco 2018-10-02 19:03:10 +02:00 committed by GitHub
commit dfa834a70b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ class ArmArraySocket(bpy.types.NodeSocket):
layout.label(text=self.name)
def draw_color(self, context, node):
return (0.8, 0.8, 0.3, 1)
return (0.8, 0.4, 0.0, 1)
class ArmObjectSocket(bpy.types.NodeSocket):
bl_idname = 'ArmNodeSocketObject'