<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: NukeProcess</title>
	<atom:link href="http://francoislord.com/blog/computer-graphics/nuke/nukeprocess_74/feed" rel="self" type="application/rss+xml" />
	<link>http://francoislord.com/blog/computer-graphics/nuke/nukeprocess_74</link>
	<description></description>
	<lastBuildDate>Thu, 15 Dec 2011 09:17:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jon Peel</title>
		<link>http://francoislord.com/blog/computer-graphics/nuke/nukeprocess_74/comment-page-1#comment-1082</link>
		<dc:creator>Jon Peel</dc:creator>
		<pubDate>Thu, 07 Jul 2011 14:00:31 +0000</pubDate>
		<guid isPermaLink="false">http://francoislord.com/blog/?p=74#comment-1082</guid>
		<description>Just to point it out; this is at least the third tool which I&#039;ve seen do this sort of thing and possibly not the friendliest solution. If you are looking at it, do compare it to Hugh McDonald&#039;s external control module - it answers more or less the same problem.

http://forums.thefoundry.co.uk/phpBB2/viewtopic.php?t=4203&amp;postdays=0&amp;postorder=asc&amp;start=0

https://github.com/Nvizible/NukeExternalControl</description>
		<content:encoded><![CDATA[<p>Just to point it out; this is at least the third tool which I&#8217;ve seen do this sort of thing and possibly not the friendliest solution. If you are looking at it, do compare it to Hugh McDonald&#8217;s external control module &#8211; it answers more or less the same problem.</p>
<p><a href="http://forums.thefoundry.co.uk/phpBB2/viewtopic.php?t=4203&#038;postdays=0&#038;postorder=asc&#038;start=0" rel="nofollow">http://forums.thefoundry.co.uk/phpBB2/viewtopic.php?t=4203&#038;postdays=0&#038;postorder=asc&#038;start=0</a></p>
<p><a href="https://github.com/Nvizible/NukeExternalControl" rel="nofollow">https://github.com/Nvizible/NukeExternalControl</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://francoislord.com/blog/computer-graphics/nuke/nukeprocess_74/comment-page-1#comment-1079</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 27 May 2011 17:27:37 +0000</pubDate>
		<guid isPermaLink="false">http://francoislord.com/blog/?p=74#comment-1079</guid>
		<description>Sorry about all these comments, but I just figured out a round-about way to do this and wanted to share it in case anybody wanted the feature  (its extremely round-about though). If you create a script using Francois&#039; code, then cat the getScript() to somefile.py, you will need to write an extra line at the end of somefile.py: 
nuke.scriptSaveAs(&#039;path.nk&#039;). 

Then if you run: 
/Applications/nuke/Nuke6.2v4.app/Nuke6.2v4 -nukex -V -t /PathTo/somefile.py  

You get the automated .nk script, which you can create from shotgun, which will have all of your read/write nodes already in it!

I am both too busy and too new to both Nuke and Python to do this in a simpler/better fashion, but I wanted to contribute what I could. Again thanks soo much Francois for writing/sharing that amazing script!

-James</description>
		<content:encoded><![CDATA[<p>Sorry about all these comments, but I just figured out a round-about way to do this and wanted to share it in case anybody wanted the feature  (its extremely round-about though). If you create a script using Francois&#8217; code, then cat the getScript() to somefile.py, you will need to write an extra line at the end of somefile.py:<br />
nuke.scriptSaveAs(&#8216;path.nk&#8217;). </p>
<p>Then if you run:<br />
/Applications/nuke/Nuke6.2v4.app/Nuke6.2v4 -nukex -V -t /PathTo/somefile.py  </p>
<p>You get the automated .nk script, which you can create from shotgun, which will have all of your read/write nodes already in it!</p>
<p>I am both too busy and too new to both Nuke and Python to do this in a simpler/better fashion, but I wanted to contribute what I could. Again thanks soo much Francois for writing/sharing that amazing script!</p>
<p>-James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flord</title>
		<link>http://francoislord.com/blog/computer-graphics/nuke/nukeprocess_74/comment-page-1#comment-1078</link>
		<dc:creator>flord</dc:creator>
		<pubDate>Fri, 27 May 2011 13:38:40 +0000</pubDate>
		<guid isPermaLink="false">http://francoislord.com/blog/?p=74#comment-1078</guid>
		<description>Yes, I guess it could be modified to output a .nk file. It would be just a matter to add a function that tells Nuke to save. I don&#039;t have time now to do it and I don&#039;t know when I will have some time, but anyone with some python and Nuke knowledge could do it.</description>
		<content:encoded><![CDATA[<p>Yes, I guess it could be modified to output a .nk file. It would be just a matter to add a function that tells Nuke to save. I don&#8217;t have time now to do it and I don&#8217;t know when I will have some time, but anyone with some python and Nuke knowledge could do it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://francoislord.com/blog/computer-graphics/nuke/nukeprocess_74/comment-page-1#comment-1077</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 27 May 2011 00:44:26 +0000</pubDate>
		<guid isPermaLink="false">http://francoislord.com/blog/?p=74#comment-1077</guid>
		<description>Awesome script! Thanks for putting this together Francois!!! There isn&#039;t any way to make the script save out a .nk file is there?! Was hoping to use this to automate creation of .nk files with read/write nodes already prepared for artists.

-James</description>
		<content:encoded><![CDATA[<p>Awesome script! Thanks for putting this together Francois!!! There isn&#8217;t any way to make the script save out a .nk file is there?! Was hoping to use this to automate creation of .nk files with read/write nodes already prepared for artists.</p>
<p>-James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://francoislord.com/blog/computer-graphics/nuke/nukeprocess_74/comment-page-1#comment-1075</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 25 May 2011 00:03:54 +0000</pubDate>
		<guid isPermaLink="false">http://francoislord.com/blog/?p=74#comment-1075</guid>
		<description>Sorry, but I have no idea where to install this python file. Any help would be great! Im running python 2.5 on Snow Leopard 

-J</description>
		<content:encoded><![CDATA[<p>Sorry, but I have no idea where to install this python file. Any help would be great! Im running python 2.5 on Snow Leopard </p>
<p>-J</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://francoislord.com/blog/computer-graphics/nuke/nukeprocess_74/comment-page-1#comment-1074</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 24 May 2011 23:54:52 +0000</pubDate>
		<guid isPermaLink="false">http://francoislord.com/blog/?p=74#comment-1074</guid>
		<description>How exactly do you set this up with python? I am on a mac running python 2.5.

-J</description>
		<content:encoded><![CDATA[<p>How exactly do you set this up with python? I am on a mac running python 2.5.</p>
<p>-J</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danieli903</title>
		<link>http://francoislord.com/blog/computer-graphics/nuke/nukeprocess_74/comment-page-1#comment-999</link>
		<dc:creator>danieli903</dc:creator>
		<pubDate>Tue, 19 Apr 2011 05:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://francoislord.com/blog/?p=74#comment-999</guid>
		<description>Hi Francois,
  I using nuke6.2 and python3.0. I try to make test for your first example (resize and color correct image). However when i run script occur following error:

 Traceback (most recent call last):
  File &quot;testNuke.py&quot;, line 1, in 
    from nukeprocess import NukeProcess
  File &quot;D:\users\daniel\setting\Downloads\nuke\nukeprocess.py&quot;, line 133
    print sOutLine
                 ^
SyntaxError: invalid syntax

Then i make comment this print line. i receive other error while run it again:

Traceback (most recent call last):
  File &quot;testNuke.py&quot;, line 1, in 
    from nukeprocess import NukeProcess
  File &quot;D:\users\daniel\setting\Downloads\nuke\nukeprocess.py&quot;, line 195
    raise TypeError, &quot;Unrecognized knob variable type: %s\n%s: %s&quot; % (type(dKwar
gs[sKey], sKey, str(dKwargs[sKey])))
                   ^
SyntaxError: invalid syntax

Any suggestion ? thanks you</description>
		<content:encoded><![CDATA[<p>Hi Francois,<br />
  I using nuke6.2 and python3.0. I try to make test for your first example (resize and color correct image). However when i run script occur following error:</p>
<p> Traceback (most recent call last):<br />
  File &#8220;testNuke.py&#8221;, line 1, in<br />
    from nukeprocess import NukeProcess<br />
  File &#8220;D:\users\daniel\setting\Downloads\nuke\nukeprocess.py&#8221;, line 133<br />
    print sOutLine<br />
                 ^<br />
SyntaxError: invalid syntax</p>
<p>Then i make comment this print line. i receive other error while run it again:</p>
<p>Traceback (most recent call last):<br />
  File &#8220;testNuke.py&#8221;, line 1, in<br />
    from nukeprocess import NukeProcess<br />
  File &#8220;D:\users\daniel\setting\Downloads\nuke\nukeprocess.py&#8221;, line 195<br />
    raise TypeError, &#8220;Unrecognized knob variable type: %s\n%s: %s&#8221; % (type(dKwar<br />
gs[sKey], sKey, str(dKwargs[sKey])))<br />
                   ^<br />
SyntaxError: invalid syntax</p>
<p>Any suggestion ? thanks you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flord</title>
		<link>http://francoislord.com/blog/computer-graphics/nuke/nukeprocess_74/comment-page-1#comment-981</link>
		<dc:creator>flord</dc:creator>
		<pubDate>Thu, 14 Apr 2011 01:45:57 +0000</pubDate>
		<guid isPermaLink="false">http://francoislord.com/blog/?p=74#comment-981</guid>
		<description>Yeah, Nuke isn&#039;t too helpful when frames are corrupted. The problem is that nukeprocess runs outside of Nuke, not inside it. So once Nuke is launched, my script can&#039;t change it&#039;s behavior. I should check if anything changed in 6.2, it seems to handle problem frames better. But that won&#039;t happen anytime soon, I don&#039;t even have time to install the latest version at the office.
Cheers.</description>
		<content:encoded><![CDATA[<p>Yeah, Nuke isn&#8217;t too helpful when frames are corrupted. The problem is that nukeprocess runs outside of Nuke, not inside it. So once Nuke is launched, my script can&#8217;t change it&#8217;s behavior. I should check if anything changed in 6.2, it seems to handle problem frames better. But that won&#8217;t happen anytime soon, I don&#8217;t even have time to install the latest version at the office.<br />
Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michal</title>
		<link>http://francoislord.com/blog/computer-graphics/nuke/nukeprocess_74/comment-page-1#comment-977</link>
		<dc:creator>Michal</dc:creator>
		<pubDate>Wed, 13 Apr 2011 14:27:08 +0000</pubDate>
		<guid isPermaLink="false">http://francoislord.com/blog/?p=74#comment-977</guid>
		<description>Hi
I wan&#039;t to use your script to check for corrupted frames from renderfarm - so I build a simple comp reading a frame and trying to save it as JPG.
For non-corrupted input frames it works OK, but with damaged one, script fails with following error, and, what more importand, freezes:

Nuke 6.1v1, 64 bit, built Jul 28 2010.

Copyright (c) 2010 The Foundry Visionmongers Ltd.  All Rights Reserved.

&gt;&gt;&gt; &gt;&gt;&gt; &gt;&gt;&gt; ... ... ... ... ... ... &gt;&gt;&gt; &gt;&gt;&gt; &gt;&gt;&gt; &gt;&gt;&gt; &gt;&gt;&gt; &gt;&gt;&gt; False

&gt;&gt;&gt; False

&gt;&gt;&gt; ... ... &gt;&gt;&gt; False

&gt;&gt;&gt; True

&gt;&gt;&gt; &gt;&gt;&gt; &gt;&gt;&gt; &gt;&gt;&gt; True

&gt;&gt;&gt; &gt;&gt;&gt; &gt;&gt;&gt; [13:55.37] ERROR: Read1: Error reading pixel data from image file &quot;//hal/RenderfarmConf/Apps/nukeprocess/partial.exr&quot;. Scan line 432 is missing.

Writing //hal/RenderfarmConf/Apps/nukeprocess/partial.exr.jpg took 0.42 seconds

Total render time: 0.42 seconds

.3Traceback (most recent call last):

  File &quot;stdin&quot;, line 1, in 

RuntimeError: Read1: Error reading pixel data from image file &quot;//hal/RenderfarmConf/Apps/nukeprocess/partial.exr&quot;. Scan line 432 is missing.

&gt;&gt;&gt; &gt;&gt;&gt; Traceback (most recent call last):

  File &quot;stdin&quot;, line 1, in 

NameError: name &#039;result&#039; is not defined


Any hints? Thanks</description>
		<content:encoded><![CDATA[<p>Hi<br />
I wan&#8217;t to use your script to check for corrupted frames from renderfarm &#8211; so I build a simple comp reading a frame and trying to save it as JPG.<br />
For non-corrupted input frames it works OK, but with damaged one, script fails with following error, and, what more importand, freezes:</p>
<p>Nuke 6.1v1, 64 bit, built Jul 28 2010.</p>
<p>Copyright (c) 2010 The Foundry Visionmongers Ltd.  All Rights Reserved.</p>
<p>&gt;&gt;&gt; &gt;&gt;&gt; &gt;&gt;&gt; &#8230; &#8230; &#8230; &#8230; &#8230; &#8230; &gt;&gt;&gt; &gt;&gt;&gt; &gt;&gt;&gt; &gt;&gt;&gt; &gt;&gt;&gt; &gt;&gt;&gt; False</p>
<p>&gt;&gt;&gt; False</p>
<p>&gt;&gt;&gt; &#8230; &#8230; &gt;&gt;&gt; False</p>
<p>&gt;&gt;&gt; True</p>
<p>&gt;&gt;&gt; &gt;&gt;&gt; &gt;&gt;&gt; &gt;&gt;&gt; True</p>
<p>&gt;&gt;&gt; &gt;&gt;&gt; &gt;&gt;&gt; [13:55.37] ERROR: Read1: Error reading pixel data from image file &#8220;//hal/RenderfarmConf/Apps/nukeprocess/partial.exr&#8221;. Scan line 432 is missing.</p>
<p>Writing //hal/RenderfarmConf/Apps/nukeprocess/partial.exr.jpg took 0.42 seconds</p>
<p>Total render time: 0.42 seconds</p>
<p>.3Traceback (most recent call last):</p>
<p>  File &#8220;stdin&#8221;, line 1, in </p>
<p>RuntimeError: Read1: Error reading pixel data from image file &#8220;//hal/RenderfarmConf/Apps/nukeprocess/partial.exr&#8221;. Scan line 432 is missing.</p>
<p>&gt;&gt;&gt; &gt;&gt;&gt; Traceback (most recent call last):</p>
<p>  File &#8220;stdin&#8221;, line 1, in </p>
<p>NameError: name &#8216;result&#8217; is not defined</p>
<p>Any hints? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://francoislord.com/blog/computer-graphics/nuke/nukeprocess_74/comment-page-1#comment-364</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sun, 03 Oct 2010 12:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://francoislord.com/blog/?p=74#comment-364</guid>
		<description>Hi Francois,
Thank you for this!!! I also have a problem like 
xavier .I get this:

&#039;C:\Program&#039; is not recognized as an internal or external command,
operable program or batch file.


I tried everything , all of my path is in quotes .And there is no big difference from your original path.But still get this error.I am using win7 x64 python 2.7 and Nuke 6.0v5
I tried to run your first example but didn&#039;t work.
Please let me know what wrong I am doing.
Thanks</description>
		<content:encoded><![CDATA[<p>Hi Francois,<br />
Thank you for this!!! I also have a problem like<br />
xavier .I get this:</p>
<p>&#8216;C:\Program&#8217; is not recognized as an internal or external command,<br />
operable program or batch file.</p>
<p>I tried everything , all of my path is in quotes .And there is no big difference from your original path.But still get this error.I am using win7 x64 python 2.7 and Nuke 6.0v5<br />
I tried to run your first example but didn&#8217;t work.<br />
Please let me know what wrong I am doing.<br />
Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

