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-11-20code cleanup: make bmesh operator names more consistant since python has acce...Campbell Barton
2012-11-19use input and output slots for bmesh operators, needed for the python api to ...Campbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-01add compiler hints that failing to create a bmesh face is unlikely.Campbell Barton
2012-09-27style cleanup: also correct incorrect doxy headingCampbell Barton
2012-09-12code cleanup: use an enum for uiBut->pointype (more useful debug display of m...Campbell Barton
2012-09-06code cleanup: use *(*var)[2] for pairs in bmesh code rather then a 1d array s...Campbell Barton
2012-08-24mesh bridge tool now leaves bridge faces selected.Campbell Barton
2012-08-24fix for merged bridge crashing on closed loops (own bug in recent commit) Campbell Barton
2012-08-23- add BM_data_interp_from_edges() function (matches BM_data_interp_from_verts).Campbell Barton
2012-08-23bmesh tool: support for merged-bridge (like bridge, collapsing), with aCampbell Barton
2012-08-22Fix #32262: mesh bridge between edge loops failed to find a good edge matchingBrecht Van Lommel
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