Wiki

Clone wiki

Blender-Add-Ons / Home

README

Various add-ons for Blender. Most of them will be written for Blender 2.59 onwards, but there might be some older ones which will be collected in sub-directories indicating the version they are for (e.g. 2.49). If possible add-ons will be written in Python, but there might be plug-ins which have to use the C/C++ API (e.g. for compositing plug-ins), or even manipulate directly certain C/C++ files of the Blender source code.

INSTALL

The add-ons have to be copied to a place where Blender can find them. For Blender 2.61 on OSX this would be (for example):

.../blender.app/Contents/MacOS/2.61/scripts/addons

LIST OF ADD-ONS

  • io_scene_ass
io_scene_ass/__init__.py
io_scene_ass/export_arnold_ass.py
  • io_scene_mi
io_scene_mi/__init__.py
io_scene_mi/export_mental_ray.py
  • io_scene_rib
io_scene_rib/__init__.py
io_scene_rib/export_renderman_rib.py
  • io_scene_rad
io_scene_rad/__init__.py
io_scene_rad/import_radiance_rad.py
io_scene_multi/__init__.py
io_scene_multi/export_multi.py

Random Topics

Motion Blur

Updated