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-01-27Merged changes in the trunk up to revision 54110.Tamito Kajiyama
2013-01-21code cleanup: minor changes, replace len_v3 with len_squared_v3 for comparison.Campbell Barton
2013-01-21fix [#33937] Planar decimate + triangulate operator leaves non-triangle facesCampbell Barton
2013-01-21code cleanup: style & warnings.Campbell Barton
2013-01-19use openmp for building bmesh arrays, also replace calloc with malloc.Campbell Barton
2013-01-19minor dyntopo speedup: was doing 2x ghash lookups for BM_log_face_removed(), ...Campbell Barton
2013-01-17optimize bmesh operations that use triangle BMFace's (dyn-topo and mesh conve...Campbell Barton
2013-01-15replace vertex slide with the transform operator. (MESH_OT_vert_slide -> TRAN...Campbell Barton
2013-01-14remove NULL checks for BM_iter_new() element iterators. replace checks with a...Campbell Barton
2013-01-14optimize BM_face_exists(), was doing a lot of redundant checks.Campbell Barton
2013-01-14use booleans for bmesh api.Campbell Barton
2013-01-14fix own bug, edge crease and bevel weights lost on undo.Campbell Barton
2013-01-14code cleanup: use BMW_begin insode for loops body.Campbell Barton
2013-01-12Merged changes in the trunk up to revision 53729.Tamito Kajiyama
2013-01-10bmesh todo: uv stretch area draw mode wasn't calculating ngon area - added ar...Campbell Barton
2013-01-10don't store bevel weights or edge crease customdata layers in editmode unless...Campbell Barton
2013-01-09style cleanupCampbell Barton
2013-01-08fix [#33784] Select Linked All + Seams fails to select seam bounded areaCampbell Barton
2013-01-08fix [#33792] Accessing a bmesh object created by from_object crashes blenderCampbell Barton
2013-01-08* Fix for #31581. The issue was that we scaled the face prior toAntony Riakiotakis
2013-01-06Merged changes in the trunk up to revision 53584.Tamito Kajiyama
2013-01-03code cleanup: BM_face_create_ngon()Campbell Barton
2013-01-03fix [#33689] Crash with decimate modifierCampbell Barton
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 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-24code cleanup: don't alloca zero size and remove paranoid NULL checks (checked...Campbell Barton
2012-12-23Merged changes in the trunk up to revision 53280.Tamito Kajiyama
2012-12-22correct own error in openmp use for BM_mesh_elem_index_ensure().Campbell Barton
2012-12-21minor bmesh improvementsCampbell Barton
2012-12-20Another big patch set by Bastien Montagne, thanks a lot!Tamito Kajiyama
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-19Merged changes in the trunk up to revision 53146.Tamito Kajiyama
2012-12-19fix [#33606] Adding the Decimate modifier will crash BlenderCampbell Barton
2012-12-14code cleanup and move alternate shell calculation method into its own functio...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-12A big cleaning patch by Bastien Montagne (thanks a lot!)Tamito Kajiyama
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-11Merged changes in the trunk up to revision 52858.Tamito Kajiyama
2012-12-08bmesh toolflags would use BLI_MEMPOOL_SYSMALLOC when reducing layers only (wo...Campbell Barton
2012-12-08Merged changes in the trunk up to revision 52815.Tamito Kajiyama