Exponential Glow iterations v1.2
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Olivier Blanchet
The big classic Exponential Glow, with iterations dynamic control, quality setting, squeeze value, crop and Mask input. Comp tree optimization.
Requirements:
12.0, 11.3, 11.2, 11.1, 11.0, 10.5, 10.0 or later
Linux, Mac, Windows
12.0, 11.3, 11.2, 11.1, 11.0, 10.5, 10.0 or later
Linux, Mac, Windows
03 Sep 2020
6679
1.2 minor fix
1.1 faster, overscan added
Exponential Glow, no need further explanations, right?
This group, based on a well known Gizmo offers you few more options:
Iteration dynamic control, squeeze value, blur quality, crop and Mask input.
Example of use:
UI:
Please login in order to download these files.
Comments
But you can call it wherever it is, just add this to your menu.py:
nodesMenu = nuke.menu('Nodes')
nodesMenu.addCommand('Filter/ExponentialGlow', 'nuke.nodePaste("PATH/TO/YOUR/NODE/ExponentialGlow.nk")')
menu.py is in the .nuke folder
This is the easy way I guess!
cryptomatte_utilities.setup_cryptomatte_ui()
import os
#return your .nuke folder
MYNUKE = os.path.expandu ser("~") + "./nuke"
nodesMenu = nuke.menu('Nodes')
nodesMenu.addCommand('Filter/ExponentialGlow', 'nuke.nodePaste ("%s/Exponentia lGlow.nk")'%MYN UKE)
nodesMenu = nuke.menu('Nodes')
nodesMenu.addCommand('Filter/ExponentialGlow', 'nuke.nodePaste ("PATH/TO/YOUR/ NODE/Exponentia lGlow.nk")')
Could you tell the error? What OS do you use?
If Windows, the only thing I see is the backslash "\" use, when you set the path to the node.
Swap them for slashes "/".
nodesMenu = nuke.menu('Nodes')
nodesMenu.addCommand('Filter/ExponentialGlow', 'nuke.nodePaste("PATH/TO/YOUR/NODE/ExponentialGlow.nk")')
menu.py is in the .nuke folder
PATH/TO/YOUR/NODE/ is to change with the path, of your node.
:)
nodesMenu = nuke.menu('Nodes')
nodesMenu.addCommand('Filter/ExponentialGlow', 'nuke.nodePaste("PATH/TO/YOUR/NODE/ExponentialGlow.nk")')
menu.py is in the .nuke folder, on a mac, I would say there:
Mac OS X: /Users/login name/.nuke
PATH/TO/YOUR/NODE/ is to change with the path, of the downloaded node.
RSS feed for comments to this post