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
2017-09-10merged the master branchsoc-2017-vertex_paintDarshan Kadu
2017-03-23Cloth refactor: Remove goal springs and some other cleanupLuca Rood
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-07-30Cloth Simulation: add time scale propertyCampbell Barton
2016-07-30Cloth: option to use dynamic base meshCampbell Barton
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
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
2015-01-20Made the voxel grid size for hair interaction configurable and increasedLukas Tönne
2015-01-20Renamed functions to make them explicitly refer to cloth, and split theLukas Tönne
2015-01-20Moved the cloth solver code into a new subfolder/library inside BlenderLukas Tönne
2014-11-11Avoid calling powf with integer exponent in more placesSergej Reich
2014-09-24Cleanup: boolCampbell Barton
2014-06-13GSet, GHash: Add BLI_gset_add, since its common to add members to a setCampbell Barton
2014-04-04Cloth: replace EdgeHash with EdgeSetCampbell Barton
2014-03-17Code cleanup: styleCampbell Barton
2014-02-14Fix for crash caused by effectors doing precalculation //during// DAGLukas Tönne
2014-02-14Code cleanup: duplicate headersCampbell Barton
2014-02-06Patch T31269: Add sewing seams to cloth simulationDaniel Genrich
2013-10-31code cleanup: spellingCampbell Barton
2013-08-24cloth was using edgehash not quite correctly:Campbell Barton
2013-08-24cloth spring building: replace MIN2/MAX2 in assignments with a function which...Campbell Barton
2013-08-24fix for leak in cloth modifierCampbell Barton
2013-08-24edge hash: take an arg for the guarded-malloc string (as ghash does)Campbell Barton
2013-07-22cloth: Fix [#36224] Cloth Simulation Doesn't Work on Rearranging ModifiersSergej Reich
2013-03-15code cleanup: rename BKE_mesh_to_curve_ex --> BKE_mesh_to_curve_nurblist,Campbell Barton
2013-03-05code cleanup: also change BKE_blender.h BLENDER_VERSION_CHAR to 'a' so as not...Campbell Barton
2013-01-23sim: Remove "continue physics" codeSergej Reich
2012-12-28style cleanupCampbell Barton
2012-10-27A few more BMesh errors messages translated, and "automated" translation for ...Bastien Montagne