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-12fix for crash with new bridge method used with invalid edge-loops.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-09bmesh: optimize bmesh_vert_separate, redice allocs (best cast it wont do any ...Campbell Barton
2013-05-09can't use alloca in inline functions (fills up stack - I thought compiler wou...Campbell Barton
2013-05-09bmesh: avoid using BLI_array macros for every face when converting to 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-08more optimal method of calculating the normal for the solidify modifier.Campbell 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-08minor speedup for bmesh - add CustomData_bmesh_free_block_data(), useCampbell Barton
2013-05-08speedup for freeing bmeshes, skip calling free on everyCampbell 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-05-01fix for missing slot in edge bisect bmesh operator.Campbell Barton
2013-04-30fix [#35150] Crash when bmesh operation called from within a Panel draw()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-24fix [#34657] Smoothing will not be updated in object mode, when hiding faces ...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-19fix for incorrect edge slide interpolation at loop endpoings with ngons.Campbell Barton
2013-04-19simple optimization, replace BM_face_other_edge_loop() with BM_loop_other_edg...Campbell Barton
2013-04-16code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and ...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-15code cleanup: minor BMESH_TODO's, some were left in even though they were don...Campbell Barton
2013-04-14code cleanup: minor changes, clang checker option for exact size matches and ...Campbell Barton
2013-04-14minor speedup to BM_mesh_normals_update()Campbell Barton
2013-04-14bmesh operators: use operator type-flag to specify which operations require n...Campbell Barton
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...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-08fix for fix: re-activating buttons to fix [#33466], meant the icon didn't get...Campbell Barton
2013-04-07Fix for [#34898] Typo in error message of mathutils.VectorThomas Dinges