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
2019-01-233D View: draw clipping regionCampbell Barton
2019-01-23Fix T56877: Enabling mask Motion Blur overrides the Feather FalloffSergey Sharybin
2019-01-23Fix T58994: Subdivision modifier generates artifacts with crease=1Sergey Sharybin
2019-01-23Refactor: use guard clauses instead of nested conditionalsJacques Lucke
2019-01-233D View: add back clipping draw code (disabled)Campbell Barton
2019-01-23Fix T60778: Grease pencil Hook modifieronly affects strokes with more than 2 ...Antonioya
2019-01-23Fix T60781: DOF Distance (pick) crashesCampbell Barton
2019-01-23RNA: expose Gizmo.use_operator_tool_propertiesCampbell Barton
2019-01-23Cleanup: use doxy comments for gizmo structsCampbell Barton
2019-01-23Fix T58199: Spin tool top bar settings don't applyCampbell Barton
2019-01-23Gizmo: add support for gizmos to initialize from the active toolCampbell Barton
2019-01-23WM: add tool property getter functionCampbell Barton
2019-01-23Cleanup: use eGPU prefix for GPU enum typesCampbell Barton
2019-01-23DRW: generalize selecting between regular/clipped shadersCampbell Barton
2019-01-23DRW: changes to object mode engine needed to support clippingCampbell Barton
2019-01-23Cleanup: add BEGIN/END to GPL headersCampbell Barton
2019-01-23License: add missing GPL headersCampbell Barton
2019-01-23DRW: only show hidden geometry when selection is usedCampbell Barton
2019-01-23Revert "Fix T60126: Gradient affects hidden vertices when weight painting"Campbell Barton
2019-01-22Fix T58492: smoke flow jitters around flow source when using adaptive domain.Bastien Montagne
2019-01-22Mesh eval: Do not condition clearing of auto texspace to dirty bbox.Bastien Montagne
2019-01-22UI: disable scene and view layer delete buttons when not available.Harley Acheson
2019-01-22Fix T60602: outliner pose bone selection does not update in viewport.Sebastian Parborg
2019-01-22GP: Fix UV error for second pointAntonioya
2019-01-22Defaults: don't use Filmic view transform in Video Editing template.Brecht Van Lommel
2019-01-22Fix T60722: decimate modifier not working in some cases.Philipp Oeser
2019-01-22GP: Recalc UV data for primitive strokesAntonioya
2019-01-22UI: use same light icon for all light types in properties editor tabs.Joep Peters
2019-01-22UV Editor: support snapping to center of pixels, in addition to corners.Joep Peters
2019-01-22Fix T60748: Move GP stroke extremes with noise modifierAntonioya
2019-01-22Fix T60126: Gradient affects hidden vertices when weight paintingJacques Lucke
2019-01-22Fix T60742, T55974: crash using mesh/curve surface force fields.Brecht Van Lommel
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-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-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