From a0c84dc8079c8511bde7d884f84503817d286a04 Mon Sep 17 00:00:00 2001 From: Onek8 Date: Thu, 5 Jun 2025 17:05:08 +0000 Subject: [PATCH] moisesjpelaez - CA Fixes --- .../blender/lnx/logicnode/postprocess/LN_set_ca_settings.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/leenkx/blender/lnx/logicnode/postprocess/LN_set_ca_settings.py b/leenkx/blender/lnx/logicnode/postprocess/LN_set_ca_settings.py index 3780f45..7455f2e 100644 --- a/leenkx/blender/lnx/logicnode/postprocess/LN_set_ca_settings.py +++ b/leenkx/blender/lnx/logicnode/postprocess/LN_set_ca_settings.py @@ -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()