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-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
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-07improve bmesh face interpolation - transforming verts into the faces plane ra...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-05fix [#34870] bmesh.ops.* parameter lists and descriptions don't show in PyCon...Campbell Barton
2013-04-05add BM_face_calc_center_mean_weighted() gives much better result at cost of s...Campbell Barton
2013-04-05code cleanup: include orderCampbell Barton
2013-04-05svn merge ^/trunk/blender -r55776:55813Campbell Barton
2013-04-04py api, bmeshCampbell Barton
2013-04-04svn merge ^/trunk/blender -r55700:55776Campbell Barton
2013-04-04fix [#34802] Individual Transformation Confusing in Edit ModeCampbell Barton
2013-04-04improved method of getting the tangent axis from a bmesh triangle,Campbell Barton
2013-04-01Removed ME_CDFLAG_FREESTYLE_EDGE and ME_CDFLAG_FREESTYLE_FACE from Mesh::cd_f...Tamito Kajiyama
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