<?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: DbBlender at MySQL Conference, Santa Clara - Help Needed</title>
	<atom:link href="http://www.blendernation.com/2008/01/11/dbblender-at-mysql-conference-santa-clara-help-needed/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blendernation.com/2008/01/11/dbblender-at-mysql-conference-santa-clara-help-needed/</link>
	<description>Fresh Blender News, Every Day</description>
	<pubDate>Sat, 30 Aug 2008 02:50:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Nathan Letwory</title>
		<link>http://www.blendernation.com/2008/01/11/dbblender-at-mysql-conference-santa-clara-help-needed/#comment-235046</link>
		<dc:creator>Nathan Letwory</dc:creator>
		<pubDate>Wed, 16 Jan 2008 17:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/2008/01/11/dbblender-at-mysql-conference-santa-clara-help-needed/#comment-235046</guid>
		<description>I'll be writing out binary data (the raw data) to which BPy doesn't provide an API. Of course, I could add that to the BPy, but I'd be the only one using it. Dunno how useful that'd be. It'd be an easy way to prototyping, though. hmmm.

/Nathan</description>
		<content:encoded><![CDATA[<p>I&#039;ll be writing out binary data (the raw data) to which BPy doesn&#039;t provide an API. Of course, I could add that to the BPy, but I&#039;d be the only one using it. Dunno how useful that&#039;d be. It&#039;d be an easy way to prototyping, though. hmmm.</p>
<p>/Nathan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NielsBlender</title>
		<link>http://www.blendernation.com/2008/01/11/dbblender-at-mysql-conference-santa-clara-help-needed/#comment-235023</link>
		<dc:creator>NielsBlender</dc:creator>
		<pubDate>Wed, 16 Jan 2008 16:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/2008/01/11/dbblender-at-mysql-conference-santa-clara-help-needed/#comment-235023</guid>
		<description>/Nathan,

The relation?...
Mmm, MySQL(.dll) can be spoken to from within Python already using .pyd?
This would make 'right away in C' a better choice than 'eventually in C'...

Niels</description>
		<content:encoded><![CDATA[<p>/Nathan,</p>
<p>The relation?&#8230;<br />
Mmm, MySQL(.dll) can be spoken to from within Python already using .pyd?<br />
This would make &#039;right away in C&#039; a better choice than &#039;eventually in C&#039;&#8230;</p>
<p>Niels</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Letwory</title>
		<link>http://www.blendernation.com/2008/01/11/dbblender-at-mysql-conference-santa-clara-help-needed/#comment-234993</link>
		<dc:creator>Nathan Letwory</dc:creator>
		<pubDate>Wed, 16 Jan 2008 15:17:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/2008/01/11/dbblender-at-mysql-conference-santa-clara-help-needed/#comment-234993</guid>
		<description>@NielsBlender I don't really see how this is related to DbBlender? Yes, I now prototype using the BPy API, but I will be implementing this eventually in C.

/Nathan</description>
		<content:encoded><![CDATA[<p>@NielsBlender I don&#039;t really see how this is related to DbBlender? Yes, I now prototype using the BPy API, but I will be implementing this eventually in C.</p>
<p>/Nathan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NielsBlender</title>
		<link>http://www.blendernation.com/2008/01/11/dbblender-at-mysql-conference-santa-clara-help-needed/#comment-234906</link>
		<dc:creator>NielsBlender</dc:creator>
		<pubDate>Wed, 16 Jan 2008 11:06:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/2008/01/11/dbblender-at-mysql-conference-santa-clara-help-needed/#comment-234906</guid>
		<description>/Nathan,

I guess you are aware but 'just in case'...

From Python 2.5 on, a feature is integrated to support .dll's.

+ You need to 'convert' the .dll to .pyd, which means recompile and enclose an initfunction for Python and rename the extension to .pyd
+ The '.dll'-support isn't at level 'full-support'.
+ I am not aware of possible 'platform-problems'

Niels

ps.
I guess the real goal is doing the implementation directly in Blender (...and offer access from Python).</description>
		<content:encoded><![CDATA[<p>/Nathan,</p>
<p>I guess you are aware but &#039;just in case&#039;&#8230;</p>
<p>From Python 2.5 on, a feature is integrated to support .dll&#039;s.</p>
<p>+ You need to &#039;convert&#039; the .dll to .pyd, which means recompile and enclose an initfunction for Python and rename the extension to .pyd<br />
+ The &#039;.dll&#039;-support isn&#039;t at level &#039;full-support&#039;.<br />
+ I am not aware of possible &#039;platform-problems&#039;</p>
<p>Niels</p>
<p>ps.<br />
I guess the real goal is doing the implementation directly in Blender (&#8230;and offer access from Python).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Letwory</title>
		<link>http://www.blendernation.com/2008/01/11/dbblender-at-mysql-conference-santa-clara-help-needed/#comment-234110</link>
		<dc:creator>Nathan Letwory</dc:creator>
		<pubDate>Mon, 14 Jan 2008 11:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/2008/01/11/dbblender-at-mysql-conference-santa-clara-help-needed/#comment-234110</guid>
		<description>I created a page on the wiki for those interested. There I'd like to discuss and collect use cases. If you have ideas about workflow, integration, features, please, let's contemplate together :)

http://wiki.blender.org/index.php/BlenderDev/DbBlender/DbBlenderDiscussion

It's at the moment of writing still very empty, but I'll organise it today.

/Nathan</description>
		<content:encoded><![CDATA[<p>I created a page on the wiki for those interested. There I&#039;d like to discuss and collect use cases. If you have ideas about workflow, integration, features, please, let&#039;s contemplate together :)</p>
<p><a href="http://wiki.blender.org/index.php/BlenderDev/DbBlender/DbBlenderDiscussion" rel="nofollow">http://wiki.blender.org/index.php/BlenderDev/DbBlender/DbBlenderDiscussion</a></p>
<p>It&#039;s at the moment of writing still very empty, but I&#039;ll organise it today.</p>
<p>/Nathan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dekki</title>
		<link>http://www.blendernation.com/2008/01/11/dbblender-at-mysql-conference-santa-clara-help-needed/#comment-233996</link>
		<dc:creator>Dekki</dc:creator>
		<pubDate>Mon, 14 Jan 2008 05:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/2008/01/11/dbblender-at-mysql-conference-santa-clara-help-needed/#comment-233996</guid>
		<description>Great initiative Nathan.
I'm working in a opensource game dev team and one of our problems is distributing art files (.blends) between our members. Right now we are using SVN but there is always a risk that two people alter the same file and the artists have to commit and update the repository outside blender, that they sometime forget. Having everything inside blender would be awesome.</description>
		<content:encoded><![CDATA[<p>Great initiative Nathan.<br />
I&#039;m working in a opensource game dev team and one of our problems is distributing art files (.blends) between our members. Right now we are using SVN but there is always a risk that two people alter the same file and the artists have to commit and update the repository outside blender, that they sometime forget. Having everything inside blender would be awesome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shul</title>
		<link>http://www.blendernation.com/2008/01/11/dbblender-at-mysql-conference-santa-clara-help-needed/#comment-233674</link>
		<dc:creator>shul</dc:creator>
		<pubDate>Sun, 13 Jan 2008 14:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/2008/01/11/dbblender-at-mysql-conference-santa-clara-help-needed/#comment-233674</guid>
		<description>Hi, 
 way to go Nathan!

 As for sqlite, don't go near it, it will not support your needs,

shul</description>
		<content:encoded><![CDATA[<p>Hi,<br />
 way to go Nathan!</p>
<p> As for sqlite, don&#039;t go near it, it will not support your needs,</p>
<p>shul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Letwory</title>
		<link>http://www.blendernation.com/2008/01/11/dbblender-at-mysql-conference-santa-clara-help-needed/#comment-233199</link>
		<dc:creator>Nathan Letwory</dc:creator>
		<pubDate>Sat, 12 Jan 2008 17:41:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/2008/01/11/dbblender-at-mysql-conference-santa-clara-help-needed/#comment-233199</guid>
		<description>Hi David,

I replied to your email. All help is appreciated! There is still room for two more, please do contact me if you want to help out.

/Nathan</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>I replied to your email. All help is appreciated! There is still room for two more, please do contact me if you want to help out.</p>
<p>/Nathan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davidh7426</title>
		<link>http://www.blendernation.com/2008/01/11/dbblender-at-mysql-conference-santa-clara-help-needed/#comment-233156</link>
		<dc:creator>davidh7426</dc:creator>
		<pubDate>Sat, 12 Jan 2008 15:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/2008/01/11/dbblender-at-mysql-conference-santa-clara-help-needed/#comment-233156</guid>
		<description>If you want help testing this I'd be glad to help...

I'm running...
    Vista Home Premium
    MySQL 5.1
    Python 2.51

    and of course Blender...

...everything a growing Blenderhead needs...

...Let me know if I can be of assistance...:)</description>
		<content:encoded><![CDATA[<p>If you want help testing this I&#039;d be glad to help&#8230;</p>
<p>I&#039;m running&#8230;<br />
    Vista Home Premium<br />
    MySQL 5.1<br />
    Python 2.51</p>
<p>    and of course Blender&#8230;</p>
<p>&#8230;everything a growing Blenderhead needs&#8230;</p>
<p>&#8230;Let me know if I can be of assistance&#8230;:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://www.blendernation.com/2008/01/11/dbblender-at-mysql-conference-santa-clara-help-needed/#comment-232821</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Sat, 12 Jan 2008 00:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/2008/01/11/dbblender-at-mysql-conference-santa-clara-help-needed/#comment-232821</guid>
		<description>OK, I get the propose of this now, and SQLite wouldn't be a good choice.</description>
		<content:encoded><![CDATA[<p>OK, I get the propose of this now, and SQLite wouldn&#039;t be a good choice.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

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