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-06Merge branch 'alembic' into gooseberryLukas Tönne
2015-04-20Intermediate commit: switching strand edit data to BMesh.Lukas Tönne
2015-04-20Store hair edit data in particle systems and manage it in the operatorLukas Tönne
2015-04-04Merge branch 'cycles_point_density' into gooseberryLukas Tönne
2015-04-04Particle color influence option for particle textures.Lukas Tönne
2015-03-27Particle color influence option for particle textures.Lukas Tönne
2015-02-23Experimental hair shape key control with textures.Lukas Tönne
2015-02-03More roughness options for offsetting child clumping.Lukas Tönne
2015-01-23Experimental: random colors for child hulls.Lukas Tönne
2015-01-22Completed the convex hull calculation for child paths.Lukas Tönne
2015-01-22New draw mode 'HULL' for hair drawing.Lukas Tönne
2015-01-20Merge branch 'master' into gooseberryLukas Tönne
2015-01-20Fixed merge errors.Lukas Tönne
2015-01-20Use separate flags to enable/disable clump and roughness curves forLukas 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-20Optional randomization factors for the spiral radius and axis orientation.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-20Randomness factor for hair bending stiffness.Lukas Tönne
2015-01-20Debug drawing feature to visualize the hair continuum grid.Lukas Tönne
2015-01-20Guide hair drawing for hair particles.Lukas Tönne
2015-01-19Use separate flags to enable/disable clump and roughness curves forLukas Tönne
2015-01-14New texture influence option for particle kink amplitude (as opposed toLukas Tönne
2015-01-14Renaming "Kink" texture influence to "Kink Frequency" to be moreLukas Tönne
2015-01-13Optional randomization factors for the spiral radius and axis orientation.Lukas Tönne
2015-01-13Another crappy approach to spirals on hairs, crazy expensive though.Lukas Tönne
2015-01-12Spiral kink mode for particles.Lukas Tönne
2015-01-12Optional clumping noise feature for simulating twisted hair strands.Lukas Tönne
2015-01-09Curve-based control for "roughness" (noise displacement) of child hair.Lukas Tönne
2015-01-09Curve-based control for child path tapering.Lukas Tönne
2014-11-21Randomness factor for hair bending stiffness.Lukas Tönne
2014-11-09Merge branch 'hair_immediate_fixes' into gooseberryLukas Tönne
2014-10-30Merge branch 'master' into gooseberryLukas Tönne
2014-10-29Fix T42395: Stored "render data" in particles mismatches the particleLukas Tönne
2014-10-09Solved various update issues with the hair preview factor.Lukas Tönne
2014-10-07Preliminary commit for simulation preview.Lukas Tönne
2014-10-03Guide hair drawing for hair particles.Lukas Tönne
2014-10-02Shape key infrastructure for hair.Lukas Tönne
2014-03-18Fix T39180: Particle with fluid physics unstable.Lukas Tönne
2014-03-07Removing ParticleSystem->frand arrays to avoid memory corruption issuesLukas Tönne
2014-02-05Code cleanup: replace magic constants with more verbose bitnamesSergey Sharybin
2013-12-10DNA Deprecation: add DNA_DEPRECATED_GCC_POISON for enum/structs.Campbell Barton
2013-08-19Make lattice deform safe for threadingSergey Sharybin
2013-07-14recent changes to particle normal orientation change behavior in a way you mi...Campbell Barton
2013-05-27Particles: patch #35205 by Jakub ZolcikBrecht Van Lommel
2013-02-21Code cleanup:Thomas Dinges