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 (Collapse)Author
2012-01-14remove *.select_inverse operators where the *.select_all operator has an ↵Campbell Barton
invert option.
2012-01-13bge api doc updateDalai Felinto
bge.texture materialId wasn't showing up bge.type was outdated (I removed the glew example, I hope no one mind)
2012-01-13give a more useful error when attempting to opengl render in background mode.Campbell Barton
add some tips to the python docs.
2012-01-12remove blender 2.5 references in docsCampbell Barton
2012-01-05correct api doc examples and a typoCampbell Barton
2012-01-04Correct use of your vs you're in py api docsCampbell Barton
2011-12-23update the api changelog 2.60 --> 2.61Campbell Barton
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 ↵Campbell Barton
generation.
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
by Gaia Clary. Rationale: the name was confusing and not always used consistently, and this map itself is not something that can be layered, rather the map can be used as texture coordinates in some layered setup. The original intent was to indicate this contained more than just UV's, but the game engine settings have already been moved out, and apparently users didn't really get this from the name anyway.
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
- dont assume you get the data names you ask for - beware of collisions with library names - beware of py modules calling sys.exit
2011-11-17pass encoding to uses of decode() incase the default isnt utf-8. ignore ↵Campbell Barton
decode errors in some cases. This should fix an error with generated qtcreator projects. also replace decoded bytes for unicode escape sequences in the VIEW3D_MT_edit_text_chars menu.
2011-11-15set cycles scripts as pep8 & make some minor changes.Campbell Barton
also update sphinx doc generator.
2011-11-08cmake & pep8 tidy up, also some style edits.Campbell Barton
remove unneeded collection length function.
2011-11-08SVN maintenance.Guillermo S. Romero
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-11-04correct some warnings, also sensor_x was being paassed to ↵Campbell Barton
object_camera_matrix(...) for x and y args, looks like an accident
2011-11-04- added docs and examples for bpy.app.handlersCampbell Barton
- correct error in own last commit for BKE_screen_find_big_area()
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: ↵Campbell Barton
http://markmail.org/message/fp7ozcywxum3ar7n
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
added python doc section on script performance and a note on relative file paths in the gotcha's page. also added script for spell checking py comments.
2011-10-17docs / clenup (no functional code changes)Campbell Barton
- added API examples for mathutils.Color/Euler/Quaternion/Matrix. - corrected own bad spelling matricies --> matrices. - minor pep8 edits. - update CMake ignore file list.
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
also added convenience target to build sphinx api docs: make doc_py
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 ↵Campbell Barton
MSVC2005 and Python3.1
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-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 ↵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-09-22remove redundant code & use GL_LINE_STRIP for object spiral drawing.Campbell Barton
2011-09-20pep8 update & some minor cmake edits.Campbell Barton