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: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24convert spaces to tabs and some formatting.Campbell Barton
2012-03-24Adding back delete edge loop to delete menuDaniel Salazar
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-24SVN maintenance.Guillermo S. Romero
2012-03-24code cleanup: move bmesh inline funcs to headers (avoids compiling the C files).Campbell Barton
2012-03-24code cleanup: bmesh_ source files in our editor dir, they are the same as ot...Campbell Barton
2012-03-24code cleanup: re-shuffle some functions so EDBM_ functions are in bmesh_utils.cCampbell Barton
2012-03-24fix for error with saving files after double clicking, the 'need_active' sett...Campbell Barton
2012-03-24code cleanup: more consistent naming for mesh operator functions.Campbell Barton
2012-03-24Sequence Editor Themes:Thomas Dinges
2012-03-24code cleanup: use zero_v3Campbell Barton
2012-03-23Better smoothing for sculpt cube falloff.Nicholas Bishop
2012-03-233D View Themes:Thomas Dinges
2012-03-23Knifetool: add help message in header lineHoward Trickey
2012-03-23Fixed a couple of typos in the Python API docsHoward Trickey
2012-03-23fix for cmake error on non osx systemsCampbell Barton
2012-03-23bmesh editmode - split dissolve into its own menu. mesh delete code was getti...Campbell Barton
2012-03-23Fix for jump to keyframe operator reusing property values incorrectSergey Sharybin
2012-03-23Fix for [#30438] x=zero not accepted for a bone tail.Bastien Montagne
2012-03-23fix for error with console command history not working, using previous settings.Campbell Barton
2012-03-23fix [#30632] Edge Split Modifier (creates invalid mesh)Campbell Barton
2012-03-23minor speedup to vertex split function, avoid a hash lookup when its not needed.Campbell Barton
2012-03-23file selector text field and file renaming were doing undo pushes.Campbell Barton
2012-03-23edge split bmesh operator wasnt accessible (defined but not used), for some r...Campbell Barton
2012-03-23doc cleanup: minor corrections and improvements to docstrings + recent doc ch...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-23Fix for step-by-step tracking issue caused by operator presets changesSergey Sharybin
2012-03-23patch [#30620] Wiki Quick Hack: Make Tooltip Text Colour ThemeableCampbell Barton
2012-03-22patch [#30636] Enable full screen mode with SDL2Campbell Barton
2012-03-22Correction recent start/end range values for frames: it was impossible to setSergey Sharybin
2012-03-22Fix for #30627. This improves the behaviour of the internal_reconnect functio...Lukas Toenne
2012-03-22Fix for Add Movie Strip and Add Sound Strip operators and operator property r...Sergey Sharybin
2012-03-22patch [#30635] Fix SDL2 version check by Wander Costa (walac)Dalai Felinto
2012-03-22#collada skeleton animation import, fixes #29246Arystanbek Dyussenov
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-22bmesh py api:Campbell Barton
2012-03-22Fix #30575: Text gets wrongly clipped when using accented lettersSergey Sharybin
2012-03-22Renaming CD_WEIGHT_MCOL/MLOOPCOL and their masks from WEIGHT to PREVIEW, as t...Bastien Montagne
2012-03-22code cleanup: remove BMesh * args from query functions which don't need itCampbell Barton
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-22bmesh: debugging function to help resolve issues with corrupt mesh data - BM_...Campbell Barton
2012-03-22fix for python called operators getting/setting the operator last used state,...Campbell Barton
2012-03-22style cleanup: enforce macros using a semicolon.Campbell Barton
2012-03-22fix [#30623] user-defined render presets bugCampbell Barton