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-05-22Fix T48476: 'Recalculate Bone to Cursor' failsCampbell Barton
2016-05-21Python API: add material to uniforms from gpu.export_shader.Sebastian Ullrich
2016-05-21Forgot to remove omp header include...Bastien Montagne
2016-05-21Dynamicpaint: fix (unreported) missing progress bar in early baking stage.Bastien Montagne
2016-05-21DynamicPaint: massive refactor, replace all OpenMP usage by BLI_task and othe...Bastien Montagne
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-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-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 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-19Cleanup: warningsCampbell Barton
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-19Ignore vertex color when doing texture paintSergey Sharybin
2016-05-18Fix missing modifiers for mesh objectsSergey Sharybin
2016-05-18Theme Color Sets - Dynamically generated iconsJoshua Leung
2016-05-18Fix T47737: Lattice crashes w/ smooth modifierPhilipp Oeser
2016-05-18Depsgraph: Fix rest pose still using bone constraintsSergey Sharybin
2016-05-18Cycles: Pole merging for spherical stereoSergey Sharybin
2016-05-18Fix T48395: Grease Pencil, pressing Ekey to sculpt don't work for left click ...Joshua Leung
2016-05-18Cleanup: cmake, indentation, line lengthCampbell Barton
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
2016-05-17Fix T48434: Missing meta support in new depsgraphSergey Sharybin
2016-05-17Bendy Bones: Advanced B-Bones for Easier + Simple RiggingJoshua Leung
2016-05-16Usual i18n/UI messgaes fixes...Bastien Montagne
2016-05-16Remove strict header, gives issues with gcc5xCampbell Barton
2016-05-16Cleanup: use const argsCampbell Barton
2016-05-16CustomData: Support for >2gig layersCampbell Barton
2016-05-16BLI_task: Add new 'BLI_task_parallel_range_finalize()'.Bastien Montagne
2016-05-16BLI_task: Add back lost 'push_from_thread' change to BLI_task_parallel_range(...Bastien Montagne
2016-05-16Fix T48447: Inactive menu items don't grey-out iconsCampbell Barton
2016-05-16BLI_task: make foreach loop index hleper lockfree, take II.Bastien Montagne
2016-05-16Cleanup rna_Brush_direction_itemf()Bastien Montagne
2016-05-16Revert "Docs: smoke typo corrections"Campbell Barton
2016-05-16Docs: smoke typo correctionsCampbell Barton
2016-05-15Fix T48422: Revert "BLI_task: nano-optimizations to BLI_task_parallel_range f...Bastien Montagne