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
2017-03-22Cleanup/optimization: Simplify some usages of uiItemFullO/_ptr, avoid multipl...Bastien Montagne
2017-03-14WM: free operators when repeatingCampbell Barton
2017-03-14WM: store operators with undo flagCampbell Barton
2016-12-29Add new operator, ED_OT_undo_redo, to allow py tools to trigger that action.Bastien Montagne
2016-11-16Disable possibility to flip bone names of linked armaturesSergey Sharybin
2016-11-15Implement grouped undo option for operatorsDalai Felinto
2016-10-24Fix unlikely uninitialized pointer usage.Bastien Montagne
2016-09-21Fix crash in space context cycling when leaving window boundsJulian Eisel
2016-09-21Make space context cycling a proper screen-level OPJulian Eisel
2016-09-05UI: Ctrl+Tab and Ctrl+Shift+Tab to cycle through space context "tabs"Julian Eisel
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-06-22Fix T48703: Name inconsistency w/ area maximize/fullscreenCampbell Barton
2016-06-03Make playback invoked form animation editors more usableSergey Sharybin
2016-05-17C99/C++11: replace deprecated finite() by isfinite().Brecht Van Lommel
2016-03-16Fix T47807: Toggle header shortcut doesn't workCampbell Barton
2016-02-29Fix a bunch of temp full-screen glitchesJulian Eisel
2015-12-13Grease Pencil: Merge GPencil_Editing_Stage3 branch into masterJoshua Leung
2015-12-03Expose flush edits as an operator (for Py access)Campbell Barton
2015-11-28UI: More minor UI cleanups for keymap editorJulian Eisel
2015-10-06WM: Fix crash when a new window can't be createdCampbell Barton
2015-09-13Cleanup: spellingCampbell Barton
2015-08-30missing NULL pointer checkCampbell Barton
2015-08-26Fix T45369: Temp screen locks UICampbell Barton
2015-08-26Disallow navigating away from a full-temp screenCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-08-14Fix unnecessarily added undo steps when deleting only sceneJulian Eisel
2015-07-29Do not show fps while scrubbing.Antony Riakiotakis
2015-07-29Port optimization from gooseberry branch:Antony Riakiotakis
2015-06-30Cleanup: use const for screen functionsCampbell Barton
2015-06-29Fix T45156: scaling region crashCampbell Barton
2015-06-08Fix T44976: 3D View turns into an Image Editor after saving renderJulian Eisel
2015-04-24Fix T44405: Importing keyconfig with changed shortcut in "Screen Global"Julian Eisel
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-04-04WM: prefer define over zero wmEvent.valCampbell Barton
2015-04-02CleanupCampbell Barton
2015-03-30Remove wrong back jump detection on loopingAntony Riakiotakis
2015-03-27Add profiling prints for audio synch to detect how continuous our frameAntony Riakiotakis
2015-03-26sound module: Append functions with BKE (makes it easier to make themAntony Riakiotakis
2015-02-23Fix T43776: Rigging : Clear User transform is not working when mesh is in wei...Bastien Montagne
2015-02-12cleanupCampbell Barton
2015-02-12Follow functionality: Scrubbing with the arrow keys and during jumps,Antony Riakiotakis
2015-02-11Full screen mode did not remember the follow mode of previous screen.Antony Riakiotakis
2015-02-06Animation play: Follow feature. Enabled from playback menu in theAntony Riakiotakis
2015-02-04Sequencer, scaling and audio synchAntony Riakiotakis
2015-01-28Stacked fullscreen area support (proper implemenation)julianeisel
2015-01-25Fix T43399: VSE - don't show fps info when stopping animation with ALT+Ajulianeisel
2015-01-21BKE_screen: add BKE_screen_find_area_xyCampbell Barton
2014-11-30Grease Pencil - Storyboarding Features (merge from GPencil_EditStrokes branch)Joshua Leung
2014-11-28Cleanup: unused headersCampbell Barton