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
path: root/source
AgeCommit message (Expand)Author
2014-06-22Editmesh: extruding end-point verts now maintains edge-directionCampbell Barton
2014-06-22Code cleanup: styleCampbell Barton
2014-06-22Code cleanup: de-duplicate widget_num_tria, widget_scroll_circleCampbell Barton
2014-06-22Remove unused functionCampbell Barton
2014-06-22WM: set circle select minimum radius to 1Campbell Barton
2014-06-21Fix T40567 Crash when returing to object mode from dyntopo.Antony Riakiotakis
2014-06-21Fix T40727: Renaming nodes did not correctly fix animation paths.Lukas Tönne
2014-06-20BLI_md5: add a utility function to 'translate' raw 16bytes digest into a nice...Bastien Montagne
2014-06-20Code cleanup: BLI_md5.c was... not nice.Bastien Montagne
2014-06-20GLSL tweaks for viewport render drawSergey Sharybin
2014-06-20Implement resolution divider in the Blender InternalSergey Sharybin
2014-06-20Fix release notes link in splash.Bastien Montagne
2014-06-20Fix 2 GLSL errors, with Cycles Hair BSDF.Thomas Dinges
2014-06-20UI: auto-open other menus by hovering over, once a menu is already openCampbell Barton
2014-06-20Fix T40697: Skinned meshes with shapekeys crashing in the BGEMitchell Stokes
2014-06-19RNA: Expose hook centreCampbell Barton
2014-06-19Add a bmesh_core_test, a start at testing bmesh functionality.Howard Trickey
2014-06-19Bugfix for Elastic and Back easing typesJoshua Leung
2014-06-19Style cleanups hereJoshua Leung
2014-06-19PoseLib: New pose library actions now have their "id root" setting initialise...Joshua Leung
2014-06-19View3D: Handle un-weighed vertex color properlyCampbell Barton
2014-06-19Code cleanup: replace odd pointer casting with structsCampbell Barton
2014-06-19Code cleanup: remove unused callback for depth drawingCampbell Barton
2014-06-19Code cleanup: de-duplicate calls wmOrtho, wmFrustumCampbell Barton
2014-06-19Code cleanup: use const passing rectsCampbell Barton
2014-06-19Enable texture preview even when Cycles is activeSergey Sharybin
2014-06-19Correct for recent commit to refactor popupsCampbell Barton
2014-06-19Curve: zero memory on access rather then callocCampbell Barton
2014-06-19Freestyle: removed WOEdge::getVec3r() which in effect was a duplicate of WOEd...Tamito Kajiyama
2014-06-19Fix T40546: Duplicate spline breaks shape keysCampbell Barton
2014-06-19Bake-API: small cleanup to prevent unfreed memory when there are baking errorsDalai Felinto
2014-06-19Bake-API: fix for non-NORMAL maps baking black when using cageDalai Felinto
2014-06-19Fix T4068787 Cycles Bake Selected To Active From Non-Mesh Object Fails With E...Dalai Felinto
2014-06-19Fixup for fd0b7428 Bake-API: allow custom UV to be bakedDalai Felinto
2014-06-19Complete last commit.Bastien Montagne
2014-06-19Fix T40694: Curve path messed up.Bastien Montagne
2014-06-18Fix T40637, jittering can cause the mesh to disappear.Antony Riakiotakis
2014-06-18missed removing this in recent popup refactorCampbell Barton
2014-06-18Correct error in last commitCampbell Barton
2014-06-18Editmesh: add ability to show weights on wire T39054, D585Gaia Clary
2014-06-18Fix blenderplayer compile...Bastien Montagne
2014-06-18Fix T40585, group textures cannot be selected for painting.Antony Riakiotakis
2014-06-18GTest unit testing frameworkSergey Sharybin
2014-06-18Fix T40679.Antony Riakiotakis
2014-06-18Revert "Fix flickering when transform snapping in edit mode and cursor is"Antony Riakiotakis
2014-06-18Move tests into tests/ top-level dirCampbell Barton
2014-06-18Code cleanup: use bool instead of intSergey Sharybin
2014-06-18Hopefully fix compilation with old MSVC2008/WIN32...Bastien Montagne
2014-06-18Code cleanup: replace direct operator calls with ED_object_toggle_modesCampbell Barton
2014-06-18Code cleanup: de-duplicate flag check in ED_object_toggle_modesCampbell Barton