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-12-26svn merge ^/trunk/blender -r42839:42871Campbell Barton
2011-12-26include BLO_sys_types in customdata header rather than stdint directly.Campbell Barton
2011-12-24OSX/gcc-4.6, fix for typedef uin64_tJens Verwiebe
2011-12-24replace u_int64_t with cc99's uint64_t as suggested by Nicholas Bishop.Campbell Barton
2011-12-24formatting edits 120 line lengthCampbell Barton
2011-12-24Bugfix for [#29684] Output video presets messed upThomas Dinges
2011-12-24change customdata mask from an 'unsigned int' to an 'u_int64_t', since BMesh ...Campbell Barton
2011-12-24fix [#29683] OpenEXR Output Appears to be brokenCampbell Barton
2011-12-23svn merge ^/trunk/blender -r42778:42839Campbell Barton
2011-12-23Code cleanup: fix some clang static checker warnings.Brecht Van Lommel
2011-12-22split >120 length lines (mostly if statements)Campbell Barton
2011-12-22split some >120 lines, no functional changesCampbell Barton
2011-12-22fix for use of uninitialized value for ipo conversion.Campbell Barton
2011-12-21Added Record run no gaps timecode for movie clips.Sergey Sharybin
2011-12-21svn merge ^/trunk/blender -r42761:42776Campbell Barton
2011-12-20New modifier type: eModifierTypeType_NonGeometrical, for modifiers affecting ...Bastien Montagne
2011-12-20svn merge ^/trunk/blender -r42742:42757Campbell Barton
2011-12-20minor edits to previous commit & set VKey to toggle vertex select in weight p...Campbell Barton
2011-12-20svn merge ^/trunk/blender -r42722:42742Campbell Barton
2011-12-20calculate weight paint colors once per vertex rather then on every face corne...Campbell Barton
2011-12-19Automatically hide unused (=unlinked) node sockets in collapsed ("hidden") no...Lukas Toenne
2011-12-19svn merge ^/trunk/blender -r42680:42722Campbell Barton
2011-12-19Fix a bug in CustomData_duplicate_referenced_layer(_named) functions: MEM_dup...Bastien Montagne
2011-12-18cleanup of weight paint color setting code, no functional changesCampbell Barton
2011-12-17Quite some compiler warnings...Bastien Montagne
2011-12-17use 2d copy functions with UV's in more places.Campbell Barton
2011-12-17svn merge ^/trunk/blender -r42670:42680Campbell Barton
2011-12-17Code cleanup: fix a few warnings (>= 0 and == -1 tests on unsigned types).Brecht Van Lommel
2011-12-17style edit only - move parenthesis onto second line of function definition (i...Campbell Barton
2011-12-17svn merge ^/trunk/blender -r42669:42670Campbell Barton
2011-12-17svn merge ^/trunk/blender -r42660:42669Campbell Barton
2011-12-17Fix #27847: sequencer scene strip rendering crash, due to use of freedBrecht Van Lommel
2011-12-17Cycles Gamma NodeDalai Felinto
2011-12-16Math lib: matrix multiplication order fix for two functions that wereBrecht Van Lommel
2011-12-16de-duplicate parent loop checking functionCampbell Barton
2011-12-16static functions for getting power of 2 values were being copied about too mu...Campbell Barton
2011-12-16Fixed point cache subframe interpolation issue.Miika Hamalainen
2011-12-16svn merge ^/trunk/blender -r42617:42655Campbell Barton
2011-12-15reenabled auto scale for derivative mapsMorten Mikkelsen
2011-12-15Bicubic bump map filtering.Antony Riakiotakis
2011-12-15BCon 1: Alpha, new features, fun and fixes again! :) Thomas Dinges
2011-12-15minor vertex group editsCampbell Barton
2011-12-15more vertex weight edits,Campbell Barton
2011-12-15vertex group changes,Campbell Barton
2011-12-14svn merge ^/trunk/blender -r42586:42617Campbell Barton
2011-12-13First Blender 2.61 commit! (Sneaked in quick tooltop fix too).Ton Roosendaal
2011-12-13Do not switch to safe malloc if tracking sequenceSergey Sharybin
2011-12-13Fixed crash when tracking several tracks manuallySergey Sharybin
2011-12-132 new bevel options for the operator and the modifier.Campbell Barton
2011-12-13save 4 bytes per BMLoop, added some comments on index use.Campbell Barton