[Nuke-users] Nuke PyQT importError: DLL load failed

2012-07-19 Thread Matias Volonte
Hello everyone, I am trying to load a PyQT panel on Nuke but for some reason when I am calling the PyQT libraries I get this error: # Result: Traceback (most recent call last):   File string, line 1, in module ImportError: DLL load failed: The specified module could not be found. I am using

[Nuke-users] Match QT loaded with 1 Colorspace to same QT loaded with a different Colorspace

2012-07-19 Thread Thorsten Kaufmann
Hey there, i have tried quite a lot of colorspace combinations now to achieve this. Take a Quicktime and load it with colorspace set to AlexaV3LogC and load it a second time with colorspace set to sRGB. Is there any way to wrangle the AlexaV3 one to be identical to the sRGB one? Thanks in

Re: [Nuke-users] Match QT loaded with 1 Colorspace to same QT loaded with a different Colorspace

2012-07-19 Thread Aaron Weintraub
Hi Thorsten, If I'm understanding you correctly, just add two colorspace nodes after the Alexa quicktime. Make the first one convert from Linear to AlexaV3LogC (to undo the original conversion from the Read node) and in the second one, convert from sRGB to Linear (to do what the Read node in

AW: [Nuke-users] Match QT loaded with 1 Colorspace to same QT loaded with a different Colorspace

2012-07-19 Thread Thorsten Kaufmann
Damn. I was sure i had tried that. Obviously I missed this combination. Thanks a lot! Sadly I have a new LUT in the mix now and as LUTs are not reversible if I recall right I am straight back to eyeballing heh Von: nuke-users-boun...@support.thefoundry.co.uk

Re: [Nuke-users] Match QT loaded with 1 Colorspace to same QT loaded with a different Colorspace

2012-07-19 Thread Deke Kincaid
Only 3d lut's are not reversable. 1d ones are fine though. -deke On Thu, Jul 19, 2012 at 6:53 AM, Thorsten Kaufmann thorsten.kaufm...@mackevision.de wrote: Damn. I was sure i had tried that. Obviously I missed this combination. Thanks a lot! Sadly I have a new LUT in the mix now and as

Re: [Nuke-users] Reconcile3d output live still bust

2012-07-19 Thread Jose Fernandez de Castro
As a side note the problem with both alternate approaches that we showed (which do the same thing) is that the snap 3d function does not take a format argument, and only returns the values for the root format, so the result is only correct for that format. Maybe we should put in a request for the

[Nuke-users] Trouble rendering locally

2012-07-19 Thread Noggy
When I try to render, it often fails. It may get through 1-5 frames then suddenly zoom through the rest of the sequence while rendering nothing. I restart Nuke and sometimes that works, sometimes it doesn't. What could be causing this problem? It doesn't matter what script I'm using. It

Re: [Nuke-users] Trouble rendering locally

2012-07-19 Thread Deke Kincaid
try running Nuke in the commandline and see what the error is. Also look in the error console. -deke On Thu, Jul 19, 2012 at 11:14 AM, Noggy nuke-users-re...@thefoundry.co.ukwrote: ** When I try to render, it often fails. It may get through 1-5 frames then suddenly zoom through the rest of

AW: [Nuke-users] Match QT loaded with 1 Colorspace to same QT loaded with a different Colorspace

2012-07-19 Thread Thorsten Kaufmann
Yeah. For the record: You can actually generate reversing LUTs on the ARRI LUT Generator (i guess they base the LUTs of Gamma Curves rather than test-patterns. So yay. I am all set including PROPER linearizing the Footage heh. Thanks all, Thorsten Thorsten Kaufmann Head of Production

Re: [Nuke-users] Reconcile3d output live still bust

2012-07-19 Thread Jose Fernandez de Castro
I've put in a request now, I'll try to update it with the context request if I get a bug id, that's also important. On Thu, Jul 19, 2012 at 10:53 AM, Jose Fernandez de Castro pixelcowbo...@gmail.com wrote: As a side note the problem with both alternate approaches that we showed (which do the

Re: [Nuke-users] Reconcile3d output live still bust

2012-07-19 Thread Frank Rueter
absolutely! On 20/07/12 5:53 AM, Jose Fernandez de Castro wrote: As a side note the problem with both alternate approaches that we showed (which do the same thing) is that the snap 3d function does not take a format argument, and only returns the values for the root format, so the result is

Re: [Nuke-users] Nuke PyQT importError: DLL load failed

2012-07-19 Thread Jimmy Christensen
1. Where did you get the PyQt library in the first place, did you compile them yourself with the same version of Qt that Nuke uses? 2. Why not just use PySide which is bundled with Nuke already? Best Regards Jimmy Christensen Developer Ghost A/S On 19/07/12 13:05, Matias Volonte wrote: Hello