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
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
2009-04-15BGE bug #18522 fixed: Dupligroup offsets don't work in BGE.Benoit Bolsee
2009-04-14BGE: Occlusion culling and other performance improvements.Benoit Bolsee
2009-04-12BGE Py APICampbell Barton
2009-04-11bugfix from Moguri, AddReplica wasnt setting the light layer from the parentCampbell Barton
2009-04-10Added function name to many of the PyArg_ParseTuple calls in gameengineAndre Susano Pinto
2009-04-08small bge editsCampbell Barton
2009-04-08BGE Scenegraph and View frustrum culling improvement.Benoit Bolsee
2009-04-07BGE Python API (small changes)Campbell Barton
2009-04-07BGE Python APICampbell Barton
2009-04-06Python ref-counting fixesCampbell Barton
2009-04-04- should fix compiling with older python versions (<2.5)Campbell Barton