Manual/PartXV/Bundled Scripts

Wikipedia,自由的百科全书

User Manual: Contents | Guidelines | Blender Version 2.31

Contents

Making a Script 'Bundled'

To make a script registered within blender (to show up in a menu) you need to include a script header. Please see "Registering Scripts" on this page | Python API Page.

Bundled Scripts

Here are the current scripts that are packaged with Blender.

Import

These Scripts are available in the File->Import Menu.

  • ac3d_import.py
  • bvh_import.py
  • lightwave_import.py
  • nendo_import.py
  • wings_import.py
  • truespace_import.py
  • off_import.py
  • obj_import.py
  • paths_import.py
  • radiosity_import.py
  • raw_import.py
  • slp_import.py

Feature Matrix

This is a list of support for exporters and importers within Blender.
NA (not applicable), unsupported by the format.
YES/NO or * for notes.

Importer Feature Matrix

Native Ext Object Mesh Mat UV Vert Color Arm Animation Skin Scene Lgt Cam World
3D Studio 3DS YES YES YES YES NO NO NO YES NA NO NO NA
AC3D AC YES YES YES YES NA NA NA NA NA NA NA NA
Quake 2 MD2 YES YES NA YES NA NA YES YES NA NA NA NA
Wavefront OBJ OBJ YES YES YES YES NA NA NA NA NA NA NA NA
Native Ext Object Mesh Mat UV Vert Color Arm Animation Skin Scene Lgt Cam World

Export

These Scripts are available in the File->Export Menu.

  • ac3d_export.py
  • bvh_export.py
  • DirectX8Exporter.py
  • DirectXExporter.py
  • lightwave_export.py
  • nendo_export.py
  • uv_export.py
  • videoscape_export.py
  • vrml97_export.py
  • wings_export.py
  • wrl2export.py
  • x3d_export.py
  • truespace_export.py
  • obj_export.py
  • off_export.py
  • blender2cal3d.py
  • radiosity_export.py
  • raw_export.py
  • save_theme.py

Exporter Feature Matrix

Native Ext Object Mesh Mat UV Vert Color Arm Animation Skin Scene Lgt Cam World
3D Studio 3DS YES YES YES YES NO NO NO YES NA NO NO NA
AC3D AC YES YES YES YES NA NA NA NA NA NA NA NA
Quake 2 MD2 YES YES NA YES NA NA YES YES NA NA NA NA
Wavefront OBJ OBJ YES YES YES YES NA NA NA NA NA NA NA NA
Native Ext Object Mesh Mat UV Vert Color Arm Animation Skin Scene Lgt Cam World

Object

These Scripts are available in the 3d window Object->Scripts menu in Object Mode.

  • Axiscopy.py
  • batch_name_edit.py
  • knife.py
  • renameobjectbyblock.py
  • obdatacopier.py

Mesh

These Scripts are available in the 3d window Object->Scripts menu in Mesh Edit Mode.

Animation

These Scripts are available in the Scripts window, Scripts->Animation menu.

  • armature_symetry.py
  • bvh2arm.py
  • camera_changer.py
  • envelope_assignment.py
  • envelope_symmetry.py

Help

These Scripts are available in Help menu.

  • help_browser.py
  • help_getting_started.py
  • help_manual.py
  • help_py_reference.py
  • help_release_notes.py
  • help_tutorials.py
  • hotkeys.py

Websites

These Scripts are available in the Help->Websites menu.

  • help_web_blender.py
  • help_web_devcomm.py
  • help_web_eshop.py
  • help_web_usercomm.py


System

These Scripts are available in the Help->System menu.

  • config.py
  • console.py
  • doc_browser.py
  • sysinfo.py

Wizards

These Scripts are available in the Scripts window, Scripts->Wizards menu.

  • kloputils.py

FaceSelect

These Scripts are available in 3d window Select menu in Face Select Mode.

  • sel_same.py

UV

These Scripts are available in the UV window, UV menu

Previous: Manual/PartXV Contents Next: Manual/PartXV/Python Scripting
Personal tools