<?xml 
version="1.0" encoding="utf-8"?>
<rss version="2.0" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
>

<channel xml:lang="fr">
	<title>Ian's Web Page</title>
	<link>http://www.morere.eu/</link>
	
	<language>fr</language>
	<generator>SPIP - www.spip.net (Sarka-SPIP)</generator>

	<image>
		<title>Ian's Web Page</title>
		<url>http://www.morere.eu/local/cache-vignettes/L36xH36/siteon0-b9b71.png?1787502995</url>
		<link>http://www.morere.eu/</link>
		<height>36</height>
		<width>36</width>
	</image>



 
	<item xml:lang="fr">
		<title>Votre Intro &#224; la MGM</title>
		<link>http://www.morere.eu/spip.php?article172</link>
		<guid isPermaLink="true">http://www.morere.eu/spip.php?article172</guid>
		<dc:date>2013-07-01T12:27:43Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>Yann</dc:creator>



		<description>&lt;p&gt;Personnalisez votre intro Metro Goldwyn Mayer ;-)&lt;/p&gt;

-
&lt;a href="http://www.morere.eu/spip.php?rubrique47" rel="directory"&gt;Blender&lt;/a&gt;


		</description>



		
		<enclosure url="http://www.morere.eu/IMG/blend/my_mgm.blend" length="810144" type="application/x-blender" />
		
		<enclosure url="http://www.morere.eu/IMG/mp4/MGM.mp4" length="6391167" type="video/mp4" />
		

	</item>
	<item xml:lang="fr">
		<title>Openshot : How to create animated 3D title with Blender</title>
		<link>http://www.morere.eu/spip.php?article169</link>
		<guid isPermaLink="true">http://www.morere.eu/spip.php?article169</guid>
		<dc:date>2012-11-01T14:58:07Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>Yann</dc:creator>



		<description>
&lt;p&gt;R&#233;aliser des titres anim&#233;s pour OpenShot &#224; l'aide de Blender &lt;br class='autobr' /&gt;
Retrouvez les explications compl&#232;tes dans Linux Pratique 77 &lt;br class='autobr' /&gt;
http://www.ed-diamond.com/feuille_lpra77/index.html Zip file of the animated title Softtext.zip Animation Idea and automation &lt;br class='autobr' /&gt;
The first thing to do consists in creating an title animation with Blender. You can grab ideas all over the net. Just make a beautiful title in 3D wich is animated :-). &lt;br class='autobr' /&gt;
After that, you need to automate it using the API of (&#8230;)&lt;/p&gt;


-
&lt;a href="http://www.morere.eu/spip.php?rubrique47" rel="directory"&gt;Blender&lt;/a&gt;


		</description>



		
		<enclosure url="http://www.morere.eu/IMG/zip/softtext.zip" length="158646" type="application/zip" />
		

	</item>
	<item xml:lang="fr">
		<title>Animated titles for OpenShot</title>
		<link>http://www.morere.eu/spip.php?article167</link>
		<guid isPermaLink="true">http://www.morere.eu/spip.php?article167</guid>
		<dc:date>2012-09-19T19:40:42Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>Yann</dc:creator>



		<description>
&lt;p&gt;Falling softbody text &lt;br class='autobr' /&gt;
More infos on the original blend file here : See article Softtext.zip World Map Realistic &lt;br class='autobr' /&gt;
More infos on the original blend file here : See article openshot_earthvmap2.zip Exploding Text &lt;br class='autobr' /&gt;
More infos on the original blend file here : See article explode_for_openshot.zip Space Movie Intro &lt;br class='autobr' /&gt;
More infos on the original blend file here : See article spacemovie_intro_for_openshot.zip Dissolving Text &lt;br class='autobr' /&gt;
More infos on the original blend (&#8230;)&lt;/p&gt;


-
&lt;a href="http://www.morere.eu/spip.php?rubrique47" rel="directory"&gt;Blender&lt;/a&gt;


		</description>



		
		<enclosure url="http://www.morere.eu/IMG/zip/spacemovie_intro_for_openshot.zip" length="272355" type="application/zip" />
		
		<enclosure url="http://www.morere.eu/IMG/zip/explode_for_openshot.zip" length="252364" type="application/zip" />
		
		<enclosure url="http://www.morere.eu/IMG/zip/openshot_earthmapv2.zip" length="5679639" type="application/zip" />
		
		<enclosure url="http://www.morere.eu/IMG/zip/dissolving_text.zip" length="159209" type="application/zip" />
		
		

	</item>
	<item xml:lang="fr">
		<title>Sound Visualizer</title>
		<link>http://www.morere.eu/spip.php?article166</link>
		<guid isPermaLink="true">http://www.morere.eu/spip.php?article166</guid>
		<dc:date>2012-09-08T07:03:15Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>Yann</dc:creator>



		<description>
&lt;p&gt;Sound Visualizer avec Blender &lt;br class='autobr' /&gt;
Exemple de test de la fonction Bake Sound to F-Curves Fichier Blend Version interm&#233;diaire du projet Fichier Blend &lt;br class='autobr' /&gt;
Code source python de la g&#233;n&#233;ration de la matrice de barres import bpy
&lt;br class='autobr' /&gt;
rows = 5 columns = 5
&lt;br class='autobr' /&gt;
r = 0 c = 0
&lt;br class='autobr' /&gt;
def spiral(X, Y) : x = y = 0 dx = 0 dy = -1 for i in range(max(X, Y)**2) : if (-X/2 &lt; x &lt;= X/2) and (-Y/2 &lt; y &lt;= Y/2) : print(x,y) (&#8230;)&lt;/p&gt;


-
&lt;a href="http://www.morere.eu/spip.php?rubrique47" rel="directory"&gt;Blender&lt;/a&gt;


		</description>



		
		<enclosure url="http://www.morere.eu/IMG/blend/test_bake.blend" length="4533616" type="application/x-blender" />
		
		<enclosure url="http://www.morere.eu/IMG/blend/visualizer1.blend" length="10087652" type="application/x-blender" />
		
		<enclosure url="http://www.morere.eu/IMG/blend/visualizerv3_packed.blend" length="9931264" type="application/x-blender" />
		
		<enclosure url="http://www.morere.eu/IMG/blend/visualizer_malbacfou_dark_16-5k_packed.blend" length="7632184" type="application/x-blender" />
		

	</item>
	<item xml:lang="fr">
		<title>Caf&#233; gourmand</title>
		<link>http://www.morere.eu/spip.php?article164</link>
		<guid isPermaLink="true">http://www.morere.eu/spip.php?article164</guid>
		<dc:date>2012-04-25T15:48:32Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>Yann</dc:creator>



		<description>
&lt;p&gt;Caf&#233; gourmand &lt;br class='autobr' /&gt;
Petite sc&#232;ne Blender qui m'a permis de comprendre et d'utiliser de nombreux outils du logiciel. Elle est le r&#233;sultat des vid&#233;os des tutoriels suivants que j'ai adapt&#233;s &#224; mon go&#251;t : http://vimeo.com/16010306 http://vimeo.com/16010777 &lt;br class='autobr' /&gt;
Cela m'a permis de mettre en oeuvre notamment les outils suivants : mod&#233;lisation avec diff&#233;rents types de modificateur syst&#232;me de particules (hair) mode Sculpt Node editor pour le &#034;floutage&#034; de l'arri&#232;re plan &lt;br class='autobr' /&gt;
Fichier Blender Blend file (&#8230;)&lt;/p&gt;


-
&lt;a href="http://www.morere.eu/spip.php?rubrique47" rel="directory"&gt;Blender&lt;/a&gt;


		</description>



		
		<enclosure url="http://www.morere.eu/IMG/blend/cakes.blend" length="5744864" type="application/x-blender" />
		
		<enclosure url="http://www.morere.eu/IMG/blend/test_mat_solid_wire.blend" length="820332" type="application/x-blender" />
		
		<enclosure url="http://www.morere.eu/IMG/blend/cake_solid_wire.blend" length="1037148" type="application/x-blender" />
		

	</item>
	<item xml:lang="fr">
		<title>20th Century Fox Opening</title>
		<link>http://www.morere.eu/spip.php?article162</link>
		<guid isPermaLink="true">http://www.morere.eu/spip.php?article162</guid>
		<dc:date>2012-03-28T09:25:28Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>Yann</dc:creator>



		<description>&lt;p&gt;Automatisation de cr&#233;ation d'une ouverture type &#034;20th Century Fox&#034;&lt;/p&gt;

-
&lt;a href="http://www.morere.eu/spip.php?rubrique47" rel="directory"&gt;Blender&lt;/a&gt;


		</description>



		
		<enclosure url="http://www.morere.eu/IMG/blend/fox-logo-final.blend" length="6153440" type="application/x-blender" />
		

	</item>
	<item xml:lang="fr">
		<title>Dissolve Text Animation</title>
		<link>http://www.morere.eu/spip.php?article160</link>
		<guid isPermaLink="true">http://www.morere.eu/spip.php?article160</guid>
		<dc:date>2012-03-28T08:59:31Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>Yann</dc:creator>



		<description>
&lt;p&gt;Dissolve Text animation &lt;br class='autobr' /&gt;
Le tutoriel original est ici http://blenderdiplom.com/index.php/en/tutorials/item/78-tutorial-dissolve-your-logo-in-blender-262/ &lt;br class='autobr' /&gt;
Ce fichier n&#233;cessite la version 2.62 de blender. &lt;br class='autobr' /&gt;
Attention si vous utiliser la version SVN de blender, &#224; partie de l'API 2.62.2 il faut modifier la ligne suivante dans le script : #NbQuads = len(ActiveObjectText.data.faces) NbQuads = len(ActiveObjectText.data.polygons.values()) #API 2.62.2 &lt;br class='autobr' /&gt;
le script suivant, accompagn&#233; du fichier (&#8230;)&lt;/p&gt;


-
&lt;a href="http://www.morere.eu/spip.php?rubrique47" rel="directory"&gt;Blender&lt;/a&gt;


		</description>



		
		<enclosure url="http://www.morere.eu/IMG/blend/dissolve_script_v6_final_transparent.blend" length="576296" type="application/x-blender" />
		

	</item>
	<item xml:lang="fr">
		<title>SoftBody Text animation</title>
		<link>http://www.morere.eu/spip.php?article159</link>
		<guid isPermaLink="true">http://www.morere.eu/spip.php?article159</guid>
		<dc:date>2012-03-10T14:06:30Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>Yann</dc:creator>



		<description>
&lt;p&gt;Une animation permettant de tester la librairie Bullet (http://bulletphysics.org/wordpress/) utilis&#233;e par Blender... SoftBody Text animation &lt;br class='autobr' /&gt;
La librairie (http://bulletphysics.org/wordpress/) est utilis&#233;e dans Blender pour la simulation physique. Dans cette exemple, on va laisser tomber un texte sur un cylindre. Le script cr&#233;&#233; permet d'automatiser un exemple issu de http://blenderartists.org/forum/showthread.php?218407-Softbody-text-problem Fichier Blender import bpy from bpy.props (&#8230;)&lt;/p&gt;


-
&lt;a href="http://www.morere.eu/spip.php?rubrique47" rel="directory"&gt;Blender&lt;/a&gt;


		</description>



		
		<enclosure url="http://www.morere.eu/IMG/blend/mysofttext5.blend" length="807072" type="application/x-blender" />
		

	</item>
	<item xml:lang="fr">
		<title>Text Explode Addon</title>
		<link>http://www.morere.eu/spip.php?article158</link>
		<guid isPermaLink="true">http://www.morere.eu/spip.php?article158</guid>
		<dc:date>2012-03-10T13:47:48Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>Yann</dc:creator>



		<description>
&lt;p&gt;Premier test d'&#233;criture d'Addon pour Blender en python. Text Explode Addon &lt;br class='autobr' /&gt;
Premier test de scripting python pour Blender. J'ai utilis&#233; la page suivante http://blenderclan.tuxfamily.org/html/modules/newbb/viewtopic.php?topic_id=32667&amp;forum=2 en guise de mini formation, ensuite parcours du web et de l'API Blender pour r&#233;pondre aux choses plus sp&#233;cifiques : http://www.blender.org/documentation/blender_python_api_2_62_release/ http://blenderartists.org/forum/ (&#8230;)&lt;/p&gt;


-
&lt;a href="http://www.morere.eu/spip.php?rubrique47" rel="directory"&gt;Blender&lt;/a&gt;


		</description>



		
		<enclosure url="http://www.morere.eu/IMG/zip/text_explode_addon.py.zip" length="1972" type="application/zip" />
		
		<enclosure url="http://www.morere.eu/IMG/blend/explode_cyclo_script_final.blend" length="2101096" type="application/x-blender" />
		

	</item>
	<item xml:lang="fr">
		<title>G&#233;n&#233;rique StarWars / SoftWars</title>
		<link>http://www.morere.eu/spip.php?article155</link>
		<guid isPermaLink="true">http://www.morere.eu/spip.php?article155</guid>
		<dc:date>2012-03-10T11:29:41Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>Yann</dc:creator>



		<description>&lt;p&gt;Cr&#233;ation d'un g&#233;n&#233;rique d'ouverture du type StarWars.&lt;/p&gt;

-
&lt;a href="http://www.morere.eu/spip.php?rubrique47" rel="directory"&gt;Blender&lt;/a&gt;


		</description>



		
		<enclosure url="http://www.morere.eu/IMG/blend/generique_starwars_openshot_full_text_full_frames_packed.blend" length="1145260" type="application/x-blender" />
		
		<enclosure url="http://www.morere.eu/IMG/blend/Starwars_for_LP.blend" length="369128" type="application/x-blender" />
		
		<enclosure url="http://www.morere.eu/IMG/blend/Starwars_for_LP_2.blend" length="643608" type="application/x-blender" />
		
		<enclosure url="http://www.morere.eu/IMG/blend/Starwars_for_LP_3.blend" length="838376" type="application/x-blender" />
		
		<enclosure url="http://www.morere.eu/IMG/blend/Starwars_for_LP_4.blend" length="839476" type="application/x-blender" />
		
		<enclosure url="http://www.morere.eu/IMG/blend/Starwars_for_LP_5.blend" length="945980" type="application/x-blender" />
		
		<enclosure url="http://www.morere.eu/IMG/blend/Starwars_for_LP_6.blend" length="1111356" type="application/x-blender" />
		
		<enclosure url="http://www.morere.eu/IMG/gz/fonts_starwars-tar.gz" length="654693" type="application/x-gzip" />
		
		<enclosure url="http://www.morere.eu/IMG/blend/generique_starwars_V7_HD_LP_final.blend" length="11830036" type="application/x-blender" />
		

	</item>







</channel>
</rss>
