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
2013-01-12Merged changes in the trunk up to revision 53729.Tamito Kajiyama
2013-01-06Merged changes in the trunk up to revision 53584.Tamito Kajiyama
2013-01-05Added some python API examples for the new get/set callbacks in bpy.props.Lukas Toenne
2013-01-05Adding some example for new UIList...Bastien Montagne
2012-12-29patch [#33609] Syntax highlighting for OSL in Text EditorCampbell Barton
2012-12-29example use of addon preferences.Campbell Barton
2012-12-29BGE: Adding a jumpCount to KX_CharacterWrapper. This can be used to have diff...Mitchell Stokes
2012-12-26BGE: Adding a maxJumps to the character controller to adjust how many jumps a...Mitchell Stokes
2012-12-23Merged changes in the trunk up to revision 53280.Tamito Kajiyama
2012-12-22BGE: Committing async LibLoad from Swiss. This does the lib loading in a sepa...Mitchell Stokes
2012-12-21BGE: Adding a Python interface for handling joysticks without needing logic b...Mitchell Stokes
2012-12-19Merged changes in the trunk up to revision 53146.Tamito Kajiyama
2012-12-11update api changelogCampbell Barton
2012-12-08Merged changes in the trunk up to revision 52815.Tamito Kajiyama
2012-12-07Add 2 documents to the python api reference.Campbell Barton
2012-12-05pydna experimental ctypes DNA api was broken with more recent python versions...Campbell Barton
2012-12-05add a message when solidify is used with only-edges, this isn't properly supp...Campbell Barton
2012-12-04osl style cleanup and update man-page.Campbell Barton
2012-12-03fix [#33389] Curve points restricted to 0..1 range,Campbell Barton
2012-12-03fix own mistake with recent commit to skip calculating tessface. If you were ...Campbell Barton
2012-12-02change uiButGetStrInfo() to use a trailing NULL arg rather then passing the n...Campbell Barton
2012-12-01add bmesh.free() to example & templateCampbell Barton
2012-12-01Merged changes in the trunk up to revision 52690.Tamito Kajiyama
2012-11-29Fix related to #33340: add a warning to bge from_id documentation to not stor...Brecht Van Lommel
2012-11-28include an example in the api docs for using bmesh operators to make 2 links ...Campbell Barton
2012-11-28bmesh operator api reference - add in 'bmesh' arg at the start of each operat...Campbell Barton
2012-11-27generate api reference for 'bmesh.ops', restructured text is extracted from b...Campbell Barton
2012-11-26switch verious references from py3.2 -> 3.3 or just 3.Campbell Barton
2012-11-26Merged changes in the trunk up to revision 52546.Tamito Kajiyama
2012-11-23BGE Docs: Adding some docs for some of the Steering Actuator attributes. I gr...Mitchell Stokes
2012-11-23BGE Docs: Adding docs for bge.logic.NextFrame() and bge.logic.PrintMemInfo() ...Mitchell Stokes
2012-11-23BGE Docs: Adding docs for KX_Scene.drawObstacleSimulation() based on its doc ...Mitchell Stokes
2012-11-23BGE Docs: Documenting missing Sound Actuator attributes based on RNA UI strings.Mitchell Stokes
2012-11-23BGE Docs: Adding docs for the KX_GameObject.playAction() play_mode constants.Mitchell Stokes
2012-11-23BGE Docs: Reordering the "Various" constants so they are in alphabetical order.Mitchell Stokes
2012-11-22BGE Docs: Moving the KX_ArmatureSensor.type constant docs from bge.types.rst ...Mitchell Stokes
2012-11-22BGE Docs: Changing ROT_* Armature Channel constants in the docs to be ROT_MOD...Mitchell Stokes
2012-11-22BGE Docs: Fixing indentation.Mitchell Stokes
2012-11-22indentation editsCampbell Barton
2012-11-22BGE Docs: Adding some basic docs for the KX_STEERING_* constants. Right now j...Mitchell Stokes
2012-11-22BGE Docs: Moving the BL_ArmatureChannel.rotation_mode constant docs from bge....Mitchell Stokes
2012-11-22BGE Docs: Moving the BL_ArmatureConstraint constant docs from bge.types.rst t...Mitchell Stokes
2012-11-22BGE Docs: Adding RM_* mode constants from KX_NavMeshObject.draw()Mitchell Stokes
2012-11-22Moving the Armature Actuator constant docs from bge.types.rst to bge.logic.rs...Mitchell Stokes
2012-11-22Some KX_CONSTRAINTACT_* constants were incorrectly documented as KX_CONSTRAIN...Mitchell Stokes
2012-11-22Adding docs for KX_NavMeshObject based on doc strings found in KX_NavMeshObje...Mitchell Stokes
2012-11-22BGE: KX_PhysicsObjectWrapper was not being used anywhere in the code base, bu...Mitchell Stokes
2012-11-22more bge reference api docstrings, leaving KX_FontObject and KX_NavMeshObject...Campbell Barton
2012-11-22bge camera axix actuator was undocumented and python had incorrect limits on ...Campbell Barton
2012-11-22add missing bgl and gpu api docstrings (found using docstring completeness ch...Campbell Barton