Send To Mocha v1.2
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Diogo Girondi
Opens the file of a node in Mocha.
Requirements:
5.1, 5.2, 6.0, 6.1, 6.2, 6.3 or later
Linux, Mac, Windows
5.1, 5.2, 6.0, 6.1, 6.2, 6.3 or later
Linux, Mac, Windows
18 May 2012
918
send2Mocha.py
Opens the selected node file in Mocha.
Usage:
send2mocha( nuke.selectedNode(), '/Applications/mocha Pro.app/Contents/MacOS/mochapro' )
Please login in order to download these files.
Comments
I'll do that and update this
Would be nice if that could be handled automatically as well.
'module' object is not callable
Traceback (most recent call last):
File "
TypeError: 'module' object is not callable
Marlj Eken currently Mocha doesn't support R3D files as you probably know but I'll include a check to warn users before trying to send R3D files to Mocha and have things breaking. Once I find some free time for v2 of this I'll add something that automatically converts the R3D to something that Mocha supports before sending the file.
try:
filename = nukescripts.rep laceHashes( nuke.filename(n ode) ) % node.firstFrame ()
except TypeError:
filename = nuke.filename(n ode)
what is the path ??
thanks
from subprocess import Popen, PIPE, STDOUT
Popen(cmd, stdout=PIPE, stderr=STDOUT, shell=True)
RSS feed for comments to this post