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
2013-12-04Fix T37690: UI does not immediatelly reflect new length of effect stripSergey Sharybin
2013-11-29Fix errors and inconsistencies in confirmation popup removal.Brecht Van Lommel
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-11-25UI: remove unnecessary confirmation popupsEmanuel Claesson
2013-10-31code cleanup: spellingCampbell Barton
2013-09-30lots of operator descriptions were incorrectly copy/pasted.Campbell Barton
2013-09-16fix [#36444] view3d.viewnumpad operator should not animateCampbell Barton
2013-07-24fix [#36262] Paste strip with video or sound content from another file crashe...Campbell Barton
2013-07-24pasting strips in the sequencer didn't check if they overlap existing strips.Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-16fix for checking char arrays against NULL, instead check their first characte...Campbell Barton
2013-07-06fix [#36027] Close gap shifts clip leaves keyframes behindCampbell Barton
2013-03-27SequencerTon Roosendaal
2013-03-27Tiny fix for sequencer: Ton Roosendaal
2013-03-27sequencer gapsCampbell Barton
2013-03-26Wrong soft/hard limits used in r55600Sergey Sharybin
2013-03-26Sequencer usability:Ton Roosendaal
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-08style cleanupCampbell Barton
2013-02-18resolve build error in MSVC, was using a GNU C extension for ternary conditio...Campbell Barton
2013-02-18== Sequencer ==Peter Schlaile
2013-02-18== Sequencer ==Peter Schlaile
2013-02-03fix [#34093] Metastrips don't behave correctly with alt+leftarrowCampbell Barton
2013-01-27Operators name "cleanup"Dalai Felinto
2013-01-05Fix #33674: Meta strip could overlap with other strips when exiting edit modeSergey Sharybin
2013-01-03add id property clear function (matching the same python function for dicts/l...Campbell Barton
2012-12-17don't draw the sequencer grease pencil panel when in the channel view or scopes.Campbell Barton
2012-12-06Fix #33423: a few operators still allowed changing current frame duringBrecht Van Lommel
2012-12-06fix [#33422] Change Path/Files problem - selected strip directory doesn't workCampbell Barton
2012-11-26Fix #33293L VSE: strip - separate images [Y] dialog "image duration" missingSergey Sharybin
2012-11-12code cleanup: spelling,Campbell Barton
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-26style cleanupCampbell Barton
2012-10-23use min_ max_ functions in more places.Campbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-14More UI messages and BKE_reportf->BKE_report fixes...Bastien Montagne
2012-10-14use safer string copy functions and change the define for FILE_MAX_LIBEXTRA t...Campbell Barton
2012-10-12quiet some -Wshadow warningsCampbell Barton
2012-10-12fix for many RNA definitions having soft/hard ranges swapped, make this BLI_a...Campbell Barton
2012-10-07style cleanup: if();Campbell Barton
2012-10-04Fix #32755: Stripes in Metastrip can not be moved on other channel with mouse...Sergey Sharybin
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-14Sequencer: clear cache and animation buffers for strips outside of cursor whe...Sergey Sharybin
2012-09-13Sequencer: add missed cache invalidationSergey Sharybin
2012-09-09style cleanup:Campbell Barton
2012-09-06make freeing sequencer strip without cache an option only exposed within sequ...Campbell Barton
2012-09-06fix for crash in sequencer introduced with recent cache addition,Campbell Barton
2012-08-27Fix #31853: Marker deletion invokes strip deletionSergey Sharybin