|
|
@@ -320,8 +320,7 @@ class InputThemeBoneColorSets(SimpleInputNode):
|
|
|
class InputColorSetPallete(SimpleInputNode):
|
|
|
'''A node representing the theme's colors'''
|
|
|
def __init__(self, signature, base_tree):
|
|
|
- super().__init__(signature, base_tree, MatrixFromCurveSockets)
|
|
|
- self.init_parameters()
|
|
|
+ super().__init__(signature, base_tree)
|
|
|
self.node_type = "UTILITY"
|
|
|
# we'll go ahead and fill them here
|
|
|
from .utilities import get_node_prototype
|
|
|
@@ -334,8 +333,6 @@ class InputColorSetPallete(SimpleInputNode):
|
|
|
self.init_parameters()
|
|
|
for o in ui_node.outputs:
|
|
|
self.parameters[o.name] = o.default_value
|
|
|
- prRed(o.name)
|
|
|
- prPurple(o.default_value)
|
|
|
|
|
|
class UtilityMatrixFromCurve(MantisNode):
|
|
|
'''Get a matrix from a curve'''
|