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-12change bevel do/while loops to step the pointer in the while check, no functi...Campbell Barton
2012-11-12bevel fan fill edges meeting non selected geometry rather then making ngons w...Campbell Barton
2012-11-12code cleanup: spelling,Campbell Barton
2012-11-12BM_iter_as_arrayN() can now take an optional existing array argument, useful ...Campbell Barton
2012-11-12bmesh bevel todo: don't loop through all faces to find faces connected to a v...Campbell Barton
2012-11-12replace BM_edge_face_count with BM_edge_is_manifold/BM_edge_is_wire/BM_edge_i...Campbell Barton
2012-11-12style cleanupCampbell Barton
2012-11-12update to python api `Gotcha` docs to reflect changes to the api. also add a ...Campbell Barton
2012-11-12Bevel: several bug fixes.Howard Trickey
2012-11-12fix [#33142] Ctrl LMB higher selection mode in edit mode sometimes selects ex...Campbell Barton
2012-11-09Bevel: use library plane/line intersection instead of custom one.Howard Trickey
2012-11-09bmesh refactor - rename some of the BM_****_share_****_count() functions to B...Campbell Barton
2012-11-09style cleanup: indentationCampbell Barton
2012-11-09add fallbacks for BM_vert_calc_shell_factor() and BM_vert_calc_mean_tagged_ed...Campbell Barton
2012-11-09code cleanup: move shrinkwrap's benchmark macro into PIL_time.h & some minor ...Campbell Barton
2012-11-09code cleanup: double promotion warnings with new bevel code & wrong use of NU...Campbell Barton
2012-11-08style cleanupCampbell Barton
2012-11-08Merge gsoc Bevel (with rounding) into trunk.Howard Trickey
2012-11-08fix [#33000] bmesh.ops.create_* either crash blender or do nothingCampbell Barton
2012-11-08decimator - merge flags when collapsing edges / verts, so seams and edges dra...Campbell Barton
2012-11-08code cleanup: unused defines & some formatting.Campbell Barton
2012-11-08fix [#26472] Decimate overlaps polygonsCampbell Barton
2012-11-08decimate - degenerate edges are now added back into the heap (with an dummy c...Campbell Barton
2012-11-07fix [#33106] Decimate modifier/collapse give bad resultCampbell Barton
2012-11-07decimator - interpolate vertex normals rather then re-calculating them. faste...Campbell Barton
2012-11-07decimator - no need to check abs() on normal length.Campbell Barton
2012-11-06avoid using function calls in macros that result in multiple function calls.Campbell Barton
2012-11-05avoid using BLI_array for remove double helper function - bmesh_find_doubles_...Campbell Barton
2012-11-03code cleanup: float <> double conversion.Campbell Barton
2012-11-03style cleanupCampbell Barton
2012-11-03code cleanup: cmake - add missing headers, remove directories from source lis...Campbell Barton
2012-11-01style cleanupCampbell Barton
2012-11-01fix for own error - vertex custom-data flag wasnt working with the decimatorCampbell Barton
2012-10-31make use customdata typeoffset more, add an assert to ensure its to date.Campbell Barton
2012-10-30minor improvement to vector api use, replace add, multiply by 0.5 with mid_v3...Campbell Barton
2012-10-30minor changes to select similar,Campbell Barton
2012-10-30Fix build for recent bmo commit (gcc wants a return value in any case! ;) ).Bastien Montagne
2012-10-30bad naming, the bmesh operator only tags, not selects.Campbell Barton
2012-10-30code cleanup: move select-similar bmesh operators into their own file since t...Campbell Barton
2012-10-30add the option to select Equal/Greater/Less when selecting similar.Campbell Barton
2012-10-30add option to select face by matching number of sides.Campbell Barton
2012-10-30correct assertionCampbell Barton
2012-10-29style cleanup: also quiet harmless compiler warning.Campbell Barton
2012-10-29fix [#32998] Decimate modifier - PlanarCampbell Barton
2012-10-28fix for extruding edges giving incorrect (swapped) loop data for new faces.Campbell Barton
2012-10-28code cleanup: minor changes before committing functional changes.Campbell Barton
2012-10-28style cleanupCampbell Barton
2012-10-27revert last commit, it broke regular face extrude. need to look into it further.Campbell Barton
2012-10-27fix for extruding single edges from faces giving flipped loop data - UV's/VColsCampbell Barton
2012-10-27A few more BMesh errors messages translated, and "automated" translation for ...Bastien Montagne