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-12-31rename BM_edge_calc_squared_length -> BM_edge_calc_length_squared, matching l...Campbell Barton
2012-12-31style cleanupCampbell Barton
2012-12-30Add symmetrize operator for dynamic-topology sculpt modeNicholas Bishop
2012-12-30Add BMLog for efficiently storing changes to vertices and facesNicholas Bishop
2012-12-30Add BM_edge_calc_squared_length() query functionNicholas Bishop
2012-12-28style cleanupCampbell Barton
2012-12-28fix [#33677] Lambda is un-settable for mesh.vertices_smooth_laplacianCampbell Barton
2012-12-28Add 'vertex_only' option to bevel tool.Howard Trickey
2012-12-27fix [#33651] Spin tool destroys unselected loose vertexCampbell Barton
2012-12-24code cleanup: don't alloca zero size and remove paranoid NULL checks (checked...Campbell Barton
2012-12-23code cleanupCampbell Barton
2012-12-22correct own error in openmp use for BM_mesh_elem_index_ensure().Campbell Barton
2012-12-21minor bmesh improvementsCampbell Barton
2012-12-21fix own error in bmesh/openmp unhiding, set BM_OMP_LIMIT to 0 so we can spot ...Campbell Barton
2012-12-19use BM_face_create() over BM_face_create_ngon() in bevel and extrude individu...Campbell Barton
2012-12-19bmesh optimization: use BM_face_create() rather then BM_face_create_ngon() in...Campbell Barton
2012-12-19fix [#33606] Adding the Decimate modifier will crash BlenderCampbell Barton
2012-12-18style cleanupCampbell Barton
2012-12-18style cleanupCampbell Barton
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-16fix own error [#33529] Bevel on a certain edgeloop results in segmentation faultCampbell Barton
2012-12-14code cleanup and move alternate shell calculation method into its own functio...Campbell Barton
2012-12-12move edge split into its own function which can be called by the modifier wit...Campbell Barton
2012-12-12use header only tags for edge split (to prepare to move this into tools/)Campbell Barton
2012-12-12add threshold for bmesh & openmp so its not used with low poly meshes, BM_OMP...Campbell Barton
2012-12-12use openmp to thread some common bmesh operationsCampbell Barton
2012-12-12replace BLI_array_declare with BLI_array_staticdeclare() and BLI_array_alloca...Campbell Barton
2012-12-11replace BLI_array_fixedstack_declare with() new macro BLI_array_alloca() whic...Campbell Barton
2012-12-11minor speedup - replace use of smallhash with api_flags for BM_edge_split()Campbell Barton
2012-12-11own cleanup commit in bmesh branch - removed last letters from ends of some c...Campbell Barton
2012-12-08bmesh toolflags would use BLI_MEMPOOL_SYSMALLOC when reducing layers only (wo...Campbell Barton
2012-12-08fix [#33438] Bevel modifier "angle" mode is brokenCampbell Barton
2012-12-07Bevel: fix 'causing artifacts' bug 33245.Howard Trickey
2012-12-04bevel - use tri-fan filling in the special case when a bevel edge meets a non...Campbell Barton
2012-12-04bevel: re-order checks so angle checks are done after quick sanity checks.Campbell Barton
2012-12-03revert part of r52720, Id rather leave these as-is, even if they give warning...Campbell Barton
2012-12-03fix [#33392] In-dev freeway generation addon crashes on recent builds.Campbell Barton
2012-12-03use const for bm_mesh_allocsize_default, bm_mesh_chunksize_defaultCampbell Barton
2012-12-03bridge tool - simple optimization, break early if edge loop length comparison...Campbell Barton
2012-12-03fix [#33391] Bridge two Edgeloops fails in simple caseCampbell Barton
2012-12-03Bevel: fix for bulging part of bug 33280.Howard Trickey
2012-12-02Silent a bunch of gcc warnings (usually dummy, but noisy!).Bastien Montagne
2012-12-02Silent some warnings (the one in bmesh_operator.c was even preventing build i...Bastien Montagne
2012-12-01Bevel: fix crash bug 33362, when beveling one edge at valence 2 vertex.Howard Trickey
2012-12-01Bevel: fix spike in suzanne, bug 33354.Howard Trickey
2012-11-30fix for various asserts running operator tests - not likely any of these woul...Campbell Barton
2012-11-30fix for another error in my own recent commit, beauty fill crashed.Campbell Barton
2012-11-30fix own mistake in recent commit - entering editmode with a shape key crashed.Campbell Barton
2012-11-29remove unneeded mesh->bmesh conversion code that copied BMLoop data in a sepa...Campbell Barton
2012-11-29fix [#33029] Applying modifier leaks memoryCampbell Barton