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
2014-05-20bgl API docs: link to OpenGL 2.0 referenceCampbell Barton
2014-05-08Add missing context member for doc genCampbell Barton
2014-04-24Code cleanup: unused python vars & importsCampbell Barton
2014-04-15Style cleanup: C & pep8Campbell Barton
2014-04-03Code cleanup: styleCampbell Barton
2014-04-01BGE doc cleanup: Some small cleanups in the BGE docs:Mitchell Stokes
2014-03-05Bump version to Blender2.70rc and new splashCampbell Barton
2014-02-20Docs: update man page script based on D251Campbell Barton
2014-02-14Fix T38629: broken links to OpenGL docs from python API docs.Brecht Van Lommel
2014-02-13Code cleanup: styleCampbell Barton
2014-01-26Code Cleanup: style and correct API class refCampbell Barton
2014-01-24game engine: implement hitMaterial for collision and ray sensorsDalai Felinto
2014-01-07Fix bash/ksh specific test syntaxCampbell Barton
2014-01-06Patch D133: Python wrapper for BLI_kdtree (adds mathutils.kdtree)Campbell Barton
2014-01-03Fix T38032, typo in Python API documentation.Thomas Dinges
2013-12-27API Docs: use a simpler example for merging namespacesCampbell Barton
2013-12-23Syntax correction for gpu docs, D124Campbell Barton
2013-12-09Game Engine: Option to record static objects animationJames Yonan
2013-12-06BMesh Py API: add bmesh.geometry.intersect_face_point()Campbell Barton
2013-11-29Python API Docs: update for using git buildinfo and change upload URLCampbell Barton
2013-11-23Add ctrl-click rename to most lists in Blender UI and templates/examples.Bastien Montagne
2013-11-16And here is the first git (testing) commit by me!Ton Roosendaal
2013-10-15sphinx docgen wasn't including example scripts for python methods of RNA types.Campbell Barton
2013-09-29Fix broken example, reported by Codemanx on IRC, thanks.Bastien Montagne
2013-09-18fixes for python api docs.Campbell Barton
2013-09-14BGE: Adding a Python collision API. The initial patch was provided by agoose7...Mitchell Stokes
2013-08-29UIList: update examples and templates.Bastien Montagne
2013-08-15BGE: Finally adding support for additive layer blending.Mitchell Stokes
2013-08-13BGE: Updating the bge.logic.expandPath() documentation to better reflect its ...Mitchell Stokes
2013-08-07Adding a fov attribute to KX_Camera. This attribute converts the field of vie...Daniel Stokes
2013-07-30BGE: Adding vsync control. Users can enable vsync, disable vsync, or use adap...Mitchell Stokes
2013-07-03update doxygen congfig and tweaks to warnings when running doxygen.Campbell Barton
2013-06-273d text tool - 'insert lorem' was crashing, also add this to the text menu.Campbell Barton
2013-06-23correct example [#35850] documentation error for mathutils.VectorCampbell Barton
2013-06-09Code cleanup: removed some unused UI button typesBrecht Van Lommel
2013-06-01add popup menu to allow python scripts to show popups without having to defin...Campbell Barton
2013-05-28rename references to faces in docs.Campbell Barton
2013-05-25code cleanup: typo and stop manpage turning '$' into italic.Campbell Barton
2013-05-14Moved main part of bpy.app.translations doc out of C code, as suggested by Ca...Bastien Montagne
2013-05-09update autogenerated changelog. also correct typos in the generator.Campbell Barton
2013-05-05Fix #35216: code examples like simple operator missing from python docs due toBrecht Van Lommel
2013-04-29select loose wasn't working very usefully if you only wanted to select loose ...Campbell Barton
2013-04-29update sphinx docgenCampbell Barton
2013-04-19Py API doc generation: add bpy.app.translations module, and fix a few errors ...Bastien Montagne
2013-04-14BGE: Adding mipmapping control to bge.render via bge.render.setMipmapping() a...Mitchell Stokes
2013-04-14BGE: Adding a render.setFullScreen() and a render.getFullScreen() to allow fu...Mitchell Stokes
2013-04-07use lowercase name for freestyle module (as with all other blender modules).Campbell Barton
2013-04-07Missing updates in the doc/ and intern/ folders during the merger in revision...Tamito Kajiyama
2013-04-04Fix #34863: bge.render.makeScreenshot from Blender was only saving PNG files,Brecht Van Lommel
2013-03-19BGE: Adding docs for bge.logic.getProfileInfo().Mitchell Stokes