Correct Setup Cam Projection

Hello everybody,

I have a question about camprojection with nuke. I have a 3D model of an city, now I exported every building as an obj seperately and projected on every a texture from an psd file, then put every projectnode seperately in a scene then a rendernode, then merged them everytime with an over together. My question now is how do I get the Z-Depth from the whole city? Is there another way to merge all the files in one scene and lay them one over another, or does every projection need their own rendernode?

cheers

stephan

smooth out pan

Hey guys,

I have some footage of a short pan I shot the otherday…

http://www.youtube.com/watch?v=sJnjl3Wg1XA

My problem is that the pan is not a very smooth motion, what would be the best way of smoothing the shot out?

Thanks,
Chris

i want to know what does it mean:(

hi guys
i want to use nuke and i used to after effects but i saw some nodes they are shuffle or something else what does it mean in after effects or nevermind after effects how to use these nodes in nuke..
thank you..

Attached Thumbnails
Click image for larger version

Name:	nuk.JPG
Views:	N/A
Size:	12.0 KB
ID:	7890
 

Nuke renders to BackBurner from Mac OSX

hey all

OK understanding that there is no Mac OSX version of BackBurner (BB) first and for most.

Also not wanting to use VNC to a PC or RDC to a PC

Does anyone have any suggestion as to how, from with in Nuke (on Mac OSX) a render could be submitted to BB.

Some thoughts we have had would be some thing like a watch folder or some thing sent to a browser that triggers a *.bat file (security issues??)

Any thoughts or suggested approaches are welcomed

-DrJ0nes

export 3D stuffs from Nuke to Maya?

Hey,

If I have a 3D system built in Nuke including cards, geometries with mapped textures, lights, and cameras, is there a way to export the built whole 3D scene and bring them into Maya?
I searched in the forum, but all related threads I found are discussing the opposite direction which is going from Maya to Nuke through FBX if after Nuke 5.1 or other custom scripts……

Any idea?

-Jason

Video noise / Compression effect

I tried to search for the related post, am afraid i did not find any.

How do i add the CCD video noise / mimic a compression effect to cg to match the footage in nuke.
The default noise / grain didnt help me much

thanks

Attached Thumbnails
Click image for larger version

Name:	noisetest.jpg
Views:	N/A
Size:	7.8 KB
ID:	7886
 

pygame in nuke

Hi,
Is there a way to use the module Pygame in nuke?
I want to control somethings with joystick by pygame.

Or a way to send commands to nuke by a external .py

Someone?

Thank you

Problem with node creation with python

I have a python script that I have made to create multiple proxy settings in nuke

One of them is that for every read nodes in a script, it creates a reformat under it, change the reformat label to proxy (so that i an easily flag them and remove them) and change the path from network location to local location

Heres the problem, if I already have some nodes connected to the read (ex: Blur), the blur will connect to the last created reformat nodes. I tried pretty much everything.

Heres a quick video that show what happen : http://files.getdropbox.com/u/1071227/nuke_proxy.mov

Here’s the part of the script that does it:

HTML Code:

for node in nuke.allNodes():
            if node.Class() == 'Read':
                        source = node.knob('file').value()
                        dest = source.replace('/Volumes/PROD/VFX/PROJETS/','/SHAKE_PROXY/')
                        node.knob('selected').setValue(True)
                        a = nuke.createNode("Reformat")
                        a.knob('label').setValue('PROXY')
                        a.setInput(0,node)
                        node.knob('selected').setValue(False)


how to insert expression to Phython

d = nuke.selectedNodes(‘Transform’) for t in d:
t[‘translate’].setValue([5,8])

it was simle 🙂

now, instead of 5 i want insert (Transform11,translate.x) (for example)

🙁 help please

3d space navigation

hay folks
i am not new in nuke but i still cant get something very basic:
navigation in 3d space – while i orbit my camera (Alt + RightClick) – nuke is choosing an axis of rotation (usualy it is the center of grid or my camera)
how can i set an axis of rotation to selected object ?
thanks