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-03-26improve beauty-fill tool for non-flat triangles.Campbell Barton
2013-03-26misc minor changesCampbell Barton
2013-03-26fix [#34603] ALT-F fails, freezes, CPU=100%Campbell Barton
2013-03-26internal changes to beautify fill, use an array of edges that can be rotated,...Campbell Barton
2013-03-26code cleanup: operator headersCampbell Barton
2013-03-26code cleanup: move beautify into its own file (more changes coming)Campbell Barton
2013-03-25beautify fill: skip testing invalid cases (2 triangles that _don't_ have 4 un...Campbell Barton
2013-03-25code cleanup:Campbell Barton
2013-03-21code cleanup: remove double call to BKE_node_instance_key(), rename ruler (lo...Campbell Barton
2013-03-18style cleanupCampbell Barton
2013-03-17code cleanup: name mesh functions more consistently, also use bools for mesh ...Campbell Barton
2013-03-17code cleanup: incorrect sized array args, remove some redundant code.Campbell Barton
2013-03-17- ghost-sdl builds again.Campbell Barton
2013-03-16code cleanup: shadowingCampbell Barton
2013-03-16fix for crash when using BM_face_calc_tessellation(), its not ensured that al...Campbell Barton
2013-03-16fix for own mistake in using alloca in a loop, replace with BLI_bufferCampbell Barton
2013-03-16code cleanup: quiet some -Wshadow warnings, mix of obvious mistakes and harml...Campbell Barton
2013-03-15use bool for knife, also scons tab/space mix.Campbell Barton
2013-03-15fix for own bad mistake using alloca in a loop, also knife project wasnt sele...Campbell Barton
2013-03-13fix for minor glitch in recent addition to create faces from partial selections.Campbell Barton
2013-03-13Fix bevel modifier bug #34611, limit bevel amount needed.Howard Trickey
2013-03-13fix for crash with laplacian smooth when unselected ngons were used, volume c...Campbell Barton
2013-03-13code cleanup: remove bmesh subdivide header, all definitions can be included ...Campbell Barton
2013-03-12code cleanup: quiet struct gcc warnings, also use more conventional names for...Campbell Barton
2013-03-12bmesh: dissolve, avoid unnecessary loop in test_extra_verts(), also minor cod...Campbell Barton
2013-03-12bmesh: maintain active face when dissolving.Campbell Barton
2013-03-12use gcc warning -Wredundant-decls, exposes some odd/duplicate declarations wh...Campbell Barton
2013-03-10add STREQ macro (commonly used macro like CLAMP, MAX2, STRINGIFY). Use for so...Campbell Barton
2013-03-09code cleanup: make bmesh var names more consistentCampbell Barton
2013-03-09code cleanup:Campbell Barton
2013-03-09bmesh operator 'contextual_create' wasn't flagging single faces that were cre...Campbell Barton
2013-03-09bmesh: face creation from a single selected vertex/edge, now extends the sele...Campbell Barton
2013-03-09use 'bool' for BLI_/BKE_ functions.Campbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-08style cleanupCampbell Barton
2013-03-08fix null pointer dereference in BM_edge_is_contiguous() (own code).Campbell Barton
2013-03-04patch [#34103] use boolean in path functions and add comments.Campbell Barton
2013-03-02Added typecasts to keep c++ from reporting errorsGaia Clary
2013-03-01style cleanup: braces with multi-line statements, also add some comments.Campbell Barton
2013-02-21Enable new bevel tool code in bevel modifier.Howard Trickey
2013-02-21code cleanup: remove references to old bevel code (which has been removed for...Campbell Barton
2013-02-20increase openmp limit for release so low poly meshes don't use openmp threads...Campbell Barton
2013-02-19Fix #34249: collapse edges crash blender with a specific meshSergey Sharybin
2013-02-19minor change to own recent commit with transform fcurve centers and some styl...Campbell Barton
2013-02-13revert own commit, caused regression - hanging on triangulation [#34214].Campbell Barton
2013-02-11style cleanup: also some typosCampbell Barton
2013-02-09add beauty option for triangle fill since you might want to use the initial s...Campbell Barton
2013-02-09improve beauty-fill tool for non-flat triangles.Campbell Barton
2013-02-09fix for is_quad_convex_v3(), getting the dominant axis wasn't accurate enough...Campbell Barton
2013-02-06problem with own changes to triabgulate: calling beauty fill directly would r...Campbell Barton