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-01-20Moved the cloth solver code into a new subfolder/library inside BlenderLukas Tönne
2015-01-20Desperate attempt to get stable collisions: Disable restitution andLukas Tönne
2015-01-20Revert "Ignore velocity changes when the cloth solver does not converge."Lukas Tönne
2015-01-20Ignore velocity changes when the cloth solver does not converge.Lukas Tönne
2015-01-20Moved collision response into the main cloth sim source file and fixedLukas Tönne
2015-01-20Correction for inverse constraint matrix rotation.Lukas Tönne
2015-01-20Transform the constraint matrix and target solver vector z according toLukas Tönne
2015-01-20Use identity transform in the solver data roots to avoid possible errorsLukas Tönne
2015-01-20Option for disabling the root frame transformation altogether, mostlyLukas Tönne
2015-01-20Ported root frame transformation to the old cloth solver.Lukas Tönne
2015-01-20Minor fix in debug print, so solver prints can be diff'ed.Lukas Tönne
2015-01-20A couple of defines to disable various influences on the cloth sim forLukas Tönne
2015-01-20Debug printing code for large sparse vectors and matrices, to compareLukas Tönne
2015-01-20Added a new internal header for implicit solver defines.Lukas Tönne
2015-01-20Alternative new solver for cloth using the Eigen CG solver instead ofLukas Tönne
2015-01-20Don't try to enforce a velocity change for pinned vertices; theirLukas Tönne
2015-01-20Use squareroot of the current epsilon error target for CG, since weLukas Tönne
2015-01-20Fix for collision response, the impulse response was far too small.Lukas Tönne
2015-01-20Use the S matrix of the modifier CG algorithm for implementing collisionLukas Tönne
2015-01-20Fixed for hair collision detection, old/new positions were swapped.Lukas Tönne
2015-01-20Removed own debug print.Lukas Tönne
2015-01-20Added a comment and use the new CG solver as the "official" version now.Lukas Tönne
2015-01-20Fixed implementation of the Conjugate Gradient method for the clothLukas Tönne
2015-01-20Hair collision: Use the S matrix for enforcing contact constraints.Lukas Tönne
2015-01-20Preparation for collision code fixing.Lukas Tönne
2015-01-20Cleanup: added some comments to the members of Implicit_Data.Lukas Tönne
2015-01-20Cleanup: No point in passing all the implicit solver argumentsLukas Tönne
2015-01-20Cleanup: removed the unused olddV vectors from implicit solver data.Lukas Tönne
2015-01-20Hair debugging: use "categories" (strings) for grouping debug elementsLukas Tönne
2015-01-20Debug drawing for simulations, to aid in visualizing abstract data suchLukas Tönne
2015-01-20Some initial collision code, without actual response forces still.Lukas Tönne
2015-01-20Implemented internal hair pressure to prevent hair from collapsing inLukas Tönne
2015-01-20Fixed hair velocity smoothing.Lukas Tönne
2015-01-20Support for various data properties of the hair grid in the voxelLukas Tönne
2015-01-20Fixed voxel grid initialization from hair points and colliders by usingLukas Tönne
2015-01-20New voxel texture mode "Hair", for displaying the internal hair volumeLukas Tönne
2015-01-20Code cleanup: Use a variable-sized array for the hair volume velocityLukas Tönne
2014-11-11cloth: Avoid calling powf with integer exponentSergej Reich
2014-11-09Code cleanup: Remove unused functions from implicit.cSergey Sharybin
2014-09-24Cleanup: use float versions of functions when in/output are floatsCampbell Barton
2014-08-26Move conditional out of loop since checked condition won't changeAntony Riakiotakis
2014-05-20Use int for i in hair smoothing function, we check against negativeAntony Riakiotakis
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-27Code cleanup: const args and arraysCampbell Barton
2014-03-17Code cleanup: styleCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-06Patch T31269: Add sewing seams to cloth simulationDaniel Genrich
2014-01-20Fix T38294: enabling hair dynamics very slow / hangs with many hairs.Brecht Van Lommel
2013-12-17Code Cleanup: comment unused functionsCampbell Barton
2013-12-01Code Cleanup: replace ABS() with fabsf() when used with float expressions.Campbell Barton