JefeCheck v1.0
This location is for Registered Users Only.
Perhaps you need to login or register.
7.0 or later
JefeCheck is an awesome flipbokk app that is now available for free. Check it out here
This script is a very basic implementation that makes JefeCheck appear in Nuke's default flipbook panel. Not all options offered in the panel are supported.
Drop the downloaded file into your plugin path and the following lines into your menu.py:
os.environ['JC_PATH'] = '/Applications/JefeCheck.app/Contents/MacOS/JefeCheck'
import JefeCheck
nukescripts.setFlipbookDefaultOption("flipbook", "JefeCheck")
The first line will tell the script where to find JefeCheck, so change it according to your system.
The secont line will import and regsiter the JefeCheck flipbook, and the third will make JefeCheck the default option in the flipbook panel (instead of FrameCycler)
This has only been tested on OSX.
Comments
but i have a problem when i want to use this
Traceback (most recent call last):
File "
File "/usr/local/Nuk e6.3v8/plugins/ nukescripts/ren derdialog.py", line 715, in showFlipbookDia log
e.run()
File "/usr/local/Nuk e6.3v8/plugins/ nukescripts/ren derdialog.py", line 681, in run
self._selectedV iews(), self._getOption s(nodeToFlipboo k))
File "/home/ahada/.n uke/JefeCheck.p y", line 71, in run
subprocess.Pope n( args )
File "/usr/local/Nuk e6.3v8/lib/pyth on2.6/subproces s.py", line 633, in __init__
errread, errwrite)
File "/usr/local/Nuk e6.3v8/lib/pyth on2.6/subproces s.py", line 1139, in _execute_child
raise child_exception
OSError: [Errno 13] Permission denied
This is my mistake . i'm linux user and forget to add "JefeCheck" at the end of JC_PATH
I added this into menu.py
os.environ['JC_PATH'] = '/usr/local/JefeCheck_Linux_x86_64/bin/'
then i correct it to:
os.environ['JC_PATH'] = '/usr/local/JefeCheck_Linux_x86_64/bin/jefecheck'
Thanks again
thank you for sharing JefeCheck! I think the most important thing to improve would be the viewer lut, so it comes across from Nuke and things look identical straight away. After that I was going to look into flipping multiple nodes at the same time to load into the four tracks in JefeCheck, but that would mean a complete re-write as the TF template doesn't support that concept. Might be worth it though as I would like the same functionality for RV as well.
Thanks for taking the time to put this together, much appreciated. I'm having trouble using it on Windows 7 though. After rendering to the temp folder nuke, instead of launching JefeCheck, says "WindowsError: [Error 5] Access is denied". I have tried disabling the firewall but get the same message. Any thoughts on other things I could try?
RSS feed for comments to this post