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-24Fix the classification + ordering of a few of the easing typesJoshua Leung
2014-04-24Fix T39851: F-curve noise modifier on a bone: change selection when modifying...Joshua Leung
2014-04-24BGE Cleanup: Physics conversion is now handled by PHY_IPhysicsEnvironmentMitchell Stokes
2014-04-24BGE Cleanup: Reducing KX_BlenderSceneConverter's dependence on Bullet.Mitchell Stokes
2014-04-24BGE Cleanup: Reducing KX_Scene's dependence on Bullet.Mitchell Stokes
2014-04-24BGE Cleanup: Removing the empty KX_ClearBulletSharedShapes() functionMitchell Stokes
2014-04-23Fix T39839: Applying the subsurf modifier deletes the freestyle edge marksCampbell Barton
2014-04-23Subsurf: minor optimization setting edge origindexCampbell Barton
2014-04-23Fix T39852: Crash (Blender internal) large objectsCampbell Barton
2014-04-23Quiet warningsCampbell Barton
2014-04-23Add asserts to raytrace get/set_cut functionsCampbell Barton
2014-04-23Fix T39847: Followup to rB6babb4d12b8b.Bastien Montagne
2014-04-23Fix T39848: Reroute nodes were not handled properly after compositorLukas Tönne
2014-04-23Fix T39828: Incorrect render layer visibility display for animated render lay...Bastien Montagne
2014-04-23Fix T39781: Autosmooth feature: erroneously showing hidden vertices' normals ...Bastien Montagne
2014-04-23Fix compilation on OSX after previous commitSergey Sharybin
2014-04-23Update ffmpeg in install_deps.sh to 2.1.4.Bastien Montagne
2014-04-23Cleanup in modifier stack evaluation: deduplicate final tessellation handling...Bastien Montagne
2014-04-23Fix T39849: Adding links directly between node group input/outputLukas Tönne
2014-04-23Libmv cleanup: move aligned malloc implementation into own fileSergey Sharybin
2014-04-23Code cleanup: style and use switch () for (un)packCampbell Barton
2014-04-23Fix T39847: uiPreview not being copied with areasCampbell Barton
2014-04-23Quiet warningCampbell Barton
2014-04-23Blender Internal: Add material property "Cast" which can disable both ray and...IRIE Shinsuke
2014-04-23Added missing bpy.data.linestyles.is_updated property.Tamito Kajiyama
2014-04-23WhitespaceJoshua Leung
2014-04-23Applying same fix for snapping keyframes in Graph EditorJoshua Leung
2014-04-23Fix T39850: Graph Editor - 'Mirror Over First Selected Marker' mirrors over f...Joshua Leung
2014-04-23BGE Cleanup: Removing all of the my_* functions in KX_ConvertPhysicsObjects.c...Mitchell Stokes
2014-04-23BGE Cleanup: Removing KX_ObjectProperties, KX_BoundBoxClass, KX_BoxBounds, an...Mitchell Stokes
2014-04-23Fix T39458: Switching physics type from Character to Dynamic enables ghost fl...Mitchell Stokes
2014-04-23Cycles: some tiny hair intersection optimizations that help maybe 2%.Brecht Van Lommel
2014-04-23Fix occasional wrong normal for curves with minimum width.Brecht Van Lommel
2014-04-22Fix T39429: Project paint error with UV bleedCampbell Barton
2014-04-22Apparently msvc doesn't have #warningSergey Sharybin
2014-04-22Math Lib: move barycentric_weights_v2_persp to into math_geomCampbell Barton
2014-04-22Cycles: optimization for hair BVH build, allow max 2 hair curves per leaf.Brecht Van Lommel
2014-04-22BMesh: minor optimizations for shapekey lookups on conversionCampbell Barton
2014-04-22Add type checks for Python context overridesCampbell Barton
2014-04-22Code cleanup: use const for rnaCampbell Barton
2014-04-22View3d: api naming, for setting the view matrix.Campbell Barton
2014-04-22OSX: tentative fix for D472, ditto creates dirs when needed automatically, al...Jens Verwiebe
2014-04-22Correction to O_NOFOLLOW commit to make it more portableSergey Sharybin
2014-04-22install_deps: update to py3.4 and numpy1.8.Bastien Montagne
2014-04-22Don't follow symlinks when writing autosave or quit.blendCampbell Barton
2014-04-22Corrected the commentSergey Sharybin
2014-04-22Switch buildbot to Python-3.4.0Sergey Sharybin
2014-04-22BLI_open: check returned value for `-1` instead of `< 0`Campbell Barton
2014-04-22Code cleanup: replace int with boolean.Tamito Kajiyama
2014-04-22Fix T39833: Nurbs CrashBastien Montagne