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
2016-07-31Docs: add initial idprop.types API docsCampbell Barton
2016-07-31Docs: simplify EXCLUDE_MODULES handlingCampbell Barton
2016-07-31Cleanup: capitalize Blender & PythonCampbell Barton
2016-07-30Cleanup: pep8Campbell Barton
2016-06-12Docs: Support out-of-source reference-API buildsCampbell Barton
2016-03-04Docs: include mathutils.interpolateCampbell Barton
2016-02-27Docs: Add missing context membersCampbell Barton
2016-01-25Docs: avoid plank comma in API referenceCampbell Barton
2015-10-20New function to draw offscreen, and related API changesDalai Felinto
2015-09-17Doc: escape enum name & descriptionCampbell Barton
2015-09-07Doc: PyAPI docs, quiet warnings, fix URL'sCampbell Barton
2015-08-01Docs: Python API, minor edits to download linkCampbell Barton
2015-07-29Add mathutils.bvhtree APICampbell Barton
2015-07-22Fix: solved issue with "make doc_py"Sybren A. Stüvel
2015-06-15BGE: Fix T43918: adding submodule bge.app including attribute version.Porteries Tristan
2015-05-17Cleanup: pep8Campbell Barton
2015-05-12Doc: add bpy.utils.previewsCampbell Barton
2015-05-12Doc: minor fixesCampbell Barton
2015-04-10Python API docs, don't hard-code sphinx themesCampbell Barton
2015-02-01Documentation: Support documenting constructors in class __doc__Sybren A. Stüvel
2014-12-29fix for doc generatorCampbell Barton
2014-09-18Cleanup: use static sets where possibleCampbell Barton
2014-09-18Fix for a run-time error in sphinx_doc_gen.py on Windows.Tamito Kajiyama
2014-09-18Fix for missing Freestyle sections in the Blender Python API documentation.Tamito Kajiyama
2014-09-17Cleanup: pep8Campbell Barton
2014-05-08Add missing context member for doc genCampbell Barton
2014-04-24Code cleanup: unused python vars & importsCampbell Barton
2014-01-06Patch D133: Python wrapper for BLI_kdtree (adds mathutils.kdtree)Campbell Barton
2013-12-06BMesh Py API: add bmesh.geometry.intersect_face_point()Campbell Barton
2013-11-29Python API Docs: update for using git buildinfo and change upload URLCampbell Barton
2013-10-15sphinx docgen wasn't including example scripts for python methods of RNA types.Campbell Barton
2013-09-18fixes for python api docs.Campbell Barton
2013-04-29select loose wasn't working very usefully if you only wanted to select loose ...Campbell Barton
2013-04-29update sphinx docgenCampbell Barton
2013-04-19Py API doc generation: add bpy.app.translations module, and fix a few errors ...Bastien Montagne
2013-04-07use lowercase name for freestyle module (as with all other blender modules).Campbell Barton
2013-04-07Missing updates in the doc/ and intern/ folders during the merger in revision...Tamito Kajiyama
2013-02-20edits to document uploading script so the latest release docs can always be f...Campbell Barton
2013-02-10BGE: Splitting up the bge.types docs so they are not all on the same page. Th...Mitchell Stokes
2013-02-05add python api docstring for 'bpy.types.Operator.bl_property'Campbell Barton
2013-01-16code cleanup:Campbell Barton
2012-12-29patch [#33609] Syntax highlighting for OSL in Text EditorCampbell Barton
2012-12-07Add 2 documents to the python api reference.Campbell Barton
2012-12-05add a message when solidify is used with only-edges, this isn't properly supp...Campbell Barton
2012-11-27generate api reference for 'bmesh.ops', restructured text is extracted from b...Campbell Barton
2012-11-14remove ifdef'd bevel code, current bevel works better then the previous code.Campbell Barton
2012-11-03remove unneeded string in datatoc.c and correct some of the context types in ...Campbell Barton
2012-11-03auto-generated py api now shows bpy.context.* items in the 'References' secti...Campbell Barton
2012-10-08style cleanup: pep8Campbell Barton
2012-09-03uncomment data identifiers from sphinx docs (own error made r41509)Campbell Barton