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-09-19speedup for ngon tessellation, check if the angle is an improvement before do...Campbell Barton
2013-09-19minor edits to poly_find_ear() bmesh function, no functional changes.Campbell Barton
2013-09-18style cleanupCampbell Barton
2013-09-18fix [#36211] bridge edge loops joining vertecies that are far awayCampbell Barton
2013-09-18comments and more logical var names for bm_edge_calc_rotate_beauty(), (make i...Campbell Barton
2013-09-12code cleanup: unnecessary shadowing and some minor pep8 edits.Campbell Barton
2013-09-12bmesh wireframe operator now adds crease customdata when the crease option is...Campbell Barton
2013-09-12code cleanup: headers - doxy comments.Campbell Barton
2013-09-10misc minor changesCampbell Barton
2013-09-09correct error in recent changes for building with openmp.Campbell Barton
2013-09-09code cleanup: warnings and redundant checks.Campbell Barton
2013-09-08update bmesh doxy docs, remove double-promotion warnings in remove-strict-fla...Campbell Barton
2013-09-08code cleanup: quiet warningsCampbell Barton
2013-09-07use strict flags for gridfill, use unsigned ints.Campbell Barton
2013-09-07changes to grid fillCampbell Barton
2013-09-06grid-fill support for customdata, so filled areas have UV's, vertex colors et...Campbell Barton
2013-09-06bmesh utility functions BM_face_as_array_loop_tri, BM_face_as_array_loop_quadCampbell Barton
2013-09-06sorting utility functions for simple cases - sorting pointers by float for ex...Campbell Barton
2013-09-06rename positive_mod to mod_i, make it work with nagative numbers (matching py...Campbell Barton
2013-09-05code cleanup:Campbell Barton
2013-09-05add function for rotating linked list so at item is last.Campbell Barton
2013-09-05add positive_mod() utility function.Campbell Barton
2013-09-04move timeit macros into their own include, since they are only used for testi...Campbell Barton
2013-09-03reorder BLI_strict_flags.h include so its not conflicting with stdio.h on apple.Campbell Barton
2013-09-02Make strict compiler happy for release builds.Sergey Sharybin
2013-09-02fix [#36412] Pivot of active element switches to last selected face after dup...Campbell Barton
2013-09-02bmesh: internal api change, remove BMOElemMapping, its not needed since the v...Campbell Barton
2013-09-01Move GCC attributes into a centraized definesSergey Sharybin
2013-09-01move strict compiler checks into a header so its easier to manage in one plac...Campbell Barton
2013-08-28array modifier was adding vertices to the 'targetmap' multiple times.Campbell Barton
2013-08-28remove doubles: source/target can be swapped, check both flags.Campbell Barton
2013-08-28mesh remove doubles was adding verts into the weld_verts.targetmap multiple t...Campbell Barton
2013-08-28internal bmesh operator change, always initialize ghash for mapping slots, sa...Campbell Barton
2013-08-28style cleanupCampbell Barton
2013-08-27ghash/bli-listbase edits, rename BLI_ghash_pop -> BLI_ghash_popkey (since it ...Campbell Barton
2013-08-26replace hashes with sets where possible.Campbell Barton
2013-08-25use ints for ghash/edgehash flags, since its allocated theres not much point ...Campbell Barton
2013-08-24ghash: reserve size when its known or can be guessed close enough.Campbell Barton
2013-08-24correct error in face walker (was inserting into the wrong ghash which was im...Campbell Barton
2013-08-23fix error in recently added symmetrize rewrite, verts already on the aligned ...Campbell Barton
2013-08-23fix leak in BM_face_split() with multires if the split failed.Campbell Barton
2013-08-23correct error in recent commit triangle-fill-dissolve, need to check if the e...Campbell Barton
2013-08-23_another_ fix for recently added bisect operator, looping over mixed geometry...Campbell Barton
2013-08-23add dissolve option to triangle fill operator, running dissolve after scanfil...Campbell Barton
2013-08-23fix for error in recetly added bisect operator, in rare cases it could attemp...Campbell Barton
2013-08-23optiona for bmesh triangle fill operator to take a normal argumentCampbell Barton
2013-08-23edits to new symmetrize toolCampbell Barton
2013-08-23modify closest_to_plane_v3 not to use point-normal form.Campbell Barton
2013-08-23move bmesh tools into their own include,Campbell Barton
2013-08-22correct own error in r59365, reported as [#36536] Extrusion detaches facesCampbell Barton