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-06-16Cleanup: styleCampbell Barton
2015-05-24Cleanup: styleCampbell Barton
2015-05-20doxygen: corrections/updatesCampbell Barton
2015-04-14Cleanup: warningsCampbell Barton
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-03-27Physics: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2015-03-11Cleanup: styleCampbell Barton
2015-03-02Revert "Reshuffle applying of solver results a bit to ensure it works exactly"Lukas Tönne
2015-03-02Reshuffle applying of solver results a bit to ensure it works exactlyLukas Tönne
2015-03-01Use the old double-step collision method only for cloth.Lukas Tönne
2015-03-01Fix T43406: Bring back cloth collisions.Lukas Tönne
2015-01-31Compiler warning: double-promotionCampbell Barton
2015-01-21Removed generic debug1..4 values from the cloth data.Lukas Tönne
2015-01-21Cleanup: styleCampbell Barton
2015-01-20Made SimDebugData into a single global instance.Lukas Tönne
2015-01-20Cleanup: warningsCampbell Barton
2015-01-20Fixed merge errors.Lukas Tönne
2015-01-20Fix for invalid access to undefined hair data in edge-only cloth meshes.Lukas Tönne
2015-01-20Radical simplification of the wind effect on hair, since the previousLukas Tönne
2015-01-20Fix for wind force function call.Lukas Tönne
2015-01-20Improved force field effects on hair strands.Lukas Tönne
2015-01-20Fix for applying the bending randomness factor.Lukas Tönne
2015-01-20Randomness factor for hair bending stiffness.Lukas Tönne
2015-01-20Nicer hashing functionality for sim debugging using a variadic macroLukas Tönne
2015-01-20Some tweaking of value ranges for hair target density and removedLukas Tönne
2015-01-20Inverted effect of target density was unstable, the divergence termLukas Tönne
2015-01-20Use dedicated debug values in cloth settings instead of abusing unusedLukas Tönne
2015-01-20Fixed wrong stride values used for offsetting the index of Eigen values.Lukas Tönne
2015-01-20Hair grid code was using an invalid hair segment at each hair end withLukas Tönne
2015-01-20A bunch of debug drawing changes.Lukas Tönne
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