Get the latest Blender, older versions, or experimental builds.
Stay up-to-date with the new features in the latest Blender releases.
Access production assets and knowledge from the open movies.
Documentation on the usage and features in Blender.
Latest development updates, by Blender developers.
Guidelines, release notes and development docs.
A platform to collect and share results of the Blender Benchmark.
The yearly event that brings the community together.
Support core development with a monthly contribution.
Perform a single donation with more payment options available.
# bpy module and the bpy PyType object
"""
The bpy module.
bpy
===
ATTENTION: This module is EXPERIMENTAL.
Features documented here are subject to change.
The bpy module is intended as a replacement for the Blender module.
It will eventually provide the same features and functionality.
This module uses a different model for the way data is accessed, added and removed. The various types such as groups, meshes, etc., are unchanged.
At the moment it provides an alternative way to access data from python.
Submodules:
-----------
- L{data<Bpy_data>}
- L{libraries<LibData.Libraries>}
- L{config<Bpy_config>}