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
2016-03-19BLI_kdopbvh: Pass center to to range callbackCampbell Barton
2016-03-13Fix T47773: Particle System with Boids Crash.Bastien Montagne
2016-03-12Fix T47763: 2.77 RC2 (Fluid) Particle Baking slower compared to 2.67b.Bastien Montagne
2016-02-02Fix T46382: Crash sharing particle system with clump or rough curvesSergey Sharybin
2016-01-20Particle_system.c: OMP -> BLI_task.Bastien Montagne
2016-01-04Fix T47038: Particles in Particle Edit Mode get added in completely wrong loc...Bastien Montagne
2015-11-23Cleanup: shadowing (blenkernel)Campbell Barton
2015-11-11And another fix to psys ID handling - ParticleSystem->part **is** user counted!Bastien Montagne
2015-11-11Fix (unreported) potential crash: ParticleSystem->part shall never be NULL.Bastien Montagne
2015-10-23BLI_math: add invert_qt_normalizedCampbell Barton
2015-10-08Add id looper for particlesystem.Bastien Montagne
2015-08-28Partial fix of T44881: Fix for missing particles update when changing seedSergey Sharybin
2015-08-21BVH-raycast: Use watertight intersectionsCampbell Barton
2015-08-21BVH-raycast: ensure input direction is unit-lengthCampbell Barton
2015-07-31Replace MFace w/ vert-tri's for collision modifierCampbell Barton
2015-07-01Fix T45253: Particle emitter volume mode and grid mode broken in 2.75.xSergey Sharybin
2015-07-01Particles: Code cleanup, whitespaceSergey Sharybin
2015-05-12Depsgraph: Add evaluation callbacks for granular nodes updateSergey Sharybin
2015-05-04Separate scene simplification into viewport and renderSergey Sharybin
2015-05-03Fix T44185, Fix T44090: hair texture density working unreliable.Krzysztof Recko
2015-04-13Revert "Fix hair random rotation limited to 180 degrees"Sergey Sharybin
2015-04-13Fix hair random rotation limited to 180 degreesMai Lavelle
2015-03-25Fix T43694, by Krzysztof Rećko (chrisr), reviewed in D1177.Lukas Tönne
2015-03-01Use the old double-step collision method only for cloth.Lukas Tönne
2015-02-22Fix T43768: Pointcache end frame ignores preview rangeJulian Eisel
2015-02-14Revert "Fix T43471, based on patch submitted by @sean_loh."Lukas Tönne
2015-02-12Fix T43471, based on patch submitted by @sean_loh.Lukas Tönne
2015-02-02Fix for unfreed effector weights in hair dynamics.Lukas Tönne
2015-02-02Fix for unfreed memory due to unnecessary early exit in the freeLukas Tönne
2015-01-20Curve-based control for child path tapering.Lukas Tönne
2015-01-20Separate context freeing from task freeing in threaded particle updatesLukas Tönne
2015-01-20Improved force field effects on hair strands.Lukas Tönne
2015-01-20Fix for applying the bending randomness factor.Lukas Tönne
2015-01-20Randomness factor for hair bending stiffness.Lukas Tönne
2015-01-20Moved particle code for distributions into own file to make hackingLukas Tönne
2015-01-20Fix for inverted condition: hair data needs to be rebuilt when theLukas Tönne
2015-01-20Cleanup: Removed the unnecessary cloth solver abstraction (there is onlyLukas Tönne
2015-01-20Removed accidentally committed debug print.Lukas Tönne
2015-01-20Use the generic task scheduler for threaded particle tasks, i.e.Lukas Tönne
2015-01-20Set the length threshold for hair simulation to 10% again (from 1%).Lukas Tönne
2015-01-20Fix for outdated root array size when changing the particle amountLukas Tönne
2015-01-20Completed the implementation of bent rest shapes for hair.Lukas Tönne
2015-01-20Target calculation for local non-straight rest shapes.Lukas Tönne
2015-01-20Reduced the length threshold for disabling short hairs from 0.1 to 0.01.Lukas Tönne
2015-01-20Fix for Sintel hair bug.Lukas Tönne
2015-01-20First stage of implementing moving frames of reference for hair/cloth.Lukas Tönne
2015-01-20Added new data in the cloth modifier for hair root information.Lukas Tönne
2015-01-20Some initial collision code, without actual response forces still.Lukas Tönne
2015-01-04cleanup: use 'coords' abbreviation for functions.Campbell Barton
2014-11-11Avoid calling powf with integer exponent in more placesSergej Reich