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
2012-01-02Added OpenMP multithreading for SPH particle systems.Alex Fraser
2012-01-02SPH particle simulation fixes:Alex Fraser
2011-12-30style edits for function declarationsCampbell Barton
2011-11-20share code for fluidsim, ocean & dynamic paint file paths.Campbell Barton
2011-11-16minor cleanupCampbell Barton
2011-11-08use some more logical BLI math functions & tracking used INT_MAX on a short.Campbell Barton
2011-11-06more macro --> BLI math lib, mainly replace VECCOPY in render and blenkernel.Campbell Barton
2011-11-06replace macros with bli math functions for particles codeCampbell Barton
2011-10-30Modifier compilation tweaks (Blender conference commit) Thomas Dinges
2011-10-27quiet -Wempty-body and unused warningsCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22Code cleanup: file operations merged into single header, some function namesBrecht Van Lommel
2011-10-22header cleanup and typo'sCampbell Barton
2011-10-20- add BLI_string_utf8.h for unicode functions.Campbell Barton
2011-10-15Fix for [#28823] Boids use uninitialized memory.Janne Karhu
2011-10-10header cleanup (no functional changes)Campbell Barton
2011-09-25Committing patch #27442: Adaptive time step for fluid particles. The number ofAlex Fraser
2011-08-30Fixes for snprintf usage:Brecht Van Lommel
2011-07-24== RNA Property Updates get called by Animation System now ==Joshua Leung
2011-07-18Bug fix: particle cache should only be cleared on the exact first integer fra...Janne Karhu
2011-07-10Fix for [#27289] Hair: Render Option - Object does not point objects to end o...Janne Karhu
2011-07-10Fix for [#26873] Animated displacement modifier on an object doesn't work wit...Janne Karhu
2011-07-05Fix for [#27182] particle/collision kill interacting strangelyJanne Karhu
2011-06-12Bug fix: keyed physics didn't work properly if the first key wasn't the keyed...Janne Karhu
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