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-06-30rename bmesh ops since they are exposed in an api now.Campbell Barton
2012-05-28style cleanup: defines with bracesCampbell Barton
2012-05-20code cleanup:Campbell Barton
2012-04-28style cleanup: format 'for' loop macros the same as for loops, some renaming ...Campbell Barton
2012-04-19remove BM_ITER, BM_ITER_INDEX macros, use ELEM or MESH variants only (the mac...Campbell Barton
2012-04-19style cleanup: BM_ITER / BM_ITER_INDEX / BMO_ITERCampbell Barton
2012-04-08style cleanup: pep8 some C/styleCampbell Barton
2012-04-06code cleanup: add doxygen headers to bmesh operator files, also add own inclu...Campbell Barton
2012-03-30For BMesh functions that test flags, add enabled/disabled variants.Nicholas Bishop
2012-03-25Fix bug #30673, "Crash: Bridge a pair of edges."Nicholas Bishop
2012-03-24code cleanup: move bmesh inline funcs to headers (avoids compiling the C files).Campbell Barton
2012-03-19code cleanup: bmesh api - make arg order consistent - htype before hflag or o...Campbell Barton
2012-03-06fix for own error in edge-rotate keeping edge customdata - this was crashing ...Campbell Barton
2012-03-01bmesh api:Campbell Barton
2012-03-01style cleanup: bmesh - have continue on new line, also avoid unneeded loop in...Campbell Barton
2012-02-28code cleanup:Campbell Barton
2012-02-25bugfixCampbell Barton
2012-02-24bmesh bridge - copy UVs and face data whem available.Campbell Barton
2012-02-19copying bmesh dir on its own from bmesh branchCampbell Barton