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
2018-08-14Merge branch 'master' into blender2.8Campbell Barton
2018-08-14Correct vpaint vertex circle selectCampbell Barton
2018-08-10WM: internal changes to support dragging multiple IDs.Brecht Van Lommel
2018-08-10WM: pass on wmDrag to drop operators, so they can get the data directly.Brecht Van Lommel
2018-08-10WM: drag and drop poll functions can now specify a custom tooltip.Brecht Van Lommel
2018-08-10Gizmo: 2d select now takes region coordsCampbell Barton
2018-08-08UI: only show vertex select w/ weight paint modeCampbell Barton
2018-08-08UI: don't show pie menu w/ no active objectCampbell Barton
2018-08-03Fix T55791: blender 2.8 crash on redoing 'snap to cursor' with Offset option ON.Bastien Montagne
2018-08-01Fix missing poll function for flip_matcap operator (see T56183).Bastien Montagne
2018-08-01Merge branch 'master' into blender2.8Campbell Barton
2018-08-01DNA: remove View3D.flag3Campbell Barton
2018-07-31Fix crash when rendering viewport within another areaClément Foucault
2018-07-31Cleanup: use static variablesCampbell Barton
2018-07-31Cleanup: style, duplicate includesCampbell Barton
2018-07-31New Grease Pencil object for 2D animationAntonioya
2018-07-30Silencing a bunch of compiler warningsJoshua Leung
2018-07-30Cleanup/Refactor: Move CurveCache runtime data into Object.runtime struct.Bastien Montagne
2018-07-30Cleanup: trailing spaceCampbell Barton
2018-07-27Workbench: option to change backgroundJeroen Bakker
2018-07-26WM: Add operator property poll callbackCampbell Barton
2018-07-23Cleanup: comments and UI descriptions for cursor snappingInes Almeida
2018-07-183D View: show 3D axis-letter when pointing awayCampbell Barton
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-17Render: add "OpenGL" render engine.Brecht Van Lommel
2018-07-17Cleanup: moving shading type into View3DShading.Brecht Van Lommel
2018-07-15GPU_matrix: use Blender's naming conventionsCampbell Barton
2018-07-15Cleanup: use variable names based on term gizmoCampbell Barton
2018-07-153D View: New view gizmo designCampbell Barton
2018-07-15Cleanup: split GPU_batchCampbell Barton
2018-07-15WM: rename manipulator to gizmo internallyCampbell Barton
2018-07-15WM: rename files, manipulator -> gizmoCampbell Barton
2018-07-14UI: More descriptive tooltipPablo Vazquez
2018-07-13Viewport: don't show look dev shader balls by default.Brecht Van Lommel
2018-07-11Eevee: LightCache: Fix autobake starting when it should notClément Foucault
2018-07-11Cleanup: simplify RNA namesCampbell Barton
2018-07-11Manipulator: changes for overlay optionsCampbell Barton
2018-07-10Eevee: LightCache: Initial ImplementationClément Foucault
2018-07-103D View: allow border zoom from cameraCampbell Barton
2018-07-10Keymap: remove Shift-B in camera viewCampbell Barton
2018-07-10Fix T55877: Crash snapping non-edit-mesh to gridCampbell Barton
2018-07-10Merge branch 'master' into blender2.8Campbell Barton
2018-07-10Keymap: minor changes for keymap displayCampbell Barton
2018-07-09Keymap: use Shift-AccentGrave for fly/walk modeCampbell Barton
2018-07-09Keymap: Remove AccentGrave for eachCampbell Barton
2018-07-09Fix object mode menu crashing w/o active objectCampbell Barton
2018-07-093D View: select exclude w/ ob-center enabledCampbell Barton
2018-07-08Cleanup: abbreviate unsigned types (editors, wm)Campbell Barton
2018-07-06UI/Python: rename Lamps to Lights, to follow more standard terminology.Brecht Van Lommel
2018-07-06Fix image drag and dropCampbell Barton