Recently in Tip of the Week Category

Teleporting a Read Node

| Category: Tip of the Week | | Comments (1) | Views: 36

PCB with testpads
Oh my!  Is this a Tip of the Week? No.. Well, I guess, it's a short one.. Ever wanted to access a read node or a stack of nodes from somewhere else in your massive script and you don't want it to look like a circuit board or spaghetti pile? Here's a nifty trick to put in your arsenal.

I'm assuming you're using Nuke as your compositing package. If you're not.. Well, uhm.. That could be a problem.  Anyway, grab a PostageStamp node.  Attach it to a dot or stack of nodes or simply a read node.

Under the PostageStamp options, click Hide Input and deselect the node. Goodness, now we can move that PostageStamp anywhere and it references that stack! But, wait, I don't know what it is, what the original file was, and let's say I do (I really do, all the time).

In the label section of the PostageStamp, enter the following:

[lindex [split [basename [value [topnode].file]] .] 0]

Now go ahead and quickly disable and enable the node. Look at that! Now we have a PostageStamp node that references the original Read, and on top of that, I can move it around and not get too cluttered. Wicked. Now all you have to worry about is updating only ONE read should be referenced by a bunch of other nodes. Keep it clean and neat people!

Bonus Points Awarded: Set up your Nuke menu.py to automatically set your PostageStamps to do this!
Enhanced by Zemanta

Critique

| Category: Tip of the Week | | Comments (0) | Views: 206

reel critique

Tip of the Week - Shuffle, ShuffleCopy, Copy

| Category: Tip of the Week | | Comments (7) | Views: 8262

Nuke has been gaining some headway in the compositing circles, and I'm seeing more and more questions on VFXTalk about some of the tools that are available to us. In this Tip, I'll be going over the use of the Shuffle, ShuffleCopy, and Copy nodes. These are a couple of the very basic channel controls that you have within Nuke.

Follow along in the extended entry below.

Tip of the Week - Making a Nuke Gizmo

| Category: Tip of the Week | | Comments (0) | Views: 5607

It's been a while since I wrote a Tip of the Week. This week's one covers how to make a gizmo in Nuke. A Nuke Gizmo is a collection of nodes that accomplishes something in one grouping. It's similar to a Shake Macro. The advantage of Nuke's gizmo is that it is not server side based, so you can create any number of custom gizmos, and launch them on a farm, and it'll run them, unlike Shake macros, which prefers a centralized location. Another advantage is that Nuke's automatic gizmo creation is far superior to Shake's automatic macro creation wizard. How so? Hit the link below and follow along.

Tip of the Week - Comping with Channels

| Category: Tip of the Week | | Comments (3) | Views: 2948

It's become a staple of compositing life. RGBA channels used as masks. Using simple reorderers, switchmattes, and copies, you can easily move any color channel and use it as a mask or matte. Why would you want to do this? Well, a couple of different reasons. It can clean up the appearance of your script, it can make rendering out sequences easier on the 3D artist, and you can have more information in less places to look. Shake has a limit of five available channels, rgbaz. Flame has a limit of four at last count, rgba. Nuke has a limit of 64, rgba, and another 60 of your choice. Read on to see how using a number of different channels can make your life easier.

About this Archive

This page is a archive of recent entries in the Tip of the Week category.

Television is the previous category.

Totally Unrelated is the next category.

Find recent content on the main index or look in the archives to find all content.