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-11-26fix [#33303] face selection masking for painting does not work with mesh with...Campbell Barton
2012-11-18style cleanup: if's on the same line.Campbell Barton
2012-10-30remove CD_POLYINDEX customdata layer:Campbell Barton
2012-10-27use min/max inline functions where MIN2/MAX2 were doing type conversion.Campbell Barton
2012-10-23code cleanup: give rng functions BLI prefix.Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-20code cleanup:Campbell Barton
2012-10-18Fix #32912: cycles crash with dead particles, actual crash was caused by anBrecht Van Lommel
2012-10-12remove BLI_noise from BLI_blenlib.h, not that many files need this.Campbell Barton
2012-10-07style cleanup: if();Campbell Barton
2012-09-30style cleanupCampbell Barton
2012-09-28code cleanup: correct spellingCampbell Barton
2012-09-18code cleanup: warningsCampbell Barton
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-08-07Fix for particle influence textures. These now work with "Particle/Strand" in...Lukas Toenne
2012-07-11Fix #32058, Crash when using ParticleInstance with an hidden particle system.Lukas Toenne
2012-07-08style cleanupCampbell Barton
2012-06-25style cleanupCampbell Barton
2012-05-27style cleanupCampbell Barton
2012-05-27code cleanup: defines with braces - end with '(void)0' so callers must end wi...Campbell Barton
2012-05-20use utf8 functions for new modifier namesCampbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-07Style cleanup: displist moduleSergey Sharybin
2012-05-06style cleanup: BKE_*.c files which deal with library functionsCampbell 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-02style cleanup: whitespace, bracesCampbell Barton
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-23code cleanup: comment unused functions (removed one which isnt useful anymore).Campbell Barton
2012-04-21style cleanup: multi-line if statements.Campbell Barton
2012-04-21style cleanupCampbell Barton
2012-04-04rename MPoly vars called mface or mf, to avoid confusion with MFace types.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-20Some advanced particle rotation modes and reorganization of the rotation panel:Janne Karhu
2012-03-18spelling cleanupCampbell Barton
2012-03-09code cleanup: replace macros VECCOPY, VECADD, VECSUB, INPR - with BLI_math fu...Campbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-28code cleanup: use float vector size in function definitions, and const's wher...Campbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-19fix for bug where particle system would fail when the original mesh had no te...Campbell Barton
2012-02-15went over all uses of mesh->mface and added BMESH_TODO comments forCampbell Barton
2012-02-13svn merge ^/trunk/blender -r44024:44076Campbell Barton
2012-02-12Fix [#29530] Changing to particle mode could crash in some casesJanne Karhu
2012-02-12Fix [#29265] Particle Instance: Create Along Paths + Children inconsistent wi...Janne Karhu