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-09-02Cleanup: use title caps for labelsCampbell Barton
2017-06-01Cleanup: use row() sub-layout to expand enum properties horizontalyraa
2017-05-08Fix capitalization in some particle panelsLuca Rood
2017-03-20Cleanup: especially non pep8 parts of Py UICampbell Barton
2017-03-19Moving classes to separate listing broke panel orderCampbell Barton
2017-03-18PyAPI: remove bpy.utils.register_module()Campbell Barton
2017-01-05Remove instances of old vector iconsAaron Carlisle
2016-09-23Particles: Add operator to quicly duplicate active particle system to the sam...Sergey Sharybin
2016-08-06Add the collision group option to the UI for boid particle physics.Alexander Gavrilov
2016-07-31Support limiting collisions by group for softbody and particlesAlexander Gavrilov
2016-03-14Fix T47750: Edited hair: disconnect (and connect!) operator do not support redo.Bastien Montagne
2015-12-17Fix particle count being grayed out when emitting from verts, but grid is on.Eberhard Höpfner
2015-04-14Cleanup: don't use single sets for comparisonsCampbell Barton
2015-02-27cleanup: typosCampbell Barton
2015-01-29cleanup: pep8Campbell Barton
2015-01-28cleanup: py importsCampbell Barton
2015-01-21Removed generic debug1..4 values from the cloth data.Lukas Tönne
2015-01-20Fixed missing import in particles UI script.Lukas Tönne
2015-01-20Second variant of the copy-to-select operator for particles to onlyLukas Tönne
2015-01-20Added a "specials" menu button next to the particle systems list forLukas Tönne
2015-01-20Optional randomization factors for the spiral radius and axis orientation.Lukas Tönne
2015-01-20Nicer calculation of the kink axis and result of the spiraling forLukas 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-20Presets for hair dynamics.Lukas Tönne
2015-01-20Randomness factor for hair bending stiffness.Lukas Tönne
2015-01-20Use dedicated debug values in cloth settings instead of abusing unusedLukas Tönne
2015-01-20Implementation of a target density feature for the hair simulation.Lukas Tönne
2015-01-20Use a fixed, uniform cell size for hair continuum grids.Lukas Tönne
2015-01-20Debug drawing feature to visualize the hair continuum grid.Lukas Tönne
2015-01-20Reorganizing hair dynamics UI layout a bit to make settings slightlyLukas Tönne
2015-01-20Guide hair drawing for hair particles.Lukas Tönne
2015-01-20Added separate damping for bending springs.Lukas Tönne
2015-01-20Basic solver result feedback from the mass-spring (cloth/hair) solver.Lukas Tönne
2015-01-20Disabled the velocity filtering feature for now, since the weighting isLukas Tönne
2015-01-20Added basic filtering feature for velocity smoothing.Lukas Tönne
2015-01-20Made the voxel grid size for hair interaction configurable and increasedLukas Tönne
2015-01-20Debug drawing for simulations, to aid in visualizing abstract data suchLukas Tönne
2015-01-20Implemented internal hair pressure to prevent hair from collapsing inLukas Tönne
2015-01-16Show buttons for particle system modifiers render/viewport togglesLukas Tönne
2014-01-29Fix T38359: incorrect display of material slot with pinned particle settings.Brecht Van Lommel
2014-01-25Fix T38359: Not a bug, but better to grey out Material selector of particles ...Bastien Montagne
2014-01-12UI: Add a "New" button for the particle system, consistent to other areas lik...Andrew Buttery
2013-12-13Interface / Particles: Fix bad alignment in Rotation panel, sub layout missed...Thomas Dinges
2013-12-07Particles: change material picking from index number in UI to menu with mater...Geoffroy Krantz
2013-11-24Interface: Remove some more name fields, not needed anymore with list rename.Thomas Dinges
2013-11-19Code Cleanup: style, spelling and pep8 editsCampbell Barton