<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>xamlexporter Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/xamlexporter/Wiki/View.aspx?title=Home</link><description>xamlexporter Wiki Rss Description</description><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/xamlexporter/Wiki/View.aspx?title=Home&amp;version=16</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The XAML export script for Blender allows the popular free 3D modeler to be used to create content for WPF applications.  3D scenes created in Blender are exported to .xaml files which can be dynamically loaded or compiled into your WPF applications.&lt;br /&gt;
&lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=xamlexporter&amp;amp;DownloadId=19475" alt="XamlExporter_ScreenShot.png" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Installation Instructions&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Install the version of Blender indicated in the release notes.  Blender is available from &lt;a href="http://www.blender.org" class="externalLink"&gt;http://www.blender.org&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Copy the xaml_export.py file to Blender's scripts directory.  On Windows this is typically located at one of the following locations:&lt;/li&gt;
&lt;/ul&gt;&lt;pre&gt;
C:\Program Files\Blender Foundation\Blender\.blender\scripts
C:\Documents and Settings\&amp;lt;YourUserName&amp;gt;\Application Data\Blender Foundation\Blender\.blender\scripts
&lt;/pre&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Restart Blender.  If the installation was successful you should see a new entry under Blender's ~File~Export menu for &amp;quot;Xaml (.xaml)...&amp;quot;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Usage&lt;/b&gt;&lt;br /&gt;After composing your 3D scene is Blender choose the ~File~Export~Xaml menu.  This will display Blender's standard file dialog.  Enter the name of your scene and press the &amp;quot;Export Xaml&amp;quot; button.&lt;br /&gt; &lt;br /&gt;The exported Xaml can be viewed in the WPF Model Viewer, which is included in the &lt;a href="http://codeplex.com/3dtools" class="externalLink"&gt;3D Tools project&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.  Alternatively, you can dynamically load the Xaml into your WPF application using XamlReader.Load(fileStream).&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Known Issues&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;The ImageSource property is exported as a fully qualified path as it appears in Blender (e.g., &amp;quot;D:\MyModels\Ballmer.png&amp;quot;). &lt;/li&gt;&lt;li&gt;If you add a texture, you will need to go into the UV editor and add texture coordinates.  The exporter does not export the &amp;quot;default&amp;quot; UV coordinates that Blender displays when a mesh has no UV coordinates assigned.&lt;/li&gt;&lt;li&gt;The Windows Presentation Foundation does not have an image codec for Targa (*.tga) files.  If you export a model which uses Targa files you will need to convert these by hand to a format supported by the WPF (e.g., PNG) and fix the exported .xaml by hand. &lt;/li&gt;&lt;li&gt;Diffuse materials are exported as a simple texture if applicable or a solid color if no texture is available.  Other types of materials are not currently supported. &lt;/li&gt;&lt;li&gt;Blender uses different lighting equations than the WPF.  As a result, exported lighting is approximate.  Only &amp;quot;Sun&amp;quot;, &amp;quot;Lamp&amp;quot;, and &amp;quot;Spot&amp;quot; light types are supported. &lt;/li&gt;&lt;li&gt;There is currently no support for animation or support for geometry types other than meshes. The recommended workflow is to use Expression Blend to create the animations.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>TheRHogue</author><pubDate>Wed, 18 Jun 2008 21:00:52 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080618090052P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/xamlexporter/Wiki/View.aspx?title=Home&amp;version=15</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The XAML export script for Blender allows the popular free 3D modeler to be used to create content for WPF applications.  3D scenes created in Blender are exported to .xaml files which can be dynamically loaded or compiled into your WPF applications.&lt;br /&gt;
&lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=xamlexporter&amp;amp;DownloadId=19475" alt="XamlExporter_ScreenShot.png" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Installation Instructions&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Install the version of Blender indicated in the release notes.  Blender is available from &lt;a href="http://www.blender.org" class="externalLink"&gt;http://www.blender.org&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Copy the xaml_export.py file to Blender's scripts directory.  On Windows this is typically located at one of the following locations:&lt;/li&gt;
&lt;/ul&gt;&lt;pre&gt;
C:\Program Files\Blender Foundation\Blender\.blender\scripts
C:\Documents and Settings\&amp;lt;YourUserName&amp;gt;\Application Data\Blender Foundation\Blender\.blender\scripts
&lt;/pre&gt;&lt;ul&gt;
&lt;li&gt;Restart Blender.  If the installation was successful you should see a new entry under Blender's ~File~Export menu for &amp;quot;Xaml (.xaml)...&amp;quot;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Usage&lt;/b&gt;&lt;br /&gt;After composing your 3D scene is Blender choose the ~File~Export~Xaml menu.  This will display Blender's standard file dialog.  Enter the name of your scene and press the &amp;quot;Export Xaml&amp;quot; button.&lt;br /&gt; &lt;br /&gt;The exported Xaml can be viewed in the WPF Model Viewer, which is included in the &lt;a href="http://codeplex.com/3dtools" class="externalLink"&gt;3D Tools project&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.  Alternatively, you can dynamically load the Xaml into your WPF application using XamlReader.Load(fileStream).&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Known Issues&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;The ImageSource property is exported as a fully qualified path as it appears in Blender (e.g., &amp;quot;D:\MyModels\Ballmer.png&amp;quot;). &lt;/li&gt;&lt;li&gt;If you add a texture, you will need to go into the UV editor and add texture coordinates.  The exporter does not export the &amp;quot;default&amp;quot; UV coordinates that Blender displays when a mesh has no UV coordinates assigned.&lt;/li&gt;&lt;li&gt;The Windows Presentation Foundation does not have an image codec for Targa (*.tga) files.  If you export a model which uses Targa files you will need to convert these by hand to a format supported by the WPF (e.g., PNG) and fix the exported .xaml by hand. &lt;/li&gt;&lt;li&gt;Diffuse materials are exported as a simple texture if applicable or a solid color if no texture is available.  Other types of materials are not currently supported. &lt;/li&gt;&lt;li&gt;Blender uses different lighting equations than the WPF.  As a result, exported lighting is approximate.  Only &amp;quot;Sun&amp;quot;, &amp;quot;Lamp&amp;quot;, and &amp;quot;Spot&amp;quot; light types are supported. &lt;/li&gt;&lt;li&gt;There is currently no support for animation or support for geometry types other than meshes.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>Daniel</author><pubDate>Thu, 10 Jan 2008 02:36:00 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080110023600A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/xamlexporter/Wiki/View.aspx?title=Home&amp;version=14</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;NOTE:&lt;/b&gt; The XAML Exporter has issues with the latest versions of Blender.  I am looking for contributors to help maintain this script.  If interested, please &lt;a href="https://www.codeplex.com/UserAccount/ContactUser.aspx?ContactUser=Daniel" class="externalLink"&gt;contact me.&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The XAML export script for Blender allows the popular free 3D modeler to be used to create content for WPF applications.  3D scenes created in Blender are exported to .xaml files which can be dynamically loaded or compiled into your WPF applications.&lt;br /&gt;
&lt;br /&gt;&lt;img src="http://www.codeplex.com/xamlexporter/Project/FileDownload.aspx?DownloadId=19475" alt="XamlExporter_ScreenShot.png" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Installation Instructions&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Install the version of Blender indicated in the release notes.  Blender is available from &lt;a href="http://www.blender.org" class="externalLink"&gt;http://www.blender.org&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Copy the xaml_export.py file to Blender's scripts directory.  On Windows this is typically located at one of the following locations:&lt;/li&gt;
&lt;/ul&gt;&lt;pre&gt;
C:\Program Files\Blender Foundation\Blender\.blender\scripts
C:\Documents and Settings\&amp;lt;YourUserName&amp;gt;\Application Data\Blender Foundation\Blender\.blender\scripts
&lt;/pre&gt;&lt;ul&gt;
&lt;li&gt;Restart Blender.  If the installation was successful you should see a new entry under Blender's ~File~Export menu for &amp;quot;Xaml (.xaml)...&amp;quot;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Usage&lt;/b&gt;&lt;br /&gt;After composing your 3D scene is Blender choose the ~File~Export~Xaml menu.  This will display Blender's standard file dialog.  Enter the name of your scene and press the &amp;quot;Export Xaml&amp;quot; button.&lt;br /&gt; &lt;br /&gt;The exported Xaml can be viewed in the WPF Model Viewer, which is included in the &lt;a href="http://codeplex.com/3dtools" class="externalLink"&gt;3D Tools project&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.  Alternatively, you can dynamically load the Xaml into your WPF application using XamlReader.Load(fileStream).&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Known Issues&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;The ImageSource property is exported as a fully qualified path as it appears in Blender (e.g., &amp;quot;D:\MyModels\Ballmer.png&amp;quot;). &lt;/li&gt;&lt;li&gt;If you add a texture, you will need to go into the UV editor and add texture coordinates.  The exporter does not export the &amp;quot;default&amp;quot; UV coordinates that Blender displays when a mesh has no UV coordinates assigned.&lt;/li&gt;&lt;li&gt;The Windows Presentation Foundation does not have an image codec for Targa (*.tga) files.  If you export a model which uses Targa files you will need to convert these by hand to a format supported by the WPF (e.g., PNG) and fix the exported .xaml by hand. &lt;/li&gt;&lt;li&gt;Diffuse materials are exported as a simple texture if applicable or a solid color if no texture is available.  Other types of materials are not currently supported. &lt;/li&gt;&lt;li&gt;Blender uses different lighting equations than the WPF.  As a result, exported lighting is approximate.  Only &amp;quot;Sun&amp;quot;, &amp;quot;Lamp&amp;quot;, and &amp;quot;Spot&amp;quot; light types are supported. &lt;/li&gt;&lt;li&gt;There is currently no support for animation or support for geometry types other than meshes.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>Daniel</author><pubDate>Sun, 30 Sep 2007 16:41:08 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070930044108P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/xamlexporter/Wiki/View.aspx?title=Home&amp;version=13</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;NOTE:&lt;/b&gt; The XAML Exporter has issues with the latest versions of Blender.  I am looking for contributors to help maintain this script.  If interested, please &lt;a href="https://www.codeplex.com/UserAccount/ContactUser.aspx?ContactUser=Daniel" class="externalLink"&gt;contact me.&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The XAML export script for Blender allows the popular free 3D modeler to be used to create content for WPF applications.  3D scenes created in Blender are exported to .xaml files which can be dynamically loaded or compiled into your WPF applications.&lt;br /&gt;
&lt;br /&gt;&lt;img src="http://www.codeplex.com/xamlexporter/Project/FileDownload.aspx?DownloadId=19475" alt="XamlExporter_ScreenShot.png" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Installation Instructions&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Install the version of Blender indicated in the release notes.  Blender is available from &lt;a href="http://www.blender.org" class="externalLink"&gt;http://www.blender.org&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Copy the xaml_export.py file to Blender's scripts directory.  On Windows this is typically located at one of the following locations:&lt;/li&gt;
&lt;/ul&gt;&lt;pre&gt;
C:\Program Files\Blender Foundation\Blender\.blender\scripts
C:\Documents and Settings\&amp;lt;YourUserName&amp;gt;\Application Data\Blender Foundation\Blender\.blender\scripts
&lt;/pre&gt;&lt;ul&gt;
&lt;li&gt;Restart Blender.  If the installation was successful you should see a new entry under Blender's ~File~Export menu for &amp;quot;Xaml (.xaml)...&amp;quot;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>Daniel</author><pubDate>Sun, 30 Sep 2007 16:37:01 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070930043701P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/xamlexporter/Wiki/View.aspx?title=Home&amp;version=12</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;NOTE:&lt;/b&gt; The XAML Exporter has issues with the latest versions of Blender.  I am looking for contributors to help maintain this script.  If interested, please &lt;a href="https://www.codeplex.com/UserAccount/ContactUser.aspx?ContactUser=Daniel" class="externalLink"&gt;contact me.&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The XAML export script for Blender allows the popular free 3D modeler to be used to create content for WPF applications.  3D scenes created in Blender are exported to .xaml files which can be dynamically loaded or compiled into your WPF applications.&lt;br /&gt;
&lt;br /&gt;&lt;img src="http://www.codeplex.com/xamlexporter/Project/FileDownload.aspx?DownloadId=19475" alt="XamlExporter_ScreenShot.png" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>Daniel</author><pubDate>Sun, 30 Sep 2007 16:33:29 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070930043329P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/xamlexporter/Wiki/View.aspx?title=Home&amp;version=11</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;NOTE:&lt;/b&gt; The XAML Exporter has issues with the latest versions of Blender.  I am looking for contributors to help maintain this script.  &lt;a href="https://www.codeplex.com/UserAccount/ContactUser.aspx?ContactUser=Daniel" class="externalLink"&gt;Contact me&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; if interested.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The XAML export script for Blender allows the popular free 3D modeler to be used to create content for WPF applications.  3D scenes created in Blender are exported to .xaml files which can be dynamically loaded or compiled into your WPF applications.&lt;br /&gt;
&lt;br /&gt;&lt;img src="http://www.codeplex.com/xamlexporter/Project/FileDownload.aspx?DownloadId=19475" alt="XamlExporter_ScreenShot.png" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>Daniel</author><pubDate>Sun, 30 Sep 2007 16:32:53 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070930043253P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/xamlexporter/Wiki/View.aspx?title=Home&amp;version=10</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;NOTE:&lt;/b&gt; The XAML Exporter has issues with the latest versions of Blender.  I am looking for contributors to help maintain this script.  Contact me if interested.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The XAML export script for Blender allows the popular free 3D modeler to be used to create content for WPF applications.  3D scenes created in Blender are exported to .xaml files which can be dynamically loaded or compiled into your WPF applications.&lt;br /&gt;
&lt;br /&gt;&lt;img src="http://www.codeplex.com/xamlexporter/Project/FileDownload.aspx?DownloadId=19475" alt="XamlExporter_ScreenShot.png" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>Daniel</author><pubDate>Sun, 30 Sep 2007 16:30:30 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070930043030P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/xamlexporter/Wiki/View.aspx?title=Home&amp;version=9</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;&lt;a href="http://www.codeplex.com/xamlexporter/Wiki/View.aspx?title=%5bNOTE%3a%20The%20XAML%20Exporter%20has%20issues%20with%20the%20latest%20versions%20of%20Blender.%20%20I%20am%20looking%20for%20contributors%20to%20help%20maintain%20this%20script.%20%20Contact%20me%20if%20interested.%20%5d&amp;amp;referringTitle=Home"&gt;[NOTE: The XAML Exporter has issues with the latest versions of Blender.  I am looking for contributors to help maintain this script.  Contact me if interested. ]&lt;/a&gt;&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The XAML export script for Blender allows the popular free 3D modeler to be used to create content for WPF applications.  3D scenes created in Blender are exported to .xaml files which can be dynamically loaded or compiled into your WPF applications.&lt;br /&gt;
&lt;br /&gt;&lt;img src="http://www.codeplex.com/xamlexporter/Project/FileDownload.aspx?DownloadId=19475" alt="XamlExporter_ScreenShot.png" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>Daniel</author><pubDate>Sun, 30 Sep 2007 16:30:13 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070930043013P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/xamlexporter/Wiki/View.aspx?title=Home&amp;version=8</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;&lt;a href="http://www.codeplex.com/xamlexporter/Wiki/View.aspx?title=NOTE%3a%20The%20XAML%20Exporter%20has%20issues%20with%20the%20latest%20versions%20of%20Blender.%20%20I%20am%20looking%20for%20contributors%20to%20help%20maintain%20this%20script.%20%20Contact%20me%20if%20interested.&amp;amp;referringTitle=Home"&gt;NOTE: The XAML Exporter has issues with the latest versions of Blender.  I am looking for contributors to help maintain this script.  Contact me if interested.&lt;/a&gt;&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The XAML export script for Blender allows the popular free 3D modeler to be used to create content for WPF applications.  3D scenes created in Blender are exported to .xaml files which can be dynamically loaded or compiled into your WPF applications.&lt;br /&gt;
&lt;br /&gt;&lt;img src="http://www.codeplex.com/xamlexporter/Project/FileDownload.aspx?DownloadId=19475" alt="XamlExporter_ScreenShot.png" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>Daniel</author><pubDate>Sun, 30 Sep 2007 16:29:45 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070930042945P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/xamlexporter/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;NOTE: The XAML Exporter has issues with the latest versions of Blender.  I am looking for contributors to help maintain this script.  Contact me if interested.&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Project Description
&lt;/h2&gt;The XAML export script for Blender allows the popular free 3D modeler to be used to create content for WPF applications.  3D scenes created in Blender are exported to .xaml files which can be dynamically loaded or compiled into your WPF applications.&lt;br /&gt;
&lt;br /&gt;&lt;img src="http://www.codeplex.com/xamlexporter/Project/FileDownload.aspx?DownloadId=19475" alt="XamlExporter_ScreenShot.png" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>Daniel</author><pubDate>Sun, 30 Sep 2007 16:29:12 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070930042912P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/xamlexporter/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;NOTE: The XAML Exporter has issues with the latest versions of Blender.  I am looking for contributors to help maintain this script.  Contact me if interested.&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Project Description
&lt;/h1&gt;The XAML export script for Blender allows the popular free 3D modeler to be used to create content for WPF applications.  3D scenes created in Blender are exported to .xaml files which can be dynamically loaded or compiled into your WPF applications.&lt;br /&gt;
&lt;br /&gt;&lt;img src="http://www.codeplex.com/xamlexporter/Project/FileDownload.aspx?DownloadId=19475" alt="XamlExporter_ScreenShot.png" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>Daniel</author><pubDate>Sun, 30 Sep 2007 16:24:36 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070930042436P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/xamlexporter/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;NOTE: The XAML Exporter has issues with the latest versions of Blender.  I am looking for contributors to help maintain this script.  Contact me if interested.&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;!Project Description!&lt;br /&gt;The XAML export script for Blender allows the popular free 3D modeler to be used to create content for WPF applications.  3D scenes created in Blender are exported to .xaml files which can be dynamically loaded or compiled into your WPF applications.&lt;br /&gt;
&lt;br /&gt;&lt;img src="http://www.codeplex.com/xamlexporter/Project/FileDownload.aspx?DownloadId=19475" alt="XamlExporter_ScreenShot.png" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>Daniel</author><pubDate>Sun, 30 Sep 2007 16:23:40 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070930042340P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/xamlexporter/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The XAML export script for Blender allows the popular free 3D modeler to be used to create content for WPF applications.  3D scenes created in Blender are exported to .xaml files which can be dynamically loaded or compiled into your WPF applications.&lt;br /&gt;
&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/xamlexporter/Project/FileDownload.aspx?DownloadId=19474" alt="XamlExporter_ScreenShot.jpg" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>Daniel</author><pubDate>Sun, 30 Sep 2007 16:11:52 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070930041152P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/xamlexporter/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The XAML export script for Blender allows the popular free 3D modeler to be used to create content for WPF applications.  3D scenes created in Blender are exported to .xaml files which can be dynamically loaded or compiled into your WPF applications.&lt;br /&gt;
&lt;br /&gt; &lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve link: &lt;/span&gt;[image:http://viewport3d.com/XamlExporter/ReadMe_files/ReadMe1.jpg]&lt;br /&gt;
&lt;/div&gt;</description><author>Daniel</author><pubDate>Sun, 30 Sep 2007 16:10:09 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070930041009P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/xamlexporter/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The XAML export script for Blender allows the popular free 3D modeler to be used to create content for WPF applications.  3D scenes created in Blender are exported to .xaml files which can be dynamically loaded or compiled into your WPF applications.&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;</description><author>Daniel</author><pubDate>Sun, 30 Sep 2007 14:51:58 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070930025158P</guid></item></channel></rss>