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-07-06Docs: reference bl_rna_get_subclass_py instead of bl_rna_get_subclassCampbell Barton
bl_rna_get_subclass only works for Nodes at the moment.
2020-06-23API docs: intro overhaulTobias Heinke
- Update terminology, spelling, formatting. - Rename screen to workspace. - Update for 2.8 UI changes.
2020-05-11Docs: update API docs, adding reference to bl_rna_get_subclass.Campbell Barton
2019-11-27Clean/Fix remaining cases of props assignments in resgistrable structs def.Bastien Montagne
We still had a few deprecated assignements of `bpy.props.xxx` to class members in our API documentation and one of our py tests. Annotations are to be used now. Also remove the section about `register_module` utils, this has been removed in 2.8. Fix T71877: Python API overview sample code warning: class MyMaterialProps contains a property which should be an annotation! Fix T71876: Python API overview references old bpy.utils.register_module function
2019-07-07API Docs: Fix LinksAaron Carlisle
2018-03-24PyDoc: Add docutils ref for "registration"Aaron Carlisle
This will be used to link to from the manual.
2017-06-03PyAPI: Cleanup "Python API Overview" docnBurn
Reword to clean up some odd grammar (mostly dangling modifiers) and improve readability. Differential Revision: https://developer.blender.org/D2699
2017-01-02API: Fix rst syntaxAaron Carlisle
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-10-14BPY Docs: Correct spelling (Addon --> Add-on)Aaron Carlisle
Differential Revision: https://developer.blender.org/D2293
2015-06-18update hand written rst docsCampbell Barton
- minor corrections - link to new manual - wrap lines at 120
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-27style cleanupCampbell Barton
2012-01-12remove blender 2.5 references in docsCampbell 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.