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
2011-09-11simple changes to grid drawing logic.Campbell Barton
2011-09-05Code cleanup: remove context from RNA update functions, only one left.Brecht Van Lommel
2011-08-30* Merge trunk up to r39790.soc-2011-pepperJoerg Mueller
2011-08-29* Reverting Titlecard commit r37537Joerg Mueller
2011-08-28== Sequencer ==Peter Schlaile
2011-08-28- use static vars and functions where possible.Campbell Barton
2011-08-23Merging trunk up to r39637.Joerg Mueller
2011-08-20remove over zealous undo's on operators that don't need it.Campbell Barton
2011-08-18misc changes to unterface & undoCampbell Barton
2011-08-16Merging trunk up to r39447.Joerg Mueller
2011-08-15Code cleanup: add UNUSED_FUNCTION macro to avoid warning messages about unusedBrecht Van Lommel
2011-08-14fix for bug where changing movie filepaths would reset the strip length.Campbell Barton
2011-08-14- recently restored sequencer change data operator didnt reset the offsets af...Campbell Barton
2011-08-12sequencer todo: change sequence added back (C key)Campbell Barton
2011-08-12add WM_FILESEL_FILES to WM_operator_properties_filesel, sequencer was doing t...Campbell Barton
2011-08-093D Audio GSoC:Joerg Mueller
2011-08-07Merging trunk up to r39145.Joerg Mueller
2011-08-073D Audio GSoC:Joerg Mueller
2011-08-05fix [#28160] Pressing Y on an image sequence to seperate the images takes the...Campbell Barton
2011-08-03* Merging trunk up to r38981.Joerg Mueller
2011-08-03fix [#27965] VSE: no visual feedback on locked stripsCampbell Barton
2011-07-30Merging up to trunk r38834.Joerg Mueller
2011-07-28sequencer add strips now check for overlap by default (option can be disabled...Campbell Barton
2011-07-27more minor warning cleanups and improve error reporting if text fails to save.Campbell Barton
2011-07-22Bugfix [#27984] CTRL+T doesn't work in Video Sequencer properlyJoshua Leung
2011-07-22Merge with trunk up to r38584.Joerg Mueller
2011-07-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-07-07Merging trunk up to r38167.Joerg Mueller
2011-07-06Fix #27879: sequencer didn't draw overlapping strips well, selected were drawnBrecht Van Lommel
2011-07-06Fix #27880: sequencer separate images operator lost strip properties likeBrecht Van Lommel
2011-07-05Fix #27848: sequencer strip hard cut looses soft trim on second strip.Brecht Van Lommel
2011-06-23Merge with trunk r37757.Joerg Mueller
2011-06-23cmake option to build without an audio library.Campbell Barton
2011-06-22Merged with trunk r37717.Joerg Mueller
2011-06-21fix for PLY import using directory only select, operators which define 'files...Campbell Barton
2011-06-21Merge with trunk r37677Joerg Mueller
2011-06-20fix [#27700] Add effect strip ignore channel argumentCampbell Barton
2011-06-18fix fileselect for images from sequencerAndrea Weikert
2011-06-16== Simple Title Cards for Sequencer ==Joshua Leung
2011-06-11remove some warning for unused struct membersCampbell Barton
2011-06-07draw sequences with invalid effect frame ranges pink to highlight they are in...Campbell Barton
2011-06-06Added cancel callbacks to modal operators which allocates memorySergey Sharybin
2011-05-31cmake maintenanceCampbell Barton
2011-05-28better error reporting for seq_swap()M.G. Kishalmi
2011-05-24fix for using uninitialized vars in own recent commit.Campbell Barton
2011-05-20use event->mval rather then subtracting ar->winrct.x / y from event->x / yCampbell Barton
2011-05-20use BKE_area_find_region_type in place of inline loops (no functional changes).Campbell Barton
2011-05-16[PATCH] == Sequencer ==Peter Schlaile
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton
2011-04-21pass even mouse coords value as const so its not edited, view3d_get_view_alig...Campbell Barton