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
2018-03-19API generating script: give better version for releases builds.Bastien Montagne
2017-07-17Py API doc generation: remove reference to "Blender/Python Add-on Tutorial"Bastien Montagne
2017-07-17PyDoc: minor change to recent workaroundCampbell Barton
2017-07-17BPY API: Fix usless links leading to compile errorsAaron Carlisle
2017-06-17Docs: Fix file:line links in generated API docsCampbell Barton
2017-06-16PyAPI: Fix changed ref linkAaron Carlisle
2017-06-16PyAPI: Add HTML logo and faviconAaron Carlisle
2017-06-16PyAPI: Remove addon tutorialAaron Carlisle
2017-06-15PyAPI: Add toctree link on parent page of submoduleAaron Carlisle
2017-06-14PYAPI: Fix mathutils doc structureAaron Carlisle
2017-06-14PYAPI: fix documention structure of bpy.appAaron Carlisle
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