Senior VFX Artist
Posted in: The Job LotFX supervision, knowledge of the flame platform, 3D design & team leadership are an asset. Email lucy@567vfx.ca.
FX supervision, knowledge of the flame platform, 3D design & team leadership are an asset. Email lucy@567vfx.ca.
Need for:
-nuke
-houdini
-real Flow
-Fume
This is what I’m looking at now, let me know if I should make any changes:
i7-970 3.2 Ghz Six core
GTX470
Western Digital Caviar Black WD1501FASS 1.5TB 7200 RPM SATA 3.0Gb/s 3.5" Internal Hard Drive -Bare Drive (x3 in a software RAID 5)
ASUS Sabertooth X58 LGA 1366 Intel X58 SATA 6Gb/s USB 3.0 ATX Intel Motherboard
CORSAIR CMPSU-750TX 750W ATX12V / EPS12V SLI Ready CrossFire Ready 80 PLUS Certified Active PFC Compatible with Core i7 Power .
G.SKILL Ripjaws Series 24GB (6 x 4GB) 240-Pin DDR3 SDRAM DDR3 1600 (PC3 12800) Desktop Memory Model F3-12800CL9T2-24GBRL
thanks!
GreenSODA tv is a VidCast that covers relevant maya tutorials posted around the web. Other topics such as scripts, interesting websites, short films, twitter users… are also covered.
Be sure to comment or contact me if there is anything specific you’d like to see covered. Dont be afraid to make ANY request at all! 😉
You can now subscribe via iTunes to get the podcast version.
THIS WEEK ON GreenSODA tv
TUTORIALS
USING AREA LIGHTS IN MENTAL RAY FOR MAYA
FACE RIGGING FOR ANIMATION IN AUTODESK MAYA PART 4
CREATING TRANSFORMING EFFECTS IN MAYA
FSTRETCH 2 FOR MAYA DISPLACEMENT TUTORIAL
STRETCHY IK ARM IN MAYA USING NODES
THE BASICS OF MAYA BUMP MAP TEXTURES TUTORIAL
METHOD FOR EASY SWITCHING TO X-RAY MODE IN MAYA
INTERESTING LOOK AT A BASIC EXAMPLE OF FSTRETCH FOR MAYA
CREATING A NEON SIGN IN MAYA
SCRIPT
JYK Camera Rig
WEBSITES OF INTEREST
Inspiration
Maya Fluids Technology Preview
Maya Viewport Technology Preview
Black Swan Visual Effects
TWITTER USER
Zap Andersson @MasterZap
Contact me via GreenSODA or Twitter
Alex
import nuke
import shutil
def myfunction():
currScript = nuke.Root()['name'].value()
backupPath = 'path/to/backup/folder/'
shutil.copy(currScript, backupPath)
this is the entry in my menu.py
import myfunction
nuke.addOnScriptSave(myscript.myfunction)
when i overwrite a script that already exists, this works like expected.
but when i try to save the script as a new script, i get an error message. this file doesn’t exist. so nothing is saved and nothing is copied.
i understand that ‘addOnScriptSave’ is executed before the script is saved. so this is an expected error.
i tried ‘nuke.scriptSave()’ before ‘shutil.copy(currScript, backupPath)’, but this gives me another error message: ‘maximum recursion depth exeeded‘.
would be great, if someone can point me to how i get the script saved before the copy command is executed!
thanks a lot,
d
The question is if a made a low res file of for example 2048*1152 or Hd 1920*1080 can keep the same film back size or need i use the 2k film back or set an unknown camera in pfTrack. And for the lense, what i’m suppose to do? 😎
So need i keep all the info like i am working in the 4k Resolution shot ? or not? 😀 Or maybe work with the 4k rushes
And maybe for people who are familiar with Maya.
When i export my cam (maya ascii default setting) with a correct size (i use two point measured on set) the two point who are distant for 1 meter in real life, are distant for 1 cm in Maya.
Is it normal? Need i change the scale export ?
Thanks for all
b