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-05-22remove / comment unused code, patch by nico_ga on IRC with some edits.Campbell Barton
2011-05-15Fix for [#27131] particle system BUG - one particle generated twice at vertex...Janne Karhu
2011-05-05Fix for [#27294] Subframes cause dampened particles to behave differentlyJanne Karhu
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-10[#26848] Keyed Particles seems to be brokenJanne Karhu
2011-04-02quiet gcc float -> double promotion warnings.Campbell Barton
2011-03-29Fix for [#26658] Permeable colliders stop particlesJanne Karhu
2011-03-28particles & vector-font: floats were being implicitly promoted toCampbell Barton
2011-03-28Bug fix: particles emitted from a moving emitter exploded with verlet integra...Janne Karhu
2011-03-22Fixing the particle emitter interpolation (#25385 & #26493) furtherJanne Karhu
2011-03-21Half way fix for [#25385] Particles Emitter only interpolates IPOs & [#26493]...Janne Karhu
2011-03-19ugh, left in a debug print in the previous commitJanne Karhu
2011-03-19Fix for [#26546] Particles leak through deforming quad meshJanne Karhu
2011-03-18hide addon_utils in bpy.utils & tag/remove unused vars in recent commits.Campbell Barton
2011-03-18New particle collisions code:Janne Karhu
2011-03-14Fix for [#20171] Properties of Hair are not animateableJanne Karhu
2011-03-12tag/comment unused variables.Campbell Barton
2011-03-12Completely refactored sph fluid particles. Only the very core of the algorith...Janne Karhu
2011-03-10Fix for [#26441] Child Hair CrashJanne Karhu
2011-03-10add option requested [#25598] projection surface snap issueCampbell Barton
2011-03-09Fix for [#26372] Objects as PS Hair displays and renders differentlyJanne Karhu
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
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