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
AgeCommit message (Expand)Author
2009-09-04- rna documentation layout now matches blenders internal layout, autogenerate...Campbell Barton
2009-08-17rna reference doc generationCampbell Barton
2009-08-16rna function return values in generated docs,Campbell Barton
2009-08-16own mistake, __rna__ wasnt causing circular references. python can handle thi...Campbell Barton
2009-08-15RNA Types were storing an instance of themself for class introspection and do...Campbell Barton
2009-07-26indentation error with some operators (strip the descriptions)Campbell Barton
2009-07-26misc py/rna changesCampbell Barton
2009-05-11made the material button use the active objects materialCampbell Barton
2009-04-22rna functions are now included in epydocs,Campbell Barton
2009-04-13py3 needs print()Campbell Barton
2009-04-08Added a message when people try build docs outside of blenderCampbell Barton
2009-03-28- made epydoc generator write a list of words used in descriptionsCampbell Barton
2009-03-27* sequencer transform needs t->data not to be freed by postTrans so special_a...Campbell Barton
2009-03-24BGE rna epydocs, add a list of all references to this struct from other prope...Campbell Barton
2009-03-21- lazy subtype initialization rna, was initializing every type in bpy.types a...Campbell Barton
2009-03-14return operators as a PyCFunction rather then having our own callable operato...Campbell Barton
2009-03-132.5 Python apiCampbell Barton
2009-03-11WIP PyAPI from winter camp discussions, make subtypes of the base RNA python ...Campbell Barton
2009-03-05Make RNA an Operator dir() work in py 2.5 - 3.0Campbell Barton
2009-02-12* Added description string to operator types, should be set along with ot->id...Campbell Barton
2009-01-11RNABrecht Van Lommel
2009-01-09added rna property "parent" so nested RNA structs can access their parent RNA...Campbell Barton
2009-01-02python support for reporting with operators.Campbell Barton
2008-12-29* was using __members__ to get a list of attributes, has been deprecated in p...Campbell Barton
2008-12-29added RNA access to operators pointers to be documented with epy_doc_gen.py.Campbell Barton
2008-12-26* Added bSound to rna (still need to do bSample and bSoundListener structs)Campbell Barton
2008-12-19string args were given in wrong order.Campbell Barton
2008-12-19epy doc generator that runs inside blender2.5, in background mode.Campbell Barton