forked from LeenkxTeam/LNXSDK
		
	t3du - Resolution post process
This commit is contained in:
		@ -0,0 +1,12 @@
 | 
				
			|||||||
 | 
					from lnx.logicnode.lnx_nodes import *
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					class ResolutionGetNode(LnxLogicTreeNode):
 | 
				
			||||||
 | 
					    """Returns the resolution parameters.
 | 
				
			||||||
 | 
					    """
 | 
				
			||||||
 | 
					    bl_idname = 'LNResolutionGetNode'
 | 
				
			||||||
 | 
					    bl_label = 'Get Resolution Settings'
 | 
				
			||||||
 | 
					    lnx_version = 1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    def lnx_init(self, context):
 | 
				
			||||||
 | 
					        self.add_output('LnxIntSocket', 'Size')
 | 
				
			||||||
 | 
					        self.add_output('LnxIntSocket', 'Filter')
 | 
				
			||||||
		Reference in New Issue
	
	Block a user