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
2014-06-17BGE: New Property sensor evaluation typesJorge Bernal
This patch adds "Less Than" and "Greater Than" evaluation types to the property sensor. The Wiki Docs modifications http://wiki.blender.org/index.php/User:Lordloki/Doc:2.6/Manual/Game_Engine/Logic/Sensors/Property Also, I have attached a screenshot and a blend to check. Reviewers: dfelinto, moguri Reviewed By: moguri Differential Revision: https://developer.blender.org/D476
2014-06-13Automatically generate blender.1 man page during build processCampbell Barton
Patch T40418 by Lawrence D'Oliveiro
2014-05-20bgl API docs: link to OpenGL 2.0 referenceCampbell Barton
D538 by codemanx
2014-05-08Add missing context member for doc genCampbell Barton
2014-04-24Code cleanup: unused python vars & importsCampbell Barton
Use frosted rather then pyflakes
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
* Fixing trailing whitespace in some files * Fixing some indentation * SCA_PythonController.owner is now documented * SCA_PythonKeyboard members now use the member directive instead of function
2014-03-05Bump version to Blender2.70rc and new splashCampbell Barton
Splash concept art & paint-over: David Revoy. 3D artwork by Mathieu Auvray.
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
Reviewed By: moguri, kupoman Differential Revision: https://developer.blender.org/D167
2014-01-07Fix bash/ksh specific test syntaxCampbell Barton
[ foo = bar ] has been the traditional compare operator, using == is supported by some shells, but not all. The latter offers no advantage over the former. Differential Revision: https://developer.blender.org/D179
2014-01-06Patch D133: Python wrapper for BLI_kdtree (adds mathutils.kdtree)Campbell Barton
Originally by Dan Eicher, with my own fixes and adjustments (see patch page for details). For details there are unit tests and api example usage. doc/python_api/sphinx-in-tmp/menu_id.png
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
patch originally by mont29 with some edits.
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
Notes: * Did not touch to addons, that's up to the authors. ;) * Did not removed any "name" field below lists. We might want to do this in some cases (less UI clutter), but probably not always, so will let maintainers of the related areas decide here.
2013-11-16And here is the first git (testing) commit by me!Ton Roosendaal
Welcome to a brave new GPL3 world... well if commit works :)
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
also move foreach_get/set examples into their own py example files (prefer not to have example code built into blenders binary).
2013-09-14BGE: Adding a Python collision API. The initial patch was provided by ↵Mitchell Stokes
agoose77, with some edits by me. KX_GameObject now has a collisionCallbacks list which is a list of callables that are called when a collision occurs. The callables will be called with an argument that contains a reference to the other object involved in the collision (i.e., not self).
2013-08-29UIList: update examples and templates.Bastien Montagne
2013-08-15BGE: Finally adding support for additive layer blending.Mitchell Stokes
Currently this is only for the Python API. The logic brick will be updated in a future commit.
2013-08-13BGE: Updating the bge.logic.expandPath() documentation to better reflect its ↵Mitchell Stokes
current behavior.
2013-08-07Adding a fov attribute to KX_Camera. This attribute converts the field of ↵Daniel Stokes
view value and uses it to set lens.
2013-07-30BGE: Adding vsync control. Users can enable vsync, disable vsync, or use ↵Mitchell Stokes
adaptive vsync via UI options in the render properties, or by using the new Python method bge.render.setVsync(). Win32 and X11 support are done via EXT_swap_control. Support for using EXT_swap_control on OS X still needs to be added to Ghost.
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
* CHARTAB: not needed anymore with improved copy/paste support and text input. * IDPOIN: replaced by SEARCH_MENU. * ICONROW/ICONTEXTROW: replaced by RNA enums. * NUMABS: can use min/max limits instead. * BUT_TOGDUAL, TOG3, TOGR, SLI: not used in 2.5 interface.
2013-06-01add popup menu to allow python scripts to show popups without having to ↵Campbell Barton
define a menu class first.
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 ↵Bastien Montagne
Campell, thx.
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
rename of directory.
2013-04-29select loose wasn't working very usefully if you only wanted to select loose ↵Campbell Barton
verts, now select loose verts/edges/faces depending on the selection mode.
2013-04-29update sphinx docgenCampbell Barton
was missing context property attributes - context.mode for example. add RNA properties into context docs. also minor updates - exclude freestyle if its not enabled. - add missing context member.
2013-04-19Py API doc generation: add bpy.app.translations module, and fix a few errors ↵Bastien Montagne
found while building the doc. Thanks to Campbell for review.
2013-04-14BGE: Adding mipmapping control to bge.render via bge.render.setMipmapping() ↵Mitchell Stokes
and bge.render.getMipmapping().
2013-04-14BGE: Adding a render.setFullScreen() and a render.getFullScreen() to allow ↵Mitchell Stokes
fulscreening games via Python.
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 ↵Tamito Kajiyama
revision 55847.