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-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
2013-06-10fix [#35648] Loop cut, smoothness showing wrong symmetricalCampbell Barton
2013-06-06fix issue with new bridge tool interpolation [#35636]Campbell Barton
2013-06-04fix own error with removing vertex weights not checking for non-existing weig...Campbell Barton
2013-06-04fix for own error in recent bridge changes, make sure normals are calculated ...Campbell Barton
2013-06-04edit-mesh improvements to select shortest pathCampbell Barton
2013-06-03fix [#35311] Planar Decimate / Limited Dissolve fails to merge some adjacent ...Campbell Barton
2013-06-03fix [#35555] Collada: export destroys mesh in some casesCampbell Barton
2013-06-03add asserts when scanfilling or triangulating with zero length normal.Campbell Barton
2013-06-02fix for crash in edgering subd when 3+ disconnected edge rings were found.Campbell Barton
2013-05-31previous fix for #35578 didnt work right, check direction of the open edge lo...Campbell Barton
2013-05-31fix [#35578] New bridge tool; bowtie crossing when destination edges form one...Campbell Barton
2013-05-31improve edgering subdivide curvature calculations (calculate length projected...Campbell Barton
2013-05-31correct cast to uintptr_t for smallhash use.Campbell Barton
2013-05-31tweak to edge-loop select, so loop selecting a side of a subdivided triangle ...Campbell Barton
2013-05-29scene render dimension panal: avoid re-creating the framerate string on every...Campbell Barton
2013-05-29fix for own regression in bridge tool since rewrite, UV's were not correctly ...Campbell Barton
2013-05-29Make sure bool will always have the same size in C and C++Sergey Sharybin
2013-05-28bmo_subdivide_edgering.c now builds with release+debuginfo, also remove unuse...Campbell Barton
2013-05-28fix [#35509] MedianPoint choice has bad normalsCampbell Barton
2013-05-28fix [#35503] Bug with BMesh and Mirror Modifier (Blender 2.67)Campbell Barton
2013-05-27bmesh optimization: use offsets for deform-vert lookups to avoid customdata l...Campbell Barton
2013-05-26code cleanup: typosCampbell Barton
2013-05-26bmesh: replace BLI_array reallocs with alloca, also don't check all faces for...Campbell Barton
2013-05-26bmesh: copy function - replace use of array reallocations with alloca in a st...Campbell Barton