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-06-28CMake: update source filesCampbell Barton
2014-06-28Fix 40841: Copy and Paste objects no longer functions from one running instan...Bastien Montagne
2014-06-27Fix T40797: Crash on render on specific file with volumentrics and 'use hair'...Sergey Sharybin
2014-06-27UI: increase contrast for active colorband handleCampbell Barton
2014-06-27UI: use cursor x-location for tooltip placement (T37478)Campbell Barton
2014-06-27BMesh: more edits to vertex dissolve, handle mixing wire edges with faces betterCampbell Barton
2014-06-27Get rid of usage of non-existing moduleSergey Sharybin
2014-06-27warning fix: use of __restrict was inconsistent in BLI_dynstr between declara...Jason Wilkins
2014-06-27Fix T40834, grab brush not working after recent jittering fix.Antony Riakiotakis
2014-06-27BMesh: tweaks to dissolve, remove wire edges before other calculationsCampbell Barton
2014-06-27BMesh: add BM_vert_is_edge_pair(), faster then checking (BM_vert_edge_count(v...Campbell Barton
2014-06-27BMesh: add ability not to delete vertex when collapsingCampbell Barton
2014-06-27BMesh: use slightly faster method of stepping over edge-disksCampbell Barton
2014-06-27Update Carve to latest upstream versionSergey Sharybin
2014-06-27MSVC: quiet harmless linker warningsCampbell Barton
2014-06-27Fix transparency issues in 3d viewportSergey Sharybin
2014-06-27Update Ceres to latest upstream versionSergey Sharybin
2014-06-27Fix for DeviceScene::attributes_uchar4 not released properlyTamito Kajiyama
2014-06-27Follow up to previous commit, do not calculate normal now with frontAntony Riakiotakis
2014-06-27Fix T40758 Front facing not consistent in sculpt mode.Antony Riakiotakis
2014-06-27Fix T40823, crash with LoD operator without valid object.Thomas Dinges
2014-06-27Fix T40691, dyntopo changes lost on save if sculpting on multipleAntony Riakiotakis
2014-06-26Fix T40813: Dissolve verts with adjacent regions, removes the dividing edgeCampbell Barton
2014-06-26Fix T40816, SSS brightness difference with Sample All Direct Lights.Thomas Dinges
2014-06-26Fix parallel CMake builds failing due to missing buildinfo.hNicholas Bishop
2014-06-26BLI_array: avoid accidental assignment to BLI_array_countCampbell Barton
2014-06-26Fix BLI_array_staticdeclare sizeCampbell Barton
2014-06-26Fix for dissolve faces iterating over verts while removingCampbell Barton
2014-06-26Another attempt to solve compilation errorSergey Sharybin
2014-06-26Tweak to previous commit, fixes scons to survive when upstream is not foundSergey Sharybin
2014-06-26Fix compilation error with scons and older pythonsSergey Sharybin
2014-06-26Forgot this in previous commitSergey Sharybin
2014-06-26Replace Main->lock with an anoynous structure pointerSergey Sharybin
2014-06-26Better description for the "make links" operator.Lukas Tönne
2014-06-26Code cleanup: remove MAT3/4_UNITY defines, just call unit_m3/4Campbell Barton
2014-06-26Code cleanup: casts, dead assignment & arg order.Campbell Barton
2014-06-26Reverted part of my previous commit causing a crash.Tamito Kajiyama
2014-06-26Freestyle: code cleanup: removed unused (outdated) static variables.Tamito Kajiyama
2014-06-26Whitespace fixJoshua Leung
2014-06-26Bugfix T40801: Select grouped objects by Keying Set not working with builtin ...Joshua Leung
2014-06-26BGE: New Mouse ActuatorJorge Bernal
2014-06-26Windows: Enable numpy again, as we do have libs again for vc2013 and against ...Thomas Dinges
2014-06-25Updating submodule to point to v2.71Sergey Sharybin
2014-06-25Updating submodule to point to v2.71Sergey Sharybin
2014-06-25Fix T40759: "Add Shortcut" operator was leaving new keymap items onLukas Tönne
2014-06-25Fix T40757: Video Texture - Video frames dropped from beginning and endSergey Sharybin
2014-06-25Fix T40776: Crash when using empty curve as a deformation targetSergey Sharybin
2014-06-25Fix T40800: Crash when editing material nodesSergey Sharybin
2014-06-25Use api function for flipping button list & rename to BLI_listbase_reverseCampbell Barton
2014-06-25Use fill function for setting origindexCampbell Barton