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-06-02Cleanup: styleCampbell Barton
2017-01-31Cleanup: Rename callback flags from library_query to `IDWALK_CB_...`Bastien Montagne
2016-10-25API: Fix LinksAaron Carlisle
2016-09-15Fix crash in some cases when deleting particle systems.Bastien Montagne
2016-08-11Fix T49004 and motion blur of cloth, softbody, etc past the end frame.Alexander Gavrilov
2016-08-06Fix T26658: particles stopped or bounced by 100% permeability colliders.Alexander Gavrilov
2016-08-01Fix T48991: some particles emitted at a distance from object.Alexander Gavrilov
2016-07-31Support limiting collisions by group for softbody and particlesAlexander Gavrilov
2016-06-23Fix T48658: Cycles render & render preview corrupts particlesCampbell Barton
2016-06-18Cleanup: style, whitespace, doxy filepathsCampbell Barton
2016-03-30Partly fix (unreported) particles not updating correctly when changing settings.Bastien Montagne
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