Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/python/api2_2x/doc/Bpy.py')
-rw-r--r--source/blender/python/api2_2x/doc/Bpy.py25
1 files changed, 0 insertions, 25 deletions
diff --git a/source/blender/python/api2_2x/doc/Bpy.py b/source/blender/python/api2_2x/doc/Bpy.py
deleted file mode 100644
index e5eb751cf04..00000000000
--- a/source/blender/python/api2_2x/doc/Bpy.py
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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>}
-"""
-