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
2012-10-20Merged changes in the trunk up to revision 51448.Tamito Kajiyama
2012-10-20code cleanup:Campbell Barton
2012-10-17minor changesCampbell Barton
2012-10-16un-subdivide bmesh operator, useful for making lower polygon versions of mode...Campbell Barton
2012-10-16style cleanupCampbell Barton
2012-10-16Add BMesh and WM symmetrize operatorsNicholas Bishop
2012-10-15code cleanup: define sizes of vectors for function args and use C style commentsCampbell Barton
2012-10-07Merged changes in the trunk up to revision 51126.Tamito Kajiyama
2012-10-01add compiler hints that failing to create a bmesh face is unlikely.Campbell Barton
2012-09-30Merged changes in the trunk up to revision 50956.Tamito Kajiyama
2012-09-30style cleanupCampbell Barton
2012-09-27fix for adding triangle-fan filled circle not tagging the center vertex.Campbell Barton
2012-09-27style cleanup: also correct incorrect doxy headingCampbell Barton
2012-09-27incorrect spelling in commentsCampbell Barton
2012-09-26fix [#32665] Inconsistent Circle Mesh Edge SubdivisionCampbell Barton
2012-09-23Merged changes in the trunk up to revision 50829.Tamito Kajiyama
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-09-19fix MESH_OT_tris_convert_to_quads() limit options (uv and vertex color) were ...Campbell Barton
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-09-15Merged changes in the trunk up to revision 50607.Tamito Kajiyama
2012-09-12code cleanup: use an enum for uiBut->pointype (more useful debug display of m...Campbell Barton
2012-09-06fix for error in own recent commitCampbell Barton
2012-09-06code clenup: comments and some style edits on ghost/osx (odd indentation)Campbell Barton
2012-09-06fix [#32500] Odd behaviour with subdividing an ngonCampbell Barton
2012-09-06committed by accidentCampbell Barton
2012-09-06code cleanup: use *(*var)[2] for pairs in bmesh code rather then a 1d array s...Campbell Barton
2012-09-05code cleanup: bmesh subdivide code was growing arrays one by one, when the fi...Campbell Barton
2012-09-03fix [#32423] Extrude crashCampbell Barton
2012-08-31Fix #32329: inset produces incorrect result, epsilon was too small to handleBrecht Van Lommel
2012-08-29Merged changes in the trunk up to revision 50257.Tamito Kajiyama
2012-08-24mesh bridge tool now leaves bridge faces selected.Campbell Barton
2012-08-24fix for merged bridge crashing on closed loops (own bug in recent commit) Campbell Barton
2012-08-24fix [#32357] Subdivide fails on newly created edgeCampbell Barton
2012-08-23- add BM_data_interp_from_edges() function (matches BM_data_interp_from_verts).Campbell Barton
2012-08-23bmesh tool: support for merged-bridge (like bridge, collapsing), with aCampbell Barton
2012-08-22Fix #32301: mesh select more/less not taking hidden vertices/faces into account.Brecht Van Lommel
2012-08-22Fix #32262: mesh bridge between edge loops failed to find a good edge matchingBrecht Van Lommel
2012-08-21Fix #32341: extrude with a mirror modifier could lead to orphan vertices, itBrecht Van Lommel
2012-08-18Merged changes in the trunk up to revision 49986.Tamito Kajiyama
2012-08-13style cleanup: use <pre> for doxygen ascii art Campbell Barton
2012-08-12Merged changes in the trunk up to revision 49797.Tamito Kajiyama
2012-08-12style cleanupCampbell Barton
2012-08-04style cleanupCampbell Barton
2012-08-02Merged changes in the trunk up to revision 49478.Tamito Kajiyama
2012-07-29code cleanup:Campbell Barton
2012-07-27Fix #32199: Smooth Vertex no longer has X, Y and Z options.Sergey Sharybin
2012-07-21add option so operators can be called with a flag, currently the only flag is...Campbell Barton
2012-07-21Merged changes in the trunk up to revision 49090.Tamito Kajiyama
2012-07-17code cleanup: spellingCampbell Barton
2012-07-07Merged changes in the trunk up to revision 48695.Tamito Kajiyama