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-05-05code cleanup: BKE_scene api naming.Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-05-03Fix #31259: particle grid distribution not working.Brecht Van Lommel
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-21style cleanup: multi-line if statements.Campbell Barton
2012-04-21style cleanupCampbell Barton
2012-04-21style cleanupCampbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-20Adds support for utf paths on Windows.Alexander Kuznetsov
2012-03-20Some advanced particle rotation modes and reorganization of the rotation panel:Janne Karhu
2012-03-19Fix #30456: transforming object with a hair particle system, on a frame afterBrecht Van Lommel
2012-03-19"Fix" for [#30098] Particle rotation wrong / explode modifierJanne Karhu
2012-03-18spelling cleanupCampbell Barton
2012-03-11style cleanup, also remove unused externs.Campbell Barton
2012-03-09code cleanup: replace macros VECCOPY, VECADD, VECSUB, INPR - with BLI_math fu...Campbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-27fix for emitting particles (needed tessfaces).Campbell Barton
2012-02-25style cleanup, use { on newline after function definition.Campbell Barton
2012-02-18minor edits to sync up with trunk, remove crash save handler, this can be add...Campbell Barton
2012-02-13svn merge ^/trunk/blender -r44024:44076Campbell Barton
2012-02-12Fix [#29737] Can't edit particle hair if particle count is 0.Janne Karhu
2012-02-12Fix [#29265] Particle Instance: Create Along Paths + Children inconsistent wi...Janne Karhu
2012-02-05support for 'origspace' data layer - used for hair on subsurf mesh.Campbell Barton
2012-01-30remove CDDM_copy second argument, added CDDM_copy_from_tessface instead.Campbell Barton
2012-01-26svn merge ^/trunk/blender -r43693:43733Campbell Barton
2012-01-26Fix #29957: Texture "Generate" mapping work as global with cloth modifierSergey Sharybin
2012-01-26particle system now ensures tessfaces are available.Campbell Barton
2012-01-26remove cellalloc, from my tests jemalloc beats cellalloc, so we better just u...Campbell Barton
2012-01-25svn merge ^/trunk/blender -r43676:43685Campbell Barton
2012-01-25fix for memory leak when particles have 0 elements.Campbell Barton
2012-01-03svn merge ^/trunk/blender -r43062:43085Campbell Barton
2012-01-02Added OpenMP multithreading for SPH particle systems.Alex Fraser
2012-01-02SPH particle simulation fixes:Alex Fraser
2011-12-30svn merge ^/trunk/blender -r42973:42991Campbell Barton
2011-12-30style edits for function declarationsCampbell Barton
2011-11-30More DM func renames, fixing some build breaks, renaming more stuff, also see...Andrew Wiggin
2011-11-20svn merge ^/trunk/blender -r41998:42009Campbell Barton
2011-11-20share code for fluidsim, ocean & dynamic paint file paths.Campbell Barton
2011-11-16svn merge -r41899:41926 ^/trunk/blender. also sync mempool with trunk and mov...Campbell Barton
2011-11-16minor cleanupCampbell Barton
2011-11-10svn merge -r41638:41648 ^/trunk/blenderCampbell Barton
2011-11-09Fix a particle memory allocation mismatch using MEM_allocN for alloc and BLI_...Andrew Wiggin