Create .app to launch Python script in Mac OS X
Quick step-by-step to create clickable .app to launch your python scripts.
Quick step-by-step to create clickable .app to launch your python scripts.
On Windows, sometimes Nuke and Maya fights over resources, especially the CPU. This can become apparent when background rendering with Maya.
Out of the box, V-Ray for Maya does not render Z-depth the same way Nuke does. Here’s a quick fix for that (not applicable for most DOF plugins).
Running V-Ray for Maya in a production environment has its quirks. I have collected some bits and pieces off the Chaos Group forum and assembled it all here.
Some facts about the camera which are easy to forget as well some notes to self.
Written in Python, with Nuke 6.9 in mind, generate a Read node from the selected Write node.
Howdy! There's a newer version of this script here.
The script will attempt to load an image sequence or a single file (such as a movie file), based off the selected Write node. If the first and last frame can not be determined, it will fall back to the project settings’ frame range and throw a warning.
The script comes with one limitation; it assumes you render out any file sequences with a frame padding of four digits surrounded by period signs:
Supported real world examples:
Download: readFromWrite.py
Place the Python script in the /scripts dir inside your NUKE_PATH
(see my previous post here on setting this up). Add the following to your menu.py
:
import readFromWrite
nuke.menu( 'Nuke' ).addCommand( 'My file menu/Read from Write', 'readFromWrite.readFromWrite()', 'shift+r' )
You should now be able to select any Write node and hit Shift + R to generate a Read node!
This is a quick guide to setting Nuke 6.3 up with a custom menu and make it work more seamlessly across operating systems.
In this third article on PsTools I talk about how to control V-Ray DR slaves remotely with the PsTools suite.
In this second part of managing Windows machines using the PsTools suite, we will look at how to automate processes involving interacting with a server.