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-01-20Outliner: "Show Active" - if active is a child, open tree to show childjulianeisel
2015-01-20Fix for BI rendering of hair spirals: Was not taking the extra pointsLukas Tönne
2015-01-20De-duplicate large block of shared code for GL vert attribsNicholas Bishop
2015-01-20Fix UI glitch: Ctrl/Shift didnt refresh the UICampbell Barton
2015-01-20Fix transform glitch: Ctrl/Shift didn't refreshCampbell Barton
2015-01-20Cleanup: use constCampbell Barton
2015-01-20Fix for crash when using virtual parent hairs and clumping.Lukas Tönne
2015-01-20Cleanup: warningsCampbell Barton
2015-01-20Code cleanup: Unused variable in RNA callbackSergey Sharybin
2015-01-20Fix T42844: Compositor scale offsetSergey Sharybin
2015-01-20Fix error in freestyle apiCampbell Barton
2015-01-20Fixed merge errors.Lukas Tönne
2015-01-20Fix for incorrect DNA field name in versioning, causes constantLukas Tönne
2015-01-20Use separate flags to enable/disable clump and roughness curves forLukas Tönne
2015-01-20Fix for slow deformation-motionblur in Cycles using the new spiral kinkLukas Tönne
2015-01-20Second variant of the copy-to-select operator for particles to onlyLukas Tönne
2015-01-20Make removal of existing particle systems on copying optional.Lukas Tönne
2015-01-20Added space selection option to the particle system copy operator.Lukas Tönne
2015-01-20Removed debugging code.Lukas Tönne
2015-01-20Fix for particle system copy: This has to make sure the ORIGSPACE dataLukas Tönne
2015-01-20Changed the workflow for the particle system copy operator to the commonLukas Tönne
2015-01-20New operator for copying (hair) particle systems from one object toLukas Tönne
2015-01-20Removed unused particles pointer from particle edit data.Lukas 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-20Spiral rotation axis was not always fully normalized, avoid an assert.Lukas Tönne
2015-01-20Make random child length work again with the spiral kink mode.Lukas Tönne
2015-01-20Allow clumping and roughness in Spiral kink mode as well.Lukas Tönne
2015-01-20Optional randomization factors for the spiral radius and axis orientation.Lukas Tönne
2015-01-20Support in Cycles for the extra spiral keys in hair paths.Lukas Tönne
2015-01-20Nicer calculation of the kink axis and result of the spiraling forLukas Tönne
2015-01-20Removed unused old code.Lukas Tönne
2015-01-20Disable the path length check for spiral kink mode.Lukas Tönne
2015-01-20Fix for calculation of the key velocity on the last child hair segment.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-20Disable scope updates in texture and image paint modes.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-20Properly register the `mathutils.interpolate` submodule.Lukas Tönne
2015-01-20Fix for invalid access to undefined hair data in edge-only cloth meshes.Lukas Tönne
2015-01-20Radical simplification of the wind effect on hair, since the previousLukas Tönne
2015-01-20Fix for wind force function call.Lukas Tönne
2015-01-20Improved force field effects on hair strands.Lukas Tönne
2015-01-20New python submodule `mathutils.interpolate` for various mesh interpolation a...Lukas Tönne
2015-01-20Another fix for particle instance child lookups, was not subtractingLukas Tönne