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
2013-03-02Added typecasts to keep c++ from reporting errorsGaia Clary
2013-02-21code cleanup: remove references to old bevel code (which has been removed for...Campbell Barton
2013-02-19Fix #34249: collapse edges crash blender with a specific meshSergey Sharybin
2013-02-19minor change to own recent commit with transform fcurve centers and some styl...Campbell Barton
2013-02-11style cleanup: also some typosCampbell Barton
2013-02-09add beauty option for triangle fill since you might want to use the initial s...Campbell Barton
2013-02-09fix for is_quad_convex_v3(), getting the dominant axis wasn't accurate enough...Campbell Barton
2013-02-06problem with own changes to triabgulate: calling beauty fill directly would r...Campbell Barton
2013-02-06style cleanup: some warnigs & spelling.Campbell Barton
2013-02-04add BM_edge_is_contiguous(), check for python api.Campbell Barton
2013-02-03style cleanup & some spellingCampbell Barton
2013-02-03fix BM_loop_calc_face_tangent for concave face corners, caused a bug in wire-...Campbell Barton
2013-02-03fix for error in own recent change, sculpt triangulate was done on a bmesh wi...Campbell Barton
2013-02-03fix [#34073] Combined EdgeLoop slides weirdly on even tryCampbell Barton
2013-02-03improve BMesh api use from r54265, no need to do edge lookups from the faces ...Campbell Barton
2013-02-02Remove loose edges created during undo in dynamic-topology sculpt modeNicholas Bishop
2013-02-02triangulate was checking existance of edges unnecessarily, splitting face alr...Campbell Barton
2013-01-30correction to r54188, also don't attempt to triangulate triangles.Campbell Barton
2013-01-29skip calculating the normal for each face when triangulating, all callers mak...Campbell Barton
2013-01-29Triangulate modifier no longer uses bmesh operator api call, instead add a BM...Campbell Barton
2013-01-29Correct fix for r54164, the testcase I was using worked but different edge sl...Campbell Barton
2013-01-28minor optimization - don't do double lookups on vertex mask layer for vert_ma...Campbell Barton
2013-01-28style cleanup: also remove unneeded NULL check.Campbell Barton
2013-01-21code cleanup: minor changes, replace len_v3 with len_squared_v3 for comparison.Campbell Barton
2013-01-21fix [#33937] Planar decimate + triangulate operator leaves non-triangle facesCampbell Barton
2013-01-21code cleanup: style & warnings.Campbell Barton
2013-01-19use openmp for building bmesh arrays, also replace calloc with malloc.Campbell Barton
2013-01-19minor dyntopo speedup: was doing 2x ghash lookups for BM_log_face_removed(), ...Campbell Barton
2013-01-17optimize bmesh operations that use triangle BMFace's (dyn-topo and mesh conve...Campbell Barton
2013-01-15replace vertex slide with the transform operator. (MESH_OT_vert_slide -> TRAN...Campbell Barton
2013-01-14remove NULL checks for BM_iter_new() element iterators. replace checks with a...Campbell Barton
2013-01-14optimize BM_face_exists(), was doing a lot of redundant checks.Campbell Barton
2013-01-14use booleans for bmesh api.Campbell Barton
2013-01-14fix own bug, edge crease and bevel weights lost on undo.Campbell Barton
2013-01-14code cleanup: use BMW_begin insode for loops body.Campbell Barton
2013-01-10bmesh todo: uv stretch area draw mode wasn't calculating ngon area - added ar...Campbell Barton
2013-01-10don't store bevel weights or edge crease customdata layers in editmode unless...Campbell Barton
2013-01-09style cleanupCampbell Barton
2013-01-08fix [#33784] Select Linked All + Seams fails to select seam bounded areaCampbell Barton
2013-01-08fix [#33792] Accessing a bmesh object created by from_object crashes blenderCampbell Barton
2013-01-08* Fix for #31581. The issue was that we scaled the face prior toAntony Riakiotakis
2013-01-03code cleanup: BM_face_create_ngon()Campbell Barton
2013-01-03fix [#33689] Crash with decimate modifierCampbell Barton
2012-12-31rename BM_edge_calc_squared_length -> BM_edge_calc_length_squared, matching l...Campbell Barton
2012-12-31style cleanupCampbell Barton
2012-12-30Add BMLog for efficiently storing changes to vertices and facesNicholas Bishop
2012-12-30Add BM_edge_calc_squared_length() query functionNicholas Bishop
2012-12-28style cleanupCampbell Barton
2012-12-28fix [#33677] Lambda is un-settable for mesh.vertices_smooth_laplacianCampbell Barton
2012-12-28Add 'vertex_only' option to bevel tool.Howard Trickey