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-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-18Bug fix: with bigger than 1 cache step dead particles didn't alway stay deadJanne Karhu
2011-02-13warning cleanup.Campbell Barton
2011-02-13enforce string limits (reported by pedantic checking tools & some developers).Campbell Barton
2011-02-12- resource leak in pointcache, opendir without closedir()Campbell Barton
2011-02-11Bug fix for problem 2 in [#25973] Bake End Frame Not ConfigurableJanne Karhu
2011-01-25Fix for [#25781] Bake cache for particles fails at end , ALT + A notJanne Karhu
2011-01-12remove redundant assignments & unused vars.Campbell Barton
2011-01-10callback function ptcache_particle_extra_read() was incorrect type, also fix ...Campbell Barton
2011-01-10Compiler warning fixes for the same point cache things Joshua tried to fix ea...Janne Karhu
2011-01-10Bug fix: particles dying in collisions could lead to crash in some casesJanne Karhu
2011-01-09Viscoelastic springs for sph particle fluids, original patch by Stephen White...Janne Karhu
2011-01-09Replace uint32_t in pointcache code with unsigned int as it's supported in dnaJanne Karhu
2011-01-09Fix for [#25544] Blender crashes when changing the particles emission amountJanne Karhu
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-07New hair child options:Janne Karhu
2011-01-07Fix for [#25526] Inmediate crash when changing amount of particles in a parti...Janne Karhu
2011-01-06remove assignments which are unused.Campbell Barton
2011-01-02Small changes to new pointcache code:Janne Karhu
2011-01-02Crash fix for pointcache... bad goto's here.Ton Roosendaal
2011-01-02Quiet warnings from last commit.Campbell Barton
2011-01-02Pointcache code cleanup and disk cache compression options:Janne Karhu
2010-12-21rename addlisttolist() to BLI_movelisttolist()Campbell Barton
2010-12-19Mistake in previous own commit, checking the wrong cache frame.Janne Karhu
2010-12-18Extreme makeover of pointcache code:Janne Karhu
2010-12-18Fix for [#25282] Crash when weting initial mesh pressets with a smoke simulationJanne Karhu
2010-12-17no functional changes: SETLOOPER macro assumed a scene was defined called 'sc...Campbell Barton
2010-12-15Fix for [#25218] No smoke is emitted when particle system starts and ends on ...Janne Karhu
2010-12-08Bug fix: normal (from particles) child particles didn't use the rough paramet...Janne Karhu
2010-12-08Fix for [#25079] Duplicating object with particles system on it make Blender ...Janne Karhu
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03fix for some pedantic warnings.Campbell Barton
2010-12-01fix for some mistakes in recent commit.Campbell Barton
2010-12-01Smoke now uses only one point cache where both normal and high resolution smo...Janne Karhu
2010-11-25Possible fix for the issue that came up in [#24890] Vector Blur node is BuggyJanne Karhu
2010-11-08Fix for [#24597] Option External in Smoke cache affects settings of start and...Janne Karhu
2010-11-04Temporary fix for "freezing when pointcache is baked":Janne Karhu
2010-11-03use c90 compatible static initializers.Campbell Barton
2010-11-02Fix for [#24501] Apeend object with cloth sim from another file crash.Janne Karhu
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-14Fix for [#24237] Hair dynamics with zero particles generates a segmentation f...Janne Karhu
2010-10-07misc fixes found with clang's static checker.Campbell Barton
2010-10-06Fix for [#24134] pointcache memory error (crash)Janne Karhu
2010-10-04Fix for [#24118] Hair particles can not be editedJanne Karhu
2010-09-28[#24028] Minor fixes to BLI_math_vectorCampbell Barton
2010-09-28Fix for [#23732] Smoke / load external cache doesn't workJanne Karhu
2010-09-28Fix for own recent commit 32147Janne Karhu