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
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
2014-09-24Cleanup: use float versions of functions when in/output are floatsCampbell Barton
2014-08-26Fix for broken hair sim in old files.Lukas Tönne
2014-08-14remove MAXFLOAT defineCampbell Barton
2014-08-11Fix T41403: Grid Particles only partially generated.Bastien Montagne
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-07-18Fix T41114: Particle systems cause memory corruption due to invalidLukas Tönne
2014-07-02Fix T40815: Particle birth times not initialized correctly.Lukas Tönne
2014-06-24Correction to last commitCampbell Barton
2014-06-24Use gnu-libc arg order for BLI_sort_rCampbell Barton
2014-05-29Fix T39686: nused omp firstprivate variable sphdata in particlesSergey Sharybin
2014-05-07Fix T40052, Grid Particles Crash due to invalid empty mesh verts accessLukas Tönne
2014-05-02Fix T39984: Interpolation errors in particle emitter animation.Lukas Tönne
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-04Code cleanup: no need to use calloc when memory is initialized afterCampbell Barton
2014-03-18Correction to particle system commit: wrong struct name was usedSergey Sharybin
2014-03-18Fix T39180: Particle with fluid physics unstable.Lukas Tönne
2014-03-18Code cleanup: jitter, use 2d float arrayCampbell Barton
2014-03-18KDTree: deprecate 'normal' argumentCampbell Barton