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-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
2017-10-14Cleanup: use const for eventsCampbell Barton
2017-10-08Fix potential string buffer overruns.Bastien Montagne
2017-10-04Fix T42489 and T52936: Loading blend with minimized window results in crash o...Ray Molenkamp
2017-10-01Fix gradient tool crash with recent changesCampbell Barton
2017-09-27Math Lib: Add non-clamped round_* functionsCampbell Barton
2017-09-22Remove quicktime supportAaron Carlisle
2017-09-18Fix T52800: fix UI flickering with Mesa on Linux.Brecht Van Lommel
2017-08-28Make GS macro return proper IDType typeSergey Sharybin
2017-08-25WM: initialize WM and deps before handling eventsCampbell Barton
2017-08-23Fix T52396: Crash loading template w/o config dirCampbell Barton