CDMK v1.2
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Schubert Anselme
Color Difference Matte keyer
Requirements:
6.2 or later
Mac
6.2 or later
Mac
30 Mar 2011
1618
Very powerful color difference matte keyer, with spill supression, matte blur and shrink control and yet very easy to use. Have been tested on OS X 10.6.6 with Nuke 6.2
UPDATE: Added blending mode and Gmask integrated
Please login in order to download these files.
Comments
I tried using this CDMK V1.2 gizmo, but unfortunately i am unable to load this in file.
What kind of error message if any did you get. To use this, you basically need to put the gizmo in your .nuke directory on you profile folder (for windows, refer to the corresponding location) and create a menu.py to load it in your nuke nodes toolbar.
They way I personally use it, I created a custom directory (Misc/gizmos) on my nuke plugins location (/SYSTEMDRIVE/L ibrary/Applicat ion Support/Nuke/NU KEVERSION/plugi ns) and created a init.py and menu.py to have it loaded in nuke (that way, anyone using my machine can have it available in nuke)
Mine looks like:
init.py:
_____
nuke.pluginAddPath("/Volumes/SnowLeopard/Library/Application Support/Nuke/6.2/plugins/Misc/gizmos")
_____
menu.py:
________
import os
import sys
import nuke
toolbar = nuke.menu ("Nodes")
m = toolbar.addMenu ("Miscelleanous ", NukeApp32.png")
m.addCommand("Key/CDMK", nuke.createNode('cdmk.gizmo')")
______
init.py and menu.py are place in the root folder of "Misc", while cdmk.gizmo is placed in "gizmos" folder created in "Misc"
Hope this help, if you have any question don't hesitate to post them in the forum (and I'll gladly help you the best of my knowledge)
yes this is helpful, thanks for the help.
RSS feed for comments to this post