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
2013-05-10Smoke: Add new "Full Sample" option to high resolution smoke panel.Miika Hamalainen
2013-04-26Fix #35082: Blender Freeze when change smoke domain settingSergey Sharybin
2013-04-24Fix #34783: smoke simulation crash when changing frame while preview rendering.Brecht Van Lommel
2013-04-16use psys->seed for smoke random number generator, increase size of MATHUTILS_...Campbell Barton
2013-04-16Random number generator: replace a bunch of usage of the global random numberBrecht Van Lommel
2013-04-05Fix [#34857]: Negative temp.diff. in a smoke simulation doesn't work.Miika Hamalainen
2013-03-22Fix [#34721]: Smoke adaptive domain threshold ignores high resolution data.Miika Hamalainen
2013-03-10Fix [#34561]: Possible smoke crash if smoke flow had lower density than adapt...Miika Hamalainen
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-02-11Additional smoke fix for r54464: floating point precision still sometimes pro...Miika Hamalainen
2013-02-11Fix: smoke simulator flow sometimes produced NaN values, causing fire to disa...Miika Hamalainen
2013-01-29Fix [#34008]: Scaling Smoke Domain In Z-Axis Crashes BlenderMiika Hamalainen
2013-01-21Fixed render time regression in Blender InternalSergey Sharybin
2012-12-29style cleanupCampbell Barton
2012-12-21replace MIN/MAX 3,4 with inline functionsCampbell Barton
2012-12-18style cleanupCampbell Barton
2012-11-30Fix #33353: Smoke color problems with adaptive domainMiika Hamalainen
2012-11-09code cleanup: double promotion warnings, also allow cmake to build SDL withou...Campbell Barton
2012-11-07style cleanup, also remove redundant call to set_listbasepointers in free_mai...Campbell Barton
2012-10-27Smoke/Dynamic Paint: Allow use of fluid sim generated particles as emitter/br...Miika Hamalainen
2012-10-22code cleanup: check defgroup_name_index() return value != -1, rather then che...Campbell Barton
2012-10-21style cleanup: bge, switch statements mostly.Campbell Barton
2012-10-18Fix: Smoke 3d viewport shading was sometimes calculated incorrectly when adap...Miika Hamalainen
2012-10-16code cleanup: use float sizes for function args.Campbell Barton
2012-10-11style cleanup:Campbell Barton
2012-10-10quiet compiler warnings from recent merge.Campbell Barton
2012-10-10Google Summer of Code project: "Smoke Simulator Improvements & Fire".Daniel Genrich
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-07-07code cleanup: dont use function calls like dot_v3v3, pow and sqrt within macr...Campbell Barton
2012-06-17style cleanup:Campbell Barton
2012-06-06fix for building without smoke.Campbell Barton
2012-06-01Smoke Bugfix: Velocity of moving objects was too high after scaling patch.Daniel Genrich
2012-05-28Smoke: Fix messed up shadow display with OpenMP. This needs fixing. For now d...Daniel Genrich
2012-05-27Smoke:Daniel Genrich
2012-05-25Fixed smoke 3D-view issues: Preview became invisible from certain angles if d...Miika Hamalainen
2012-05-25Smoke: Start fixing scaling issues which happen with non cube-shaped domains.Daniel Genrich
2012-05-24Smoke: Fix wrong maximum timestep, resulting in exploding/unstable fluids.Daniel Genrich
2012-05-21code cleanup:Campbell Barton
2012-05-08Fix reseting of particle lifetime and unborn feature when adding smoke - repo...Daniel Genrich
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-29- Tag unused variablesSergey Sharybin
2012-04-29Smoke: Support for moving obstacles. (Merge from Smoke2 branch)Daniel Genrich
2012-04-11code cleanup: float formatting was confusing in some cases - eg: (0.,0.,0.)Campbell Barton
2012-04-06Smoke: Use better standards for inflowDaniel Genrich
2012-03-27use cmake WITH_MOD_ * to exclude include paths which are not used.Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-21Smoke bugfix: Collision objects were completely broken in some cases since no...Daniel Genrich
2012-03-18spelling cleanupCampbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton