which are called filters in edius or fades. This is limited and static. In which program to make your own effects?
Don’t recomend fusion and after efects, they didn’t run on my computer.
It’s possible with .net through the WebBrowser Control (http://msdn.microsoft.com/en-us/libr…(v=VS.85).aspx). Is there any such PyQt control that ships with Nuke?
I haven’t really dug into Nuke 6 UIs yet so I’m not entirely sure what all is possible. Is it easier to write a PyQt dialog in Nuke 6 than it was in Nuke 5?
Any pointers in the right direction would be really helpful.
This is my first rotoscoping demo reel. All footage is HD quality and all work was done in Nuke X and Photoshop CS4.
My reel can be viewed here http://vimeo.com/11122418 or downloaded below.
Feedback and comments are welcome. Please let me know what you think.
Thanks in advance.
Some really nice illustrative production design from One Click Dog who have simple game play objectives that get progressively more difficult.
Keep an eye out for these guys… Doing some very sexy, progressive work… FIELD is a graphic design studio using generative strategies.
I can’t manage to get the child nodes from a gizmo… actually it’s quite simple, if I create a group in the graph, and I get it via a toNode or selectedNode method, I get a "Group" object (which is a subclass of "Node") and so I can access all its child nodes via the "nodes" method…
the problem is that when I try to do that with a gizmo, I though it would return a "Gizmo" object (defined as a subclass of "Group" and "Node" in help files) but instead it returns a Node object, whiche hasn’t any "nodes" property.
Actually I’m trying to execute some script via a "knobchanged" callback on a gizmo, so as defined in help, you can access the gizmo with the "thisNode" method, but I can’t find a way to access its inside nodes (I want to use a "sample" function on a precise node inside the gizmo)
Any clues ?
thanks,
Paul.
has anyone before has set up wings animation using nuke?
I’m trying to figure out what should be the best way.
Thanks for advice,
JJ
I was wondering if there is a way to resize the shapes tree in the rotopaint panel to see more shapes at a time if it is a long list. Maybe there is a way to access it through python and then change its size?
Thanks 🙂