[Bf-committers] Blender 2.5 Python API Introduction.

Campbell Barton ideasman42 at gmail.com
Thu Jan 28 11:53:31 CET 2010


Heres PDF generated from sphinx 6.4
http://www.blender.org/documentation/250PythonDoc/250PythonDoc.pdf

if anyone would like to help out, these descriptions would be very
nice to be updated since they are closely related to writing your own
operators and panels.

http://www.blender.org/documentation/250PythonDoc/bpy.types.Panel.html
http://www.blender.org/documentation/250PythonDoc/bpy.types.Operator.html
http://www.blender.org/documentation/250PythonDoc/bpy.types.Menu.html

for instance bl_idname needs to be a unique name, bl_label is the
description used for the tooltip *(and can be __doc__ from python so
the useual docstrings get used as tooltips)


On Thu, Jan 28, 2010 at 10:07 AM, I S <kisolre at gmail.com> wrote:
> Would it be possible to add PDF/HTML bundle export or
> at least autogenerated PDF/HTML as in
> http://docs.python.org/3.1/download.html
> for offline viewing?
>
> On Shhinx page they say "Output formats: HTML (including Windows HTML
> Help) and LaTeX, for printable PDF versions"
>
> Thu, 28 Jan 2010 00:27:30 +0200, Campbell Barton <ideasman42 at gmail.com>:
>
>> Spent some time making the sphinx intro page nicer and added Mathutils
>> docs.
>> http://www.blender.org/documentation/250PythonDoc/
>>
>> Also updated wiki docs on context and types.
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at blender.org
> http://lists.blender.org/mailman/listinfo/bf-committers
>



-- 
- Campbell


More information about the Bf-committers mailing list