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-07-30Merge branch 'master' into blender2.8Campbell Barton
2018-07-30Use Ctrl Snap to seconds w/ play-head dragCampbell Barton
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-14Improved two tooltipsSybren A. Stüvel
2018-06-13Merge branch 'master' into blender2.8Brecht Van Lommel
2018-06-13Fix undo group to use human readable name, since this shows in the UI.Brecht Van Lommel
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-24Drivers UI (Part of T55145) - WIP first steps towards getting a floating driv...Joshua Leung
2018-04-21Fix: Typos in operator names were resulting in warnings being printed to the ...Joshua Leung
2018-04-20Dopesheet-Timeline: Removal of Timeline Editor!Joshua Leung
2018-04-20Move the set start/end frame operators from Timeline to Animation moduleJoshua Leung
2017-10-16Cleanup: modal operator border callback namesCampbell Barton
2017-09-27Math Lib: Add non-clamped round_* functionsCampbell Barton
2017-03-10Fix T50904: Imprecise timeline frame selection using mouseJoshua Leung
2017-02-15Motion blur investigation featureSergey Sharybin
2016-11-15Implement grouped undo option for operatorsDalai Felinto
2016-11-02Change frame for animations should not bein the UNDO stackDalai Felinto
2015-08-07Fix scrubbing only treated as animation for sequencerAntony Riakiotakis
2015-08-02Fix VSE not able to playback after scrubbing (and a couple of crashes)Julian Eisel
2015-07-29Port optimization from gooseberry branch:Antony Riakiotakis
2015-04-27Cleanup: rename GRAB_POINTER -> GRAB_CURSORCampbell Barton
2015-03-26sound module: Append functions with BKE (makes it easier to make themAntony Riakiotakis
2015-01-08Better check that preview seq is cleared on exitCampbell Barton
2015-01-04Sequencer: Preview dragging playhead over stripsCampbell Barton
2014-11-24Politically correct terrible consequencer changesAntony Riakiotakis
2014-08-18Fix T40653: Modified keymap: MMB not behaving like RMB?Bastien Montagne
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-05-08Bugfix: "Lock time to frame range" didn't work in the Graph EditorJoshua Leung
2014-04-21View2d: API Cleanup for view<->region conversionCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-19Fix T38720: Clear preview range operator missing notifier to redrawLukas Tönne
2014-01-15Code Cleanup: use iroundfCampbell Barton
2013-10-14Project Pampa request: option to lock frame selection to the rangeSergey Sharybin
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-01-05Bugfix: "Change Frame" operator for setting current frame by clicking/scrubbingJoshua Leung
2012-10-16dragging the playhead now uses continuous grab.Campbell Barton
2012-10-04Added convenience operator to clear animation (i.e. all keyframes = F-Curves)Joshua Leung
2012-08-09utility functions for getting/setting rectangles for operators.Campbell Barton
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-07-17option to clear all keys from a button, so you dont have to hunt about for th...Campbell Barton
2012-05-08style cleanup: animation + buttonsCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-01-14replace ANIM_OT_time_toggle operator with generic WM_OT_context_toggle operatorCampbell Barton