iFilter v1.0


 
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Pau Rocher
Uses a control channel to modify the intensity of a filter (dilate/erode, blur, defocus)
Requirements:
5.2, 6.0, 6.1, 6.2 or later
03 Jan 2013
551

ifilterpic01
ifilterpic02

 

installation:

add this in your home/.nuke/menu.py

menubar = nuke.menu('Nodes')

m = menubar.addMenu ('Filter')

m.addCommand ('iFilter', "nuke.createNode('iFilter')", 'iFilter02.iFilterCreate()', icon = "Constant.png")

import iFilter02

m.addCommand ('iFilter', "nuke.createNode('iFilter')", 'iFilter02.iFilterCreate()', icon = "Constant.png")

Please login in order to download these files.

Comments   

 
0 # Pau Rocher 2011-02-28 13:49
Hey!
So, I added callbacks to avoid having to press the button but realized that there is no 'onMouseUp' event ... this was causing the python function to be executed whenever the slider's value was changing, thus generating bad behavior in the function ...
Has someone come up with an idea to emulate an 'onMouseUp' event?
Thanks,

.p!
 

You have no rights to post comments

We have 3463 guests and 91 members online