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 (Expand)Author
2010-07-24Fixing a crash when using either BL_ArmatureBone.parent and BL_ArmatureBone.c...Mitchell Stokes
2010-07-17spelling correction: alredy --> alreadyCampbell Barton
2010-04-18remove config.h references, was added for automake build system rev around 12...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-12-23BGE: fix more transpose bug when MathUtils is not used.Benoit Bolsee
2009-12-13invalid value for BGE PyObjects was invertedCampbell Barton
2009-09-30option to build the BGE without python, uses existing python check (cmake and...Campbell Barton
2009-09-25Merge of itasc branch. Project files, scons and cmake should be working. Make...Benoit Bolsee
2009-09-02text display (debug info) in the game engine working again & other minor chan...Campbell Barton
2009-08-26- Add remove game properties now possible from the logic space properties panel.Campbell Barton
2009-08-10remove python2.x supportCampbell Barton
2009-08-07svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r22205:22290Campbell Barton
2009-08-05fix for writing to freed memory in cases where python wasn't holding a refere...Campbell Barton
2009-06-30Python APICampbell Barton
2009-06-29BGE PyAPI support for subclassing any BGE game type from python, scripters de...Campbell Barton
2009-06-29BGE Py API using python3 c/api calls. include bpy_compat.h to support py2.xCampbell Barton
2009-06-28BGE Python APICampbell Barton
2009-06-25PyAPI RNA/BGECampbell Barton
2009-06-092.50:Brecht Van Lommel
2009-05-26BGE Script template for a python module (set EOL to native this time)Campbell Barton
2009-05-11BGE: Add MT_Vector3 support for Py attribute macro system. See KX_PYATTRIBUTE...Benoit Bolsee
2009-05-11BGE performance, 4th round: logicBenoit Bolsee
2009-05-10deprecate controller.getActuator(name) and controller.getSensor(name) forCampbell Barton
2009-05-08BGE Python owned proxies had a problem being decref'd twice, this would crash...Campbell Barton
2009-05-04print BGE Py api warnings only once to avoid flooding the terminal and slowin...Campbell Barton
2009-05-03fixes for bugs submitted by BGE users, fixes by myself and Mitchell StokesCampbell Barton
2009-04-29ifdef's for future py3 support, after this adding py3 can mostly be done with...Campbell Barton
2009-04-28BGE PyAPICampbell Barton
2009-04-23BGE Python APICampbell Barton
2009-04-22BGE C++ APICampbell Barton
2009-04-22BGE Python APICampbell Barton
2009-04-21use PyList_SET_ITEM instead of PyList_SetItem,Campbell Barton
2009-04-21BGE Python APICampbell Barton
2009-04-202.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19...Brecht Van Lommel
2009-04-20BGE Python APICampbell Barton
2009-04-19BGE Python APICampbell Barton
2009-04-19BGE Python API cleanup - no functionality changesCampbell Barton
2009-04-19BGE Python APICampbell Barton
2009-04-18Added m_zombie to the base python class (PyObjectPlus), when this is set all ...Campbell Barton
2009-04-12BGE Python APICampbell Barton
2009-04-07BGE Python API (small changes)Campbell Barton
2009-04-07BGE Python APICampbell Barton
2009-04-04include PyObjectPlus method in __dict__Campbell Barton
2009-04-04- should fix compiling with older python versions (<2.5)Campbell Barton
2009-04-03Python BGE APICampbell Barton
2009-04-03BGE Python apiCampbell Barton
2009-03-23BGE API cleanup: add support for attribute set/get through functions only.Benoit Bolsee
2009-02-26Py BGE APICampbell Barton
2009-02-25remove warnings for the BGECampbell Barton
2009-02-21* removed typedefs that were not used (from anonymous enums and structs)Campbell Barton