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-09-24Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-14Cloth: Improve UILuca Rood
2018-09-02Cleanup: comment blocksCampbell Barton
2018-09-02Cleanup: comment blocksCampbell Barton
2018-08-31Cloth: Implement angular bending springsLuca Rood
2018-08-31Cloth: Componentize forcesLuca Rood
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-25Depsgraph: cache collision relations, for performance and stability.Brecht Van Lommel
2018-06-22Depsgraph: cache effector relations, for performance and stability.Brecht Van Lommel
2018-06-22Cloth: Move away from scene stored in cloth modifier dataSergey Sharybin
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2018-06-05Moved function declarations from BKE_mesh.h → BKE_mesh_runtime.hSybren A. Stüvel
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