moisesjpelaez - CA Fixes

This commit is contained in:
2025-06-05 17:05:08 +00:00
parent 5a92920b1f
commit a0c84dc807

View File

@ -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()