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
2016-02-14Docs: disable sharing docs within a groupCampbell Barton
This made using groups apply docstrings to undocumented functions in the group (and give errors that the args didnt match).
2015-12-10Eigen: fold remaining OpenNL code into intern/eigen.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D1662
2015-08-18Docs: function commentsCampbell Barton
2015-08-01Docs: doxy cleanup/minor editsCampbell Barton
2015-05-20doxygen: corrections/updatesCampbell Barton
Also add depsgraph & physics
2015-05-20doxygen: update configCampbell Barton
2015-05-20doxygen: rename included files (they were ignored)Campbell Barton
2015-02-21doxygen: updating blender version and link to trackerInes Almeida
2013-07-03update doxygen congfig and tweaks to warnings when running doxygen.Campbell Barton
2012-02-28move bmesh wiki docs into bmesh header and update doxygen.Campbell Barton
also have doxygen ignore *.py files and fix some warnings.
2011-11-05use (const char*) rather than (char*) where possible.Campbell Barton
also removed some unused function definitons.
2011-11-05misc doc editsCampbell Barton
- remove recently added sphinx reference workaround. - tested doxygen, correct some warnings, set tab width and added pymathutils group. - added convenience target 'make doc_doxy'
2011-08-09change doxygen string to 2.59Campbell Barton
2011-06-21Bump version in Doxyfile.Nathan Letwory
2011-05-11Code cleanup: remove readblenfile module, only contained some utility functionsBrecht Van Lommel
to read .blend files from runtimes, folded those into blenloader.
2011-05-07Code cleanup: remove source/kernel module, this wasn't really the kernel ofBrecht Van Lommel
anything, only contained a hash map and functions to pass command line args to the game engine. Moved those to container and BlenderRoutines modules.
2011-04-13Version bump for doxygen.Nathan Letwory
2011-02-28Cleanup paths after move to dir.Nathan Letwory
2011-02-27move doxygen files into own subdir.Nathan Letwory