diff --git a/source/blender/python/api2_2x/doc/API_intro.py b/source/blender/python/api2_2x/doc/API_intro.py index 011e79a0695..8290173a11f 100644 --- a/source/blender/python/api2_2x/doc/API_intro.py +++ b/source/blender/python/api2_2x/doc/API_intro.py @@ -6,6 +6,8 @@ The Blender Python API Reference An asterisk (*) means the module has been updated. + for a full list of changes since 2.42 see U{http://mediawiki.blender.org/index.php/Release_Notes/Notes243/Python_API} + Top Module: ----------- @@ -13,24 +15,24 @@ The Blender Python API Reference Submodules: ----------- - - L{Armature} + - L{Armature} (*) - L{NLA} - L{Action} - L{BezTriple} (*) - L{BGL} - - L{Camera} - - L{Curve} - - L{Draw} + - L{Camera} (*) + - L{Curve} (*) + - L{Draw} (*) - L{Effect} - L{Geometry} (*) - L{Group} (*) - - L{Image} + - L{Image} (*) - L{Ipo} (*) - L{IpoCurve} (*) - L{Key} (*) - L{Lamp} - - L{Lattice} - - L{Library} + - L{Lattice} (*) + - L{Library} (*) - L{Material} (*) - L{Mathutils} (*) - L{Mesh} (*) @@ -40,14 +42,14 @@ The Blender Python API Reference - L{Noise} - L{Object} (*) - L{Modifier} (*) - - L{Pose} + - L{Pose} (*) - L{Constraint} (*) - L{ActionStrips} (*) - L{Registry} - - L{Scene} + - L{Scene} (*) - L{Radio} - - L{Render} - - L{Sound} + - L{Render} (*) + - L{Sound} (*) - L{Text} - L{Text3d} - L{Font} @@ -55,7 +57,7 @@ The Blender Python API Reference - L{TimeLine} - L{Types} - L{Window} - - L{Theme} + - L{Theme} (*) - L{World} - L{sys} @@ -222,8 +224,8 @@ A note to newbie script writers: to get an idea of what can be done, you may be surprised. @author: The Blender Python Team -@requires: Blender 2.42 or newer. -@version: 2.42 +@requires: Blender 2.43 or newer. +@version: 2.43 @see: U{www.blender3d.org}: main site @see: U{www.blender.org}: documentation and forum @see: U{blenderartists.org}: user forum @@ -231,7 +233,7 @@ A note to newbie script writers: @see: U{blender architecture}: blender architecture document @see: U{www.python.org} @see: U{www.python.org/doc} -@see: U{en.wikibooks.org/wiki/Blender_3D:_Blending_Into_Python>}: User contributed documentation, featuring a blender/python cookbook with many examples. +@see: U{Blending into Python}: User contributed documentation, featuring a blender/python cookbook with many examples. @note: this documentation was generated by epydoc, which can output html and pdf. For pdf it requires a working LaTeX environment.