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-03-31style cleanupCampbell Barton
2013-02-19Fix for [#34099] Particles leaking from moving meshesAlex Fraser
2013-02-14Divide by 3 instead of multiplying by variations of 0.333Sergej Reich
2013-01-23sim: Remove "continue physics" codeSergej Reich
2013-01-11Changing units of stiffness parameter in classical (new) SPH solver: used to ...Alex Fraser
2013-01-11Fix own mistake in SPH solver selection. Thanks Campbell for pointing it out.Alex Fraser
2013-01-08Fix for [#33788] Particles - Fluid "exploding" behaviorAlex Fraser
2012-12-29style cleanupCampbell Barton
2012-12-18style cleanupCampbell Barton
2012-12-18style cleanupCampbell Barton
2012-12-14code cleanup and move alternate shell calculation method into its own functio...Campbell Barton
2012-12-14Adding a new SPH solver that is more physically accurate. See patch #29681Alex Fraser
2012-12-13Can now set a lower bound on the number of subframes (i.e. an upper bound on ...Alex Fraser
2012-12-02Silent a bunch of gcc warnings (usually dummy, but noisy!).Bastien Montagne
2012-11-07code cleanup: use min/max functions rather then macros.Campbell Barton
2012-11-07fix for own error in recent orig-index refactor (reported as [#33112])Campbell Barton
2012-11-04code cleanup: quiet -Wdouble-promotion, disabled this warnings for a few file...Campbell Barton
2012-10-30remove CD_POLYINDEX customdata layer:Campbell Barton
2012-10-27style cleanupCampbell Barton
2012-10-24Final fix for [#31017] Particles not generated on Grid DistributionJanne Karhu
2012-10-23code cleanup: give rng functions BLI prefix.Campbell Barton
2012-10-22style cleanupCampbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-20style cleanupCampbell Barton
2012-09-27incorrect spelling in commentsCampbell Barton
2012-09-23Fix #32625 Zero area-sized faces caused jittered part. distrib. to crashKonrad Kleine
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-07-17fix for particle system using uninitialized stack memory with midpoint of rk4...Campbell Barton
2012-07-17use math vector init functionsCampbell Barton
2012-07-13new mask rasterizer written to take advantage of the compositors threading, m...Campbell Barton
2012-07-04Revert the DNA pdef_stickness -> pdef_stickiness part of r48556.Bastien Montagne
2012-07-03First load of spell and typo fixes (mostly UI messages, but also one or two p...Bastien Montagne
2012-06-17style cleanup:Campbell Barton
2012-06-07style cleanupCampbell Barton
2012-06-05style cleanupCampbell Barton
2012-05-28Fix #29846, Dynamic rotation of particles not affected by forcefields 2.61 64...Lukas Toenne
2012-05-24style cleanup: brace placement/newlinesCampbell Barton
2012-05-24style cleanup: comma placementCampbell Barton
2012-05-20code cleanup:Campbell Barton
2012-05-15Cloth: Revert triangulation after talking with brecht. Daniel Genrich
2012-05-15Fix own compile error reported by brecht.Daniel Genrich
2012-05-09style cleanup: whitespace/operatorsCampbell Barton
2012-05-06code cleanup: naming - BKE_mesh_*Campbell Barton
2012-05-05code cleanup: BKE_scene api naming.Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-05-03Fix #31259: particle grid distribution not working.Brecht Van Lommel
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton