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-18Particle fluid settings weren't copied when particle settings were copied.Janne Karhu
2011-02-18Particle textures didn't use original coordinates properly for grid distribut...Janne Karhu
2011-02-15Fix for [#26083] Animated Particle Textures have no effectJanne Karhu
2011-02-13Some more fixes for particle textures:Janne Karhu
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-13remove unused varCampbell Barton
2011-02-12Small particle effectors update:Janne Karhu
2011-02-12Particles todo item: particle texturesJanne Karhu
2011-02-07Hair ui simplification:Janne Karhu
2011-02-07Fix for [#25955] Hair paths under force field influence look jaggedJanne Karhu
2011-02-07comment unused varCampbell Barton
2011-02-06Bug fix: Particles in dupligroups were mostly drawn properly in 3d view, but ...Janne Karhu
2011-01-27r34526 removed a line which had an unused return value but still needed to run.Campbell Barton
2011-01-27Fixing some clang reported issues in particle code.Janne Karhu
2011-01-26Fix for [#25797] Hair partcle crash when vertexgroup length enabledJanne Karhu
2011-01-22comment dead code and fix 2 missing NULL checks (pointer used after NULL chec...Campbell Barton
2011-01-15Fix for [#25637] curveguide forcefield(Kink: Braid) + particlesystem cause cr...Janne Karhu
2011-01-12remove redundant assignments & unused vars.Campbell Barton
2011-01-11comment/remove unused vars from particle and multires code.Campbell Barton
2011-01-09Viscoelastic springs for sph particle fluids, original patch by Stephen White...Janne 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
2010-12-29Silencing some compiler warnings (gcc)Joshua Leung
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-13Fix for [#25185] Toggling hair dynamics without deleting cache leaves hair di...Janne Karhu
2010-12-08Bug fix: normal (from particles) child particles didn't use the rough paramet...Janne Karhu
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-11-28minor changes to the python api.Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-05minor c90 compat edits. (no functional changes).Campbell Barton
2010-11-03use c90 compatible static initializers.Campbell Barton
2010-10-17- fixed remaining unused warnings.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-09-28Fix for [#23961] Object hair particles do not render if turned off in viewportJanne Karhu
2010-09-23bugfix [#23595] Texture paint with a node based brush produces artifactsCampbell Barton
2010-09-14Fix for a particles memory leak:Janne Karhu
2010-09-03SVN maintenance.Guillermo S. Romero
2010-09-02Fix for [#23298] Kill particle breaks when baking simulationJanne Karhu
2010-09-02Possible fix for [#23334] Particle Mode - Weight editing crashes if large num...Janne Karhu
2010-09-02"Fix" for [#23621] lattice modifier on particle hair when applied doesn't app...Janne Karhu
2010-09-02[#23462] Hair display affects rendered quantityJanne Karhu
2010-09-02Fix for [#23274] curve guide force particles to born at the wolrd's origineJanne Karhu
2010-08-15use more BLI math functions.Campbell Barton
2010-08-10header re-shuffle, some headers contained unneeded refereces to other headers...Campbell Barton
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel