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-05fix [#35989] bridge tool flip mashCampbell Barton
2013-07-05fix [#36014] Individual Origin Translation across Normal Orientation doesn't ...Campbell Barton
2013-07-01add type checking assert in bmesh operator iterator.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-26correct typos in comments.Campbell Barton
2013-06-24add api calls for BM_mesh_active_vert/edge_get.Campbell Barton
2013-06-22Extend existing editmesh connect tool so it can connect across multiple faces.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-10fix [#35648] Loop cut, smoothness showing wrong symmetricalCampbell Barton
2013-06-06fix issue with new bridge tool interpolation [#35636]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-05-31fix [#35578] New bridge tool; bowtie crossing when destination edges form one...Campbell Barton
2013-05-31tweak to edge-loop select, so loop selecting a side of a subdivided triangle ...Campbell Barton
2013-05-29Make sure bool will always have the same size in C and C++Sergey Sharybin
2013-05-28fix [#35509] MedianPoint choice has bad normalsCampbell Barton
2013-05-26code cleanup: typosCampbell Barton
2013-05-26bmesh: copy function - replace use of array reallocations with alloca in a st...Campbell Barton
2013-05-25bmesh: optimize iterator size using a union for iterator specific data.Campbell Barton
2013-05-23Bug fix, IRC report.Ton Roosendaal
2013-05-23Support for bridge tool subdivisions, smoothing and shape along the profile.Campbell Barton
2013-05-22utility bmesh functions, for edge loop creation, optionally pass array BM_edg...Campbell Barton
2013-05-17fix for BM_mesh_edgeloops_find(), could give edge loops with one vert. (cause...Campbell Barton
2013-05-16fix for crash in grid-fill where it was possible for rail edges to overlap.Campbell Barton
2013-05-16bmesh, grid fill tool.Campbell Barton
2013-05-15bmesh edgeloop utility function, calculates an edge loop from 2 verts (start ...Campbell Barton
2013-05-14tweak to r56784, no functional change, utility function worked confusingly.Campbell Barton
2013-05-14fix for problem where edge loop select would select too many vertices (extend...Campbell Barton
2013-05-14refactor bmesh edge loop walker,Campbell Barton
2013-05-14bmesh api: add 'is_boundary' attribute to verts.Campbell Barton
2013-05-13fix for strange behavior with loop select involving ngons,Campbell Barton
2013-05-13code cleanup: remove duplicate calls to 'BMW_current_state'Campbell Barton
2013-05-13remove BLI_array use in bmesh mirror, add BMO_iter_as_arrayN() function.Campbell Barton
2013-05-12fix for crash with new bridge method used with invalid edge-loops.Campbell Barton
2013-05-12bmesh recalculate normals - remove BLI_array reallocation, the max size of th...Campbell Barton
2013-05-12bridge option to bridge loop pairs,Campbell Barton
2013-05-12bridge tool: support for bridging loops with different numbers of vertices.Campbell Barton
2013-05-11add support for bridging multiple edge loops at once.Campbell Barton
2013-05-11- add generic edge-loop utility functions for bmesh.Campbell Barton