<?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"
	>
<channel>
	<title>Comments on: ScriptUI: Give your scripts a nice GUI the easy way</title>
	<atom:link href="http://www.blendernation.com/2006/03/30/scriptui-give-your-scripts-a-nice-gui-the-easy-way/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blendernation.com/2006/03/30/scriptui-give-your-scripts-a-nice-gui-the-easy-way/</link>
	<description>Fresh Blender News, Every Day</description>
	<pubDate>Sat, 30 Aug 2008 03:01:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Sudoku Solver</title>
		<link>http://www.blendernation.com/2006/03/30/scriptui-give-your-scripts-a-nice-gui-the-easy-way/#comment-1359</link>
		<dc:creator>Sudoku Solver</dc:creator>
		<pubDate>Sat, 22 Apr 2006 01:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.BlenderNation.com/2006/03/30/scriptui-give-your-scripts-a-nice-gui-the-easy-way/#comment-1359</guid>
		<description>&lt;strong&gt;nice!&lt;/strong&gt;

love the blog! check out my sudoku solver blog at http://sudokusolver.easyjournal.com/</description>
		<content:encoded><![CDATA[<p><strong>nice!</strong></p>
<p>love the blog! check out my sudoku solver blog at <a href="http://sudokusolver.easyjournal.com/" rel="nofollow">http://sudokusolver.easyjournal.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: panzi</title>
		<link>http://www.blendernation.com/2006/03/30/scriptui-give-your-scripts-a-nice-gui-the-easy-way/#comment-793</link>
		<dc:creator>panzi</dc:creator>
		<pubDate>Fri, 31 Mar 2006 12:39:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.BlenderNation.com/2006/03/30/scriptui-give-your-scripts-a-nice-gui-the-easy-way/#comment-793</guid>
		<description>Wow. Two days ago the download counter counted only ca. 20 downloads or so. But today: 158 Downloads, wait! already changed! (in 20 Sec.): 159 Downloads.... two minutes later: 160 Downloads! :)
Only a few things on my blog where downloaded more often (e.g. a animeted gif which shows the way to solve a specific algorithm and datastructures homework counts 414 downloads, which is aproximate the number of students).</description>
		<content:encoded><![CDATA[<p>Wow. Two days ago the download counter counted only ca. 20 downloads or so. But today: 158 Downloads, wait! already changed! (in 20 Sec.): 159 Downloads&#8230;. two minutes later: 160 Downloads! :)<br />
Only a few things on my blog where downloaded more often (e.g. a animeted gif which shows the way to solve a specific algorithm and datastructures homework counts 414 downloads, which is aproximate the number of students).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: well</title>
		<link>http://www.blendernation.com/2006/03/30/scriptui-give-your-scripts-a-nice-gui-the-easy-way/#comment-785</link>
		<dc:creator>well</dc:creator>
		<pubDate>Fri, 31 Mar 2006 06:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.BlenderNation.com/2006/03/30/scriptui-give-your-scripts-a-nice-gui-the-easy-way/#comment-785</guid>
		<description>Not bad men by the way is there some kind of a GUI design guide so that the scrips look all the same?</description>
		<content:encoded><![CDATA[<p>Not bad men by the way is there some kind of a GUI design guide so that the scrips look all the same?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: panzi</title>
		<link>http://www.blendernation.com/2006/03/30/scriptui-give-your-scripts-a-nice-gui-the-easy-way/#comment-779</link>
		<dc:creator>panzi</dc:creator>
		<pubDate>Thu, 30 Mar 2006 21:13:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.BlenderNation.com/2006/03/30/scriptui-give-your-scripts-a-nice-gui-the-easy-way/#comment-779</guid>
		<description>How cool, I'm noticed by blendernation! :)

I wrote this script mainly because I really disliked the way to create GUIs with blender python plugins. I used it in my port and rewrite of klope's TerryNoise.
old TerryNoise: http://klopes.iespana.es/enchufes.htm
new blender &#62;= 2.3x version: http://elysiun.com/forum/viewtopic.php?t=38458

ScriptUI is not what I would call 100% complete, but It's defenitly easyer to build GUIs with it than with blenders API. Currently I don't have time to work on it, I have a lot of work to do for the university (I'm studying software engineering at the technical university in vienna), so don't expect answers to bug reports or feature requests during this semester. In the summer I will have time and if there is something to fix and/or add, I will do it then.
(But I will most probably fix any reported bugs within days, even if I should do other work. ;) )

So thanks for the notice,
panzi</description>
		<content:encoded><![CDATA[<p>How cool, I&#039;m noticed by blendernation! :)</p>
<p>I wrote this script mainly because I really disliked the way to create GUIs with blender python plugins. I used it in my port and rewrite of klope&#039;s TerryNoise.<br />
old TerryNoise: <a href="http://klopes.iespana.es/enchufes.htm" rel="nofollow">http://klopes.iespana.es/enchufes.htm</a><br />
new blender &gt;= 2.3x version: <a href="http://elysiun.com/forum/viewtopic.php?t=38458" rel="nofollow">http://elysiun.com/forum/viewtopic.php?t=38458</a></p>
<p>ScriptUI is not what I would call 100% complete, but It&#039;s defenitly easyer to build GUIs with it than with blenders API. Currently I don&#039;t have time to work on it, I have a lot of work to do for the university (I&#039;m studying software engineering at the technical university in vienna), so don&#039;t expect answers to bug reports or feature requests during this semester. In the summer I will have time and if there is something to fix and/or add, I will do it then.<br />
(But I will most probably fix any reported bugs within days, even if I should do other work. ;) )</p>
<p>So thanks for the notice,<br />
panzi</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.074 seconds -->
