Photography
Posted in: Beginners TalkWhat do you guys think?
Does anyone know to find out the distance of a feature to the camera in PFTtrack?
Thanks in advance.
-Joe
The following script I am using for getting the information of start_frame, end_frame, width & Height of the given scene. This is working in the nuke GUI.
My problem is that I need to run this script through the terminal without opening GUI of nuke
I gave the following command
COMMAND:
/usr/local/Nuke6.0v6/Nuke6.0 -t test.py /home/narasimham.k/Desktop/test/test.py /home/narasimham.k/Desktop/test/test.nk
ERROR:
Nuke 6.0v6, 64 bit, built May 18 2010.
Copyright (c) 2010 The Foundry Visionmongers Ltd. All Rights Reserved.
lut files registration executed
/home/narasimham.k/Desktop/test/test.py
Traceback (most recent call last):
File "test.py", line 5, in <module>
nuke.scriptOpen(sys.argv[1])
RuntimeError: Syntax error at "1"
Syntax error at "1"
########### test.py
import nuke
import sys
nuke.openScript(sys.argv[1])
#nuke.scriptReadFile(sys.argv[1])
print str(int(nuke.root()[‘first_frame’].getValue()))
print str(int(nuke.root()[‘last_frame’].getValue()))
print nuke.root()[‘format’].value().width()
print nuke.root()[‘format’].value().height()
Please help me
The visual effects of The Tourist
Visual effects supervisor Ted Rae oversaw nearly 400 shots for The Tourist, a romantic Venetian comedy thriller starring Johnny Depp and Angelina Jolie and directed by Florian Henckel von Donnersmarck. Here’s my article at fxguide that takes a look at how Rae simulated a critical train journey and re-arranged the rooftops of Venice for the film.
am a freelance 3d & compositing artist (From india) . I want to Buy a new laptop for my future works. Please suggest a better laptop configuration for me :confused:
Is there any way where we can export the three cameras ?
Thank You