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
path: root/source
AgeCommit message (Expand)Author
2011-10-15misc editsCampbell Barton
2011-10-15fix for buffer overrun with BLI_split_dirfile(...), was simple to do since ma...Campbell Barton
2011-10-15Fix for [#28823] Boids use uninitialized memory.Janne Karhu
2011-10-15fix for weight paint vertex select, it broke vertex paint when left on.Campbell Barton
2011-10-15OSX:recommit applescript, fixed an issueJens Verwiebe
2011-10-15Delete applescript for recommitJens Verwiebe
2011-10-14OSX: commit the omp_set_simulation_threads applescript and copy-routinesJens Verwiebe
2011-10-14OSX: commit the needed steps for compiling with gcc 4.6.1 and OMP_NUM_THREADS...Jens Verwiebe
2011-10-14Remove final e from FrancaiseSergey Sharybin
2011-10-14Split language menu into two columns:Sergey Sharybin
2011-10-14Fix #28914: crash loading file saved with cycles builds in trunk.Brecht Van Lommel
2011-10-14Fix for first part of #28911: driver not working properly since 2.594Sergey Sharybin
2011-10-14Other part of the MSVC build fix (need definition for "finite" macro from BLI...Andrew Wiggin
2011-10-14Hopefully fixing windows build problems with this hack now. :-)Joerg Mueller
2011-10-14Reverting my windows build fix because it breaks the bug fix committed in r40995Andrew Wiggin
2011-10-14Fix MSVC build ( .0f/.0f fires a compiler error )Andrew Wiggin
2011-10-14fix [#28909] OpenCollada export / import sintel lite v2.1 crashes on import.Campbell Barton
2011-10-14Fixing [#28907] Frozen playback.Joerg Mueller
2011-10-14rename confusing constants (no functional change)Campbell Barton
2011-10-13comment own recent memory leak fix since it broke edge slide.Campbell Barton
2011-10-13correct collada lib linking order (wasnt building for me), and sphinx doc syn...Campbell Barton
2011-10-13Revert part of recent fix for movie resolution.Sergey Sharybin
2011-10-13fix for leak when switching between transform rotation modes.Campbell Barton
2011-10-13ensure grease pencil layer names are unique when set through rna.Campbell Barton
2011-10-13fix [#28898] Segmentation fault when Home key during GreasePencil dopesheet p...Campbell Barton
2011-10-13correct some invalid exception types.Campbell Barton
2011-10-13formatting edits & remove debug print.Campbell Barton
2011-10-13bpy/rna new property attribute 'data', this means its possible to get back th...Campbell Barton
2011-10-13quiet compiler warnings for string formatting in ffmpeg loggingCampbell Barton
2011-10-12Compile fix for some platforms (like linux release build environment)Sergey Sharybin
2011-10-12Fix typo.Guillermo S. Romero
2011-10-12Free cache data when creating a new group from selected nodes. This would lea...Lukas Toenne
2011-10-12Workaround for #28864: crash rendering out file with audio, due to scene audioBrecht Van Lommel
2011-10-12Fix for #28876, alpha over with empty image node gives black result.Lukas Toenne
2011-10-12Fix for #28886, compositor cache regression bug.Lukas Toenne
2011-10-12Fixes for #26837: MPEG Preseek does not work for some h264 files.Sergey Sharybin
2011-10-12fix for possible buffer overflow bug in BLI_join_dirfile(), recent fix didn't...Campbell Barton
2011-10-12fix [#28882] grease pencil draw apperence seems to change wieght/thickness af...Campbell Barton
2011-10-12fix [#28883] redraw problems for particle mode's brush menuCampbell Barton
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-12fix for crash caused by invalid active material index while editing text.Campbell Barton
2011-10-11Fix crash drawing waveform with zero length sound, found looking into sound r...Brecht Van Lommel
2011-10-11fix for drag-n-drop ID's for renaming (own fault when fixing #24016)Campbell Barton
2011-10-11Adding FA (Persian - Farsi) language to po + flipping Arabic name in the Lang...Dalai Felinto
2011-10-11fix for py/rna assigning an invalid index. also give better error message in ...Campbell Barton
2011-10-11fix for crash in BLI_join_dirfile() when the dir is longer then the target st...Campbell Barton
2011-10-11Handle "Open Recent..."Xiao Xiangquan
2011-10-11- bpy.path.abspath(), added optional library argument since any paths from li...Campbell Barton