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
2020-08-24API Docs: Update Changelog from 2.83Aaron Carlisle
2019-07-07API Docs: Update Changlog for 2.80Aaron Carlisle
2018-04-17Removing Blender Game Engine from Blender 2.8Dalai Felinto
Folders removed entirely: * //extern/recastnavigation * //intern/decklink * //intern/moto * //source/blender/editors/space_logic * //source/blenderplayer * //source/gameengine This includes DNA data and any reference to the BGE code in Blender itself. We are bumping the subversion. Pending tasks: * Tile/clamp code in image editor draw code. * Viewport drawing code (so much of this will go away because of BI removal that we can wait until then to remove this.
2017-09-15Docs: only show versions in changelog side-barCampbell Barton
2017-09-15Docs: update API changelog to 2.79Campbell Barton
2013-05-09update autogenerated changelog. also correct typos in the generator.Campbell Barton
2012-12-11update api changelogCampbell Barton
2012-10-09api changelog for 2.64 and 2.63 (which I missed last release)Campbell Barton
2012-02-15autogenerated rna api changelog (no rebuilds needed)Campbell Barton
2011-12-23update the api changelog 2.60 --> 2.61Campbell 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
texface changes for 2.59 -> 2.60.
2011-10-03svn merge -rHEAD:40523 doc/python_api/rst/change_log.rstCampbell Barton
revert changes for texface, will apply manually after.
2011-09-26BGE Material settings renaming Back Culling to Backface Culling and make it ↵Dalai Felinto
on by default under suggestion of Mitchell Stokes (Moguri)
2011-09-25manual update on changelog (python API)Dalai Felinto
Change as suggested by Campbell. I'm not sure if this is the way to do for enums, I will check with him later
2011-09-25Python API changelog r37840-40524 (HEAD)Dalai Felinto
updating the doc. I'm also including the latest API dump with it. This helps to keep track of the revisions to update and the next person updating doesnt need to build an old Blender for that (as I just had to). I updated the sphinx_changelog_gen.py with this info as well. I'll update changelog.rst manually next. I'm not so sure how to indicate that the properties were replaced instead of only removed.
2011-06-27moved modules added to changelog (this isn't detected by the changelog ↵Campbell Barton
generator)
2011-06-22update automatic rna changelogCampbell Barton
2011-04-07Sphinx RNA API changelog generator.Campbell Barton
- lists added and removed functions and properties. - lists renamed properties (does fuzzy comparison using min/max, description, type) - lists functions with arguments changed. Committed change log from 2.56 -> 2.57: http://www.blender.org/documentation/250PythonDoc/change_log.html