Re: [Nuke-users] Python Script Knob - follow up question

2016-11-01 Thread Brent Veal
change 'script' to whatever your py file is and script.func() to whatever function you want to call. On Tue, Nov 1, 2016 at 2:09 PM, Daniel Hartlehnert <dah...@gmx.de> wrote: > Hm, i'm getting this: > > ImportError: No module named script > > > Am 01.11.2016 um

Re: [Nuke-users] Python Script Knob - follow up question

2016-11-01 Thread Brent Veal
goknob.setValue("import script; script.func()") would that work? On Tue, Nov 1, 2016 at 11:21 AM, Daniel Hartlehnert wrote: > Ok, so now that i now how to add this knob :) > > I have about 300 lines of Python code i would like to be executed when > this knob is pressed. I now

Re: [Nuke-users] pulling off a pane freezes nuke

2016-05-15 Thread Brent Veal
I've had the issue for years across multiple computers and video cards. Always Nvidia though. On Sun, May 15, 2016 at 2:13 AM, Johannes Hezer wrote: > Same here, > > though if I recall it was only on win, never posix... > > > Am 5/15/16 um 6:12 AM schrieb Info Mail Bag:

Re: [Nuke-users] Zync question for Nuke

2016-04-29 Thread Brent Veal
I've only used Zync a handful of times but my experience was largely the same, although for me it was typically 10-15 minutes before any instances picked up. I havent used it much since then because that wait time doesn't really give me much of a time advantage to rendering on-site. On Thu, Apr

Re: [Nuke-users] Undo function in 9.0v3 not working

2015-01-28 Thread Brent Veal
Havent seen this issue on Windows On Wed, Jan 28, 2015 at 4:25 PM, John Mangia j...@johnmangia.com wrote: I've been seeing this too on OS X at a place I'm working right now. Thought it was something internal. It's driving me crazy. On Wed, Jan 28, 2015 at 7:15 PM, adam jones

Re: [Nuke-users] Vectorfield flickering?

2014-12-18 Thread Brent Veal
I've had this issue with 3dls before but was never able to find a solution. Had to just work around it. On Thu, Dec 18, 2014 at 12:20 PM, Ron Ganbar ron...@gmail.com wrote: I had a similar thing on Nuke 8.0v4 a while back. Ron Ganbar email: ron...@gmail.com tel: +44 (0)7968 007 309 [UK]

Re: [Nuke-users] How do I add to Reformat node

2013-04-04 Thread Brent Veal
I believe you can add formats to the formats.tcl file which should be in the same location as your menu.py On Thu, Apr 4, 2013 at 10:50 AM, Todd Groves t...@nulightfx.com wrote: I want to add a specific format to the Reformat node, so that I don't have to recreate it every time for a new

Re: [Nuke-users] 7.0v2 requires X for GPU accelleration?

2012-12-14 Thread Brent Veal
GPU acceleration has always been advertised as exclusive to NukeX as far as I can remember. If it worked in non-X in 7.0v1 then it might have been a bug. On Fri, Dec 14, 2012 at 8:56 AM, Nathan Dunsworth nat...@nfxplugins.comwrote: Thats pretty ridiculous. On Fri, Dec 14, 2012 at 11:43 AM,

Re: [Nuke-users] Read node settings

2012-11-07 Thread Brent Veal
Run this in the script editor, it should work: for a in nuke.allNodes(): if a.Class() == Read: a['on_error'].setValue('black') On Wed, Nov 7, 2012 at 7:04 AM, Khushnum kfchi...@tataelxsi.co.in wrote: hi how would I change the read node default settings for missing frames = black ? I

Re: [Nuke-users] Funny behavior with number padding on importing

2012-11-05 Thread Brent Veal
Dragging in a single clip or multiple clips always gives me no matter what the setting is set to in Preferences. It only seems to make a difference if I open the file browser in a read node to import a sequence. Using 6.3v8 in windows. On Mon, Nov 5, 2012 at 10:21 AM, John Cairns

Re: [Nuke-users] expression to turn on off the grade node every 10 frame

2012-10-10 Thread Brent Veal
Select your keys in the curve editor, then right-click and selected Predefined - Loop On Wed, Oct 10, 2012 at 9:28 AM, Jason P Nguyen jasonpngu...@gmail.comwrote: where to you find the repeate in curve editor? On Wed, Oct 10, 2012 at 9:18 AM, Neil Scholes n...@uvfilms.co.uk wrote: Hi - i

Re: [Nuke-users] Re: Question about .chan files and nuke

2012-08-16 Thread Brent Veal
On the Camera tab there's a small folder icon under the Display pulldown. Click that, then click Import Chan File. If that's what you're doing that and the animation isn't showing up, then I'm not sure what the issue would be. On Thu, Aug 16, 2012 at 6:57 AM, Slickiss

Re: [Nuke-users] Nuke Hang Win7

2012-05-24 Thread Brent Veal
I had this issue when Nuke was looking for a drive that no longer existed. My menu.py had a favorite directory pointing to a drive that was later removed and Nuke would hang every time opening the file browser. Removing the favorite directory fixed the problem. On Thu, May 24, 2012 at 3:40 PM,