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
2017-09-10merged the master branchsoc-2017-vertex_paintDarshan Kadu
2017-02-23Update py API doc generation tools to comply to new name scheme on server.Bastien Montagne
2017-01-24Use new manual URLAaron Carlisle
2017-01-20API: Do not show "Created using Sphinx" in the footerAaron
2017-01-02API: Update to modern sphinx syntaxAaron Carlisle
2017-01-02API: Fix double slashes in URLsAaron Carlisle
2016-10-23API doc: enable 'split index' option.Aaron Carlisle
2016-10-23Add a built-in sphinx extension to allow cross-linking to the blender manual.Aaron Carlisle
2016-10-14BPY Docs: Correct spelling (Addon --> Add-on)Aaron Carlisle
2016-10-13Fix OLD pre-git links in the API, add missing factory-startup option to blend...Aaron Carlisle
2016-08-21Update sphinx_doc_gen.py to work with recent changes (GPv2).Bastien Montagne
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