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-24fix for error adding vertex colors in editmode.Campbell Barton
2012-03-24fix for crash removing vertex colors in editmode.Campbell 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-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-24code cleanup: more consistent naming for mesh operator functions.Campbell Barton
2012-03-24code cleanup: use zero_v3Campbell Barton
2012-03-23Knifetool: add help message in header lineHoward Trickey
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-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-22style cleanup: enforce macros using a semicolon.Campbell Barton
2012-03-21style cleanup: bmeshCampbell Barton
2012-03-21fix [#30617] regression: select similar no thresholdCampbell Barton
2012-03-21disable re-using 'number_cuts' setting on operators, problem was that you cou...Campbell Barton
2012-03-20temp disable inset boundary option, it can make invalid meshes, need to look ...Campbell Barton
2012-03-20style cleanupCampbell Barton
2012-03-20bmesh inset: outset optionCampbell Barton
2012-03-20bmesh inset:Campbell Barton
2012-03-19Spelling of UI messages (then -> than).Bastien Montagne
2012-03-19code cleanup: bmesh api - make arg order consistent - htype before hflag or o...Campbell Barton
2012-03-19bmesh: inset tool, access from face menu (Ctrl+F)Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-17UI messages: unification of select/deselect stuff.Bastien Montagne
2012-03-16*picky* fix for edge rotateCampbell Barton
2012-03-15fixes for vertex color (found when brining X3D import back)Campbell Barton
2012-03-13stule cleanup for rct.c and fix for error in last commit.Campbell Barton
2012-03-13workaround [#30480] Knife tool flickerCampbell Barton
2012-03-13style cleanupCampbell Barton
2012-03-12Code cleanup: knife gathers pos-related state into a struct. No functional ch...Howard Trickey
2012-03-12Make knifetool more robust against crashes. Fix some hole problems.Howard Trickey
2012-03-11remove Object member from BMesh struct - was only used for undo and BMEditMes...Campbell Barton
2012-03-11style cleanup: + some warning fixes, also remove unused metaelem extern.Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-09code cleanup: replace macros VECCOPY, VECADD, VECSUB, INPR - with BLI_math fu...Campbell Barton
2012-03-09some code cleanup for rip tool.Campbell Barton
2012-03-09BMesh: rewrite edge split code (used by edge split modifier and rip tool)Campbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-09bmesh py api, new functions:Campbell Barton
2012-03-08Fix #30489: Loop Cut by Typing Numbers Is Limited to 32?Sergey Sharybin
2012-03-08Knifetool: change ESC to mean cancel, not confirm.Howard Trickey
2012-03-08code cleanup: duplicate checks and double assignments.Campbell Barton
2012-03-08style cleanup - spelling.Campbell Barton
2012-03-08fixCampbell Barton
2012-03-08fix for 2 crashes from missing NULL checks.Campbell Barton
2012-03-07style cleanup: picky editsCampbell Barton
2012-03-07Knifetool uses direct cutting instead of scanfill: fixes bugs 29908, 28963, 3...Howard Trickey