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-04patch [#34103] use boolean in path functions and add comments.Campbell Barton
2013-03-02Added typecasts to keep c++ from reporting errorsGaia Clary
2013-03-01style cleanup: braces with multi-line statements, also add some comments.Campbell Barton
2013-02-21Enable new bevel tool code in bevel modifier.Howard Trickey
2013-02-21code cleanup: remove references to old bevel code (which has been removed for...Campbell Barton
2013-02-20increase openmp limit for release so low poly meshes don't use openmp threads...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-13revert own commit, caused regression - hanging on triangulation [#34214].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-09improve beauty-fill tool for non-flat triangles.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-05own recent change to triangulate bmesh operator stopped filling in mapping sl...Campbell Barton
2013-02-04code cleanup: warningsCampbell 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-03when triangulating ngons, use beauty option to rotate edges. gives much nicer...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-02-02style cleanupCampbell Barton
2013-01-31Fix bevel bug #33906, unwanted distortion with skewed meshes.Howard Trickey
2013-01-31style cleanupCampbell Barton
2013-01-30bridge tool could make bow-tie quads when given 2 isolated edges.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-25header cleanup, include BLI before BKE, also use bool for ntreeShaderExecTreeCampbell Barton
2013-01-21code cleanup: minor changes, replace len_v3 with len_squared_v3 for comparison.Campbell Barton
2013-01-21Vertex bevel: adjust vertex positions to make a more rounded pattern.Howard Trickey
2013-01-21fix [#33937] Planar decimate + triangulate operator leaves non-triangle facesCampbell Barton
2013-01-21Bevel vertex: fix rebuild of faces so they are connected when seg > 1.Howard Trickey
2013-01-21code cleanup: style & warnings.Campbell Barton
2013-01-21Bevel vertex only (shortcut: control-shift-B) initial commit.Howard Trickey
2013-01-20fix for own error in recent BLI_array commitCampbell Barton
2013-01-20code cleanup: remove some paranoid checks which would have crashed anyway ear...Campbell Barton
2013-01-20fix own bug with uninitialized arrays in subdivide (from recent BLI_array.h u...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