<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Maratis forum - Simple blender scripts to help you]]></title>
		<link>http://forum.maratis3d.com/viewtopic.php?id=800</link>
		<description><![CDATA[The most recent posts in Simple blender scripts to help you.]]></description>
		<lastBuildDate>Fri, 04 Oct 2013 21:03:28 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Simple blender scripts to help you]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=5295#p5295</link>
			<description><![CDATA[<p>Going to look through these when I get a chance thanks! (I was just working on texturing a level) hehe</p>]]></description>
			<author><![CDATA[dummy@example.com (Tutorial Doctor)]]></author>
			<pubDate>Fri, 04 Oct 2013 21:03:28 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=5295#p5295</guid>
		</item>
		<item>
			<title><![CDATA[Simple blender scripts to help you]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=5294#p5294</link>
			<description><![CDATA[<p>Hello ! i made some scripts to automate some tiring tasks in blender.</p><p>Most of them were done with the try-fail-repeat method and some parts taken from other tutorials about scripting<br />mostly found on BlenderArtists forums</p><p>To use them, you must load them in a blender text editor window, then press right click -&gt; run script (or press Alt+P on top of the text window)</p><p>Compatible with <span style="color: red">2.68</span></p><p>———————————————————————————————————————</p><p>• <a href="https://dl.dropboxusercontent.com/u/19970067/Maratis/Blender_Scripts/CustomMat.py">Add Material</a></p><p>Adds a 4 slotted material to the object in focus.<br />The slots are 1- Diffuse / 2- Specular / 3- Normals / 4- Emit, to match maratis specs.<br />All slots settings *should* be fine (neutral settings).<br /><span style="color: purple">-&gt; I deactivated Texture Interpolation in this script</span><br /><span style="color: purple">-&gt; Premultiply Alpha name has changed, and i didn&#039;t enabled it in the script</span></p><p>———————————————————————————————————————</p><p>• <a href="https://dl.dropboxusercontent.com/u/19970067/Maratis/Blender_Scripts/InsertTextureToMaterial.py">Insert a texture to an already existing material</a></p><p>Adds a texture to the material of the object you have in focus<br />Unfortunately i was unable to choose the slot where the texture is added.<br /><span style="color: purple">-&gt; The texture must already be &quot;loaded&quot; in the current blender scene before using the script or it won&#039;t work</span></p><p>———————————————————————————————————————</p><p>• <a href="https://dl.dropboxusercontent.com/u/19970067/Maratis/Blender_Scripts/AddAlphaTExture.py">Single Slot Material + Alpha Texture</a></p><p>Sometimes i need a quick material with an alpha texture, this scripts add a<br />quick one-slotted material and loads a texture on it.<br /><span style="color: purple">-&gt; You must edit the script and set your own path to your texture</span></p><p>———————————————————————————————————————</p><p>• <a href="https://dl.dropboxusercontent.com/u/19970067/Maratis/Blender_Scripts/ApplyTransforms.py">Apply Transformations</a></p><p>Apply all transformations at once (location, rotation, scale)</p><p>———————————————————————————————————————</p><p>• <a href="https://dl.dropboxusercontent.com/u/19970067/Maratis/Blender_Scripts/Mod_Enable_Bevel.py">Enable Modifier to all objects in selection</a><br />• <a href="https://dl.dropboxusercontent.com/u/19970067/Maratis/Blender_Scripts/Mod_Apply_Bevel.py">Apply Modifier to all objects in selection</a></p><p>This one is not pretty at all : i forgot how to enable + apply them in the same script.<br />I choose Array in this script but of course you can do the same with any available modifier, <br />you just need to change the modifier name</p><p>———————————————————————————————————————</p><p>• <a href="https://dl.dropboxusercontent.com/u/19970067/Maratis/Blender_Scripts/OriginToGeo_Multi.py">Origin to geometry for all objects in selection</a></p><p>That&#039;s it</p><p>———————————————————————————————————————</p><p>• <a href="https://dl.dropboxusercontent.com/u/19970067/Maratis/Blender_Scripts/Solidifier.py">Solidifier</a></p><p>Example of usage : Make walls out of a single plane,<br />make borders out of a wall<br /><span style="color: purple">-&gt; Gonna add a screenshot or two later on, guess it&#039;s pretty unclear atm =p</span></p><p>———————————————————————————————————————</p><p>• <a href="https://dl.dropboxusercontent.com/u/19970067/Maratis/Blender_Scripts/MaratisAnimations.py">Set-up Maratis Animations</a></p><p>Set Maratis animations by script instead of manually (thanks anael for this <img src="http://forum.maratis3d.com/img/smilies/smile.png" width="15" height="15" alt="smile" />)<br /><span style="color: purple">-&gt; Script is just an example, you obviously need to edit and set your own values</span></p><p>———————————————————————————————————————</p><p>• <a href="https://dl.dropboxusercontent.com/u/19970067/Maratis/Blender_Scripts/Texture_Anim_Scroll.py">Texture Anim (Simple Scrolling)</a></p><p>You just have to set the path to your texture,in &quot;realpath = os.path.expanduser(&#039;C:/Path/To/YourTexture.png&#039;)&quot;&nbsp; <br /><span style="color: purple">-&gt; Important : use &quot;/&quot; instead of &quot;\&quot;</span></p><br /><p>▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀<br /><strong>To come</strong> (already made but i must verify them)</p><p>• Texture animation (spritesheet animation)</p>]]></description>
			<author><![CDATA[dummy@example.com (Vegas)]]></author>
			<pubDate>Fri, 04 Oct 2013 20:32:47 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=5294#p5294</guid>
		</item>
	</channel>
</rss>
