[Bf-committers] How can I get detialed Document

Tom M letterrip at gmail.com
Mon Mar 6 02:19:10 CET 2006


Hi,

there are four primary places to find developer documentation asside
from the source code itself

http://www.blender3d.org/cms/Guides___Standards.87.0.html

http://mediawiki.blender.org/index.php/Main_Page

http://www.blender.org/cms/Documentation.628.0.html

and the doc directory of the blender source check out

the interface related code is documented in

interface_API.txt in the doc folder.

I'll hopefully get things consolidated into one place on the wiki
eventually.  Often times the best way to find things is to use the
python documentation then see what the python API is calling inside of
Blender.  Another good way to find things is to find the keybinding of
what you want to do then look in space.c or toets.c in the src
directory for that key combination (ie to find Alt-A  would be to
search for the AKEY and then find ALTKEY).

LetterRip


On 3/5/06, xiang liang <xlvector at gmail.com> wrote:
>
> I am a student from China, now I want to read source of blender, and realize
> some algorithms in Blender by change some of it's code.
> But when I read the code, I find there is no comment and I also can not get
> detialed document from www.blender.org.
> I want to find document which can explain input and output parameter of each
> function used in blender project.
> If the document is generated by doxygen, it will be very helpful.
>
> for example, the function :
>
> uiBlock *uiNewBlock(ListBase *lb, char *name, short dt, short font, short
> win) in interface.c
> I only know it's function to generate a new userinterface block, by I do not
> know what
> lb,name,st,font,win means.
>
> Can someone help me.
>
> --
> Liang Xiang
> National Laboratory of Pattern Recognition
> Institute of Automation, Chineses Academy of Sciences
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at projects.blender.org
> http://projects.blender.org/mailman/listinfo/bf-committers
>
>
>


More information about the Bf-committers mailing list