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