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
2016-06-09Flat shading for basic shaderAlexander Romanov
2016-06-09Fix T48614: Blender from buildbot crash when Separate selection in this parti...Bastien Montagne
2016-06-09Compilation error fix after recent cleanupSergey Sharybin
2016-06-08Cleanup: GPU arg wrappingCampbell Barton
2016-06-08Cleanup: GPU headersCampbell Barton
2016-06-08GPU: avoid disabling basic-shader for lassoCampbell Barton
2016-06-08Fix armature stick draw, unpack-alignment was set but never restoredCampbell Barton
2016-06-08glutil: add glaGetOneInt helperCampbell Barton
2016-06-08Depsgraph: Avoid redundant connection from IK solver to chainSergey Sharybin
2016-06-08Depsgraph: Remove unused codeSergey Sharybin
2016-06-08Depsgraph: Optimize flush update when there's few objects and fewzillions of ...Sergey Sharybin
2016-06-08GPU: fix texface image w/ basic-shaderCampbell Barton
2016-06-08Make uiLists placed in popups usableJulian Eisel
2016-06-08Fix FPE exception happening when converting linear<->srgb using SIMDSergey Sharybin
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-07Fix T48600: VSE strip 'side selection' fails in 'Both' case.Bastien Montagne
2016-06-07Cleanup - size_t is unsigned, so always >= 0!Bastien Montagne
2016-06-07GPU: Fix triple buffer w/ basic glsl shaderCampbell Barton
2016-06-07GPU: Fix for glDrawPixels drawing w/ glsl shaderCampbell Barton
2016-06-07GPU: make using the glsl basic-shader a flagCampbell Barton
2016-06-07Fix T48589: Compositor Backdrop crashes BlenderSergey Sharybin
2016-06-07Fix (unreported) EditNormal modifier: broken 'flip poly' feature.Bastien Montagne
2016-06-07Cleanup: warningCampbell Barton
2016-06-07World space switch for BI nodes.Alexander Romanov
2016-06-07readfile: optimization for undoCampbell Barton
2016-06-07BLO_idcode: Move ID_ID lastCampbell Barton
2016-06-07readfile: avoid library lookups for every id on undoCampbell Barton
2016-06-06EditNormal modifier: add some 'maximum angle' limit.Bastien Montagne
2016-06-06Added P key toggle to allow mouse movement to control bevel profile (modal).Howard Trickey
2016-06-06Cleanup: remove unused Library.idblockCampbell Barton
2016-06-06Cleanup: warningCampbell Barton
2016-06-06Fix T48582: Rigidbody simulation issue with new depsgraphSergey Sharybin
2016-06-06Fix T48550: Imperfections when Bake displacement map to plane if camera is no...Sergey Sharybin
2016-06-06Depsgraph: Russian electric tape bodge to have multiple proxies workSergey Sharybin
2016-06-06readfile: add assert to check libmap isn't sortedCampbell Barton
2016-06-06readfile: minor optimization, no need to count flagsCampbell Barton
2016-06-06Cleanup: use const for old member in OldNew structCampbell Barton
2016-06-06Cleanup: rename flag -> tagCampbell Barton
2016-06-06RNA: disable animating object dimensionsCampbell Barton
2016-06-04Cleanup: avoid temp string editCampbell Barton