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-04-29corrections for redundant null checks & transform printing a string into its ...Campbell Barton
2011-04-26fix [#27178] Material links lost when making mesh data localCampbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-21fix [#27096] Segmentation Fault trying to export DirectX with specific modelCampbell Barton
2011-04-21remove checks on deprecated multires pointer.Campbell Barton
2011-04-19Fix for [#27008] Replacing particle hair with group objects - viewport does n...Janne Karhu
2011-04-08Fix for [#26800] Particle Render "Use Group Count" is shared between differen...Janne Karhu
2011-04-02quiet gcc float -> double promotion warnings.Campbell Barton
2011-03-28particles & vector-font: floats were being implicitly promoted toCampbell Barton
2011-03-16Fix for [#26516] Blender crashes for Particle Physics Path Editing.Janne Karhu
2011-03-12Completely refactored sph fluid particles. Only the very core of the algorith...Janne Karhu
2011-03-09Fix for [#26372] Objects as PS Hair displays and renders differentlyJanne Karhu
2011-03-08Fix for [#26322] x-mirror gives wrong results while editing hair particlesJanne Karhu
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
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