forked from LeenkxTeam/LNXSDK
		
	Add leenkx/blender/lnx/logicnode/postprocess/LN_get_sharpen_settings.py
This commit is contained in:
		@ -0,0 +1,12 @@
 | 
			
		||||
from lnx.logicnode.lnx_nodes import *
 | 
			
		||||
 | 
			
		||||
class SharpenGetNode(LnxLogicTreeNode):
 | 
			
		||||
    """Returns the sharpen post-processing settings."""
 | 
			
		||||
    bl_idname = 'LNSharpenGetNode'
 | 
			
		||||
    bl_label = 'Get Sharpen Settings'
 | 
			
		||||
    lnx_version = 1
 | 
			
		||||
 | 
			
		||||
    def lnx_init(self, context):
 | 
			
		||||
        self.add_output('LnxColorSocket', 'Color')
 | 
			
		||||
        self.add_output('LnxFloatSocket', 'Size')
 | 
			
		||||
        self.add_output('LnxFloatSocket', 'Strength')
 | 
			
		||||
		Reference in New Issue
	
	Block a user