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-10Outliner: use generic WM drag and drop system for collections.Brecht Van Lommel
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: support for 2D selection checks for 3D gizmosCampbell Barton
2018-08-10Gizmo: 2d select now takes region coordsCampbell Barton
2018-08-03Operators: add a new flag stating that operator needs access to evaluated data.Bastien Montagne
2018-08-02Tool System: initial particle system supportCampbell Barton
2018-07-31GPUFrameBuffer: Put active framebuffer in GPUContextClément Foucault
2018-07-31Cleanup: use static variablesCampbell Barton
2018-07-31Cleanup: styleCampbell Barton
2018-07-31New Grease Pencil object for 2D animationAntonioya
2018-07-31Merge branch 'master' into blender2.8Campbell Barton
2018-07-31BLF: replace global aa pref w/ monochrome flagCampbell Barton
2018-07-30Silencing a bunch of compiler warningsJoshua Leung
2018-07-26WM: remove duplicate ui-list functionsCampbell Barton
2018-07-26Merge branch 'master' into blender2.8Campbell Barton
2018-07-26WM: Add operator property poll callbackCampbell Barton
2018-07-25WM: keymap utility to set enum from a key rangeCampbell Barton
2018-07-24Fix T56079: crash with startup.blend saved in sculpt/paint modes.Brecht Van Lommel
2018-07-24Fix T55245: undo with multiple windows and view layers not working correct.Brecht Van Lommel
2018-07-23Fix assert when loading file with multiple windows openedClément Foucault
2018-07-20Fix WITH_HEADLESS build.Brecht Van Lommel
2018-07-19Fix MSVC compilation error in a less hacky wayClément Foucault
2018-07-19Fix compilation error with MSVCClément Foucault
2018-07-19GPU: Add GC to FBOs and UBOs and centralize all GCsClément Foucault
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-18GWN: Port to GPU module: Move files to GPUClément Foucault
2018-07-16Merge branch 'master' into blender2.8Brecht Van Lommel
2018-07-15Cleanup: doxy commentsCampbell Barton
2018-07-15GPU_matrix: use Blender's naming conventionsCampbell Barton
2018-07-15Cleanup: use variable names based on term gizmoCampbell Barton
2018-07-15Cleanup: style, doxy fileCampbell 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: rename manipulator to gizmoCampbell Barton
2018-07-13Add include missing in release buildsCampbell Barton
2018-07-13UI: remove space/region from popover argsCampbell Barton
2018-07-13WM: register global list of panel typesCampbell Barton
2018-07-13Correct recent menu splitCampbell Barton
2018-07-13Merge branch 'master' into blender2.8Campbell Barton
2018-07-13Cleanup: operator type API, headerCampbell Barton
2018-07-13Merge branch 'master' into blender2.8Campbell Barton
2018-07-13Cleanup: move WM type registration into own filesCampbell Barton
2018-07-12Merge branch 'master' into blender2.8Campbell Barton
2018-07-12Cleanup: remove legacy mesh save supportCampbell Barton
2018-07-12Keymap: add utility function for panel popupsCampbell Barton
2018-07-11Transform Manipulator: fix scale handle selectionCampbell Barton
2018-07-11Fix manipulator hiding cursorCampbell Barton