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-02-05BGE: Sound Actuator APIDalai Felinto
2010-01-30BGE: patch #20399 Python control over adding/removing scenes.Benoit Bolsee
2009-11-26BGE: allow using dynamic loaded mesh in replaceMesh for soft body. This is a ...Benoit Bolsee
2009-11-26small change to BGE callbacks, only allocate empty args once in the callback ...Campbell Barton
2009-11-25BGE: replace mesh works for Soft Body (including reinstantiation of physics s...Benoit Bolsee
2009-11-22missing decref from patch #19258Campbell Barton
2009-11-22[#19258] [patch] Adding drawing capabilities to BGE PythonCampbell Barton
2009-11-16BGE: dynamic loading patch commited. API and demo files available here: https...Benoit Bolsee
2009-09-30- rather then passing the python namespace dictionary to the controller funct...Campbell 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-08-26remove all python api functions deprecated in 2.49Campbell Barton
2009-08-25patch from Mitchell Stokes adding dictionary like access to a scene. (like KX...Campbell Barton
2009-08-10remove python2.x supportCampbell Barton
2009-08-102.5: Sound branch merge!Joerg Mueller
2009-08-07svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r22205:22290Campbell Barton
2009-08-07gameObject -> blenderObject mapping was being created but wasnt needed.Campbell Barton
2009-08-04svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r22130:22205Campbell Barton
2009-08-03* remove unused member of KX_Scene - m_objecttreeCampbell Barton
2009-07-31svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r21908:22075Campbell Barton
2009-07-26ReplaceMesh Actuator option to replace the physics mesh and display mesh + py...Campbell 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-092.50:Brecht Van Lommel
2009-06-05bpy.config.sequenceMemCacheLimit is the only way to set the memcache in backg...Campbell Barton
2009-05-23BGE PyController module reloading didnt check that the base of the function w...Campbell Barton
2009-05-17BGE: new sensor object to generalize Near and Radar sensor, static-static col...Benoit Bolsee
2009-05-15Name attributes added since 2.48a more consistently.Campbell Barton
2009-05-14BGE Py APICampbell Barton
2009-05-11BGE performance, 4th round: logicBenoit Bolsee
2009-05-09Methods didn't check for zombies which could crash in the case where a method...Campbell Barton
2009-05-07BGE performance, 3rd round: culling and rasterizer.Benoit Bolsee
2009-05-04BGE performance: second round of scenegraph improvement.Benoit Bolsee
2009-05-02BGE performance:Benoit Bolsee
2009-05-01BGE: work around a problem with DBVT culling when graphic objects are rescale...Benoit Bolsee
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-27Lower the vertex welding threshold, for removing duplicate/nearby vertices fo...Erwin Coumans
2009-04-23BGE Python APICampbell Barton
2009-04-22BGE bug #18521 fixed: Dupligroups + Bullet Softbodies are broken.Benoit Bolsee
2009-04-21BGE: Support mesh modifiers in the game engine.Benoit Bolsee
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-20BGE 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-15[#7789] 3DS Import , Mesh not correct since Blender 2.44Campbell Barton