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
2016-06-08Cleanup: typoCampbell Barton
2016-06-08Cleanup: typosCampbell Barton
2016-06-08Fix edit-mesh draw not disabling stippleCampbell Barton
2016-06-083D Text: Use BLI_array_store for undo storageCampbell Barton
2016-06-083D Text: Store separate arrays for undo dataCampbell Barton
2016-06-083D Text: move undo into its own fileCampbell Barton
2016-06-08BLI_array_store: move helper functions into their own APICampbell Barton
2016-06-08Fix cloth stability when in perfect rest shape.Lukas Tönne
2016-06-08Correct assertCampbell Barton
2016-06-08GPU: fix/workaround basic shader font-colorCampbell Barton
2016-06-08Cleanup: Add comment on behavior of tweak eventsJulian Eisel
2016-06-08Fix T48600: VSE strip 'side selection' fails in 'Both' case.Bastien Montagne
2016-06-08Cleanup - size_t is unsigned, so always >= 0!Bastien Montagne
2016-06-08GPU: Fix triple buffer w/ basic glsl shaderCampbell Barton
2016-06-08GPU: Fix for glDrawPixels drawing w/ glsl shaderCampbell Barton
2016-06-08GPU: make using the glsl basic-shader a flagCampbell Barton
2016-06-08Fix T48589: Compositor Backdrop crashes BlenderSergey Sharybin
2016-06-08Fix (unreported) EditNormal modifier: broken 'flip poly' feature.Bastien Montagne
2016-06-08Cleanup: warningCampbell Barton
2016-06-08World space switch for BI nodes.Alexander Romanov
2016-06-08readfile: optimization for undoCampbell Barton
2016-06-08BLO_idcode: Move ID_ID lastCampbell Barton
2016-06-08readfile: avoid library lookups for every id on undoCampbell Barton
2016-06-08EditNormal modifier: add some 'maximum angle' limit.Bastien Montagne
2016-06-08Added P key toggle to allow mouse movement to control bevel profile (modal).Howard Trickey
2016-06-08Cleanup: remove unused Library.idblockCampbell Barton
2016-06-08Cleanup: warningCampbell Barton
2016-06-08Fix T48582: Rigidbody simulation issue with new depsgraphSergey Sharybin
2016-06-08Fix T48550: Imperfections when Bake displacement map to plane if camera is no...Sergey Sharybin
2016-06-08Depsgraph: Russian electric tape bodge to have multiple proxies workSergey Sharybin
2016-06-08readfile: add assert to check libmap isn't sortedCampbell Barton
2016-06-08readfile: minor optimization, no need to count flagsCampbell Barton
2016-06-08Cleanup: use const for old member in OldNew structCampbell Barton
2016-06-08Cleanup: rename flag -> tagCampbell Barton
2016-06-08RNA: disable animating object dimensionsCampbell Barton
2016-06-08CMake, minor changes to make Visual studio 2015 use a compatible numpy andMartijn Berger
2016-06-08Cleanup: avoid temp string editCampbell Barton
2016-06-08changed use_connect from bool to a 3 state value (-1,0,1)Gaia Clary
2016-06-08fix T48389 (wip) added warning for loops that define holes (polygons with hol...Gaia Clary
2016-06-08Workaround MSVC errorCampbell Barton
2016-06-08Fix T48234: Glitch w/ action constraints sharing an actionCampbell Barton
2016-06-08Fix PlayercompileJens Verwiebe
2016-06-08Make playback invoked form animation editors more usableSergey Sharybin
2016-06-08Cleanup & simplify snapping functionsGermano Cavalcante
2016-06-08Fix possible uninitialized variable in snappingGermano Cavalcante
2016-06-08Fix T48111: Auto-run fails w/ empty pathsCampbell Barton
2016-06-08Fix T48575: Particle crash using 'Parting' settingCampbell Barton
2016-06-08Fix T48456: 2x pixel size clamps min brush sizeCampbell Barton
2016-06-08Fix T47637: Multiple multires objects in Sculpt mode make blender crash.Bastien Montagne
2016-06-08Fix for GLSL uniform being update from inside glBegin/glEndSergey Sharybin