Jump to content

Bpython

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Debresser (talk | contribs) at 17:20, 3 November 2009 (Reffix.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

BPython is a version of the Python scripting language used with the Blender 3D open-source software. BPython consists of a series of libraries designed to programmatically control various features available in Blender.

A user can use Blender effectively, and accomplish a great deal in without ever directly interacting with BPython, but if that user is skilled in Python programming, many complex and impressive abilities of the software become available.

References