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-06-24API Docs: Small edits to recent commitAaron Carlisle
- Revert string formatting change - Add missing text edit
2020-06-23API docs: intro overhaulTobias Heinke
- Update terminology, spelling, formatting. - Rename screen to workspace. - Update for 2.8 UI changes.
2018-11-30Merge branch 'master' into blender2.8Campbell Barton
2018-11-30Cleanup: trailing spaceCampbell Barton
2018-10-10Python API: add loop triangles access, remove tessfaces.Brecht Van Lommel
Loop triangles are tessellated triangles create from polygons, for renderers or exporters that need to match Blender's polygon tesselation exactly. These are a read-only runtime cache. Tessfaces are a legacy data structure from before Blender supported n-gons, and were already mostly removed from the C code. Details on porting code to loop triangles is in the release notes. Differential Revision: https://developer.blender.org/D3539
2016-10-25API: Fix LinksAaron Carlisle
Self-explanatory. to find broken links run `sphinx-build -b linkcheck sphinx-in sphinx-out` Reviewers: mont29 Tags: #bf_blender, #python, #infrastructure:_websites Differential Revision: https://developer.blender.org/D2297
2016-03-05Python docs: minor cleanup and adding missing parenthesis to a code sampleInes Almeida
2015-06-18update hand written rst docsCampbell Barton
- minor corrections - link to new manual - wrap lines at 120
2012-08-19spelling cleanup: spelling corrections from user zeffii on IRC.Campbell Barton
2012-07-29Documentation:Thomas Dinges
* Some UI docs for the Best Practise guide. Still WIP.
2012-03-23Fixed a couple of typos in the Python API docsHoward Trickey
2012-03-07== Python API docs ==Luca Bonavita
(sphinx_doc_gen.py) - file reorganization to use more functions (easier to read) - adapting to work after a recent commit that made some of the members of bpy.app.* output bytes instead of strings (see [#30154]) - a couple of new command line optionsto avoid editing the script: -T: let you choose the sphinx theme: the theme dir get copied in the destination dir -b: choose if we want the bpy module page or not Current command line arguments optional arguments: -h, --help show this help message and exit -o OUTPUT_DIR, --output OUTPUT_DIR Path of the API docs (default=<script dir>) -T SPHINX_THEME, --sphinxtheme SPHINX_THEME Sphinx theme (default='default') -f, --fullrebuild Rewrite all rst files in sphinx-in/ (default=False) -t, --testdump Dumps a small part of the API (default=False) -b, --bpy Write the rst file of the bpy module (default=False) (rst/info_best_practice.rst) - fixed a typo
2012-01-12remove blender 2.5 references in docsCampbell Barton
2012-01-05correct api doc examples and a typoCampbell Barton
2012-01-04Correct use of your vs you're in py api docsCampbell Barton
2011-11-28corrections for docsCampbell Barton
2011-10-17fix/update for credits script and bad formatting in sphinx docs.Campbell Barton
2011-10-17py docs:Campbell Barton
added python doc section on script performance and a note on relative file paths in the gotcha's page. also added script for spell checking py comments.
2011-09-09bpy api - add new page for best-practice (so Thomas has something to point ↵Campbell Barton
to when kicking devs for writing shoddy UI layouts)