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
2017-01-09Cleanup: Strict CLang warning in Smoke moduleSergey Sharybin
2017-01-09Cleanup: IndentationSergey Sharybin
2016-08-02Fix T43220, T47551: collider scaling or rotation causes smoke to explode.Alexander Gavrilov
2016-01-09Smoke (fire): Move spectrum code from C++ (intern/) to C code (BLI)Kévin Dietrich
2016-01-04Remove SCons building systemSergey Sharybin
2015-10-10Fix various compiler warnings.Brecht Van Lommel
2015-02-08CMake: only quiet warnings for generated rna filesCampbell Barton
2015-02-06Fix T43515: Initial velocity for fire bugMiika Hamalainen
2014-08-07Cleanup: Remove special code for Visual Studio 2008.Thomas Dinges
2014-07-01CMake: correct include dirsCampbell Barton
2014-01-03Code Cleanup: WIN32 defines, check for _MSC_VER instead of !FREE_WINDOWSCampbell Barton
2014-01-03Fix T37987: MSVC 2013 has C99 headers and warns for out define hypot _hypot f...Martijn Berger
2013-07-16fix for checking char arrays against NULL, instead check their first characte...Campbell Barton
2013-05-21Smoke: Remove accidental leftover code from gSoC Smoke + my Smoke code merge. Daniel Genrich
2013-05-21Fix: Smoke simulations of very high resolutions often produced weird results,...Miika Hamalainen
2013-05-21Fix: Smoke simulator produced slightly different results on every run if open...Miika Hamalainen
2013-05-20Fix: smoke noise tile was saved in Blender executable directory, which is oft...Miika Hamalainen
2013-04-16use psys->seed for smoke random number generator, increase size of MATHUTILS_...Campbell Barton
2013-04-11code cleanup: unused defines, remove unused scanfill success value from BLI_s...Campbell Barton
2013-03-19Smoke Bugfix /enhancement: Load pre 2.65 pointcaches.Daniel Genrich
2013-02-27Fix various warnings with clang build, and adjust cmake clang warnings flagsBrecht Van Lommel
2013-02-19internal: add include so blender builds against libpng1.6 Campbell Barton
2013-02-12Smoke simulator: add more float precision checks to make sure other data type...Miika Hamalainen
2013-02-11quiet -Wnarrowing warning.Campbell Barton
2013-02-04style cleanupCampbell Barton
2013-01-03add option WITH_SYSTEM_BULLET to link against the bullet installation found o...Campbell Barton
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-05Fix #33411: Smoke simulator using uninitialized noise tileMiika Hamalainen
2012-12-05Fix #33411: crash baking smoke with FFT high resolution.Brecht Van Lommel
2012-10-31style cleanup and correct own invalid comment.Campbell Barton
2012-10-24code cleanup: some edits for unused vars in recent smooth addition and some s...Campbell Barton
2012-10-20style cleanupCampbell Barton
2012-10-16Smoke: Animated collision objects do no longer block smoke. Smoke gets transf...Daniel Genrich
2012-10-15Smoke: Merge parts of Smoke2 branchDaniel Genrich
2012-10-15Solve some issues with smoke when using strict compile flagsSergey Sharybin
2012-10-14code cleanup: remove redundant castsCampbell Barton
2012-10-10Google Summer of Code project: "Smoke Simulator Improvements & Fire".Daniel Genrich
2012-09-16code cleanup: quiet warnings for gcc's -Wundef, -Wmissing-declarationsCampbell Barton
2012-08-10Smoke: High res on even resolution did not write to all cells (downsampling =...Daniel Genrich
2012-08-02Bugfix: High resolution "exploded" when using uneven resolutions, sometimes w...Daniel Genrich
2012-07-17code cleanup: spellingCampbell Barton
2012-07-03fix for smoke writing uninitialized values to pointcache, not a big deal sinc...Campbell Barton
2012-07-02Smoke Bugfix: Turbulence was removed.Daniel Genrich
2012-07-02Bugfix for wrong / bad vorticity forming weird banding on the y and z axis. Daniel Genrich
2012-06-11correct freeing C++ arrays.Campbell Barton
2012-05-27Smoke:Daniel Genrich
2012-05-27Fix for smoke boundary conditions: "Open borders" behaved differently for pos...Miika Hamalainen
2012-05-25Smoke: Start fixing scaling issues which happen with non cube-shaped domains.Daniel Genrich
2012-04-30Fix compile error with msvcDaniel Genrich
2012-04-29Smoke: Support for moving obstacles. (Merge from Smoke2 branch)Daniel Genrich