shake on Snow Leopard

We’re in the process of transitioning from Shake to Nuke and ideally we want to run Snow Leopard to run the 64bit version of Nuke.
But some of the artists who are now running Shake under SL, are experiencing weird roto bugs.
After rendering out the roto, there’s some weird buzzing artifacts around the edges of the roto.
Has anyone noticed something similar, or know what causes it?

Cheers

Tom

3D

Attached Thumbnails

Click image for larger version

Name:	1.jpg
Views:	N/A
Size:	186.8 KB
ID:	10725
 

Click image for larger version

Name:	2.jpg
Views:	N/A
Size:	219.6 KB
ID:	10726
 

VFX Artist/Generalist

http://vimeo.com/moogaloop.swf?clip_…oplay=1&loop=0” />http://vimeo.com/moogaloop.swf?clip_…oplay=1&loop=0” type=”application/x-shockwave-flash” allowfullscreen=”true” allowscriptaccess=”always” width=”720″ height=”459″>

Rigid Bodies… ¬¬

I’m trying to make some Rigid Bodies Simulation, till now, I’ve been playing with Maya, Max and C4D. But I haven’t been able to pull the dynamic that I want.

All I need to do, is: A Glass, full with Pencils, the glass tumbles aside and the pencils scatter all over a table… can’t get it right!!!!

Any idea? suggestions? 😮

Which simulator will be the best?

Cheers 😀

calling flipbook function from custom panel

hi, i create my panel , it’s very simple panel with only one button, this button suppose to do the flipbook, here’s the code :

Code:

from nukescripts.panels import PythonPanel
class test(PythonPanel) :
  def __init__(self,title,id):
    PythonPanel.__init__(self,title,id)
    self.but=nuke.PyScript_Knob('button','button')
    self.addKnob(self.but)
  def knobChanged(self,knob):
    self.flip()
  def flip(self):
    nukescripts.flipbook(nukescripts.framecycler_this, nuke.selectedNode(), ("1,5", ["main"]) )


then instantiate the panel using :

Code:

m=test('testpanel','123')
m.show()


select any node to render (in my example i select a Colorbar Node) ,then press the button, i got bunch of error messg, the last line said :
ValueError: ColorBars1.first_frame cannot be turned into a number

the script is working fine, as i tested on script editor without problem, the code below is working perfectly :

Code:

m.flip()


So the problem i cannot call the ‘nukescripts.flipbook()’ function by using the panel. Anyone got the solution?

thanx

VFX404 – JLMPRO

I have 2 shots set up that i will be choosing which i will be using after the shooting. One is in a warehouse, and one is an alley way.

i will be posting some things shortly.

menu.py help

Hi i have my custome menu.py and some custom gizmos its all work fine.
My question is i create one custom python command file called stereoRender how to add this to my menu py i tryed lot but result s zero. help me out please..

Here i attached my both files….

Attached Files
File Type: py menu.py (219 Bytes)
File Type: py stereoRender.py (442 Bytes)

Shade-In Bangkok is looking for talented CGI artists, THAI ONLY!!

Shade-In is a new company located in Bangkok, Thailand. This young company is managed by two french senior digital artists with more than 15 years of experience in CGI for TV commercials, Tv series and feature films visual effects.

We’re actually looking for talented generalist CGI artists (pref. for Maya, but we’re open to others).

Due to Thai labor department law, we’re looking ONLY for local Thai people. SO PLEASE DO NOT CONTACT US IF YOU’RE NOT THAI!!!

Please send your resume and reel to contact@shade-in.com.

Visit www.shade-in.com for further informations! :radar:

Attached Thumbnails

Click image for larger version

Name:	ShadeInLimited.png
Views:	N/A
Size:	84.4 KB
ID:	10721
 

Rainbow CGI is looking for animators, texture artists and production assistants

Rainbow CGI, has a need for animators, texture artists and production assistants in our Rome location.
The successful candidate must have years of experience and organizational skills are a must.
Moreover he must have good understanding of CG projects, a professional showreel, with clear information to show what was done, and by whom and that shows extensive ability to solve complex problems.

Qualified candidates should submit their resumes to recruiting@rbw-cgi.it .
Showreels should be posted to Recruitment at Rainbow Cgi Animation Studio, 374, Via della Bufalotta, 00139 – Rome – Italy

execute python script on frame change

Hi,

I have a custom python script that is currently assigned to a hotkey to be executed on demand. The python script is mainly wrangling pixel values of the result of a No-Op node in the tree.

I am wondering if it is possible to automatically execute that script as the frame number changed. If yes, how to do that?

Thanks,
Jason