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-03-01Use the old double-step collision method only for cloth.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-20Support in Cycles for the extra spiral keys in hair paths.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-20Better update function for particle settings affecting nested clothLukas 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-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-20Some initial collision code, without actual response forces still.Lukas Tönne
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-10-29Fix T42395: Stored "render data" in particles mismatches the particleLukas Tönne
2014-08-19Fix T41485: No priority: typo in "effectors effect themselves"Bastien Montagne
2014-08-13RNA: use static declarationsCampbell Barton
2014-07-28Fix invalid RNA limitsCampbell Barton
2014-07-20Fix T41122: Mask modifier followed by hair particles causes crash on render (...Bastien Montagne
2014-05-19Style cleanupCampbell Barton
2014-05-16Fix part of T39708, don't overupdate particles when changine activeAntony Riakiotakis
2014-03-25Fix T39319: Particle System Bug on Cycles Render.Lukas Tönne
2014-01-29Fix accidental description change in recent commit.Brecht Van Lommel
2014-01-29Fix T38359: incorrect display of material slot with pinned particle settings.Brecht Van Lommel
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2013-12-13UI/RNA: added pixel and percentage units to some propertiesScott Petrovic
2013-12-12RNA: Add pixels property typeScott Petrovic
2013-12-10Style CleanupCampbell Barton
2013-12-07Particles: change material picking from index number in UI to menu with mater...Geoffroy Krantz
2013-10-14* Improved Tooltip for Particle Brownian property, patch by Jonathan Williams...Thomas Dinges
2013-09-20remove unused modifier argument from ParticleSystem.co_hairCampbell Barton
2013-09-20fix [#36777] uv_on_emmiter make Blender crashCampbell Barton
2013-09-12code cleanup: set enums as static or add RNA_enum_types.h where they are used...Campbell Barton
2013-07-14recent changes to particle normal orientation change behavior in a way you mi...Campbell Barton
2013-05-27Picky UI message fix...Bastien Montagne
2013-05-27Particles: patch #35205 by Jakub ZolcikBrecht Van Lommel
2013-05-16Fix #35368:Brecht Van Lommel
2013-05-10Fix #35296: particles crash with long object name.Brecht Van Lommel
2013-04-24fix [#34958] keyframe many items would fail if there was a (") in the text.Campbell Barton
2013-04-23rna attribute consistency edits, use common prefix for booleans.Campbell Barton
2013-04-08Fix #34875: 0 digits of precision was not supported for FloatProperty, nowBrecht Van Lommel
2013-03-25More new data names translation (most cases should be covered now).Bastien Montagne
2013-03-07use bool for rna funcs.Campbell Barton
2013-02-24Another bunch of UI translation fixes, thanks to Leon Cheung, Gabriel Gazzán...Bastien Montagne
2013-02-21Dependency Graph: some refactoring which should have no user visible impactBrecht Van Lommel
2013-02-21Code cleanup:Thomas Dinges