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-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
2012-07-19fix for separate loose parts doing full depsgraph rebuild for every object sp...Campbell Barton
2012-07-17Fix [#32133] Numpad Enter key doesnt work with Loopcut (worked in 2.49b)Bastien Montagne
2012-07-14Fix [#32086] Missing bevel "hold shift" for better accuracy.Bastien Montagne
2012-07-08style cleanupCampbell Barton
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-07-07code cleanup: dont use function calls like dot_v3v3, pow and sqrt within macr...Campbell Barton
2012-07-04More spell checking.Bastien Montagne
2012-07-03dont display image sequences outside the frame range in the 3D viewport.Campbell Barton
2012-07-01fix for own error renaming bmesh operator dupeCampbell Barton
2012-06-30rename bmesh ops since they are exposed in an api now.Campbell Barton
2012-06-29Fix [#31939] Loop cutting a self intersecting face loopBastien Montagne
2012-06-27style cleanup: also some spelling correction.Campbell Barton
2012-06-25Fix for [#31900] Loop Selection on wireframe selects vertex behind.Bastien Montagne
2012-06-25Fixes for modifier data in multi-user meshes.Nicholas Bishop
2012-06-22This backtracks an error introduced in r48155 when trying to fix: http://proj...Nicholas Rishel
2012-06-21Fixes [#31433] BMesh: Knife tool Angle Constraint functionNicholas Rishel
2012-06-20Fixes [#31577] Select N-th vertex/face/edge doesnt workNicholas Rishel