From c50e3f374fe08713b573559904c5f53d852c5e13 Mon Sep 17 00:00:00 2001 From: Willian Padovani Germano Date: Sun, 25 Jul 2004 16:55:45 +0000 Subject: BPython: - new submodule Scene.Radio, for radiosity: still incomplete, but in shape for demos, updated SConscript to include it; - new functions in Window module; - doc updates: adding a todo file and a new start page for our docs: API_intro.py + other updates; - small fix in Ipo.c provided by Damien McGuinnes (thanks!): Nathan has a patch with IPO additions and fixes for this and more, but until it is committed, there's this fix for Ipo.getCurve('LocX'), LocY, Z and QuatW,X,Y,Z too, according to Damien. Other files: - radpreprocess.c: added check for "during_script()" so eventual msgs don't popup during scripts; - drawmesh.c: made a pointer (display list) be checked before accessed, fixes crash in scripts that forget to update display lists for subsurf meshes when a 3d view is in textured view mode. Script: updated bevel_center by Loic Berthe. --- source/blender/python/api2_2x/doc/Blender.py | 62 ++-------------------------- 1 file changed, 3 insertions(+), 59 deletions(-) (limited to 'source/blender/python/api2_2x/doc/Blender.py') diff --git a/source/blender/python/api2_2x/doc/Blender.py b/source/blender/python/api2_2x/doc/Blender.py index 38a3cbc67bc..5fab895bb15 100644 --- a/source/blender/python/api2_2x/doc/Blender.py +++ b/source/blender/python/api2_2x/doc/Blender.py @@ -11,66 +11,10 @@ # Draw.py Image.py Text.py Lattice.py Texture.py Registry.py Sys.py Mathutils.py """ -The main Blender module (*). +The main Blender module. -The Blender Python API Reference -================================ - - Submodules: - ----------- - - - L{Armature} - - L{Bone} - - L{NLA} - - L{BGL} - - L{Camera} (*) - - L{Curve} - - L{Draw} (*) - - L{Effect} - - L{Image} (*) - - L{Ipo} - - L{Lamp} (*) - - L{Lattice} - - L{Library} - - L{Material} (*) - - L{Mathutils} - - L{Metaball} (*) - - L{NMesh} - - L{Noise} - - L{Object} (*) - - L{Registry} - - L{Scene} (*) - - L{Render} - - L{Text} - - L{Texture} - - L{Types} - - L{Window} (* important: L{Window.EditMode}) - - L{World} (*) - - L{sys} (*) - - (*) - marks updated. - - Introduction: - ------------- - - This reference documents the Blender Python API, a growing collection of - Python modules (libraries) that give access to part of the program's internal - data and functions. - - Through scripting Blender can be extended in realtime. Possibilities range - from simple functionality to importers / exporters and even more complex - "applications". Blender scripts are written in - U{Python }, an impressive high level, multi-paradigm, - open-source language. - -@author: The Blender Python Team -@requires: Blender 2.34 or newer. -@version: 2.34 -@see: U{www.blender.org}: documentation and forum -@see: U{www.elysiun.com}: user forum -@see: U{projects.blender.org} -@see: U{www.python.org} -@see: U{www.python.org/doc} +Blender +======= """ def Set (request, data): -- cgit v1.2.3