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
2014-04-11API Cleanup: Use BKE_constraint prefix for constraint apiCampbell Barton
2014-04-10BGE: Allow skinned meshes with modifiers to do skinning updates in parallel.Mitchell Stokes
2014-04-10BGE: Fixing a crash when animating objects with modifiers and armatures.Mitchell Stokes
2014-04-07BGE: Multi-threading animation updates and skinning.Mitchell Stokes
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-28BGE code cleanup: Removing OpenGL and bf_gpu code from KX_LightObjectMitchell Stokes
2014-03-28Fix T39452: Meshes without materials causes a memory leak in the game engineMitchell Stokes
2014-03-25Fix T38929: BGE: Strange behaving from addObject after trying to add an nonex...Mitchell Stokes
2014-03-21Fix T38051: Even if Color Management is disabled, it is still applied to the ...Sergey Sharybin
2014-03-20BGE: Adding support for the Cast Only material option.Mitchell Stokes
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2014-02-18Fix T38654: Using a non-camera object for the SetCamera Scene Actuator causes...Mitchell Stokes
2014-02-14Code cleanup: duplicate headersCampbell Barton
2014-02-12Revert own previous commit rBe2f9afbaabbd.IRIE Shinsuke
2014-02-11Fix T38553: Crash load new level; array modifier using curve lengthSergey Sharybin
2014-02-11Blender Internal: Modify material property "Cast Buffer Shadows" to affect ra...IRIE Shinsuke
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-02Code cleanup: suffix vars to make obvious they are squaredCampbell Barton
2014-01-22Revert "Fix T37920: BGE LibLoad failed for meshes with no materials"Campbell Barton
2014-01-15Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.Tom Edwards
2014-01-14fix #T37892 BL_ArmatureConstraint.active returns wrong valueDalai Felinto
2013-12-30Fix T37920: BGE LibLoad failed for meshes with no materialsCampbell Barton
2013-12-30Main API: refactor naming, use BKE_main_ prefix and add main arg.Campbell Barton
2013-12-30Fix for crash with game engines LibLoad featureCampbell Barton
2013-12-26correction to last commitCampbell Barton
2013-12-26BGE: Add missing NULL check from recent LOD updatesCampbell Barton
2013-12-26Code Cleanup: remove object arg to CDDM_from_mesh mesh_create_derivedCampbell Barton
2013-12-23Style cleanup: BGEHG1
2013-12-18Game Engine: Level of detail support and toolsDaniel Stokes
2013-12-09Game Engine: Option to record static objects animationJames Yonan
2013-12-03Cleanup: Internal degrees removal.Bastien Montagne
2013-11-18Fix T37289: ID User decrement error for Shapes on Bones when playing in BGESergey Sharybin
2013-11-04BGE: Cleaning up the BGE's physics code and removing KX_IPhysicsController an...Mitchell Stokes
2013-11-04BGE Rasterizer Cleanup: Removing the Singletexture material mode. More conver...Mitchell Stokes
2013-11-04BGE Rasterizer Cleanup: Removing KX_BlenderGL since it was mostly one-line fu...Mitchell Stokes
2013-11-04BGE Rasterizer Cleanup: Removing RAS_IRenderTools and moving the functionalit...Mitchell Stokes
2013-10-25Remove duplicate cmake enries in game engine and compositorSergej Reich
2013-10-11fix [#37032] Blener crashes when parent to new objectCampbell Barton
2013-09-09code cleanup: warnings and redundant checks.Campbell Barton
2013-09-05BGE: Removing an unused rendertools argument from BL_ConvertActuators().Mitchell Stokes
2013-09-05BGE: Removing the touch sensor and converting all touch sensors to collision ...Mitchell Stokes
2013-08-19Optimization and threading fix for shapekeys weights calculationSergey Sharybin
2013-08-15BGE: The Action Actuator can now make use of additive blending.Mitchell Stokes
2013-08-15BGE: Finally adding support for additive layer blending.Mitchell Stokes
2013-08-04code cleanup: remove redundant NULL checksCampbell Barton
2013-08-04fix for BL_ArmatureConstraint::UpdateTarget(), was getting the pose from the ...Campbell Barton
2013-08-04code cleanup: replace strncpy -> BLI_strncpy, skip first 2 chars when making ...Campbell Barton
2013-07-20BGE fix [#35563] Object colour setting for objects and fonts not using colour...Daniel Stokes
2013-07-17Merging changes from trunk r58091-58323.Mitchell Stokes
2013-07-16BGE: Fix for [#36023] "Objects of added scene are lit by lights of current sc...Mitchell Stokes