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-03-11Removed current implementation of cache reading from various parts ofLukas Tönne
2015-03-11Merge branch 'master' into alembic_pointcacheLukas Tönne
2015-03-11Cleanup: indentationCampbell Barton
2015-03-04Render/Viewport evaluation mode for cache libraries.Lukas Tönne
2015-02-26Replaced point cache in cloth modifiers (also hair) with the new cachingLukas Tönne
2015-02-19Big revert of all things pointcache, old code is impossible to work with.Lukas Tönne
2015-02-13Use a realistic time scale for cloth sim.Lukas Tönne
2015-02-12Use new point cache API in the cloth modifier.Lukas Tönne
2015-02-12Merge branch 'master' into alembic_pointcacheLukas Tönne
2015-02-12Removed the cloth preroll feature.Lukas Tönne
2015-02-12Removed unused function.Lukas Tönne
2015-02-10Merge branch 'master' into alembic_pointcacheLukas Tönne
2015-01-20Fix for invalid access to undefined hair data in edge-only cloth meshes.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-20Use a fixed, uniform cell size for hair continuum grids.Lukas Tönne
2015-01-20Cleanup: Removed the unnecessary cloth solver abstraction (there is onlyLukas 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-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-20Made the voxel grid size for hair interaction configurable and increasedLukas 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
2014-11-12Merge branch 'master' into alembic_pointcacheLukas Tönne
2014-11-11Avoid calling powf with integer exponent in more placesSergej Reich
2014-10-14Merge branch 'master' into pointcacheLukas Tönne
2014-09-24Cleanup: boolCampbell Barton
2014-06-13GSet, GHash: Add BLI_gset_add, since its common to add members to a setCampbell Barton
2014-04-04Cloth: replace EdgeHash with EdgeSetCampbell Barton
2014-03-17Code cleanup: styleCampbell Barton
2014-02-14Fix for crash caused by effectors doing precalculation //during// DAGLukas Tönne
2014-02-14Code cleanup: duplicate headersCampbell Barton
2014-02-06Patch T31269: Add sewing seams to cloth simulationDaniel Genrich
2013-12-08Moved object/modifier/sim resets out of the BKE_ptcache_id_resetLukas Tönne
2013-12-08Removed the BAKED flag from point cache state. The cached now has a newLukas Tönne
2013-12-08Moved remaining state variables of the PointCache DNA struct into theLukas Tönne
2013-12-08Cleanup and restructuring: New 'state' struct in PointCache of typeLukas Tönne
2013-10-31code cleanup: spellingCampbell Barton
2013-08-24cloth was using edgehash not quite correctly:Campbell Barton
2013-08-24cloth spring building: replace MIN2/MAX2 in assignments with a function which...Campbell Barton
2013-08-24fix for leak in cloth modifierCampbell Barton
2013-08-24edge hash: take an arg for the guarded-malloc string (as ghash does)Campbell Barton
2013-07-22cloth: Fix [#36224] Cloth Simulation Doesn't Work on Rearranging ModifiersSergej Reich
2013-03-15code cleanup: rename BKE_mesh_to_curve_ex --> BKE_mesh_to_curve_nurblist,Campbell Barton
2013-03-05code cleanup: also change BKE_blender.h BLENDER_VERSION_CHAR to 'a' so as not...Campbell Barton
2013-01-23sim: Remove "continue physics" codeSergej Reich
2012-12-28style cleanupCampbell Barton