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-07-17fix for particle system using uninitialized stack memory with midpoint of rk4...Campbell Barton
2012-07-17use math vector init functionsCampbell Barton
2012-07-13new mask rasterizer written to take advantage of the compositors threading, m...Campbell Barton
2012-07-04Revert the DNA pdef_stickness -> pdef_stickiness part of r48556.Bastien Montagne
2012-07-03First load of spell and typo fixes (mostly UI messages, but also one or two p...Bastien Montagne
2012-06-17style cleanup:Campbell Barton
2012-06-07style cleanupCampbell Barton
2012-06-05style cleanupCampbell Barton
2012-05-28Fix #29846, Dynamic rotation of particles not affected by forcefields 2.61 64...Lukas Toenne
2012-05-24style cleanup: brace placement/newlinesCampbell Barton
2012-05-24style cleanup: comma placementCampbell Barton
2012-05-20code cleanup:Campbell Barton
2012-05-15Cloth: Revert triangulation after talking with brecht. Daniel Genrich
2012-05-15Fix own compile error reported by brecht.Daniel Genrich
2012-05-09style cleanup: whitespace/operatorsCampbell Barton
2012-05-06code cleanup: naming - BKE_mesh_*Campbell Barton
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