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-09-14fix for sharp edge selection being inverted, change default angle from 1 to 3...Campbell Barton
2012-09-14fixes for NULL checks, remove some redundant checks and add some in that have...Campbell Barton
2012-09-11add some missing NULL checks, a few parts of the code used a pointer then che...Campbell Barton
2012-09-10fix [#32518] Vertex slide crash sometimes.Campbell Barton
2012-09-10code cleanup: use BMEdit_FromObject() rather then me->edit_btmesh in more pla...Campbell Barton
2012-09-09style cleanup:Campbell Barton
2012-09-08style cleanupCampbell Barton
2012-09-07minor fix for previous commit. ripping a vert-edge connected to a face would ...Campbell Barton
2012-09-07minor improvements to ripCampbell Barton
2012-09-07fixes for weight paint mode:Campbell Barton
2012-09-07remove makeDerivedMesh from ED_mesh_pick_face(), this was added 44256 (bmesh ...Campbell Barton
2012-09-07code cleanup: header had many incorrect sections for function/file, also rena...Campbell Barton
2012-09-07code cleanup: move vertex and face picking functions into meshtools.cCampbell Barton
2012-09-07code cleanupCampbell Barton
2012-09-06fix [#32502] Shift + V Vertex slide doesn't work for x-mirror editCampbell Barton
2012-09-04stule cleanupCampbell Barton
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-09-03Fix knife bug #30764, failure to cut sometimes.Howard Trickey
2012-09-03style cleanupCampbell Barton
2012-09-03style cleanup: also add debugging print function for derived mesh DM_debug_pr...Campbell Barton
2012-08-31Fix #32458: changing UV image in image editor not working when the active faceBrecht Van Lommel
2012-08-30Possible fix for #32446: after undo in mesh edit mode, vertex/edge/faceBrecht Van Lommel
2012-08-24mesh bridge tool now leaves bridge faces selected.Campbell Barton
2012-08-24fix [#32357] Subdivide fails on newly created edgeCampbell Barton
2012-08-23Fix #32391: new remove doubles "unselected" option was enabled by default, don'tBrecht Van Lommel
2012-08-23bmesh tool: support for merged-bridge (like bridge, collapsing), with aCampbell Barton
2012-08-21Fix #32334: mesh separate by material with > 2 materials could include someBrecht Van Lommel
2012-08-21Fix #32355: select vertex path not working when vertices are selected with e.g.Brecht Van Lommel
2012-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
2012-08-20added 'Unselected' option to remove doubles, merges selected vertices into un...Campbell Barton
2012-08-14code cleanup: reduce calling sqrt() when distances are only calculated for co...Campbell Barton
2012-08-12code cleanup: WM naming conventionsCampbell Barton
2012-08-10fix [#32300] Convex Hull Poll Shouldn't Require 3D ViewCampbell Barton
2012-08-08code cleanup: rename G.rt to G.debug_valueCampbell Barton
2012-08-07Fix knife stack overflow (bug #31907).Howard Trickey
2012-08-06Fix to knife: would sometimes miss cuts on non-planar faces.Howard Trickey
2012-08-05Fix [#32260] 'Select Sharp Edges' works vice versaBastien Montagne
2012-08-01fix crash in sorting mesh elements when called without a viewport.Campbell Barton
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-29style cleanupCampbell Barton
2012-07-28Fixed some knife cut failures.Howard Trickey
2012-07-27Fix #32199: Smooth Vertex no longer has X, Y and Z options.Sergey Sharybin
2012-07-27use B key to toggle 'boundary' option for modal inset.Campbell Barton
2012-07-25change behavior of ediutmesh separate not to cleanup geometry - its not reall...Campbell Barton
2012-07-23Bugfix [#31994] Blend from Shape "Add" mode incorrectly added the full meshJoshua Leung
2012-07-21use fabsf when using floats.Campbell Barton
2012-07-21add option so operators can be called with a flag, currently the only flag is...Campbell Barton
2012-07-20ignore hidden faces when splitting by loose parts of materials.Campbell Barton
2012-07-20Separate meshes by loose parts and materials now works in object mode as well...Campbell Barton
2012-07-20minor edits for bmesh apiCampbell Barton