Framecycler start frame

Hi,

when i start a flipbook from nuke in framecycler, my timeline in framecycler always starts at frame 0. Even when my nuke script starts at some other frame. Is there a way to tell framecycler to always show the absolute frame values, for example when i flipbook the range 120 – 200, i want my framecycler timeline to show the same range, starting at 120.
I heard that older versions of framecycler where able to do that, any way to make the current versions behave the same way again? I am talking about the framecycler version included with nuke5.

Furnace install help

I just installed Furnace 4 . It installed into:
C:\Program Files (x86)\Common Files\OFX\Plugins\Furnace_4.0_Nuke
But when I opened Nuke, I don’t see any Icons.
I looked online for help but there is no info.
Do I have to go into the Menu.py?….God, I hope not

Lou

The Foundry conducts Nuke Masterclass in Mumbai

Hi, What’s up The Foundry conducts Nuke Masterclass in Mumbai?
thanks

DiskCache or not..that’s the question

Hi All,
As an AE user, I got used to having a limited ram cache, yet I was GUARANTEED to have smooth play back for whatever did cached up.

For some reason, Nuke can’t make ups it mind to Cache or not.
For example,
I have a 262 frame timeline. I watched it slowly go thru all 262 frames. Then it went around again, and again. When I stoped it and then hit play, it cached up for the 1st 100 frames. I then watched it creep along to reach the end 262 frames. When it went around(again), the cached 100 frames were gone, and it was caching all over again! What gives?

I thought disk cache is like "geometry cache" in MAYA. Once you write it to disk, it plays perfectly.

Also, I used FLIPBOOK, and it seems to do the same thing. It slowly creeped along, then when it did cached up, it statred to run out of ram.
So, I am sooo confused.
And what’s this RAID drives? Would this help me?
Thanks,
Lou

Nuke 5.2v3cn11 has been released

Nuke 5.2v3cn11 has been released.




http://www.aboutnuke.org/viewthread.php?tid=448

Save copy of script

I’m wondering if there is any way to save a copy of the current script with the help of python, without actually saving the main script?
Basically the same functionality as the autosave feature.

how about Pulldown in nuke?

3:2 Pulldown
What exactly does pulldown mean? It is a technique to temporally convert (resolution not being
considered here) film footage to video footage and back again. Given that film uses solid frames
and video uses interlaced fields, and that film runs at 24 fps and NTSC runs at 30 fps, you split the
film footage into fields and double up two out of five frames to increase your frames to fill the 30 fps.
The pulldown parameters in the Timing section of the FileIn node allow you to manage the pulldown/
pullup of a sequence.
———————
in shake:

but i dont know how to do that in nuke .i try to add a node "remove32p" form "time"
but in frame 56,…..
look that ,this is shake in 56 frame

but in nuke ,it look like with field

thanks !!!!:google:

Nuke to after effects or Nuke to Fusion?

I have a project requirements where the rotos of Nuke to be converted to either digital fusion or After effects. Is there any exporter which does this? can you please help us…

despill by defocus background

hey guys

I was wondering how to set up a gizmo that can despill green or blue screen footage by using defocus background as the replacement method. Tommy138 posted his despill gizmo not so long ago; his technique was to substract the red and blue channel from the green, the result was like using compliment color in primatte.
I want to create a gizmo that can replicate primatte method by using defocus background

can any one help please

thank you

Facility wide file name replace

I’m trying to set up a server side init.py file so all of our Nuke users can run scripts and find footage without it breaking on other systems. Were using all 3 operating systems.

I have no idea how to create the script but I have a feeling its something similar to this:

Code:

if nuke.env[WIN32] or nuke.env[WIN64]
        then replace /mnt/volumes/xsan/
                with //192.168.1.242/Xsan/
        else replace /Volumes/Xsan/
                with //192.168.1.242/Xsan/

if nuke.env[OSX]
        then replace //192.168.1.242/Xsan/
                with /Volumes/Xsan/
        else replace /mnt/volumes/xsan/
                with /Volumes/Xsan/

if nuke.env[LINUX]
        then replace //192.168.1.242/Xsan/
                with /mnt/volumes/xsan/
        else replace /Volumes/Xsan/
                with /mnt/volumes/xsan/


If anyone has some guidance it would be much appreciated.