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
2012-02-13Fixed copy-paste of sound strips in sequencer.Sergey Sharybin
2012-02-11Fix [#30136] Adding Sequence Plugin fails.Bastien Montagne
2012-02-11fix for crash adding movie strips that were not a supported format.Campbell Barton
2012-02-04Code Cleanup: avoid double promotion.Campbell Barton
2012-02-01Fix #30028: VSE Paste Strip CrashSergey Sharybin
2012-01-24Fix #29946: Recover Auto Save defaults to "Short List" View -- Cannot determi...Sergey Sharybin
2012-01-19rename rgb_float_to_byte, rgb_byte_to_float to rgb_float_to_uchar, rgb_uchar_...Campbell Barton
2012-01-16more keymap editsCampbell Barton
2012-01-16use TRUE/FALSE for boolean keymaps, no functional changesCampbell Barton
2012-01-15Fix [#29894] Selection in sequence editor does not de-select other stripsBastien Montagne
2012-01-14add utility function to BLI_math_color - rgb_to_luma, rgb_to_luma_byte, also ...Campbell Barton
2012-01-14make sequencer use standard select operator with action property, remove sele...Campbell Barton
2012-01-11rename RNA_property_is_set() --> RNA_struct_property_is_set() in preperation ...Campbell Barton
2012-01-11dynamicpaint had some incorrect string sizes for layers names, use BLI string...Campbell Barton
2012-01-11minor cleanup for string use - no functional changesCampbell Barton
2012-01-05add _default versions of sequence sound functions since most of their uses pa...Campbell Barton
2011-12-04remove use of deprecated struct membersCampbell Barton
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-11-16Fix #29260: Missing "Extend" parameter for Border SelectSergey Sharybin
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-10-27Support more kinds of paths for path re-writing / traversing, patch from Alex...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22Code cleanup: file operations merged into single header, some function namesBrecht Van Lommel
2011-10-22header cleanup and typo'sCampbell Barton
2011-10-21- add convenience functions BLI_split_dir_part / BLI_split_file_part, which j...Campbell Barton
2011-10-20strcpy() --> BLI_strncpy(), where source strings are not fixed and target siz...Campbell Barton
2011-10-17fix spelling mistakes in comments (and in some python error messages), nothin...Campbell Barton
2011-10-15spelling corrections in comments and quiet warningCampbell Barton
2011-10-15fix for buffer overrun with BLI_split_dirfile(...), was simple to do since ma...Campbell Barton
2011-10-14Fixing [#28907] Frozen playback.Joerg Mueller
2011-10-12fix [#28880] relative paths don't work with Change Path/FilesCampbell Barton
2011-10-12changes to relative path optionCampbell Barton
2011-10-12fix [#28879] can't change names of some of the VSE stripsCampbell Barton
2011-10-11Fix crash drawing waveform with zero length sound, found looking into sound r...Brecht Van Lommel
2011-10-06fix for error in own edits to recently applied select link sequencer patch.Campbell Barton
2011-09-29Pedantic changes to description for recently added select grouped operatorSergey Sharybin
2011-09-28Commented and tagged some unused vars, added some var init (gcc warnings...)Bastien Montagne
2011-09-28patch [#28571]Campbell Barton
2011-09-28color strip was showing image crop and and offset twice, also made 'Make Meta...Campbell Barton
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-09-26replace strncpy with BLI_strncpy, in some cases strncpy was being misused sin...Campbell Barton
2011-09-20tag & comment unused vars with /* UNUSED */Campbell Barton
2011-09-19Sequencer: switching to preview mode works fine againSergey Sharybin
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-09-16use replace 0 with NULL for pointers, set some functions staticCampbell Barton
2011-09-11replace magic numbers for flags for uiSetRoundBox();Campbell Barton
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