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-05-21BKE Mesh mapping: add 'vert to looptri' mapping generator.Bastien Montagne
2016-05-21GPencil: Add hotkeys for the "Delete Active Frame" operatorJoshua Leung
2016-05-21GP Sculpt: Make the cursor more visible on light backgroundsJoshua Leung
2016-05-21Hopefully fix OMP/MSVC crap...Bastien Montagne
2016-05-21Dynapaint: Serious cleanup and optimization of dynamicPaint_createUVSurface (...Bastien Montagne
2016-05-20Fix GLSL shader failing to compile on OSXSergey Sharybin
2016-05-20Makefile: Use hidden FORCE targetCampbell Barton
2016-05-20Support Cycles wave texture in GLSL viewport.Thomas Dinges
2016-05-20Support Cycles noise texture in GLSL viewportSergey Sharybin
2016-05-20Cleanup: Don't use f suffix for values in GLSLSergey Sharybin
2016-05-20Support voronoi texture in GLSL shadingSergey Sharybin
2016-05-20Support Cycles magic texture in GLSL viewportSergey Sharybin
2016-05-20Cycles: Fix long compile time with MSVC.Thomas Dinges
2016-05-20Support gradient Cycles texture in GLSL viewportSergey Sharybin
2016-05-20Support Cycles brick texture in GLSL viewportSergey Sharybin
2016-05-20Support Cycles's checker texture in GLSL shadingSergey Sharybin
2016-05-20Fix T48472: issue in array refactor, causing performance regression in BVH bu...Brecht Van Lommel
2016-05-20Fix T48470: Bendy Bones: Custom Handle References not being cleared when bone...Joshua Leung
2016-05-19Add Peak Memory as render stamp optionLukas Stockner
2016-05-19Cycles: Add XML parsing of MappingNodes to Cycles StandaloneLukas Stockner
2016-05-19Cleanup: warningsCampbell Barton
2016-05-19Fix T48204: Generic Tablet on Linux - Erratic strokes with pressure sensitivi...Bastien Montagne
2016-05-19Cycles / CUDA: Don't use bundled kernel if Adaptive is enforced by the user.Thomas Dinges
2016-05-19Cleanup: misleading indentationCampbell Barton
2016-05-19Dynapaint: parallelize drip effect.Bastien Montagne
2016-05-19Dynapaint: fix use of normal normalization in dynamicPaint_generateBakeData().Bastien Montagne
2016-05-19Cycles: Add support for bindless textures.Thomas Dinges
2016-05-19Ignore vertex color when doing texture paintSergey Sharybin
2016-05-19CMake: use signed char for recastnavigationCampbell Barton
2016-05-19Cleanup: CMake indentationCampbell Barton
2016-05-18Cuda wrangler: Fix very nasty bug with multiple scalar type qualifiersSergey Sharybin
2016-05-18Fix missing modifiers for mesh objectsSergey Sharybin
2016-05-18Theme Color Sets - Dynamically generated iconsJoshua Leung
2016-05-18Fix T47727: Weird bake results with non integer color valuesSergey Sharybin
2016-05-18Fix T47737: Lattice crashes w/ smooth modifierPhilipp Oeser
2016-05-18Revert string splittingCampbell Barton
2016-05-18Revert part of 4adffde02c98f3bb058ffba5ea010a6b1045a7b1 to get Windows (MSVC2...Joshua Leung
2016-05-18Depsgraph: Fix rest pose still using bone constraintsSergey Sharybin
2016-05-18Cycles: Fix compilation error of CUDA kernels after recent volume commitSergey Sharybin
2016-05-18Cycles: Pole merging for spherical stereoSergey Sharybin
2016-05-18Cycles: Reduce amount of malloc() calls from the kernelSergey Sharybin
2016-05-18Cycles: Explicitly mark arguments as unusedSergey Sharybin
2016-05-18Fix T48395: Grease Pencil, pressing Ekey to sculpt don't work for left click ...Joshua Leung
2016-05-18Fix: "Whole Character" Keying Set should not include Location on bones with "...Joshua Leung
2016-05-18Cleanup: cmake, indentation, line lengthCampbell Barton
2016-05-18Fix issue in with multiple importance sampling in recent code refactor.Brecht Van Lommel
2016-05-18Cleanup code style inconsistency in last commits.Brecht Van Lommel
2016-05-18Fix GCC/Linux build error after finite/isfinite changes.Brecht Van Lommel
2016-05-17C99/C++11: replace deprecated finite() by isfinite().Brecht Van Lommel
2016-05-17Fix C++11 build issues on OS X, remove references to outdated libs.Brecht Van Lommel