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
2020-10-02Cleanup: trailing spaceCampbell Barton
2020-09-14API doc: Gotcha's: Add section about abusing RNA properties callbacks.Bastien Montagne
2020-06-23API docs: intro overhaulTobias Heinke
2020-03-24Doc: remove MeshTessFace referenceCampbell Barton
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
2019-06-04Fix (unreported) missing updates in scripts/docs after `scene.update()` removal.Bastien Montagne
2019-03-12API Doc: Gotcha: add section about 'exceptions to the rules' known crashing c...Bastien Montagne
2019-02-18API doc: info_gotcha: extend description of issues related to memory changes.Bastien Montagne
2019-02-18Cleanup: API doc 'info_gotcha': typos.Bastien Montagne
2018-11-30Docs: rename group -> collectionCampbell Barton
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
2018-09-03Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2016-10-25API: Fix LinksAaron Carlisle
2015-08-05Doc fix: rather then -> rather thanSybren A. Stüvel
2015-07-12Docs; Py API gotcha's sectionCampbell Barton
2015-04-13Make python gotchas more clear (regarding handling of stale data)Gaia Clary
2014-08-05API Docs: typosCampbell Barton
2013-05-28rename references to faces in docs.Campbell Barton
2012-12-07Add 2 documents to the python api reference.Campbell Barton
2012-12-05pydna experimental ctypes DNA api was broken with more recent python versions...Campbell Barton
2012-12-03fix [#33389] Curve points restricted to 0..1 range,Campbell Barton
2012-11-12build fix: recent commit broke building on 64bit linuxCampbell Barton
2012-11-12update to python api `Gotcha` docs to reflect changes to the api. also add a ...Campbell Barton
2012-08-22doc type correctionCampbell Barton
2012-04-23rename Mesh.uv_loop_layers --> uv_layersCampbell Barton
2012-03-23Fixed a couple of typos in the Python API docsHoward Trickey
2012-03-23doc cleanup: minor corrections and improvements to docstrings + recent doc ch...Campbell Barton
2012-03-23rna/python api change: rename Mesh.faces --> tessfaces, since existing script...Campbell Barton
2012-02-18remove section in gotcha's doc about matrix col/row order since this has been...Campbell Barton
2011-11-18tab -> spacesCampbell Barton
2011-11-18document py gotchasCampbell Barton
2011-10-17py docs:Campbell Barton
2011-09-11added section about editmode switching to gotchasCampbell Barton
2011-09-10spelling corrections from Philippe CasteleynCampbell Barton
2011-08-27- use python convention for headingsCampbell Barton
2011-08-27bpy Gotcha's section on bones by Bassam Kurdali, with some edit.Campbell Barton
2011-08-26correct missing bpy doc references.Campbell Barton
2011-08-26added a section to gotcha's python bpy docs about unicode encoding problems.Campbell Barton
2011-08-26document some of the pitfalls in the blender python api (taken from frequent ...Campbell Barton