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
path: root/doc
AgeCommit message (Expand)Author
2011-12-10picky edits & regen man pageCampbell Barton
2011-12-04include mathutils.noise in sphinx docsCampbell Barton
2011-11-28corrections for docsCampbell Barton
2011-11-25blacklist language property for sphinx docs, encoding was messing up PDF gene...Campbell Barton
2011-11-24pep8 edits and avoid naming conflicts with python builtinsCampbell Barton
2011-11-23Patch #29336: renaming UV (Texture) Layer to UV Map in the user interface,Brecht Van Lommel
2011-11-19hide overly picky warnings from 'pylint' for pep8 script, indentation edits.Campbell Barton
2011-11-18tab -> spacesCampbell Barton
2011-11-18document py gotchasCampbell 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-08cmake & pep8 tidy up, also some style edits.Campbell Barton
2011-11-08SVN maintenance.Guillermo S. Romero
2011-11-05use (const char*) rather than (char*) where possible.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-23Remove some more $Id$ that still were left after r41227 and r41228.Guillermo S. Romero
2011-10-23Remove the svn:keywords property.Guillermo S. Romero
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-20pass -noaudio when running blender for various utilities - doc-gen and tests.Campbell Barton
2011-10-17update man before ahoyCampbell Barton
2011-10-17fix/update for credits script and bad formatting in sphinx docs.Campbell Barton
2011-10-17py docs:Campbell Barton
2011-10-17docs / clenup (no functional code changes)Campbell Barton
2011-10-16fix bad URL in bgl docCampbell Barton
2011-10-16convenience targets for make doc_py, doc_dna, doc_manCampbell 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-10-11Commit testing notifier hackNathan Letwory
2011-10-10update to cmake doc, still needs more work but update references to CVS and M...Campbell Barton
2011-10-06update generated api changelog for edits since 2.59Campbell Barton
2011-10-03fix for mistake in api changelog script with function names.Campbell Barton
2011-10-03add '2.58 to 2.59' to changelog (should have done this for 2.59 release) and ...Campbell Barton
2011-10-03svn merge -rHEAD:40523 doc/python_api/rst/change_log.rstCampbell Barton
2011-10-02Fix for [#28792] Invalid 'aud' documentation examples.Joerg Mueller
2011-09-29fix for error generating docs, write all files as utf-8Campbell Barton
2011-09-26BGE Material settings renaming Back Culling to Backface Culling and make it o...Dalai Felinto
2011-09-25manual update on changelog (python API)Dalai Felinto
2011-09-25Python API changelog r37840-40524 (HEAD)Dalai Felinto
2011-09-22remove redundant code & use GL_LINE_STRIP for object spiral drawing.Campbell 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-15move utf8 string.c functions into their own file, also add python tip for pri...Campbell Barton
2011-09-11added section about editmode switching to gotchasCampbell Barton
2011-09-10spelling corrections from Philippe CasteleynCampbell Barton
2011-09-09GPU: add gpu python module with export_shader() function to export GLSL shader.Benoit Bolsee