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-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-04CMake, minor changes to make Visual studio 2015 use a compatible numpy andMartijn Berger
2016-06-04Cleanup: avoid temp string editCampbell Barton
2016-06-03changed use_connect from bool to a 3 state value (-1,0,1)Gaia Clary
2016-06-03fix T48389 (wip) added warning for loops that define holes (polygons with hol...Gaia Clary
2016-06-03Workaround MSVC errorCampbell Barton
2016-06-03Fix T48234: Glitch w/ action constraints sharing an actionCampbell Barton
2016-06-03Fix PlayercompileJens Verwiebe
2016-06-03Make playback invoked form animation editors more usableSergey Sharybin
2016-06-03Cleanup & simplify snapping functionsGermano Cavalcante
2016-06-03Fix possible uninitialized variable in snappingGermano Cavalcante
2016-06-03Fix T48111: Auto-run fails w/ empty pathsCampbell Barton
2016-06-03Fix T48575: Particle crash using 'Parting' settingCampbell Barton
2016-06-02Fix T48456: 2x pixel size clamps min brush sizeCampbell Barton
2016-06-02Fix T47637: Multiple multires objects in Sculpt mode make blender crash.Bastien Montagne
2016-06-02Fix for GLSL uniform being update from inside glBegin/glEndSergey Sharybin
2016-06-02Fix leak using UI_BTYPE_TEXT button w/o a callbackJulian Eisel
2016-06-02Cleanup: warnings in previous commitCampbell Barton
2016-06-02Minor edits to last commitCampbell Barton
2016-06-02BLI_array_store: Move writing many chunks into a functionCampbell Barton
2016-06-02BLI_array_store: store max size in BArrayInfoCampbell Barton
2016-06-02Add extra validation checks to array-storeCampbell Barton
2016-06-02Minor changes to help textCampbell Barton
2016-06-02ShapeKey was missing lattice-flagCampbell Barton
2016-06-02Fix T48566: Render-border minor offset issueCampbell Barton
2016-06-01Usual UI/i18n message cleanup (get rid of last remaining 'addon' too).Bastien Montagne
2016-06-01Revert "BLI_ghash: Fix initial over-allocation of mempool chunks."Bastien Montagne
2016-06-01Fix T48466: Multiple passes starting with 'Diffuse' in EXR file breaks its lo...Bastien Montagne
2016-06-01Optimize mempool iterationCampbell Barton
2016-06-01Fix T48415: Segfault on opening .blend in which a 'surface' force object was ...Bastien Montagne
2016-06-01Revert "Correct invalid pointer-pair compare check"Campbell Barton
2016-06-01Fix bug where corner boundary was straight when it should curve.Howard Trickey
2016-06-01BLI_ghash: Fix initial over-allocation of mempool chunks.Bastien Montagne
2016-06-01Fix wrong vertex colors in edit modeSergey Sharybin
2016-06-01BI: fix counting of tangents, that was reset during recursion of init_render_...Alexander Romanov
2016-06-01GLSL: Attempt to fix errors in setting UV attributesSergey Sharybin
2016-06-01Depsgraph: Fix missing updates when modifying armatureSergey Sharybin
2016-06-01Fix/Workaround T48560: Color picker V fail w/ user defined RNACampbell Barton
2016-06-01Increase range of Font object textboxsDalai Felinto
2016-05-31BLI_mempool: Use an 'odd' FREEWORD for big/little endianCampbell Barton
2016-05-31Small API typo found while reading the APIDalai Felinto
2016-05-31Cleanup: unused definesCampbell Barton
2016-05-31Cleanup: parenthesize definesCampbell Barton
2016-05-31Fix T48554: Absolute grid snap fails w/ cursor pivotCampbell Barton
2016-05-31Properly handle vertex color color space for Cycles GLSLSergey Sharybin
2016-05-31Cycles GLSL: Make it work with software opengl modeSergey Sharybin
2016-05-31Fix T48553: Cycles GLSL Box projection produces strong artifactsSergey Sharybin