Re: [Nuke-users] QT file frame offset?

2012-03-29 Thread Randy Little
Bill some QT formats like h264 allow frame reordering in the compression. It Might be something like that. Randy S. Little http://www.rslittle.com On Wed, Mar 28, 2012 at 21:41, Frank Rueter fr...@beingfrank.info wrote: I've had stuff like that happen. Quicktime is an evil lifetime sucking

Re: [Nuke-users] QT file frame offset?

2012-03-29 Thread Howard Jones
I've had similar as Randy says and from memory it was one of the settings for the format that would trigger this, but I cant remember which one, and no QT in front of me to check   Howard From: Randy Little randyslit...@gmail.com To: Nuke user discussion

RE: [Nuke-users] QT file frame offset?

2012-03-29 Thread Adrian Baltowski
Hi Your file is strange. When you open it in Dumpster you find, that timescale and duration values are inconsistent between movie header atom and track atom and these values doesn't divide evenly. So it's very likely that file is misinterpreted in different softwares. This file was created by

Re: [Nuke-users] Screen Subtraction process

2012-03-29 Thread Diogo Girondi
IBK is a gizmo up until page 20, when you hit page 21 you'll notice it has a compile core node where all the sweetness is handled, including the screen subtraction. I have a math for that, that is similar but not quite there, laying around somewhere at home. I'll see if I can find it and post.

Re: [Nuke-users] windows box seems unstable and memory hogging?! :(

2012-03-29 Thread Diogo Girondi
We've been noticing a similar RAM eating problem when running 6.3v6 on CentOS5. As as soon as you open a curve editor with a few keyframes in it, Nuke unleashes a RAM pac-man that eats everything until it brings Nuke to the ground crashing it. I've contacted the support and they were looking into

Re: [Nuke-users] windows box seems unstable and memory hogging?! :(

2012-03-29 Thread Peter Hartwig
ah ok, 'glad' to hear it's not just us. we're on 6.3v2 here so maybe a rollback is the solution. pete On Thu, Mar 29, 2012 at 1:50 PM, Diogo Girondi diogogiro...@gmail.com wrote: We've been noticing a similar RAM eating problem when running 6.3v6 on CentOS5. As as soon as you open a curve

Re: [Nuke-users] windows box seems unstable and memory hogging?! :(

2012-03-29 Thread Peter Pearson
On 29/03/12 12:57, Peter Hartwig wrote: ah ok, 'glad' to hear it's not just us. we're on 6.3v2 here so maybe a rollback is the solution. Hi, This should be done through support really, but there's an aggressive caching option that was added for 6.3 - it should be off by default but might be

[Nuke-users] A few python questions

2012-03-29 Thread Jon Wesström
I'm still very new to python/nuke scripting, so these questions might be dumb, but I'm getting tired of not being able to solve them. I'm working on a tool that makes it easy to make breakdowns of a script, you basically select a node, press a button, and nuke renders out a frame. That part of

Re: [Nuke-users] windows box seems unstable and memory hogging?! :(

2012-03-29 Thread Diogo Girondi
Same thing here regarding the cache settings but we've noticed that RAM usage peaks when you open the curve editor. And keeps peaking until Nuke crashes. Restarting Nuke temporarily fixes the issue of sluggishness though. On 29/03/2012, at 11:16, Neil Scholes n...@uvfilms.co.uk wrote: Yes

Re: [Nuke-users] windows box seems unstable and memory hogging?! :(

2012-03-29 Thread Peter Hartwig
Has anyone submitted this to the foundry... I have NOOO idea what kind of logins etc we have here at the company, i'm just the dumb user =) but i guess you need some sort of id or login to submit such a report? Peter Hartwig On Thu, Mar 29, 2012 at 4:19 PM, Diogo Girondi diogogiro...@gmail.com

Re: [Nuke-users] A few python questions

2012-03-29 Thread Diogo Girondi
To get just the filename you can do something like: Import os print os.path.basename( nuke.Root().name() ) Or nuke.Root().name().split('/')[-1] You can replace the / for os.sep() For the TypeError you can simply do int(version)+1 assuming the version variable is assigned to a numerical

Re: [Nuke-users] AtomKraft/Nuke 1.1 + Free Beer + a new website

2012-03-29 Thread Peter Hartwig
WOW... i finally had a chance to play around with AtomKraft it's absolutely awesome. Great work guys! Peter On Thu, Mar 29, 2012 at 1:38 PM, Paolo Berto pbe...@jupiter-jazz.com wrote: Hello Nuklear Scientists, some awesome news from Jupiter: * AtomKraft/Nuke 1.1 has been released today.

[Nuke-users] N hotkey

2012-03-29 Thread John Mangia
Is there any way to modify nuke so that the hotkey 'N' does not change the node name, but rather changes the label of the selected node? Thanks. -- John Mangia j...@johnmangia.com ___ Nuke-users mailing list Nuke-users@support.thefoundry.co.uk,

Re: [Nuke-users] AtomKraft/Nuke 1.1 + Free Beer + a new website

2012-03-29 Thread ar
Paolo, Is the 'free as beer' with a watermark on renders ? is that what you mean by embedded licensing ? question: can you 'bake illumination' into a scanline 'uv' render ? thx, Ari WOW... i finally had a chance to play around with AtomKraft it's absolutely awesome. Great work guys!

Re: [Nuke-users] windows box seems unstable and memory hogging?! :(

2012-03-29 Thread Howard Jones
send to support at the foundry  (This email is doing that as you read) Support please look at below thread and send replies to peter.hart...@gmail.com etc - I'm just the messanger...   Howard From: Peter Hartwig peter.hart...@gmail.com To: Nuke user

Re: [Nuke-users] A few python questions

2012-03-29 Thread Jon Wesström
Thank you so much, managed to solve the scriptname. I no longer get the TypeError, but (int)version+1 doesn't really seem to do anything. If i write: int(version) + 1 print version The result will always be 1 But if I write version = version + 1 print version It does what I want (adding one

AW: [Nuke-users] A few python questions

2012-03-29 Thread Thorsten Kaufmann
I am not sure you can put a statement like this into the callback directly. I guess you'd have a function incrementing the version and that would be added in the callback. Regards, Thorsten Thorsten Kaufmann Head of Production Mackevision Medien Design GmbH

Re: [Nuke-users] Screen Subtraction process

2012-03-29 Thread dave dfx yu
Thanks Diogo, It would be great to see the math. The IBK core does not expose the process of the screen subtraction from what I have seen. Dave On Thu, Mar 29, 2012 at 7:42 PM, Diogo Girondi diogogiro...@gmail.comwrote: IBK is a gizmo up until page 20, when you hit page 21 you'll notice it

Fw: [Ticket#2012032910000168] [Nuke-users] win [...]

2012-03-29 Thread Howard Jones
ticket number for this then...   Howard - Forwarded Message - From: The Foundry Support supp...@thefoundry.co.uk To: Howard Jones mrhowardjo...@yahoo.com Sent: Thursday, 29 March 2012, 16:40 Subject: [Ticket#201203291168] [Nuke-users] win [...] Thank you for contacting us. A new

Re: [Nuke-users] N hotkey

2012-03-29 Thread Neil Scholes
I just installed 'setlabel' script on nukepedia - works a treat :) Neil Scholes +44(0) 7977 456 197 www.uvfilms.co.uk On 29 Mar 2012, at 16:14, John Mangia wrote: Is there any way to modify nuke so that the hotkey 'N' does not change the node name, but rather changes the label of the

Re: [Nuke-users] windows box seems unstable and memory hogging?! :(

2012-03-29 Thread Neil Scholes
Yes - I have submitted as a bug - trouble is they can't seem to replicate... so im hoping ill be able to find a repeatable cause - as i say it comes and goes - weird but defo an issue. Neil Scholes +44(0) 7977 456 197 www.uvfilms.co.uk On 29 Mar 2012, at 15:26, Peter Hartwig wrote:

Re: [Nuke-users] windows box seems unstable and memory hogging?! :(

2012-03-29 Thread Wouter Klouwen
Hi Neil, have you tried running a memory test on your machine just to eliminate that as a possible source of problems? http://www.memtest.org/ Thanks, Wouter On 29/03/2012 17:28, Neil Scholes wrote: Yes - I have submitted as a bug - trouble is they can't seem to replicate... so im

Re: [Nuke-users] A few python questions

2012-03-29 Thread Diogo Girondi
Well... If you do something like version = '1' int(version)+1 print version '1' The version variable remains intact since you've summed without assigning it to anything. So you must do something like: version = '1' version = int(version)+1 print version 2 or version = int( '1' ) version

Re: [Ticket#2012032910000168] [Nuke-users] win [...]

2012-03-29 Thread Jeff C
ticket number for this then... Howard - Sorry, are you asking me or someone else for a ticket number?,..how should i respond to this statement? thanks, Jeff On 29-Mar-12, at 9:07 AM, Howard Jones wrote: ticket number for this then... Howard - Forwarded Message - From: The Foundry

Re: [Ticket#2012032910000168] [Nuke-users] win [...]

2012-03-29 Thread Jeff C
ticket number for this then... Howard - Sorry, are you asking me or someone else for a ticket number?,..how should i respond to this statement? thanks, Jeff On 29-Mar-12, at 9:07 AM, Howard Jones wrote: ticket number for this then... Howard - Forwarded Message - From: The Foundry

Re: [Nuke-users] windows box seems unstable and memory hogging?! :(

2012-03-29 Thread Neil Scholes
Thanks - ill give that a try - although have no problems with Houdini or 3DE. Neil Scholes +44(0) 7977 456 197 www.uvfilms.co.uk On 29 Mar 2012, at 18:02, Wouter Klouwen wrote: Hi Neil, have you tried running a memory test on your machine just to eliminate that as a possible

Re: [Ticket#2012032910000168] [Nuke-users] win [...]

2012-03-29 Thread Howard Jones
That's just the ticket number for the support email. You dont have to respond at all   Howard From: Jeff C dance...@shaw.ca To: Howard Jones mrhowardjo...@yahoo.com; Nuke user discussion nuke-users@support.thefoundry.co.uk Sent: Thursday, 29 March 2012,

[Nuke-users] Re: AtomKraft/Nuke 1.1 + Free Beer + a new website

2012-03-29 Thread Paolo Berto
The free beer is watermark-less! On Thursday, March 29, 2012, wrote: Paolo, Is the 'free as beer' with a watermark on renders ? is that what you mean by embedded licensing ? question: can you 'bake illumination' into a scanline 'uv' render ? thx, Ari WOW... i finally had a chance

[Nuke-users] Re: AtomKraft/Nuke 1.1 + Free Beer + a new website

2012-03-29 Thread Paolo Berto
Peter: cheers! On Thursday, March 29, 2012, Peter Hartwig wrote: WOW... i finally had a chance to play around with AtomKraft it's absolutely awesome. Great work guys! Peter On Thu, Mar 29, 2012 at 1:38 PM, Paolo Berto pbe...@jupiter-jazz.comjavascript:; wrote: Hello Nuklear

Re: [Nuke-users] N hotkey

2012-03-29 Thread Adam Hazard
I actually wanted to figure out how to do this last week. Great idea. But, sorry if this is a lame question. How exactly is this used? I downloaded the file. I was going to maybe add it to my menu.py? Or what? Do I need to assign a hotkey, or is there one? Or run it in the script editor? Still

Re: [Nuke-users] N hotkey

2012-03-29 Thread Howard Jones
I added this to my menu.py... m=menubar.addMenu('python') m.addCommand( 'setLabel', 'nuke.load(setLabel), setLabel()', 'shift+n')   Howard From: Adam Hazard ahaz...@tippett.com To: Nuke user discussion nuke-users@support.thefoundry.co.uk Sent: Thursday,

Re: [Nuke-users] nuke script error

2012-03-29 Thread Nathan Rusch
This is usually the result of corrupt/missing clones. Are you using any cloned nodes in your script? If you want to get the script open, open it in a text editor and search for C210befb0. I’ll put decent money on there being a line or two in there like 'clone $C210befb0'. Remove any lines

Re: [Nuke-users] N hotkey

2012-03-29 Thread Adam Hazard
ah yes, ok, makes sense. I was thinking it needed something like that, but obviously I was confused. Thanks. -Adam On 03/29/2012 12:20 PM, Howard Jones wrote: I added this to my menu.py... m=menubar.addMenu('python') m.addCommand( 'setLabel', 'nuke.load(setLabel), setLabel()', 'shift+n')

Re: [Ticket#2012032910000168] [Nuke-users] win [...]

2012-03-29 Thread Peter Hartwig
Great, thanks Howard On Thu, Mar 29, 2012 at 7:58 PM, Howard Jones mrhowardjo...@yahoo.com wrote: That's just the ticket number for the support email. You dont have to respond at all Howard From: Jeff C dance...@shaw.ca To: Howard Jones

Re: [Nuke-users] Re: nuke script error

2012-03-29 Thread Frank Rueter
yes, unfortunately this is very common and I stopped using clones for this very reason years ago. It's a shame it hasn't been fixed. On 3/30/12 12:15 PM, chuckie7413 wrote: Hi Nathan, Yeah there are a few cloned nodes in the script. Will take a look at the script in a text editor and look