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-07-19style cleanup: braces/indentationCampbell Barton
2013-07-19code cleanup: remove BLI_array use when extruding individual faces. also use ...Campbell Barton
2013-07-19code cleanup: remove array reallocation in bmesh duplicate function (use alloca)Campbell Barton
2013-07-19enable type limits warning when compiling with gcc.Campbell Barton
2013-07-16correct own incorrect check bmesh edgerin subdivide, also add missing break i...Campbell Barton
2013-07-13fix for bad NULL check in bmo_connect_pair, also remove duplicate checks in i...Campbell Barton
2013-07-11fix [#36100] bevel lost selectionCampbell Barton
2013-07-11Fix bevel when there is a gap in faces around vertex.Howard Trickey
2013-07-11add BM_elem_attrs_copy_ex() which can take a flag arg to define which flags s...Campbell Barton
2013-07-11fix for bridge tool where the 2 loops overlap (typical use for scanfill), how...Campbell Barton
2013-07-11fix for problem with edge slide where it would stop shapekey modifier from be...Campbell Barton
2013-07-11bm_loop_interp_mdisps was doing multiple lookups in the same pointer in a nes...Campbell Barton
2013-07-10BM_mesh_clear was setting toolflags incorrectly, also no meed to calloc when ...Campbell Barton
2013-07-09fix for own error in normal-recalc r58077, initial face flipping wasn't check...Campbell Barton
2013-07-09minor improvementsCampbell Barton
2013-07-08fix/improve normal calculation, noticed when checking on the previous bugfix.Campbell Barton
2013-07-08Fix bevel bugs 34445 and 35109, copying over edge data.Howard Trickey
2013-07-08remove unused normal-recalc flags.Campbell Barton
2013-07-08move normal recalculation into its own source file.Campbell Barton
2013-07-08fix [#36047] Recalculate normals produces faulty normals on certain simple me...Campbell Barton
2013-07-06fix for writing past array end with loop filling.Campbell Barton
2013-07-05fix [#35989] bridge tool flip mashCampbell Barton
2013-07-05fix [#36014] Individual Origin Translation across Normal Orientation doesn't ...Campbell Barton
2013-07-04Fix bevel crash bug 35990. Sometimes no face to interpolate from.Howard Trickey
2013-07-03style cleanupCampbell Barton
2013-07-02Fix Bevel bug #34321, making bevel keep UVs contiguous when possible.Howard Trickey
2013-07-02bump up openmp limit for release,Campbell Barton
2013-07-01bridge tool: calculate face normals before triangulating, own error when remo...Campbell Barton
2013-07-01add type checking assert in bmesh operator iterator.Campbell Barton
2013-06-27fix for incorrect selection when running MESH_OT_loop_to_region, running wire...Campbell Barton
2013-06-27BM_face_legal_splits - perform calculations in 2d (was using 3d vectors for a...Campbell Barton
2013-06-27avoid calling axis_dominant_v3_to_m3 twice from BM_face_legal_splitsCampbell Barton
2013-06-27remove bmesh arg from BM_face_legal_splits(), don't use a bmesh iterator.Campbell Barton
2013-06-26fix [#35507] BMesh module: Crash on to_mesh() if faces.layers.tex is used but...Campbell Barton
2013-06-26bmesh mirror operator was counting layers in inner loop for no good reason.Campbell Barton
2013-06-26correct typos in comments.Campbell Barton
2013-06-24add api calls for BM_mesh_active_vert/edge_get.Campbell Barton
2013-06-23tweak comparisons for connect pair in rare case the value == CONNECT_EPS.Campbell Barton
2013-06-23fix for connect_pair cutting across triangle verts from edges.Campbell Barton
2013-06-22Extend existing editmesh connect tool so it can connect across multiple faces.Campbell Barton
2013-06-19correct for own regressions when refactoring select-path, was using heap popm...Campbell Barton
2013-06-19Remove paranoid null checks for editmesh EDBM_vert_at_index and friends (use ...Campbell Barton
2013-06-14remove 'dissolve_edge_loop' bmesh operator, edgeloop dissolve replaces this now.Campbell Barton
2013-06-14bmesh edge dissolve: add option use_face_split (matching vertex dissolve opti...Campbell Barton
2013-06-13code cleanup: also fix crash in GPU_state_print(). and confine to debug mode ...Campbell Barton
2013-06-11Use OpenMP threads in bm_loop_interp_mdispsSergey Sharybin
2013-06-11Fix for distortion happens when flipping mesh normalsSergey Sharybin
2013-06-11Fix msvc compile error with subdivide use_smooth_even option.Brecht Van Lommel
2013-06-10correction to typo in r57327, ui-load wasnt working on splash screen.Campbell Barton
2013-06-10optimize customdata lookups for subdivision.Campbell Barton