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
2019-01-22Fix potential invalid memory access in surface force field BVH tree.Andrew Williams
2019-01-22Fix T60686: Renaming an animated bone breaks its animationSergey Sharybin
2019-01-22Cleanup: space after template bracketSergey Sharybin
2019-01-22Fix T60737: Crash workbench renderingCampbell Barton
2019-01-223D View: Support vert & weight paint mask clippingCampbell Barton
2019-01-22Cleanup: Silence pedantic compiler warningSergey Sharybin
2019-01-22Cleanup: Remove unused variableSergey Sharybin
2019-01-22Fix T60575: Multiresolution Crashes when appliing more subdivisionsSergey Sharybin
2019-01-22Fix T59395: Subdivision modifier with quality 1 crashes blenderSergey Sharybin
2019-01-22Merge branch 'blender2.7'Sergey Sharybin
2019-01-22Fix full compilation after recent passes changesSergey Sharybin
2019-01-223D View: Support edit-mesh clipping (only verts)Campbell Barton
2019-01-22Fix T60112: Smooth crashes w/ multiple viewsCampbell Barton
2019-01-22Fix T60643: BMesh operator enum args fail when unset from PythonCampbell Barton
2019-01-22Cleanup: minor changes to reduce code duplicationCampbell Barton
2019-01-22Cleanup: de-duplicate font loading codeCampbell Barton
2019-01-22Cleanp: use single global for draw managerCampbell Barton
2019-01-22Cleanup: use const argsCampbell Barton
2019-01-22Fix error in last commitCampbell Barton
2019-01-22Cleanup: use DRW_shader_create_from_arraysCampbell Barton
2019-01-22DRW: Add DRW_shader_create_from_arrays utilityCampbell Barton
2019-01-22Cleanup: remove redundant '_sh' suffix, add '_shgrp'Campbell Barton
2019-01-22Cleanup: rename shader containersCampbell Barton
2019-01-21GP: Cleanup previous commitAntonioya
2019-01-21Fix T60714: Avoid creation of nested objectsAntonioya
2019-01-21GP: Fix memory leaks when use cutter with weightsAntonioya
2019-01-21Fix keymap preferences UI layout issues for modifier keys.William Reynish
2019-01-21Fix T60683, T60662: Cycles render crash in edit mode for certain meshes.Brecht Van Lommel
2019-01-21DRW: Fix corner indices order in clipping plane setupClément Foucault
2019-01-21Fix clipping shaders with some AMD/Intel driversCampbell Barton
2019-01-21Fix T60709: Apply Object Transform does nothing by defaultJacques Lucke
2019-01-21GPUShader: Add GPU_VERTEX/FRAGMENT/GEOMETRY_SHADER definesClément Foucault
2019-01-21T60701: GP using cutter tool on stroke with vertex group crashes blenderAntonioya
2019-01-21Cleanup: add clarifying comments for recent NUMA fixes.Brecht Van Lommel
2019-01-21Fix T55461: [Vertex Group] "Delete all unlocked groups" not working.Bastien Montagne
2019-01-21DRW: Support wire overlay clippingCampbell Barton
2019-01-21Correct freeing builtin shader from recent commitCampbell Barton
2019-01-21Fix T60704: Transparency threshold only half visibleAntonioya
2019-01-21DRW: pass clipping to geom shader via 'gl_in'Campbell Barton
2019-01-21Cleanup: remove '_sh' suffixCampbell Barton
2019-01-21DRW: Support edit-mesh clippingCampbell Barton
2019-01-21Cleanup: rename GPU function to set buffer lengthCampbell Barton
2019-01-21Cleanup: rename terms count/num to lenCampbell Barton
2019-01-21Cleanup: replace 'ct' w/ 'len'Campbell Barton
2019-01-21DRW: set 4 clipping planes for box-clipCampbell Barton
2019-01-213D View: add back clipping border operatorCampbell Barton
2019-01-213D View: add back initial clipping supportCampbell Barton
2019-01-21Cleanup: trailing spaceCampbell Barton
2019-01-21Cleanup: shadow warning, styleCampbell Barton
2019-01-20Fix T60678: GP, smoothing a stroke's weights multiple times will lead to unwe...Antonioya