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-20Fix for warnings/errorsLukas Tönne
2015-01-20Moved render simplification function for particle distribution into theLukas Tönne
2015-01-20Removed unused variable.Lukas Tönne
2015-01-20A little bit of code sanity by splitting particle distribution functionLukas Tönne
2015-01-20Moved particle code for distributions into own file to make hackingLukas Tönne
2015-01-20New hair editing feature "Shape Cut", for cutting hair based on a meshLukas Tönne
2015-01-20Fix for inverted condition: hair data needs to be rebuilt when theLukas Tönne
2015-01-20Cleanup: Removed the unnecessary cloth solver abstraction (there is onlyLukas Tönne
2015-01-20enum instead of #define for cloth vertex flags.Lukas Tönne
2015-01-20Removed accidentally committed debug print.Lukas Tönne
2015-01-20Use the generic task scheduler for threaded particle tasks, i.e.Lukas Tönne
2015-01-20Removed block matrix indices storage from ClothSpring struct.Lukas Tönne
2015-01-20Guide hair drawing for hair particles.Lukas Tönne
2015-01-20Improved child hair curling for interpolated child particles.Lukas Tönne
2015-01-20Cloth solver data for edit mode is unused, removed it.Lukas Tönne
2015-01-20Added separate damping for bending springs.Lukas Tönne
2015-01-20Set the length threshold for hair simulation to 10% again (from 1%).Lukas Tönne
2015-01-20Fix for outdated root array size when changing the particle amountLukas 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-20Proper implementation of angular bending springs including jacobianLukas Tönne
2015-01-20Basic solver result feedback from the mass-spring (cloth/hair) solver.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-20Fixed scons build files for new physics subfolder.Lukas Tönne
2015-01-20Made the voxel grid size for hair interaction configurable and increasedLukas Tönne
2015-01-20Reduced the length threshold for disabling short hairs from 0.1 to 0.01.Lukas Tönne
2015-01-20Fix for Sintel hair bug.Lukas 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
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-20Switched back to the old solver for the time being.Lukas Tönne
2015-01-20Implemented gradient transformation for forces in the root frame (dFdX,Lukas Tönne
2015-01-20Removed unused variable.Lukas Tönne
2015-01-20First stage of implementing moving frames of reference for hair/cloth.Lukas Tönne
2015-01-20Disable some debugging options in Eigen to make it more usable in DebugLukas Tönne
2015-01-20Added new data in the cloth modifier for hair root information.Lukas Tönne
2015-01-20Cleanup, removed unused old code.Lukas Tönne
2015-01-20Optimized matrix filling using the Eigen triplets method.Lukas Tönne
2015-01-20Added back external effector forces for the cloth solver.Lukas Tönne
2015-01-20Reenabled goal springs and removed the arbitrary structural scalingLukas Tönne