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
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-07Change !BLI_ghashIterator_isDone to BLI_ghashIterator_notDone. It isAntony Riakiotakis
2013-02-13style cleanupCampbell Barton
2013-01-21mesh-cache deform modifier,Campbell Barton
2012-12-26Region scrollbar fix!Ton Roosendaal
2012-12-23style cleanup: wrap long lines (>200)Campbell Barton
2012-12-22Reshuffled data view for Outliner.Ton Roosendaal
2012-12-20Small fix in drawing 'selection circle' in outliner. It wasn't circular.Ton Roosendaal
2012-12-19Outliner "restrict" buttons (visibility, renderable, etc) were drawing in wro...Ton Roosendaal
2012-12-17UI fixes:Ton Roosendaal
2012-12-14UV Warp Modifier:Campbell Barton
2012-12-13remove UI_DPI_FAC, its not needed anymore.Campbell Barton
2012-12-13code cleanup: quiet warningsCampbell Barton
2012-12-12Holiday coding log :)Ton Roosendaal
2012-11-26search box width's now scale with DPI setting.Campbell Barton
2012-11-20Custom icon for triangulate modifier. Antony Riakiotakis
2012-11-20Triangulate modifierAntony Riakiotakis
2012-11-09style cleanup: indentationCampbell Barton
2012-10-27use min/max inline functions where MIN2/MAX2 were doing type conversion.Campbell Barton
2012-10-26style cleanupCampbell Barton
2012-10-25Fix #30940: layout.prop_search() item not drawing correct inside menus.Brecht Van Lommel
2012-10-24Merge GSoC project from branch: Laplacian Smooth (Operator & Modifier)Daniel Genrich
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-08code cleanup: reduce change the size of some float vectors that were bigger t...Campbell Barton
2012-10-07style cleanup: if();Campbell Barton
2012-09-25fix for error disabling group visibility (which was flushed down to obects),Campbell Barton
2012-09-09style cleanup:Campbell Barton
2012-07-03More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise...Bastien Montagne
2012-06-21workarond for outliner group object selection trick - which is so slow it had...Campbell Barton
2012-06-07code cleanup: rename sequencer types to SEQ_TYPE_*** and use enums rather the...Campbell Barton
2012-06-06disable group/object selection in the outliner, it slows down drawing far too...Campbell Barton
2012-06-03Bugfix: Bone Groups now displayed with correct icon in OutlinerJoshua Leung
2012-05-31style cleanupCampbell Barton
2012-05-22Code cleanup: better warning in case of modifier icons in outliner.Nicholas Bishop
2012-05-22Skin Modifier:Thomas Dinges
2012-05-07style cleanup: outlinerCampbell Barton
2012-05-05code cleanup: BKE_scene api naming.Campbell 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-26outliner header cleanup (copy pasted headers when split up Im guessing)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-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-122.6 UI Modifier Icons:Thomas Dinges
2012-02-12Fix #30110: Outliner view: restriction icons not updating when toggling from ...Sergey Sharybin