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-04-05Interface: New region type 'Footer', used by text editorGeorge Vogiatzis
2019-04-04Fix T63000: Don't use original file name for autosaveJacques Lucke
2019-04-04Fix T62870: progress in taskbar not updated when cancelling renderBrecht Van Lommel
2019-03-27UI: use active-default button flag for operator confirmationCampbell Barton
2019-03-27UI: support an 'active default' button for pop-upsCampbell Barton
2019-03-25GPU: State: Replace GL_BLEND by GPU_blendClément Foucault
2019-03-25Cleanup: pass const image data to IMB_ibImageFromMemoryCampbell Barton
2019-03-24GPU: State: Replace GL_LINE_SMOOTH by GPU_line_smoothClément Foucault
2019-03-24GPU: Replace glEnable/glDisable but GPU_state callsClément Foucault
2019-03-22Fix: VSE preview not showing stereo drawing (unreported)Dalai Felinto
2019-03-22Fix T59962, T60130: error adding image sequence with node wrangler.Brecht Van Lommel
2019-03-22Fix T62348: Cycles - Viewport rendering not update on switching viewlayerDalai Felinto
2019-03-21UI: replace button open event with activate on initCampbell Barton
2019-03-21WM: enable activate on init for wmOperatorType.propCampbell Barton
2019-03-20UI: support for popups starting with buttons activatedCampbell Barton
2019-03-20Preferences: add threshold for cursor motionCampbell Barton
2019-03-19UI: scale cursor motion threshold by DPICampbell Barton
2019-03-19Cleanup: comment blocksCampbell Barton
2019-03-19Fix T61872: Sculpt key shortcut assignment failsCampbell Barton
2019-03-19Fix assigning keys to paint operatorsCampbell Barton
2019-03-19Cleanup: use enum for CTX_data_mode_enumCampbell Barton
2019-03-19Fix T61368: Brush texture preview ignores rotationCampbell Barton
2019-03-18UI: clarify "Remap Relative" tooltipCampbell Barton
2019-03-16Fix ID user counting issues with NodeCustomGroup.Miguel Porces
2019-03-15Tool System: use categories for tool identifiersCampbell Barton
2019-03-15Tool System: split UI label from tool identifiersCampbell Barton
2019-03-13Cleanup: rename uiBlock.mx,my to bounds_offsetCampbell Barton
2019-03-08Fix T60978: crash toggling window fullscreen on macOS.Brecht Van Lommel
2019-03-08Cleanup: remove unused test break code for handling cancels.Brecht Van Lommel
2019-03-08Cleanup: make modal event double click handling more straightforwardCampbell Barton
2019-03-08WM: fix double click handling in modal keymapsCampbell Barton
2019-03-08Cleanup: use plural names for Main listsCampbell Barton
2019-03-07Fix gizmos not responding to theme color updatesCampbell Barton
2019-03-07Tool System: use set/add/subtract for all lasso select operatorsCampbell Barton
2019-03-07Fix T62280: driver functions added in load_post broken after recent changes.Brecht Van Lommel
2019-03-07Refactor CDData masks, to have one mask per mesh elem type.Bastien Montagne
2019-03-05Fix T61063, T62195: Python scripts should run before depsgraph evaluation.Brecht Van Lommel
2019-03-05Tool System: use set/add/subtract for all circle select operatorsCampbell Barton
2019-03-04Outliner: better support for paintcurves ('Blender File' view)Philipp Oeser
2019-03-04Cleanup: typo in commentPhilipp Oeser
2019-03-01WM: add gesture variable to detect first executionCampbell Barton
2019-03-01WM: improve support for binding actions to modifier keysCampbell Barton
2019-03-01Cleanup: Use braces in event matching logicCampbell Barton
2019-02-28UI: rename Quit Prompt to Save PromptCampbell Barton
2019-02-28UI: change behavior for quit promptCampbell Barton
2019-02-27Cleanup: Main struct member namesCampbell Barton
2019-02-27DNA: rename Lamp -> LightCampbell Barton
2019-02-26Cleanup: indentation, trailing spaceCampbell Barton
2019-02-23Cleanup: use function instead of extern variableCampbell Barton
2019-02-21UI: better widget drawing with thick line width.Harley Acheson