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-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-20New debug element "circle" for simulations, which is quite useful forLukas Tönne
2015-01-20Debug grid drawing for hair volume was drawing one subdivision too many.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-20Expose hair grid info in the RNA (read-only); it can be useful forLukas 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-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