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
2012-11-14remove ifdef'd bevel code, current bevel works better then the previous code.Campbell Barton
2012-11-03remove unneeded string in datatoc.c and correct some of the context types in ...Campbell Barton
2012-11-03auto-generated py api now shows bpy.context.* items in the 'References' secti...Campbell Barton
2012-10-08style cleanup: pep8Campbell Barton
2012-09-03uncomment data identifiers from sphinx docs (own error made r41509)Campbell Barton
2012-07-30fix for building docsCampbell Barton
2012-06-11updates to context docs and add missing member to node context 'node_context_...Campbell Barton
2012-04-23rename Mesh.uv_loop_layers --> uv_layersCampbell Barton
2012-04-20style cleanup: pep8, also quiet compiler warning.Campbell Barton
2012-03-27bmesh py api:Campbell Barton
2012-03-24style cleanup: pep8, indentationCampbell Barton
2012-03-23rna/python api change: rename Mesh.faces --> tessfaces, since existing script...Campbell Barton
2012-03-21bmesh docs:Campbell Barton
2012-03-21minor changes to sphinx doc generator title formattingCampbell Barton
2012-03-16== Python API docs ==Luca Bonavita
2012-03-16== Python API docs ==Luca Bonavita
2012-03-15revert r44887, changes were OK but caused too many problems, better do this a...Campbell Barton
2012-03-15== Python API docs ==Luca Bonavita
2012-03-14bmesh py api: finished todo - editable select_historyCampbell Barton
2012-03-13bmesh py api: more comprehensive intro page, also fix some spelling errors.Campbell Barton
2012-03-08== Python API docs ==Luca Bonavita
2012-03-08style cleanup: pep8 + picky editsCampbell Barton
2012-03-07== Python API docs ==Luca Bonavita
2012-03-05== Python API docs ==Luca Bonavita
2012-03-02== Python API docs ==Luca Bonavita
2012-02-24bmesh docs now written in sphinx doc generator.Campbell Barton
2012-02-10Disable PDF doc since its giving errors with latex indentation.Campbell Barton
2011-12-04include mathutils.noise in sphinx docsCampbell Barton
2011-11-25blacklist language property for sphinx docs, encoding was messing up PDF gene...Campbell Barton
2011-11-17pass encoding to uses of decode() incase the default isnt utf-8. ignore decod...Campbell Barton
2011-11-15set cycles scripts as pep8 & make some minor changes.Campbell Barton
2011-11-05misc doc editsCampbell Barton
2011-11-04correct some warnings, also sensor_x was being paassed to object_camera_matri...Campbell Barton
2011-11-04- added docs and examples for bpy.app.handlersCampbell Barton
2011-10-28patch [#29049] Minor phrasing and grammar patchCampbell Barton
2011-10-20pass -noaudio when running blender for various utilities - doc-gen and tests.Campbell Barton
2011-10-13py docs - gpu module wasn't included in docs.Campbell Barton
2011-10-12fix [#28873] Blenders Python API Sphinx Build Script give exceptionsCampbell Barton
2011-09-29fix for error generating docs, write all files as utf-8Campbell Barton
2011-09-20pep8 update & some minor cmake edits.Campbell Barton
2011-09-20fix for warnings after texface commit, also comment blender sphinx theme for ...Campbell Barton
2011-09-16- remove deprecated pose channel membersCampbell Barton
2011-09-15- include enum names and descriptions in sphinx generated documentationCampbell Barton
2011-09-09bpy api - add new page for best-practice (so Thomas has something to point to...Campbell Barton
2011-09-08finished tips and tricks section of blender/python api docs, now included in ...Campbell Barton
2011-09-06fix for doc building after pepper merge, also WIP tips/tricks.Campbell Barton
2011-08-30minor edits, pep8 - also correct float -> double promotion for blf.Campbell Barton
2011-08-26document some of the pitfalls in the blender python api (taken from frequent ...Campbell Barton
2011-08-25move wiki api intro and overview docs into the api reference docs.Campbell Barton
2011-08-23add warning about misuse of ID.user_clear() since it can crash blender.Campbell Barton