This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/python/api2_2x/doc/Bpy.py

26 lines
637 B
Python
Raw Normal View History

# bpy module and the bpy PyType object
"""
The bpy module.
bpy
===
2007-05-05 03:35:12 +00:00
ATTENTION: This module is EXPERIMENTAL.
Features documented here are subject to change.
2007-05-05 03:35:12 +00:00
The bpy module is intended as a replacement for the Blender module.
It will eventually provide the same features and functionality.
2007-03-29 05:08:09 +00:00
2007-05-05 03:35:12 +00:00
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.
2007-05-05 03:35:12 +00:00
At the moment it provides an alternative way to access data from python.
2007-05-05 03:35:12 +00:00
Submodules:
-----------
- L{data<Bpy_data>}
- L{libraries<LibData.Libraries>}
- L{config<Bpy_config>}
"""