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
2018-05-22Modifiers: ported Cloth DerivedMesh → MeshSybren A. Stüvel
2018-05-22Cloth Modifier: get time from depsgraph instead of sceneSybren A. Stüvel
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-16Merge branch 'master' into blender2.8Campbell Barton
2018-04-16Cleanup: indentationCampbell Barton
2018-04-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
2018-03-29Particles: Fix missing hair dynamicsSergey Sharybin
2018-03-23Merge branch 'master' into blender2.8Campbell Barton
2018-03-23Cleanup: stray tabsCampbell Barton
2018-02-06Object Mode: use eval_ctx for modifiers_isCorrectableDeformedCampbell Barton
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
2017-08-12Merge branch 'master' into blender2.8Campbell Barton
2017-08-11Cleanup: remove useless `DM_ensure_looptri()`.Bastien Montagne
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-06-19Gawain API naming refactorCampbell Barton
2017-03-25Merge branch 'master' into blender2.8Campbell Barton
2017-03-23Cloth refactor: Remove goal springs and some other cleanupLuca Rood
2016-12-28Revert particle system and point cache removal in blender2.8 branch.Lukas Tönne
2016-08-21Merge branch 'master' into blender2.8Bastien Montagne
2016-08-13Prevent max stiffness values from going under normal stiffness values in clot...Luca Rood
2016-08-11Fix T49004 and motion blur of cloth, softbody, etc past the end frame.Alexander Gavrilov
2016-08-06Merge branch 'master' into blender2.8Bastien Montagne
2016-07-30Cloth Simulation: add time scale propertyCampbell Barton
2016-07-30Cloth: option to use dynamic base meshCampbell Barton
2016-05-24Merge branch 'master' into blender2.8Bastien Montagne
2016-05-06Cloth: Fix shrinking to properly respond to animated min/max and weight.Alexander Gavrilov
2016-05-06Cloth: Change ClothVertex::xrest to actually store the rest position.Alexander Gavrilov
2016-05-06Part of D1903: Dynamic base mesh for cloth simulationLuca Rood
2016-05-06Cloth: Ignore zero-restlen sewing springs in average length computation.Alexander Gavrilov
2016-05-06Cloth: Use Geometrical Mean for averaging cloth shrink factor.Alexander Gavrilov
2016-05-06Cloth: Fix the shrink feature to be controlled by the sewing spring flag.Alexander Gavrilov
2016-04-29Removed point cache blenkernel code.Lukas Tönne
2016-04-16Removed remaining uses of the particle edit mode flag.Lukas Tönne
2016-04-13Removed particle DNA.Lukas Tönne
2015-08-01Remove MFace use w/ clothCampbell Barton
2015-07-31Replace MFace w/ vert-tri's for collision modifierCampbell Barton
2015-06-12BLI_linklist, avoid full list search for appendCampbell Barton
2015-03-11Cleanup: indentationCampbell Barton
2015-02-12Removed the cloth preroll feature.Lukas Tönne
2015-01-20Fix for invalid access to undefined hair data in edge-only cloth meshes.Lukas Tönne
2015-01-20Randomness factor for hair bending stiffness.Lukas Tönne
2015-01-20Nicer hashing functionality for sim debugging using a variadic macroLukas Tönne
2015-01-20Use a fixed, uniform cell size for hair continuum grids.Lukas Tönne
2015-01-20Cleanup: Removed the unnecessary cloth solver abstraction (there is onlyLukas Tönne
2015-01-20Added separate damping for bending springs.Lukas Tönne
2015-01-20Fix for hair chain testing in the cloth modifier.Lukas Tönne
2015-01-20Completed the implementation of bent rest shapes for hair.Lukas Tönne
2015-01-20Target calculation for local non-straight rest shapes.Lukas Tönne
2015-01-20Calculate bending targets based on the direction of previous segments.Lukas Tönne
2015-01-20Simple initial implementation of angular bending springs.Lukas Tönne