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
2009-06-092.50:Brecht Van Lommel
svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19820:HEAD Notes: * Game and sequencer RNA, and sequencer header are now out of date a bit after changes in trunk. * I didn't know how to port these bugfixes, most likely they are not needed anymore. * Fix "duplicate strip" always increase the user count for ipo. * IPO pinning on sequencer strips was lost during Undo.
2009-04-202.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender ↵Brecht Van Lommel
-r19323:HEAD Notes: * blenderbuttons and ICON_SNAP_PEEL_OBJECT were not merged.
2009-04-06BGE Epydocs were missing some functionsCampbell Barton
renamed KX_Light -> KX_LightObject added some missing controllers
2009-04-05- fixed errors with bge epydocsCampbell Barton
- changed epy_docgen.sh so inherited attributes & methods are included inline for each type, removed source option since its not useful and makes the download bigger.
2009-04-01BGE API cleanup: ReplaceMeshActuator mesh attributes now returns a ↵Benoit Bolsee
KX_MeshProxy. Fix a bug in KX_MeshProxy where the Python type was not set right.
2009-04-01BGE API cleanup: DynamicActuator, ReplaceMeshActuator, TrackToActuator.Benoit Bolsee
2008-09-05BGE Py APICampbell Barton
added exception messages for replaceMesh.setMesh() and allowed None as an argument. added exception messages for other BGE module functions.
2004-09-19Convert and use actuators with no target object set.Kester Maddock
Certain actuators (Add Object/Replace Mesh/Scene/Track To) used to always require a target, or they would not influence the scene. If the actuator target is always set from Python, this could be annoying.
2004-06-07Python updates:Kester Maddock
Added scene module
2004-06-02Updates to GamePython Reference.Kester Maddock
Added Actuator documentation.