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
2011-02-23Possible fix for [#26190] Changing particle amount crashesJanne Karhu
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-13Small addition to particle grid distribution:Janne Karhu
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-12Particles todo item: particle texturesJanne Karhu
2011-02-12fix for possible (but unlikely) problem with strncpy not adding \0 and then e...Campbell Barton
2011-02-04Improvements for particle grid distribution:Janne Karhu
2011-01-27Silly mistake in own previous commit, now we have particles again!Janne Karhu
2011-01-27Fixing some clang reported issues in particle code.Janne Karhu
2011-01-22comment dead code and fix 2 missing NULL checks (pointer used after NULL chec...Campbell Barton
2011-01-18Bug fix: particle dynamics were being calculated if point cache was only half...Janne Karhu
2011-01-12Fix for [#25572] crash when changing vertex group density in particle modeJanne Karhu
2011-01-11comment/remove unused vars from particle and multires code.Campbell Barton
2011-01-10callback function ptcache_particle_extra_read() was incorrect type, also fix ...Campbell Barton
2011-01-09Viscoelastic springs for sph particle fluids, original patch by Stephen White...Janne Karhu
2011-01-08remove unused code & variables.Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-07Bug fix: particle point cache was reset on start frame if particles had grid ...Janne Karhu
2011-01-07New hair child options:Janne Karhu
2011-01-07Fix for [#25506] Hair showing up in places not assigned by a weightmapJanne Karhu
2011-01-07bugfix [#25519] particlesystem, type hair, hair dynamics enabled: crash with ...Campbell Barton
2011-01-05Fix for [#25492] Cached particles are killed too earlyJanne Karhu
2011-01-02- correct typos in comments.Campbell Barton
2011-01-02Pointcache code cleanup and disk cache compression options:Janne Karhu
2010-12-22Fix for [#25339] Rendering Fluid's Float Particals cause crash when utilizng ...Janne Karhu
2010-12-18Extreme makeover of pointcache code:Janne Karhu
2010-12-18Fix for mistake in own commitJanne Karhu
2010-12-17Big fix: particle pointcache was cleared fully on any particle setting changeJanne Karhu
2010-12-15Fix for [#25218] No smoke is emitted when particle system starts and ends on ...Janne Karhu
2010-12-14Fix for [#25206] Particles system can't start at frame 0Janne Karhu
2010-12-13"Fix" for [#25184] Forces for growing hair - update inconsistency - as discus...Janne Karhu
2010-12-10Bug fix: child particles weren't always updated correctlyJanne Karhu
2010-12-10Fix for [#25095] Particle systems and object with collision modifier bugJanne Karhu
2010-12-05Fix for [#25036] boids particle from 2.49 opened in 2.5 is crash !?Janne Karhu
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-02Fix for [#25006] Particle system crash (missing check for negative index)Janne Karhu
2010-11-19remove unused argument.Campbell Barton
2010-11-19Bugfix #24795: Typo fix in particle_system.cJoshua Leung
2010-11-18Algorithm fix for fluid particles:Janne Karhu
2010-11-16Fix for [#24750] Particles draw percentage setting is not working in No Physi...Janne Karhu
2010-11-16Fix for [#24706] 2.55 beta Hair now only rendering small fuzzy blobJanne Karhu
2010-11-15Fix for [#24724] Emission settings of Particles with no physics are stuck to ...Janne Karhu
2010-11-09Fix for [#24580] and [#24600]Janne Karhu
2010-11-05minor c90 compat edits. (no functional changes).Campbell Barton
2010-11-03Oops, particle collisions didn't take simulation subframes into account at all.Janne Karhu
2010-10-27Fix for [#24401] Fluid particles leak through walls of moving objectJanne Karhu
2010-10-22Include BLI_storage.h where zlib.h is also included. Some systems need _LARGE...Nathan Letwory
2010-10-21remove unused args for some modifiers, no functional change.Campbell Barton
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton