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-03-24style cleanup: pep8, indentationCampbell Barton
2012-03-24Adding back delete edge loop to delete menuDaniel Salazar
2012-03-23bmesh editmode - split dissolve into its own menu. mesh delete code was getti...Campbell Barton
2012-03-23edge split bmesh operator wasnt accessible (defined but not used), for some r...Campbell Barton
2012-03-21patch from Richard Shaw, exclude ffmpeg files when its disabled.Campbell Barton
2012-03-19bmesh: inset tool, access from face menu (Ctrl+F)Campbell Barton
2012-03-19Grumph, more fixes in this Select menu (Invert had default op name for metaba...Bastien Montagne
2012-03-18Fix [#30588] "select/deselect all"-menu for lattice doesn't default to TOGGLEBastien Montagne
2012-03-17UI messages: unification of select/deselect stuff.Bastien Montagne
2012-03-17add select invert for latticeCampbell Barton
2012-03-15Move brush tool/paint-mode from toolbar to brush menu.Nicholas Bishop
2012-03-14Add partial visibility operator including keymaps and menu items.Nicholas Bishop
2012-03-11[#30373] Which part to snap in volume snapping is removedMartin Poirier
2012-03-08style cleanup: pep8 + picky editsCampbell Barton
2012-02-27Code Cleanup:Campbell Barton
2012-02-26minor style editsCampbell Barton
2012-02-25Patch [#30341] by Davis Sorenson (dsavi). Thanks! Thomas Dinges
2012-02-25[#30197] Snapping: Align rotation buttonMartin Poirier
2012-02-20moved select interior faces into a C function (was python)Campbell Barton
2012-02-18svn merge ^/trunk/blender -r44189:44204Campbell Barton
2012-02-17In fact, snapping in particle edit mode also might make sense.Sergey Sharybin
2012-02-17svn merge ^/trunk/blender -r44136:44189Campbell Barton
2012-02-17Fix for recent changes in 3D viewport header: object might be missed and in thisSergey Sharybin
2012-02-17Cleanup of 3D viewport header in painting modes:Sergey Sharybin
2012-02-16Sculpt/Paint UI: Add a new menu for brush options.Nicholas Bishop
2012-02-16Sculpt UI: add missing sculpt options to menuNicholas Bishop
2012-02-16Bugfix: update the sculpt menu to use the correct path to the unified paint s...Nicholas Bishop
2012-02-13new bmesh tool - limited dissolve.Campbell Barton
2012-02-09svn merge ^/trunk/blender -r43976:43995Campbell Barton
2012-02-08add bake action into animation menu - this nifty operator wasn't available an...Campbell Barton
2012-02-08svn merge ^/trunk/blender -r43934:43976Campbell Barton
2012-02-08Correct mathutils documentation, also correct some python spelling errors and...Campbell Barton
2012-01-18svn merge ^/trunk/blender -r43461:43472Campbell Barton
2012-01-17pep8 edits, also remove unused varsCampbell Barton
2012-01-15svn merge ^/trunk/blender -r43381:43392Campbell Barton
2012-01-15svn merge ^/trunk/blender -r43345:43381Campbell Barton
2012-01-15Ooops ! Small error in previous own commit :/Bastien Montagne
2012-01-14remove *.select_inverse operators where the *.select_all operator has an inve...Campbell Barton
2012-01-14fix own bug [#29875] Due to operators now reusing there last-used settings, s...Campbell Barton
2012-01-08svn merge ^/trunk/blender -r43183:43220Campbell Barton
2012-01-063DView / Properties Region:Thomas Dinges
2012-01-03svn merge ^/trunk/blender -r43062:43085Campbell Barton
2012-01-02weight paint buttons now work in weight paint vertex select modeCampbell Barton
2012-01-02svn merge ^/trunk/blender -r43033:43062Campbell Barton
2012-01-01use `props` all over for operator properties varsCampbell Barton
2012-01-01pep8 editsCampbell Barton
2011-12-23svn merge ^/trunk/blender -r42778:42839Campbell Barton
2011-12-22patch [#29673] Visualize Indices (developer aid)Campbell Barton
2011-12-21Patch [#29654] New menu option under Object > Game with "Copy All Physics Att...Dalai Felinto
2011-12-11Add vertex connect tool to Ctrl-V submenu and Mesh->Vertices submenu.Antony Riakiotakis