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-03-06API Docs: Point to manual for Operator Cheat SheetAaron Carlisle
2020-02-11Doc: simplify T72883 fixCampbell Barton
Code example made it seem setting the active object was more complex than a single assignment.
2020-02-10Fix T72883: Correct Context UsageAaron Carlisle
2019-08-08API Docs: Correct HotkeyAaron Carlisle
Here we can link to the manual and keep the hotkey updated in the manual rather than the API docs. Fixes T68371
2019-07-07API Docs: Fix LinksAaron Carlisle
2019-06-04Docs: update quick-startCampbell Barton
Resolves T64146
2018-11-30Docs: rename group -> collectionCampbell Barton
2018-11-30Docs: update quickstart for 2.8Campbell Barton
2018-11-30Merge branch 'master' into blender2.8Campbell Barton
2018-11-30Cleanup: trailing spaceCampbell Barton
2018-04-17Removing Blender Game Engine from Blender 2.8Dalai Felinto
Folders removed entirely: * //extern/recastnavigation * //intern/decklink * //intern/moto * //source/blender/editors/space_logic * //source/blenderplayer * //source/gameengine This includes DNA data and any reference to the BGE code in Blender itself. We are bumping the subversion. Pending tasks: * Tile/clamp code in image editor draw code. * Viewport drawing code (so much of this will go away because of BI removal that we can wait until then to remove this.
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-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-06-12Cleanup: API docs (whitespace/line length)Campbell Barton
2016-01-26Minor correction to API docsCampbell Barton
2015-08-05Doc fix: rather then -> rather thanSybren A. Stüvel
2015-06-18update hand written rst docsCampbell Barton
- minor corrections - link to new manual - wrap lines at 120
2015-01-07PyAPI docs: minor changes to sphinx docs.Campbell Barton
2014-09-14typo correction in the python APIInes Almeida
2013-05-05Fix #35216: code examples like simple operator missing from python docs due toBrecht Van Lommel
rename of directory.
2012-12-07Add 2 documents to the python api reference.Campbell Barton
- Blender/Python Addon Tutorial: a step by step guide on how to write an addon from scratch - Blender/Python API Reference Usage: examples of how to use the API reference docs Thanks to John Nyquist for editing these docs and giving feedback.
2012-10-24add section on how to run scripts in blender for the API intro, found there ↵Campbell Barton
were no simple docs like this in the wiki. also set the window type to normal on start when -p argument is given, since the view could be maximized/fullscreen.
2012-02-01added note in docs about not beaing able to create new data by calling the ↵Campbell Barton
class direct.
2012-01-12remove blender 2.5 references in docsCampbell Barton
2012-01-04Correct use of your vs you're in py api docsCampbell Barton
2011-10-28patch [#29049] Minor phrasing and grammar patchCampbell Barton
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)
2011-09-06more minor doc fixesCampbell Barton
2011-08-27- use python convention for headingsCampbell Barton
- use implicit examples rather than .. code-block::
2011-08-25move wiki api intro and overview docs into the api reference docs.Campbell Barton
Updated docs since some parts still were from beta still.