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-10-16More UI messages and BKE_reportf<->BKE_report fixes...Bastien Montagne
2012-10-12quiet some -Wshadow warningsCampbell Barton
2012-10-09Another refactor for 3D view's edit Transform panel. Main changes:Bastien Montagne
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-07-18Add Skin modifier's radius values to Transform panel (in 3D views).Bastien Montagne
2012-07-03First load of spell and typo fixes (mostly UI messages, but also one or two p...Bastien Montagne
2012-06-20style cleanup: use TRUE/FALSE for ui align args.Campbell Barton
2012-05-08style cleanup: view3dCampbell Barton
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28Code and style cleanup in own modules in BKE and also mball moduleSergey Sharybin
2012-04-20attempt to fix [#31033], cant redo the bug but button layout wasnt greatCampbell Barton
2012-04-19remove BM_ITER, BM_ITER_INDEX macros, use ELEM or MESH variants only (the mac...Campbell Barton
2012-04-19style cleanup: BM_ITER / BM_ITER_INDEX / BMO_ITERCampbell Barton
2012-04-19Fixing bug [#31005] Nurbs UI bugThomas Dinges
2012-04-10Code cleanup: remove a bunch of unused code from this file.Brecht Van Lommel
2012-04-10Address [#30842] Blenders Measurement Units set to Metric, makes some Precisi...Campbell Barton
2012-03-27style/name cleanup: have EDBM_* functions match our style guide and also matc...Campbell Barton
2012-03-26style cleanup: mostly whitespace around operatorsCampbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-04Many i18n fixings, based on [#30428] [2.62] Translation Issues.Bastien Montagne
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-03-02bmesh minor changesCampbell Barton
2012-03-02Fix [#30419] Median wrongly setting lattice vertex weights.Bastien Montagne
2012-02-26bmesh api cleanupCampbell Barton
2012-02-26bmesh code cleanupCampbell Barton
2012-02-22code cleanyp - no functional changes.Campbell Barton
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-02-12* remove the MFace parts of join (we only need polygon data)Campbell Barton
2012-02-12remove bm_get_cd_float, use CustomData_bmesh_get instead, this function only ...Campbell Barton
2012-02-12Fix for bevel weights not being set in toolbar buttons (edit mode).Bastien Montagne
2012-02-12code refactor, function renaming for bmesh.Campbell Barton
2012-02-12rename BM_ flags for `BMHeader->hflag` to BM_ELEM_ to be more clear that the...Campbell Barton
2012-02-06svn merge ^/trunk/blender -r43887:43918Campbell Barton
2012-02-06no functional change: NC_SPACE|ND_SPACE_VIEW3D notifier was getting an Object...Campbell Barton
2012-01-13svn merge ^/trunk/blender -r43294:43338Campbell Barton
2012-01-12replace fixed sizes with sizeof when passing string length since size wasn't ...Campbell Barton
2012-01-11svn merge ^/trunk/blender -r43278:43294Campbell Barton
2012-01-11minor cleanup for string use - no functional changesCampbell Barton
2011-12-17svn merge ^/trunk/blender -r42660:42669Campbell Barton
2011-12-16de-duplicate parent loop checking functionCampbell Barton
2011-12-16svn merge ^/trunk/blender -r42617:42655Campbell Barton
2011-12-15more vertex weight edits,Campbell Barton
2011-11-25svn merge ^/trunk/blender -r42116:42139Campbell Barton
2011-11-242.6 Code removal:Thomas Dinges
2011-11-04svn merge -r41480:41503 ^/trunk/blenderCampbell Barton
2011-11-03Fix #29122: Curve Radius keyable from Outliner Datablock view but not Transfo...Sergey Sharybin
2011-11-01use char for BMHeader type and flag (saves 2 bytes per edge/loop/vertex/face)Campbell Barton
2011-10-27svn merge -r41287:41310 ^/trunk/blender note, mirror modifier had slow, per v...Campbell Barton