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-20Corrected the divergence and gradient calculation for the hair gridLukas Tönne
2015-01-20Fallback method for defining density in the hair grid using discreteLukas Tönne
2015-01-20Added a margin to the number of cells used in the poisson grid solver,Lukas Tönne
2015-01-20Fix for merge errors and leftover unused code lines.Lukas Tönne
2015-01-20Implementation of a target density feature for the hair simulation.Lukas Tönne
2015-01-20Another fix for off-by-one hair grid resolution errors.Lukas Tönne
2015-01-20Rewriting the grid rasterization function for hair segments.Lukas Tönne
2015-01-20Merge branch 'hair_immediate_fixes' into gooseberryLukas Tönne
2015-01-20Implemented PIC and FLIP methods for combining the fluid grid simulationLukas Tönne
2015-01-20Main solver step for generating a divergence-free hair velocity fieldLukas Tönne
2015-01-20Added new header for Eigen utility classes.Lukas Tönne
2015-01-20Updated a few comments.Lukas Tönne
2015-01-20Compile hair volumetrics code as C++, so we can use Eigen easier.Lukas Tönne
2015-01-20Minor debug code fix.Lukas Tönne
2015-01-20Use a fixed, uniform cell size for hair continuum grids.Lukas Tönne
2015-01-20Removed unused voxel_filter_size DNA property.Lukas Tönne
2015-01-20Renamed HairVertexGrid to HairGrid, since it's not actually storingLukas Tönne
2015-01-20Removed unused "collider grid" struct from hair volumetrics.Lukas Tönne
2015-01-20Better grid rasterization method for hair volumetric grids.Lukas Tönne
2015-01-20Unused leftover debug variable.Lukas Tönne
2015-01-20Reimplemented the voxel texture type for displaying hair continuum grids.Lukas Tönne
2015-01-20Debug visualization code of a slice of the hair velocity vector field.Lukas Tönne
2015-01-20Removed arbitrary factor 2.0 on volumetric hair friction factor.Lukas Tönne
2015-01-20Fill the hair volume grid with the _new_ velocities from the firstLukas Tönne
2015-01-20Debug drawing feature to visualize the hair continuum grid.Lukas Tönne
2015-01-20Perform grid-based velocity smoothing for hair outside of the implicitLukas Tönne
2015-01-20Minor fix for lost variable declaration during cherry-picking.Lukas Tönne
2015-01-20Fix for warnings/errorsLukas 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-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-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-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-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