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-11-15Image thread safe improvementsSergey Sharybin
2012-11-09code cleanup: double promotion warnings, also allow cmake to build SDL withou...Campbell Barton
2012-10-28style cleanupCampbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-10Google Summer of Code project: "Smoke Simulator Improvements & Fire".Daniel Genrich
2012-07-08style cleanupCampbell Barton
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-06-06style cleanupCampbell Barton
2012-05-05code cleanup: brush/camera namingCampbell Barton
2012-05-05code cleanup: function naming for BLI functions.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-20Adds support for utf paths on Windows.Alexander Kuznetsov
2012-03-18spelling cleanupCampbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-02style cleanupCampbell Barton
2011-11-07Merge with trunk r41625Miika Hamalainen
2011-11-07replace VECCOPY with copy_v3_v3, same for 2d copy, also added vec copy functi...Campbell Barton
2011-10-28Merge with trunk r41342Miika Hamalainen
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-04Merge with trunk r40782Miika Hamalainen
2011-09-22Remove checks for voxel data when texture type is known.Sergey Sharybin
2011-09-20Merge with trunk r40409Miika Hamalainen
2011-09-17use const and array size in function definitions, no functional change.Campbell Barton
2011-08-21Merge with trunk r39589Miika Hamalainen
2011-08-19warning cleanup for -Wdouble-promotionCampbell Barton
2011-07-22Merge with trunk r38619Miika Hamalainen
2011-07-13cmake option to build without smoke sim: WITH_MOD_SMOKECampbell Barton
2011-05-24Applied Dynamic Paint 1.18f patch as a codebase for GSoC.Miika Hamalainen
2011-04-21fix [#27084] Crash when chosing non-voxel data file in voxel data texture inputCampbell Barton
2011-02-27doxygen: blender/render tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-17remove some paranoid NULL checks, since the pointers are used already.Campbell Barton
2010-12-14Fix for [#25198] Smoke gets shown before simulation startsJanne Karhu
2010-12-06bpath iterator updatesCampbell Barton
2010-11-26Bug fix: voxeldata texture extension didn't work.Janne Karhu
2010-11-22Fix: 8bit raw and 'blender voxel' voxel data texture formats didn't support r...Matt Ebb
2010-11-11Bug fix: memoryleak when using smoke heat/velocity data as textureJanne Karhu
2010-10-14add UNUSED() to modifiers, also removed some unused args.Campbell Barton
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-06-01Fix [#22469] Crashes with "segmentation fault" when opening an image for Voxe...Matt Ebb
2010-04-21replace add_v3_v3v3() --> add_v3_v3() where possibleCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-08Warning fixes, one actual bug found in sequencer sound wave drawing. AlsoBrecht Van Lommel
2010-01-25Smoke: The well known Miika Hämäläinen (aka MiikaH) patch (http://blendera...Daniel Genrich
2010-01-20Fix for own bug, voxel data texture was freeing smoke data when it shouldn't Matt Ebb
2009-11-10Math LibBrecht Van Lommel