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-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-30Cleanup: move tracking settings to be just after Track panel which makes it e...Sergey Sharybin
2012-03-30updated add mesh template for bmesh. thanks to PKHG for initial conversion.Campbell Barton
2012-03-30fix [#30729]Campbell Barton
2012-03-30support for opengl rendering in the sequencer (header icons as with 3D view).Campbell Barton
2012-03-29fix [#30402] modules dir missing from sys.pathCampbell Barton
2012-03-28Fix #30702: game engine softbody weld threshold was exposed in UI, but actuallyBrecht Van Lommel
2012-03-28remove dissolve keybinding, conflicts with draw, add back to delete menu.Campbell Barton
2012-03-27BMesh TODOs: use loops/polys instead of tessfaces.Bastien Montagne
2012-03-27Port Setup Tracking scene to bmesh apiSergey Sharybin
2012-03-27MakeDupliFaces was using mesh.faces which was renamed to mesh.tessfaces.Sergey Sharybin
2012-03-27Clean-up logic of behavior of refresh/reload operators in sequencerSergey Sharybin
2012-03-26Request from Mango team which will most probably expected by everyone:Sergey Sharybin
2012-03-26Fix for own error in sequencer's Select menu (from r40658, makes me wonder if...Bastien Montagne
2012-03-26Fix [#30684] Bmesh AddTorus.execute failure.Bastien Montagne
2012-03-26Setup tracking scene works again nowSergey Sharybin
2012-03-26fix [#30657] New UV layers created with Mesh.uv_textures.new reset previous o...Campbell Barton
2012-03-26rename lattice influence to strength from r45144 (other deform modifiers call...Campbell Barton
2012-03-26fix [#30672] Mesh menu duplicityCampbell Barton
2012-03-26Patch: [#30652] Influence slider for Lattice ModifierThomas Dinges
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-23more face -> tessface editsCampbell Barton
2012-03-23last commit broke cycles, also add BMESH_TODO's for python scripts that need ...Campbell Barton
2012-03-23rna/python api change: rename Mesh.faces --> tessfaces, since existing script...Campbell Barton
2012-03-23patch [#30620] Wiki Quick Hack: Make Tooltip Text Colour ThemeableCampbell Barton
2012-03-22Fix [#30614] (some Display settings are uneeded for non-geometry/material obj...Bastien Montagne
2012-03-22Fix #30491: Not Updating Scene LengthSergey Sharybin
2012-03-22Quick Mango request: Adjustable contrast/intensity for unselected F-Curves inJoshua Leung
2012-03-22fix for python called operators getting/setting the operator last used state,...Campbell Barton
2012-03-22fix [#30623] user-defined render presets bugCampbell Barton
2012-03-21== Sequencer ==Peter Schlaile
2012-03-21rename ngon tessellate function.Campbell Barton
2012-03-21patch from Richard Shaw, exclude ffmpeg files when its disabled.Campbell Barton
2012-03-21Patch #30611: grey out bone show wireframe option if no custom shape is set,Brecht Van Lommel
2012-03-20Some advanced particle rotation modes and reorganization of the rotation panel:Janne Karhu
2012-03-20patch [#30595] Wiki Quick Hacks: Make Tooltip Background Colour ThemeableCampbell Barton
2012-03-19Grmml, dummy typo in previous UI message-fix commit… :/Bastien Montagne
2012-03-19bmesh: inset tool, access from face menu (Ctrl+F)Campbell Barton
2012-03-19"Fix" for [#30098] Particle rotation wrong / explode modifierJanne Karhu
2012-03-19lattice & UV 'select all' menu items were missing action assignment.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-18Re-enable the clay strips sculpt brush.Nicholas Bishop
2012-03-17UI messages: unification of select/deselect stuff.Bastien Montagne
2012-03-17Minor UI messages fixes, and enabling i18n for all modifier_setError() error ...Bastien Montagne
2012-03-17add select invert for latticeCampbell Barton
2012-03-16Patch by Psy-Fi + my minor changesAlexander Kuznetsov