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-11Removed current implementation of cache reading from various parts ofLukas Tönne
2015-03-04Use a dedicated input_dm pointer in the cache modifier to provide a meshLukas Tönne
2015-03-04Render/Viewport evaluation mode for cache libraries.Lukas Tönne
2015-02-26Changed implementation of the Cache modifier to work in tandem with theLukas Tönne
2015-02-26Replaced point cache in cloth modifiers (also hair) with the new cachingLukas Tönne
2015-02-19Big revert of all things pointcache, old code is impossible to work with.Lukas Tönne
2015-02-10Merge branch 'master' into alembic_pointcacheLukas Tönne
2015-02-05Custom Loop Normals: Add NormalEdit modifierBastien Montagne
2015-02-03Hook Modifier: add falloff & radius optionsCampbell Barton
2015-02-03Add inverse-square blending for PET and warpCampbell Barton
2015-01-20Made SimDebugData into a single global instance.Lukas Tönne
2015-01-20Randomness factor for hair bending stiffness.Lukas Tönne
2015-01-20A bunch of debug drawing changes.Lukas Tönne
2015-01-20Debug drawing feature to visualize the hair continuum grid.Lukas Tönne
2015-01-20Basic solver result feedback from the mass-spring (cloth/hair) solver.Lukas Tönne
2015-01-20Added new data in the cloth modifier for hair root information.Lukas Tönne
2015-01-20Debug drawing for simulations, to aid in visualizing abstract data suchLukas Tönne
2015-01-16Merge branch 'master' into alembic_pointcacheLukas Tönne
2015-01-10Transfer data: add modifier.Bastien Montagne
2014-11-11Keep a permanent cache reader instance in the point cache modifier andLukas Tönne
2014-11-04Support for writing derived mesh data from point cache modifier betweenLukas Tönne
2014-11-04Reverted changes to the Mesh Cache modifier, this functionality is nowLukas Tönne
2014-11-04Introduced a new modifier "Point Cache" for recording cache data atLukas Tönne
2014-10-16Dummy point cache instance in the mesh cache modifier, as a test bed forLukas Tönne
2014-10-14Merge branch 'master' into pointcacheLukas Tönne
2014-08-15Solidify Modifier "Rim Only" OptionCampbell Barton
2014-07-17Fix T34664: bevel face material can be set in tool and modifier.Howard Trickey
2014-02-21Modifier: rename triangulate scanfill to ear-clipCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-17Build Modifier - Add "Reversed" OptionJoshua Leung
2014-01-14Bevel Modifier: add width type and profile control.Howard Trickey
2013-12-23Fix compile error on 32 bits linux / windows, wireframe modifier needs padding.Brecht Van Lommel
2013-12-22error in last commit, flag names.Campbell Barton
2013-12-22Modifier: New Wireframe ModifierCampbell Barton
2013-12-21Fix for mesh deform modifier missing copy for flag.Campbell Barton
2013-12-21Mesh Modifiers: refactor copying using a generic functionCampbell Barton
2013-12-10DNA Deprecation: add DNA_DEPRECATED_GCC_POISON for enum/structs.Campbell Barton
2013-12-08Made all point cache DNA members relating to cache lists DNA_DEPRECATED.Lukas Tönne
2013-11-26Screw Modifier: UV supportCampbell Barton
2013-11-24Mesh Modifiers: Added Laplacian DeformAlexander Pinzon
2013-11-21Code Cleanup: use strict flags for screw modifier, reduce sign conversionCampbell Barton
2013-10-29Triangulate Modifier: using different ngon and quad methodsDalai Felinto
2013-09-02Cleanup!Bastien Montagne
2013-07-23remove use_relative option from simple deform,Campbell Barton
2013-07-23code cleanup: remove deprecated bevel code (unused since 2.64)Campbell Barton
2013-06-03fix [#35311] Planar Decimate / Limited Dissolve fails to merge some adjacent ...Campbell Barton
2013-03-13solidify modifier: thickness clamping helps prevent self intersections when t...Campbell Barton
2013-01-24add 'deform - integrate' option to mesh-cache,Campbell Barton
2013-01-21add an influence slider to mesh cache.Campbell Barton
2013-01-21mesh-cache deform modifier,Campbell Barton