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-05-13new bridge tool: fix for cases with it would crash when existing faces matche...Campbell Barton
2013-05-13fix [#35308] Edge Split operator splits unselected edgesCampbell Barton
2013-05-13fix for bridge flipping, loops pointing away from eachother (over 90d differe...Campbell Barton
2013-05-13add missing STACK_INIT, also quiet float <> double conversion warnings.Campbell Barton
2013-05-12remove BLI_array allocations from uv/color reverse, rotate. Campbell Barton
2013-05-12bmesh recalculate normals - remove BLI_array reallocation, the max size of th...Campbell Barton
2013-05-12remove wanton use of array reallocation for mesh smoothing.Campbell Barton
2013-05-12bridge option to bridge loop pairs,Campbell Barton
2013-05-12fix for 2 crashes in bridge tool mixing open/closed loops with different vert...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
2013-05-09fix for 2 errors introduced since releaseCampbell Barton
2013-05-09fix [#35257] Brige > Merge sometimes flips resultCampbell Barton
2013-05-08code cleanup: dissolve - use iterator macros, remove unused function.Campbell Barton
2013-05-08mesh dissolve vertices: option to split off corners of surrounding faces, mak...Campbell Barton
2013-05-08smooth falloff options for loopcut.Campbell Barton
2013-05-08add option to only beauty fill between vertices with non-matching tags,Campbell Barton
2013-05-07expose bmesh volume calculation to python api (use for print toolbox addon).Campbell Barton
2013-04-28fix for out of bounds memory read when running wire-frame tool on empty mesh.Campbell Barton
2013-04-26fix/feature [#35085] Loop cut slideCampbell Barton
2013-04-25individual inset was missing relative option.Campbell Barton
2013-04-23from bug report [#34984] bmesh.ops.recalc_face_normals() ignores use_flip=TrueCampbell Barton
2013-04-21missed this previous commit (r56188), using normalized angle function.Campbell Barton
2013-04-21code cleanup: avoid unneeded normalizations when joining tris -> quads, also ...Campbell Barton
2013-04-16Random number generator: replace a bunch of usage of the global random numberBrecht Van Lommel
2013-04-15rename axis_angle_to_mat3_no_norm() --> axis_angle_normalized_to_mat3().Campbell Barton
2013-04-11fix own mistake in recent inset-interpolation option, some faces were not int...Campbell Barton
2013-04-11interpolate verts as well as loops for inset.Campbell Barton
2013-04-09fix for error in recent changes to beautify, clear edge tags before use.Campbell Barton
2013-04-07Fix for [#34898] Typo in error message of mathutils.VectorThomas Dinges
2013-04-07Mesh Tool,Campbell Barton
2013-04-07mesh inset tool - option to interpolate UV's vcols etc, on by default since t...Campbell Barton
2013-04-07simplify inset loop-customdata-copying, no real benefit in using adjacent fac...Campbell Barton
2013-04-07remove error checks for inset, adding a faces in this instance wont fail (or ...Campbell Barton
2013-04-06svn merge ^/trunk/blender -r55815:55840Sergey Sharybin
2013-04-06ctrl+a select all in button fieldCampbell Barton
2013-04-06add relative offset option for poke tool.Campbell Barton
2013-04-06patch [#34890] BMesh Poke Face.Campbell Barton
2013-04-06bmesh operator rename inset -> inset_regionCampbell Barton
2013-04-06patch [#34886] BMesh Individual Face InsetCampbell Barton
2013-04-05code cleanup: include orderCampbell Barton
2013-04-01Merged changes in the trunk up to revision 55700.Tamito Kajiyama
2013-04-01correct too-big allocation in mesh beautify.Campbell Barton
2013-03-31style cleanupCampbell Barton
2013-03-30Beautify - use a heap for the edge rotation queue rather then checking to rot...Campbell Barton
2013-03-30code cleanup: move beauty fill calculation into its own function and some sty...Campbell Barton
2013-03-30code comments: bmesh operator doxy header descriptions.Campbell Barton
2013-03-28code cleanup: python/pep8 and double-promotion warnings.Campbell Barton
2013-03-28BMesh: make the context create operator (Fkay) more logical, before calling e...Campbell Barton