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
2014-09-13Moved the cloth solver code into a new subfolder/library inside BlenderLukas Tönne
2014-09-12Desperate attempt to get stable collisions: Disable restitution andLukas Tönne
2014-09-12Revert "Ignore velocity changes when the cloth solver does not converge."Lukas Tönne
2014-09-12Ignore velocity changes when the cloth solver does not converge.Lukas Tönne
2014-09-12Moved collision response into the main cloth sim source file and fixedLukas Tönne
2014-09-12Correction for inverse constraint matrix rotation.Lukas Tönne
2014-09-12Transform the constraint matrix and target solver vector z according toLukas Tönne
2014-09-12Use identity transform in the solver data roots to avoid possible errorsLukas Tönne
2014-09-12Option for disabling the root frame transformation altogether, mostlyLukas Tönne
2014-09-12Ported root frame transformation to the old cloth solver.Lukas Tönne
2014-09-10Minor fix in debug print, so solver prints can be diff'ed.Lukas Tönne
2014-09-10A couple of defines to disable various influences on the cloth sim forLukas Tönne
2014-09-10Debug printing code for large sparse vectors and matrices, to compareLukas Tönne
2014-09-10Added a new internal header for implicit solver defines.Lukas Tönne
2014-09-05Alternative new solver for cloth using the Eigen CG solver instead ofLukas Tönne
2014-09-04Don't try to enforce a velocity change for pinned vertices; theirLukas Tönne
2014-09-04Use squareroot of the current epsilon error target for CG, since weLukas Tönne
2014-09-04Fix for collision response, the impulse response was far too small.Lukas Tönne
2014-09-04Use the S matrix of the modifier CG algorithm for implementing collisionLukas Tönne
2014-09-04Fixed for hair collision detection, old/new positions were swapped.Lukas Tönne
2014-09-04Removed own debug print.Lukas Tönne
2014-09-04Added a comment and use the new CG solver as the "official" version now.Lukas Tönne
2014-09-04Fixed implementation of the Conjugate Gradient method for the clothLukas Tönne
2014-09-03Hair collision: Use the S matrix for enforcing contact constraints.Lukas Tönne
2014-09-03Preparation for collision code fixing.Lukas Tönne
2014-09-03Cleanup: added some comments to the members of Implicit_Data.Lukas Tönne
2014-09-03Cleanup: No point in passing all the implicit solver argumentsLukas Tönne
2014-09-03Cleanup: removed the unused olddV vectors from implicit solver data.Lukas Tönne
2014-09-02Hair debugging: use "categories" (strings) for grouping debug elementsLukas Tönne
2014-08-30Debug drawing for simulations, to aid in visualizing abstract data suchLukas Tönne
2014-08-30Some initial collision code, without actual response forces still.Lukas Tönne
2014-08-28Implemented internal hair pressure to prevent hair from collapsing inLukas Tönne
2014-08-27Fixed hair velocity smoothing.Lukas Tönne
2014-08-27Support for various data properties of the hair grid in the voxelLukas Tönne
2014-08-27Fixed voxel grid initialization from hair points and colliders by usingLukas Tönne
2014-08-27New voxel texture mode "Hair", for displaying the internal hair volumeLukas Tönne
2014-08-27Code cleanup: Use a variable-sized array for the hair volume velocityLukas Tönne
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
2013-07-19enable type limits warning when compiling with gcc.Campbell Barton
2013-03-08style cleanupCampbell Barton
2012-11-04code cleanup: quiet -Wdouble-promotion, disabled this warnings for a few file...Campbell Barton