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-22Fix: Normal maps and triangulate modifier will give incorrect result onAntony Riakiotakis
2012-11-12BM_iter_as_arrayN() can now take an optional existing array argument, useful ...Campbell Barton
2012-11-03code cleanup: float <> double conversion.Campbell Barton
2012-10-23rename api functions...Campbell Barton
2012-09-06code cleanup: BM_face_legal_splits() was doing some redundant assignments.Campbell Barton
2012-09-03Fix knife bug #30764, failure to cut sometimes.Howard Trickey
2012-08-18style cleanup: also correct some doxy commentsCampbell Barton
2012-08-17fix own error in recent smoothview cleanup, also correct some cross reference...Campbell Barton
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-07-06Fix [#32003] Triangulate fails for simple case.Bastien Montagne
2012-06-27style cleanupCampbell Barton
2012-06-24Fix [#31807] Ngon triangulation errorBastien Montagne
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-13code cleanup: use vector math function minmax_v3v3_v3() and other minor vecto...Campbell Barton
2012-04-23- fix for python freeing its own bmesh clearing the global mirror cache.Campbell Barton
2012-04-23code cleanup: change C naming convention (so py and C api match), eg:Campbell Barton
2012-04-19code cleanup: remove unused BMesh args.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-16minor speedup for scanfill, dont calculate the normal if its already known - ...Campbell Barton
2012-04-16inline function for "Newell's Method" used for normal calc.Campbell Barton
2012-04-15make ngon_perimeter into a public api function and expose to python.Campbell Barton
2012-04-08code cleanup:Campbell Barton
2012-03-28own error r45225Campbell Barton
2012-03-28code cleanup: (dont include ';' in defines), last commit also missed changes ...Campbell Barton
2012-03-27Fix tweak for #30638: use same BMesh Face area computation functions as Mesh,Brecht Van Lommel
2012-03-26fix #30668 and the rest of #30638.Antony Riakiotakis
2012-03-25Comment out the projection to ngon normal plane when calculating ngon area. T...Antony Riakiotakis
2012-03-25Fix #30638 and part of #30646.Antony Riakiotakis
2012-03-11fix for debug assignment left in from own commit r44778Campbell Barton
2012-03-10Speedup for ngon normal calculationCampbell Barton
2012-03-10bmesh fix: faces were being created flipped the wrong way compared to surroun...Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-08building without python works again, cleanup bmesh include paths (cmake and s...Campbell Barton
2012-03-07- simplify rip code not to expand/contract selection.Campbell Barton
2012-03-06fix for own error in edge-rotate keeping edge customdata - this was crashing ...Campbell Barton
2012-03-04bmesh: add back feature from 2.4x Ctrl+Shift+T subdivides quads in the altern...Campbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-03-03style cleanup - spelling corrections & update some incorrect comments.Campbell Barton
2012-03-02style cleanupCampbell Barton
2012-03-01style cleanup: bmesh - have continue on new line, also avoid unneeded loop in...Campbell Barton
2012-02-29use floats rather then doubles for bmesh poly functions.Campbell Barton
2012-02-29Undid part of commit 44552: can't use mathutils on doublesHoward Trickey
2012-02-29Code cleanup, no functional change: use mathutils copyHoward Trickey
2012-02-29update doxygen comments for bmesh.Campbell Barton
2012-02-28more header re-arranging.Campbell Barton
2012-02-28Code CleanupCampbell Barton
2012-02-27minor bmesh api naming edits.Campbell Barton