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
2014-03-12backport revisions from master for 2.70-rc2 tagv2.70-rc2Sergey Sharybin
2014-02-14Fix for crash caused by effectors doing precalculation //during// DAGLukas Tönne
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-05Fix T35247: Particle texture behaves incorrectly after changing the number of...Sergey Sharybin
2014-02-05Fix T38476: incorrect hair draw type after editing particle system in edit mode.Brecht Van Lommel
2014-01-22Fix for particle emission bug, reported on IRC by Thomas BeckLukas Tönne
2013-12-26Code Cleanup: remove object arg to CDDM_from_mesh mesh_create_derivedCampbell Barton
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-10-31code cleanup: spellingCampbell Barton
2013-10-29Fix for particle texture influence bug causing undefined (nan) values: When u...Lukas Toenne
2013-09-27Fix #36630, Particlesystem - boids - goal - collision.Lukas Toenne
2013-09-02use strict flags for kdtree, and replace ints with unsigned ints where possible.Campbell Barton
2013-08-24when the size of an edgehash is known or can be guessed,Campbell Barton
2013-08-24edge hash: take an arg for the guarded-malloc string (as ghash does)Campbell Barton
2013-08-19Use reentrant qsort() in particle codesSergey Sharybin
2013-08-19Make lattice deform safe for threadingSergey Sharybin
2013-07-14recent changes to particle normal orientation change behavior in a way you mi...Campbell Barton
2013-07-14fix relating to [#36093] Stationary Particle system - particle Y axis fails t...Campbell Barton
2013-07-12fix [#36093] Stationary Particle system - particle Y axis fails to follow emi...Campbell Barton
2013-07-05correct typo in previous commit & minor changes.Campbell Barton
2013-07-02Fix #35966: remesh modifier + particle use modifier stack option did not workBrecht Van Lommel
2013-06-25Fix particle hair display percentage not properly getting restored afterBrecht Van Lommel
2013-05-28fix [#35544] Boids Segfault of frame advance using cursor keysCampbell Barton
2013-05-27Particles: patch #35205 by Jakub ZolcikBrecht Van Lommel
2013-05-19Fix #35407: different particle behavior compared to 2.66, reverted part of 56...Brecht Van Lommel
2013-05-08Fix #35240: command line -t number of threads option did not work for cycles.Brecht Van Lommel
2013-04-22fix [#35026] Curve build modifierCampbell Barton
2013-04-16Random number generator: replace a bunch of usage of the global random numberBrecht Van Lommel
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