forked from LeenkxTeam/LNXSDK
moisesjpelaez - CA Fixes
This commit is contained in:
@ -16,6 +16,10 @@ class ChromaticAberrationSetNode(LnxLogicTreeNode):
|
||||
|
||||
self.add_output('LnxNodeSocketAction', 'Out')
|
||||
|
||||
def draw_buttons(self, context, layout):
|
||||
layout.label(text="Type 0: Simple")
|
||||
layout.label(text="Type 1: Spectral")
|
||||
|
||||
def get_replacement_node(self, node_tree: bpy.types.NodeTree):
|
||||
if self.lnx_version not in (0, 1):
|
||||
raise LookupError()
|
||||
|
Reference in New Issue
Block a user