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-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-31Cleanup: get rid of last G.main usages in BKE library code.Bastien Montagne
2018-05-25WM: check modal handlers for keymap lookupsCampbell Barton
2018-05-15Fix T55032: Redo w/ file saved in edit-mode failedCampbell Barton
2018-05-11WM: initialize last used macro propertiesCampbell Barton
2018-05-09MSVC: resolve near/far issue take2Campbell Barton
2018-05-09MSVC: remove hack for near/far name collisionCampbell Barton
2018-05-08Cleanup: remove unused wmReport structCampbell Barton
2018-05-06WM: include macros in last-propertiesCampbell Barton
2018-05-04IDProp API: expose repr utility functionCampbell Barton
2018-04-06Cleanup: style, doxy headersCampbell Barton
2018-04-05UI: Add accelerator keys to quit confirmation popupJulian Eisel
2018-04-02Cleanup: move undo into it's own directoryCampbell Barton
2018-03-31Undo: unified undo system w/ linear historyCampbell Barton
2018-03-30C Logging: use instead of printf for messagesCampbell Barton
2018-03-27Fix T54435: Quit prompt fails w/ fractional scaleCampbell Barton
2018-03-26BLF: Don't use user preferencesSergey Sharybin
2018-03-23UI: restore quit confirmation when dialog disabledCampbell Barton
2018-03-23Fix issues with confirmation prompt on WindowsJulian Eisel
2018-03-23Fix own mistake from 4cb4556fa5ba78ffJulian Eisel
2018-03-23Fix memory leaks when doing "Save & Quit"Julian Eisel
2018-03-23Fix T48027: Memory leaks when exiting Blender from menuJulian Eisel
2018-03-22UI: skip confirmation menu on quit prompt to saveCampbell Barton
2018-03-21UI: Optional prompt to quit for non win32 systemsCampbell Barton
2018-03-13Cleanup: doxygen commentsCampbell Barton
2018-03-13Fix T54302 - Wrong added scene when adding a scene strip to the SequencerJoshua Leung
2018-03-11Fix T54274, and rename option --window-borderless to --window-fullscreenArto Kitula
2018-03-02Fix building w/o PythonCampbell Barton
2018-02-28Radial control: Skip operator properties from being savedSergey Sharybin
2018-02-27Fix T54106: Save blend ignores 'check_existing'Campbell Barton
2018-02-23WM: Add WM_menutype_poll functionCampbell Barton
2018-02-23WM: add WM_keymap_poll functionCampbell Barton
2018-02-19Cleanup: sync vertex-paint and sculpt from 2.8Campbell Barton
2018-02-18Cleanup: add 2d suffix to BLI filesCampbell Barton
2018-02-15Fix T54076: MCE in Graph mode - clip.graph_select_border does not work by hea...Sergey Sharybin
2018-02-15Cleanup: rename BLI_thread.h APICampbell Barton
2018-02-09Fix (unreported) error on freeing timers which customdata pointer shall not b...Bastien Montagne
2018-02-08Forgot to return actual value in previous own commit.Bastien Montagne
2018-02-08Library linking code: proper early out in case there is nothing to link.Bastien Montagne
2018-02-07Library reload code: add early out in case there is nothing to reload.Bastien Montagne
2018-01-25WM: comments on wmTooltipState structCampbell Barton
2018-01-25UI: change tool-tips to be stored in the screenCampbell Barton
2018-01-23Cleanup: sync w/ blender2.8 branchCampbell Barton
2018-01-19WM: operator flag to check repeat/redo executionCampbell Barton
2018-01-19WM: window draw callbacks and split preview snapmano-wii
2018-01-10Cleanup: comment block alignmentCampbell Barton
2018-01-10Fix T53491: Absolute tablet motion detection failsCampbell Barton
2018-01-03New API function to call an existing menuDalai Felinto
2017-12-11Fix T53528: Empty thumbnails in filebrowserSergey Sharybin
2017-12-04Cleanup: link/append: get rid of booleans in func parameters.Bastien Montagne