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-04-28Audio:Joerg Mueller
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-22style cleanup: commentsCampbell Barton
2012-04-21style cleanup: multi-line if statements.Campbell Barton
2012-04-21style cleanupCampbell Barton
2012-04-11code cleanup: float formatting was confusing in some cases - eg: (0.,0.,0.)Campbell Barton
2012-03-30Fix [#30709] Renaming a bone renames all drivers' targets using a bone of tha...Bastien Montagne
2012-03-30style cleanup: minor change and remove redundant castsCampbell Barton
2012-03-30style cleanup: sequencerCampbell Barton
2012-03-27reload_sequence_new_file now works with movie clip strips as wellSergey Sharybin
2012-03-27Clean-up logic of behavior of refresh/reload operators in sequencerSergey Sharybin
2012-03-26Fix crash of Refresh Sequencer when some Movie / MovieClip strips doesn't hav...Sergey Sharybin
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-21== Sequencer ==Peter Schlaile
2012-03-18== Sequencer ==Peter Schlaile
2012-03-18== Sequencer ==Peter Schlaile
2012-03-18spelling cleanupCampbell Barton
2012-03-17== Sequencer ==Peter Schlaile
2012-03-11style cleanup, also remove unused externs.Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-08- Clip draw as scene strip background works fine againSergey Sharybin
2012-03-07fix for error in r44711, needed to update sequencer callback.Campbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-02-29Refactor of proxies build operatorsSergey Sharybin
2012-02-23style cleanup for blenkernel, no functional changes.Campbell Barton
2012-02-17Build proxy from meta and image strips used resolution used for display,Sergey Sharybin
2012-02-14use tabs for indentation Campbell Barton
2012-02-13Fix for [#27349] Sequencer: Meta Strips plays unavailable audioJoerg Mueller
2012-02-02Fix related to #30053: crash rendering scene strips without a scene (due to m...Brecht Van Lommel
2012-01-19rename rgb_float_to_byte, rgb_byte_to_float to rgb_float_to_uchar, rgb_uchar_...Campbell Barton
2012-01-11use BLI_strncpy and BLI_snprintf when the size of the string is known.Campbell Barton
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2012-01-05add _default versions of sequence sound functions since most of their uses pa...Campbell Barton
2011-12-29Fix #29692: 3D Scene is Rendering Bright in the VSESergey Sharybin
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-11-22replace ImBuf.depth with ImBuf.planes to match ImageFormatData.planes & to av...Campbell Barton
2011-11-17Fix [#29190] VSE bugs.Bastien Montagne
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-11-05remove po/ since the workflow for translations uses branches which isnt that ...Campbell Barton
2011-11-05use (const char*) rather than (char*) where possible.Campbell Barton
2011-10-24Remove currently unused IMB_cache_limiter_* function.Sergey Sharybin
2011-10-24Some small fixes and changes:Sergey Sharybin
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-20strcpy() --> BLI_strncpy(), where source strings are not fixed and target siz...Campbell Barton
2011-10-15fix for buffer overrun with BLI_split_dirfile(...), was simple to do since ma...Campbell Barton
2011-10-10header cleanup (no functional changes)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