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 (Collapse)Author
2020-10-11Pydoc: Remove old note about new module in 2.65Aaron Carlisle
2019-11-25Fix API docs build after recent changes in BMesh operators.Bastien Montagne
Note: not sure what 'type' to give for that new `BMO_OP_SLOT_SUBTYPE_PTR_STRUCT`, name sounds generic so used `bpy_struct` for now... :/
2018-09-03Merge branch 'master' into blender2.8Bastien Montagne
Conflicts: source/blender/blenkernel/intern/collision.c
2018-09-03Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3668
2018-08-28Cleanup: pep8Campbell Barton
2018-08-27Implement BMesh Operator string enumerators and docs generation.Andrew Hale
Partial implementation of T56496 for review. Reviewers: campbellbarton Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D3635
2017-06-15PyAPI: Add toctree link on parent page of submoduleAaron Carlisle
2016-06-12Docs: Support out-of-source reference-API buildsCampbell Barton
This was originally supported, however relative links to examples & templates made it fail. Now files in the source tree are copied to the build-dir, with ".." replaced with "__" to avoid having to mirror Blender's source-layout in the Sphinx build-dir. Also skip uploading the built docs when an SSH user-name isn't passed to sphinx_doc_gen.sh instead of aborting (so people w/o SSH access to our servers can use the shell-script).
2016-01-31Cleanup: pep8Campbell Barton
2015-10-19Py API docs: fix extracting bmesh.ops from C code.Campbell Barton
2014-09-09Add flag for bmesh docsCampbell Barton
2014-04-15Style cleanup: C & pep8Campbell Barton
2014-04-03Code cleanup: styleCampbell Barton
2013-04-19Py API doc generation: add bpy.app.translations module, and fix a few errors ↵Bastien Montagne
found while building the doc. Thanks to Campbell for review.
2013-01-16code cleanup:Campbell Barton
- cycles ui used 'cscene' for scene.cycles and scene.cycles_curves - style cleanup
2012-11-28include an example in the api docs for using bmesh operators to make 2 links ↵Campbell Barton
in a chain.
2012-11-28bmesh operator api reference - add in 'bmesh' arg at the start of each ↵Campbell Barton
operator, also use :class: references.
2012-11-27generate api reference for 'bmesh.ops', restructured text is extracted from ↵Campbell Barton
bmesh_opdefines.c. see: http://www.blender.org/documentation/blender_python_api_2_64_9/bmesh.ops.html