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
2011-07-08patch [#27885] bge.constraints documentationCampbell Barton
2011-07-07some corrections to bge.texture docsCampbell Barton
2011-07-01add 'bgl' OpenGL doc to sphinxCampbell Barton
2011-06-27print the help message if running from python directly.Campbell Barton
2011-05-28move load_image into image_utils and add some docstrings to bpy_extras module.Campbell Barton
2011-05-28- generate sphinx docs for bpy_extras moduleCampbell Barton
2011-05-05sphinx api docs: fix for addons linking to the wrong operator SVN url's.Campbell Barton
2011-04-13minor improvements to sphinx doc main pageCampbell Barton
2011-04-12reference the release PDF correctlyCampbell Barton
2011-04-12less alarming warnings about the python api not being stable in online docs a...Campbell Barton
2011-04-07Sphinx RNA API changelog generator.Campbell Barton
2011-04-01while looking into adding back brush tool keys found mixed texture/image pain...Campbell Barton
2011-03-31examples for keyframing nested paths. based on report from user der_On's repo...Campbell Barton
2011-03-27pep8 cleanupCampbell Barton
2011-03-22fix [#25688] undocumted functions in pyapiCampbell Barton
2011-03-14bpy.types.libraries.load sphinx doc & examples (doc system needed some updates).Campbell Barton
2011-02-25add NDEBUG to scons release flags + some pep8 cleanup for examples.Campbell Barton
2011-02-22make doc generation close files (py3.2 complains about this),Campbell Barton
2011-02-18examples for bpy.propsCampbell Barton
2011-02-18python api docs & examples for registrable Menu/Panel/Operator/PropertyGroup ...Campbell Barton
2011-02-16sphinx doc gen: multiple examples possible and include the scripts docstring ...Campbell Barton
2011-02-16doc generation support for excluding some modules, without this a full rebuil...Campbell Barton
2011-02-16bugfix [#26094] Going to Bone Roll menu brings up python errorCampbell Barton
2011-02-15Doc generator now makes 'bpy.context' api reference.Campbell Barton
2011-02-06- cmake was missing an inclide (IDE's wouldnt index)Campbell Barton
2011-02-04pep8 cleanupCampbell Barton
2010-12-23remove reload() from builtins since python3 no longer uses this.Campbell Barton
2010-12-10patch [#25027] formatting mathutils.geometry module docs for sphinxCampbell Barton
2010-12-06include getset's for generating module docs.Campbell Barton
2010-11-25== console ==Luca Bonavita
2010-10-26move geometry python module into mathutils.geometry, since it provides utilit...Campbell Barton
2010-10-13== python api doc ==Luca Bonavita