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
path: root/source
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-20Removed unused line.Lukas Tönne
2015-01-20New hair editing feature "Shape Cut", for cutting hair based on a meshLukas Tönne
2015-01-20Switched back to blender implicit solver for merge.Lukas Tönne
2015-01-20Unified the main Eigen solver function a bit for constrained/unconstrainedLukas Tönne
2015-01-20Ported the remaining implicit solver functions for Eigen.Lukas Tönne
2015-01-20Updating Eigen implicit dynamics solver implementation to adhere to theLukas 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-20Removed unused force arguments for angular bending springs and avoidLukas 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-20Fix for scons files missing physics include folder.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-20Have to include BLI_utildefines before BKE_collision now to have boolLukas Tönne
2015-01-20Clear forces and constraints together at the start of the time step,Lukas Tönne
2015-01-20Fix for missing initialization of local cloth modifier inside particleLukas Tönne
2015-01-20Proper implementation of angular bending springs including jacobianLukas Tönne
2015-01-20Unused function declaration.Lukas 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 debug drawing support inside the implicit solver.Lukas Tönne
2015-01-20Added a damping term for angular bending springs.Lukas Tönne
2015-01-20Simple initial implementation of angular bending springs.Lukas Tönne
2015-01-20Replace the dynamic root transform in the implicit solver data with aLukas Tönne
2015-01-20More scons fixes for physics lib.Lukas Tönne
2015-01-20Fixed scons build files for new physics subfolder.Lukas Tönne
2015-01-20Disabled the velocity filtering feature for now, since the weighting isLukas Tönne
2015-01-20Added basic filtering feature for velocity smoothing.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 rB71271bb, was replacing the force vectors entirely instead ofLukas Tönne
2015-01-20Fix for effector force fields on hair, using the world-to-rootLukas Tönne
2015-01-20Add weak repulsion forces to hair collision response to keep the hairLukas Tönne
2015-01-20Added back the velocity smoothing implementation.Lukas Tönne
2015-01-20Fix for Sintel hair bug.Lukas Tönne