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-12-28Revert particle system and point cache removal in blender2.8 branch.Lukas Tönne
2016-04-13Removed blenkernel particle code.Lukas Tönne
2016-04-08Fix T48088: Reproducible crash: Edges + Array Mod + Hair Particles.Bastien Montagne
2016-03-28Fix T47972: Blender crash showing particle system.Bastien Montagne
2016-03-26Fix T47935: Hair particles; The display percentage parameter breaks after a r...Bastien Montagne
2016-03-02Fix T47610: Texture node in compositing nodes does not updateSergey Sharybin
2016-02-23Fix T47531: crash with particle roughness curve mapping, after fix for T46382.Brecht Van Lommel
2016-02-02Fix T46382: Crash sharing particle system with clump or rough curvesSergey Sharybin
2016-01-11Fix T47147: small particles incorrectly rendered as large particles (particle...Bastien Montagne
2016-01-09Fix T47060: Uv form dupli not working with Cycles when the hair/particles mes...Bastien Montagne
2016-01-07Cleanup: remove unused scene argCampbell Barton
2016-01-06Proper fix for memleaks when rendering partsys from edit mode...Bastien Montagne
2016-01-04Fix T47038: Particles in Particle Edit Mode get added in completely wrong loc...Bastien Montagne
2015-12-21Cleanup: warnings (msvc)Campbell Barton
2015-11-23Cleanup: shadowing (blenkernel)Campbell Barton
2015-11-09Cleanup: avoid incrementing/decrementing id->us outside of BKE_library.Bastien Montagne
2015-11-07Cleanup: spelling, headersCampbell Barton
2015-11-02Fix/workaround T46622: crash w/ metas & particlesCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
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-04-08Particles: Fix for missing particles in render if they're disabled for viewportSergey Sharybin
2015-04-07Fix T44268: Particles: too many virtual parents + non-100 display% = crashSergey Sharybin
2015-04-04Cleanup: use BKE_animdata_* prefixCampbell Barton
2015-03-25Fix T43694, by Krzysztof Rećko (chrisr), reviewed in D1177.Lukas Tönne
2015-02-20RNA: correct bool callbacksCampbell Barton
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 memory of internal hair cloth modifier pointcache.Lukas Tönne
2015-01-31Compiler warning: double-promotionCampbell Barton
2015-01-27Fix T43427: Particle system children sometimes not generated on reloadSergey Sharybin
2015-01-20Fix for crash when using virtual parent hairs and clumping.Lukas Tönne
2015-01-20Use separate flags to enable/disable clump and roughness curves forLukas Tönne
2015-01-20Fix for particle system copy: This has to make sure the ORIGSPACE dataLukas Tönne
2015-01-20New operator for copying (hair) particle systems from one object toLukas Tönne
2015-01-20New texture influence option for particle kink amplitude (as opposed toLukas Tönne
2015-01-20Renaming "Kink" texture influence to "Kink Frequency" to be moreLukas Tönne
2015-01-20Allow clumping and roughness in Spiral kink mode as well.Lukas Tönne
2015-01-20Removed unused old code.Lukas Tönne
2015-01-20Another crappy approach to spirals on hairs, crazy expensive though.Lukas Tönne
2015-01-20Spiral kink mode for particles.Lukas Tönne
2015-01-20Optional clumping noise feature for simulating twisted hair strands.Lukas Tönne
2015-01-20Curve-based control for "roughness" (noise displacement) of child hair.Lukas Tönne
2015-01-20Curve-based control for child path tapering.Lukas Tönne
2015-01-20Moved kink, clump and roughness functions into the dedicated source file.Lukas Tönne
2015-01-20Reorganizing hair child code a little bit to make it not totally insane.Lukas Tönne
2015-01-20Separate context freeing from task freeing in threaded particle updatesLukas Tönne
2015-01-20Moved render simplification function for particle distribution into theLukas Tönne
2015-01-20Use the generic task scheduler for threaded particle tasks, i.e.Lukas Tönne
2015-01-20Guide hair drawing for hair particles.Lukas Tönne