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-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
2017-11-27Refactor view3d offscreen drawing to avoid having multiple boolean argumentsSergey Sharybin
2017-11-22Fix T53274: Saving template prefs overwrites default prefsCampbell Barton
2017-11-22WM: minor correction to user-pref writingCampbell Barton
2017-11-21Disable adding scene sequence strips into themselvesCampbell Barton
2017-11-19Cleanup: remove BKE_utildefinesCampbell Barton
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-11-06Fix T53250: Crash when linking/appending a scene to a blend when another link...Bastien Montagne
2017-11-05Cleanup: order buffer length after the bufferCampbell Barton
2017-11-05Cleanup: spellingCampbell Barton
2017-11-02UI: use button_operator in operator_menu_holdCampbell Barton
2017-10-31UI: replace UI_ITEM_O_RETURN_PROPS /w return argCampbell Barton
2017-10-30Fix T53191: Python API Reference link wrong in splash screen.Bastien Montagne
2017-10-26Event System: check_click was left setCampbell Barton
2017-10-21Move & rename uiLayoutOperatorButs to interface_templates.cJulian Eisel
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-10-17WM: move gesture operator callbacks into own fileCampbell Barton
2017-10-17Cleanup: use 'e' prefix for enum typedefsCampbell Barton
2017-10-17WM: immediate line-gesture activation on tweakCampbell Barton
2017-10-16WM: refactor gestures for use as toolsCampbell Barton
2017-10-16Cleanup: modal operator border callback namesCampbell Barton
2017-10-16WM: store modal operator last-propertiesCampbell Barton
2017-10-16WM: Don't save mouse-paths to operator historyCampbell Barton
2017-10-16WM: remove hard-coded circle radius memoryCampbell Barton
2017-10-16Event System: Prevent mouse motion in click eventsCampbell Barton
2017-10-16Cleanup: simplify lasso reallocationCampbell Barton
2017-10-16Cleanup: rename gesture mode to is_activeCampbell Barton