forked from LeenkxTeam/LNXSDK
t3du - Post Process Updates
This commit is contained in:
@ -21,6 +21,7 @@ class CameraGetNode(LnxLogicTreeNode):
|
|||||||
self.add_output('LnxFloatSocket', 'Film Grain')#11
|
self.add_output('LnxFloatSocket', 'Film Grain')#11
|
||||||
self.add_output('LnxFloatSocket', 'Sharpen')#12
|
self.add_output('LnxFloatSocket', 'Sharpen')#12
|
||||||
self.add_output('LnxFloatSocket', 'Vignette')#13
|
self.add_output('LnxFloatSocket', 'Vignette')#13
|
||||||
|
self.add_output('LnxFloatSocket', 'Exposure')#14
|
||||||
|
|
||||||
def get_replacement_node(self, node_tree: bpy.types.NodeTree):
|
def get_replacement_node(self, node_tree: bpy.types.NodeTree):
|
||||||
if self.lnx_version not in (0, 3):
|
if self.lnx_version not in (0, 3):
|
||||||
|
Reference in New Issue
Block a user