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-08Cleanup: typosCampbell Barton
2016-06-08Fix edit-mesh draw not disabling stippleCampbell Barton
2016-06-08Correct assertCampbell Barton
2016-06-08Cleanup - size_t is unsigned, so always >= 0!Bastien Montagne
2016-06-08Fix (unreported) EditNormal modifier: broken 'flip poly' feature.Bastien Montagne
2016-06-08Cleanup: warningCampbell Barton
2016-06-08World space switch for BI nodes.Alexander Romanov
2016-06-08readfile: optimization for undoCampbell Barton
2016-06-08BLO_idcode: Move ID_ID lastCampbell Barton
2016-06-08Cleanup: warningCampbell Barton
2016-06-08Depsgraph: Russian electric tape bodge to have multiple proxies workSergey Sharybin
2016-06-08Cleanup: avoid temp string editCampbell Barton
2016-06-08Fix T48234: Glitch w/ action constraints sharing an actionCampbell Barton
2016-06-08Fix T48111: Auto-run fails w/ empty pathsCampbell Barton
2016-06-08Fix T48575: Particle crash using 'Parting' settingCampbell Barton
2016-06-08Fix T48456: 2x pixel size clamps min brush sizeCampbell Barton
2016-06-08Fix T47637: Multiple multires objects in Sculpt mode make blender crash.Bastien Montagne
2016-06-08Fix for GLSL uniform being update from inside glBegin/glEndSergey Sharybin
2016-06-08Fix T48415: Segfault on opening .blend in which a 'surface' force object was ...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-08Cleanup: parenthesize definesCampbell Barton
2016-06-08Properly handle vertex color color space for Cycles GLSLSergey Sharybin
2016-06-08Fix T48547: Shrinkwrap fails w/ auxiliary targetCampbell Barton
2016-06-08Shrinkwrap: OMP->BLI_task.Bastien Montagne
2016-06-08BKE's DerivedMesh: get rid of last OMP usage.Bastien Montagne
2016-06-08Image viewer scopes update: OMP->BLI_task.Bastien Montagne
2016-06-08Fix own mistake in D1120: wrong indexing of UV maps during tangent calculationAlexander Romanov
2016-06-08Fix wrong scale of vertex color values when doing border render of Cycles vie...Sergey Sharybin
2016-06-08B-Bones improve handle calculationCampbell Barton
2016-06-08Support Vertex Color in GLSL viewport for CyclesSergey Sharybin
2016-06-08Forgot to remove omp header include...Bastien Montagne
2016-06-08Dynamicpaint: fix (unreported) missing progress bar in early baking stage.Bastien Montagne
2016-06-08DynamicPaint: massive refactor, replace all OpenMP usage by BLI_task and othe...Bastien Montagne
2016-06-08BKE Mesh mapping: add 'vert to looptri' mapping generator.Bastien Montagne
2016-06-08Hopefully fix OMP/MSVC crap...Bastien Montagne
2016-06-08Dynapaint: Serious cleanup and optimization of dynamicPaint_createUVSurface (...Bastien Montagne
2016-06-08Fix T48470: Bendy Bones: Custom Handle References not being cleared when bone...Joshua Leung
2016-06-08Add Peak Memory as render stamp optionLukas Stockner
2016-06-08Cleanup: misleading indentationCampbell Barton
2016-06-08Dynapaint: parallelize drip effect.Bastien Montagne
2016-06-08Dynapaint: fix use of normal normalization in dynamicPaint_generateBakeData().Bastien Montagne
2016-06-08Ignore vertex color when doing texture paintSergey Sharybin
2016-06-08Fix missing modifiers for mesh objectsSergey Sharybin
2016-06-08Fix T47737: Lattice crashes w/ smooth modifierPhilipp Oeser
2016-06-08Depsgraph: Fix rest pose still using bone constraintsSergey Sharybin
2016-06-08Cycles: Pole merging for spherical stereoSergey Sharybin
2016-06-08C99/C++11: replace deprecated finite() by isfinite().Brecht Van Lommel
2016-06-08Bendy Bones: Advanced B-Bones for Easier + Simple RiggingJoshua Leung
2016-06-08Remove strict header, gives issues with gcc5xCampbell Barton