To get you setup and going strong in AstroBlend

File NameSizeDescriptionLink
install_script_ytblender.sh 44K The install script for yt if you want to use it in AstroBlend. If yt is already installed, it will then just create the script needed to open Blender with the necessary library paths. download
import_obj.py 48K FOR VERSIONS: 2.72-2.74: Modified script to import OBJ files with emissivity support. In my Mac this file is located in: /Applications/Blender/blender.app/Contents/Resources/2.72/scripts/addons/io_scene_obj/import_obj.py download
import_obj.py 48K FOR VERSIONS: 2.76: Modified script to import OBJ files with emissivity support. In my Mac this file is located in: /Applications/Blender/blender.app/Contents/Resources/2.76/scripts/addons/io_scene_obj/import_obj.py download
export_obj.py 32K Modified script to export OBJ files with emissivity support. In my Mac this file is located in: /Applications/Blender/blender.app/Contents/Resources/2.72/scripts/addons/io_scene_obj/export_obj.py download

Some of these scripts have been tested more than others. See description of each for more info.

FilenameBlend File?DescriptionTested?Link
simpleSurfaceRender.py usual.blend, usual_withscript.blend From the second AstroBlend tutorial. Fairly well documented. Shows how to read in an OBJ surface and render a single image. Well download
rendersphframe.py usual.blend From the SPH movie tutorial. Example of how to use AstroBlend load SPH data and render a single frame. SPH data for this example can be found here. Documentation is ok. Well download
sphmovie.py usual.blend From the SPH movie tutorial. Example of how to use AstroBlend load SPH data and render a simple movie. SPH data for this example can be found here. Documentation is ok. Well download
useobjects.py usual.blend From the Simple 3D Objects Tutorial. Example of how to load three simple 3D objects. Documentation is ok. Well download

Auxiliary Scripts

These are random scripts which may or may not be useful.

FilenameTestedDescriptionLink
trialAddMesh.py Well Example of how to add a mesh to the blend file vertex by vertex. download
trialcurve.py Slightly Add a spline curve based on verticies. download