|
bezier exportThis script exports bezier shapes from blender to an svg vector file.You can download version 1 of the script here RequirementsThis script is written for blender 2.43 Loading the scriptIf you don't know how to use scripts read this page. Running the scriptThere are no settings for the script. Set the Camera to your preferred angle. Select the bezier shapes you wish to export and run the script. A file selection screen will be generated where you can set, where you wish to export to and what filename it should be under. Things to knowRemember that the export is orthagonal. This means that even though the camera angle is taken into account, there is no perspective in the exported result! Also all selected bezier shapes will be exported in their entirety. This means that the image size (camera area) is not used! One blender unit is translated to 100 points. A closed curve (circle) is exported with a solid black inside and no borders. A non closed curve is exported as a black line (1 point wide). ExamplesA bunch of bezier circles in blender
The exported result in inkscape
That's allIf you have any questions or comments please contact me through the blenderartists.org forums |