First off, Blender can export in formats Shapeways accepts, that&#39;s a plus. On the other hand, Blender is - as you say - primarily designed to be GUI-driven. It really depends on what you want to make as to whether Blender&#39;s Python support will be much use to you. I&#39;ve never used POVray, but I understand a lot of it is (or can be) done with constructive solid geometry, which is not something Blender really supports (it can sort of emulate it with boolean modifiers on polygon objects, but it creates somewhat messy meshes, I&#39;m not sure if that would be a problem). I presume these shape printers mainly use polygon data anyway, so something scripted with CSG in POVray would still need converting to b-rep before printing. <br>
<br>It is possible to model precisely in Blender&#39;s GUI, but if you don&#39;t want to use it then it doesn&#39;t much help me telling you that. It kind of depends what you want to make,you can certainly &#39;write&#39; a scene with a Python script, creating and positioning primitives. Doing more fine-grained stuff like modifying the vertices is of course possible, but it gets rather complex. Something you might do if you were programming a mathematical solid to print, or something else like that. As I say, depends what you&#39;re after.<br>
<br><a href="http://wiki.blender.org/index.php/Manual/Python_Scripting">http://wiki.blender.org/index.php/Manual/Python_Scripting</a> is the page about it on the Wiki and there&#39;re links to the API at the bottom of that page. Do you have much experience with Python? I don&#39;t suppose you need all that much to just list API calls which is basically what this is.<br>
<br>Anyway, I hope some of that helps.<br>Tom<br><br><div class="gmail_quote">2009/2/25 Chris Burton <span dir="ltr">&lt;<a href="mailto:Chris@7of9b.org">Chris@7of9b.org</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
 I know there are a few on here who use blender and I&#39;ve been meaning to<br>
post this for a while and keep getting distracted and forget - yes I know<br>
you keep reminding me ChrisH ;)<br>
<br>
I&#39;m wanting to create a 3d object with the intentions of getting it made by<br>
someone like shapeways (<a href="http://www.shapeways.com/" target="_blank">http://www.shapeways.com/</a>). The problem is Blender<br>
seems to be more focused on being creative via the GUI and not through<br>
scripting. I&#39;m more interested in positioning objects exactly where I want<br>
them rather than battling with a GUI to get things where I want them. So I<br>
was wondering if there&#39;s a way I can script objects to be positioned at a<br>
specific location/size/orientation/etc to make it a little more like povray<br>
scene files?<br>
<br>
<br>
ChrisB.<br>
<br>
<br>
<br>
_______________________________________________<br>
Newark mailing list<br>
<a href="mailto:Newark@mailman.lug.org.uk">Newark@mailman.lug.org.uk</a><br>
<a href="https://mailman.lug.org.uk/mailman/listinfo/newark" target="_blank">https://mailman.lug.org.uk/mailman/listinfo/newark</a><br>
</blockquote></div><br>