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
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-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-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
2012-11-21doc corrections and add bge.types.KX_ArmatureSensorCampbell Barton
2012-11-14remove ifdef'd bevel code, current bevel works better then the previous code.Campbell Barton
2012-11-13Docs update for r52164Mitchell Stokes
2012-11-12build fix: recent commit broke building on 64bit linuxCampbell Barton
2012-11-12update to python api `Gotcha` docs to reflect changes to the api. also add a ...Campbell Barton
2012-11-10add argument so recent bge function mesh.transform_uv() so you can optionally...Campbell Barton
2012-11-10add 2 new utility functions to the BGE mesh py api.Campbell Barton
2012-11-10BGE: Committing patch [#32697] "New BGE gravity API" by HG1.Mitchell Stokes
2012-11-05BGE: This patch adds a character wrapper (similar to the already implemented ...Mitchell Stokes
2012-11-03remove unneeded string in datatoc.c and correct some of the context types in ...Campbell Barton
2012-11-03auto-generated py api now shows bpy.context.* items in the 'References' secti...Campbell Barton
2012-10-27style cleanupCampbell Barton
2012-10-24add section on how to run scripts in blender for the API intro, found there w...Campbell Barton
2012-10-21BGE VideoTexture: add depth buffer access to ImageViewport and ImageRender.Benoit Bolsee
2012-10-12* Fix small bug in Python operator example; improved example of modal operatorJiri Hnidek
2012-10-09rename BGE KX_GameObject attrsCampbell Barton