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-08Revert "BLI_ghash: Fix initial over-allocation of mempool chunks."Bastien Montagne
2016-06-08Fix T48466: Multiple passes starting with 'Diffuse' in EXR file breaks its lo...Bastien Montagne
2016-06-08Optimize mempool iterationCampbell Barton
2016-06-08Fix T48415: Segfault on opening .blend in which a 'surface' force object was ...Bastien Montagne
2016-06-08Revert "Correct invalid pointer-pair compare check"Campbell Barton
2016-06-08Fix bug where corner boundary was straight when it should curve.Howard Trickey
2016-06-08BLI_ghash: Fix initial over-allocation of mempool chunks.Bastien Montagne
2016-06-08Fix wrong vertex colors in edit modeSergey Sharybin
2016-06-08BI: fix counting of tangents, that was reset during recursion of init_render_...Alexander Romanov
2016-06-08GLSL: Attempt to fix errors in setting UV attributesSergey Sharybin
2016-06-08Depsgraph: Fix missing updates when modifying armatureSergey Sharybin
2016-06-08Fix/Workaround T48560: Color picker V fail w/ user defined RNACampbell Barton
2016-06-08Increase range of Font object textboxsDalai Felinto
2016-06-08BLI_mempool: Use an 'odd' FREEWORD for big/little endianCampbell Barton
2016-06-08Fix T46207: Slow OpenCL GPU bake and blown out baking Cycles renderSergey Sharybin
2016-06-08Small API typo found while reading the APIDalai Felinto
2016-06-08Cleanup: unused definesCampbell Barton
2016-06-08Cleanup: parenthesize definesCampbell Barton
2016-06-08Fix T48554: Absolute grid snap fails w/ cursor pivotCampbell Barton
2016-06-08Cycles: Fixes for recent refactorSergey Sharybin
2016-06-08Buildbot: Attempt to fix buildbot after recent changeSergey Sharybin
2016-06-08Buildbot: Use proper list management functionSergey Sharybin
2016-06-08Buildbot: Pass proper generator for MSVC 2015 builderSergey Sharybin
2016-06-08Properly handle vertex color color space for Cycles GLSLSergey Sharybin
2016-06-08CMake/ Visual Studio 14 2015, Use one library name for openal for both 2013 a...Martijn Berger
2016-06-08Cycles GLSL: Make it work with software opengl modeSergey Sharybin
2016-06-08Cycles: Add human readable sizes to debug outputMai Lavelle
2016-06-08Fix T48556: Missing transparent shadows on AMD OpenCLSergey Sharybin
2016-06-08Fix T48553: Cycles GLSL Box projection produces strong artifactsSergey Sharybin
2016-06-08Fix T48552: Ctrl-D to add drivers shows disabled menu itemsCampbell Barton
2016-06-08Theme: 2.4x disabled menu text wasn't greyed outCampbell Barton
2016-06-08Fix T48547: Shrinkwrap fails w/ auxiliary targetCampbell Barton
2016-06-08Fix broken Cycles curve motion radius after recent refactor, and fix warnings.Brecht Van Lommel
2016-06-08Add 'multi small' testcase to performance Ghash tests.Bastien Montagne
2016-06-08Shrinkwrap: OMP->BLI_task.Bastien Montagne
2016-06-08Depsgraph: Small optimization to update flushingSergey Sharybin
2016-06-08Fix T48527: Maya keymap fails w/ knife snapCampbell Barton
2016-06-08Depsgraph: Fix compilation with new depsgraph disabledSergey Sharybin
2016-06-08CMake: Workaround to get Libmv compiled with latest GccSergey Sharybin
2016-06-08Fix: Add a hard upper limit for fontsize of Text Strip's textJoshua Leung
2016-06-08GLSL: Fix voronoi texture giving different results form renderedSergey Sharybin
2016-06-08Depsgraph: Fix wrong layers flush form children to parentSergey Sharybin
2016-06-08Support all Cycles image texture projections in the GLSL viewportRalf Hölzemer
2016-06-08GLSL: Fix magic colors being offSergey Sharybin
2016-06-08GLSL: Brick texture uses bit operations, which seems to be a failure on some ...Sergey Sharybin
2016-06-08Change the hash-table to be 3x total items to hashCampbell Barton
2016-06-08Remove accidental static varCampbell Barton
2016-06-08Editmesh undo memory optimizationCampbell Barton
2016-06-08BLI_array_store testsCampbell Barton
2016-06-08Add BLI_array_store copy-on-write APICampbell Barton