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-23Fix T48658: Cycles render & render preview corrupts particlesCampbell Barton
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2016-06-22EditMesh: Avoid creating deform-vert layer every redrawCampbell Barton
2016-06-21Cleanup: rename curve align-x flagsCampbell Barton
2016-06-21Text Object: Vertical AlignmentDalai Felinto
2016-06-20Fix once more time particle distribution.Bastien Montagne
2016-06-18Cleanup: style, whitespace, doxy filepathsCampbell Barton
2016-06-16Fix/cleanup BKE libquery's ID looper.Bastien Montagne
2016-06-16Fix some rare asserts with new simple/random particle distribution code.Bastien Montagne
2016-06-14Fix T48613: Bump mapping in cycles is not shown on the viewport when the mate...Sergey Sharybin
2016-06-13Fix own error w/ undefined behaviorCampbell Barton
2016-06-13Fix glShadeModel being left flat in edit-mode drawCampbell Barton
2016-06-11Fix T48634: Interpolation and distribution of Children Particles breaks.Bastien Montagne
2016-06-09Flat shading for basic shaderAlexander Romanov
2016-06-08Cleanup: typosCampbell Barton
2016-06-08Fix edit-mesh draw not disabling stippleCampbell Barton
2016-06-08Correct assertCampbell Barton
2016-06-07Cleanup - size_t is unsigned, so always >= 0!Bastien Montagne
2016-06-07Fix (unreported) EditNormal modifier: broken 'flip poly' feature.Bastien Montagne
2016-06-07Cleanup: warningCampbell Barton
2016-06-07World space switch for BI nodes.Alexander Romanov
2016-06-07readfile: optimization for undoCampbell Barton
2016-06-07BLO_idcode: Move ID_ID lastCampbell Barton
2016-06-06Cleanup: warningCampbell Barton
2016-06-06Depsgraph: Russian electric tape bodge to have multiple proxies workSergey Sharybin
2016-06-04Cleanup: avoid temp string editCampbell Barton
2016-06-03Fix T48234: Glitch w/ action constraints sharing an actionCampbell Barton
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-01Fix T48415: Segfault on opening .blend in which a 'surface' force object was ...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-05-31Cleanup: parenthesize definesCampbell Barton
2016-05-31Properly handle vertex color color space for Cycles GLSLSergey Sharybin
2016-05-31Fix T48547: Shrinkwrap fails w/ auxiliary targetCampbell Barton
2016-05-30Shrinkwrap: OMP->BLI_task.Bastien Montagne
2016-05-29BKE's DerivedMesh: get rid of last OMP usage.Bastien Montagne
2016-05-26Image viewer scopes update: OMP->BLI_task.Bastien Montagne
2016-05-24Fix own mistake in D1120: wrong indexing of UV maps during tangent calculationAlexander Romanov
2016-05-23Fix wrong scale of vertex color values when doing border render of Cycles vie...Sergey Sharybin
2016-05-23B-Bones improve handle calculationCampbell Barton
2016-05-23Support Vertex Color in GLSL viewport for CyclesSergey Sharybin
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-21Hopefully fix OMP/MSVC crap...Bastien Montagne