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-04-29ifdef's for future py3 support, after this adding py3 can mostly be done with...Campbell Barton
2009-04-29remove uneeded checks and testMethod from KX_ConstraintWrapper, typo in impor...Campbell Barton
2009-04-29BGE: speed up mesh conversion by avoiding allocation/deallocation of material...Benoit Bolsee
2009-04-28BGE: reenable object activation for static object, otherwise their physic sha...Benoit Bolsee
2009-04-28BGE PyAPICampbell Barton
2009-04-27BGE: Add soft body welding parameter to the Advanced Settings panel. The valu...Benoit Bolsee
2009-04-27BGE bug #18624: Collision detection fails on parented objects. Partial fix, p...Benoit Bolsee
2009-04-27Don't always activate a Bullet rigid bodyErwin Coumans
2009-04-27Lower the vertex welding threshold, for removing duplicate/nearby vertices fo...Erwin Coumans
2009-04-26BGE: Fix Orthographic mode and viewport scalingBenoit Bolsee
2009-04-25BGE mesh modifiers: fix view frustrum culling for mesh with modifiers. Update...Benoit Bolsee
2009-04-25[#18606] Writing to KX_GameObject.orientation causes crashCampbell Barton
2009-04-25BGE API - small changesCampbell Barton
2009-04-23Fix for part of bug #18496: issue with light state switchingBrecht Van Lommel
2009-04-23BGE Dome update:Dalai Felinto
2009-04-23BGE Rasterizer methods to handle Screen Space - (getScreenPosition, getScreen...Dalai Felinto
2009-04-23patch from Mitchell Stokes, comments only - KX_PYATTRIBUTE_TODO for missing ...Campbell Barton
2009-04-23BGE Python APICampbell Barton
2009-04-23BGE bug #17670: Python controlled mist doesnt work in textured mode.Benoit Bolsee
2009-04-23[#18586] [bug] Ray sensor doesn't return a hit objectCampbell Barton
2009-04-22BGE: some more cleanup, implement proper GetReplica/ProcessReplica workflow f...Benoit Bolsee
2009-04-22BGE: some more cleanup, remove useless ReplicaSetName(), move code to Process...Benoit Bolsee
2009-04-22BGE: some more cleanup in GetReplica/ProcessReplica of deformers: make them c...Benoit Bolsee
2009-04-22BGE C++ APICampbell Barton
2009-04-22BGE C++ APICampbell Barton
2009-04-22BGE Python APICampbell Barton
2009-04-22BGENathan Letwory
2009-04-22Patch from Mitchell Stokes for KX_Light to use attrdef'sCampbell 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-21Blender Python APICampbell Barton
2009-04-21BGE: show profile in millisecond in addition to percentage.Benoit Bolsee
2009-04-21use PyList_SET_ITEM instead of PyList_SetItem,Campbell Barton
2009-04-21BGE Python APICampbell Barton
2009-04-20BGE Python APICampbell Barton
2009-04-20BGE Python APICampbell Barton
2009-04-19Compile fixed for Win64.Daniel Genrich
2009-04-19BGE Python APICampbell Barton
2009-04-19BGE Python API cleanup - no functionality changesCampbell Barton
2009-04-19BGE Python APICampbell Barton
2009-04-19KX_MeshProxy "numPolygons" and "numMaterials" attributes were using the "mate...Campbell Barton
2009-04-18Added m_zombie to the base python class (PyObjectPlus), when this is set all ...Campbell Barton
2009-04-17BGE: slow parent was causing scaling distortion, now use correct quaternion i...Benoit Bolsee
2009-04-16bpy_internal_import.c should build with py2.3 now, also gave bpy_internal_imp...Campbell Barton
2009-04-16BGE bug #18168: Get local orientation of object using game engine python scri...Benoit Bolsee
2009-04-15BGE Python APICampbell Barton
2009-04-15BGE MouseFocusSensorCampbell Barton
2009-04-15Disable using KX_GameObjects in python that have been removed from the scene ...Campbell Barton
2009-04-15BGE Py ApiCampbell Barton
2009-04-15[#7789] 3DS Import , Mesh not correct since Blender 2.44Campbell Barton