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-10-22style cleanupCampbell Barton
2013-10-21Fix [#37160] Rotate edge direction changed between 2.64 and 2.65 (low priority)Bastien Montagne
2013-10-20fix [#37145] "Triangulate Face" crash in specific sceneDalai Felinto
2013-10-17correct BM_edge_face_pair() being called inside BLI_assert() - this needed to...Campbell Barton
2013-10-16Triangulate modifier - beauty option is backDalai Felinto
2013-10-13fix [#37046] Dissolve edges and vertices problem with triangulateDalai Felinto
2013-10-13fix [#37034] Triangulate modifier asserts with GHASH_FLAG_ALLOW_DUPESDalai Felinto
2013-10-09code cleanup: redundant includes and add minor comments.Campbell Barton
2013-10-08Triangulate Modifier changes - using scanfillDalai Felinto
2013-10-08use booleans in BKE_nurb_handles_autocalc and BMO_op_vinitfCampbell Barton
2013-10-04code cleanup: warnings and minor edits.Campbell Barton
2013-10-03fix for crash dissolving faces, bmesh walkers were using freed mempool elements.Campbell Barton
2013-10-03fix [#36923] Merge / Delete vertices crashes for some meshesCampbell Barton
2013-10-03add debug mode assert if mesh-data is removed while iterating over it. (can c...Campbell Barton
2013-10-01remove assert for poly_find_ear(), added recently but its incorrect, also min...Campbell Barton
2013-09-24bmesh triangulate: skip intersection checks for degenerate geometry and just ...Campbell Barton
2013-09-24allocate bmesh data from known sizes where possible (was still using defaults...Campbell Barton
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-12code cleanup: headers - doxy comments.Campbell Barton
2013-09-07changes to grid fillCampbell 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-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-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 leak in BM_face_split() with multires if the split failed.Campbell Barton
2013-08-23add dissolve option to triangle fill operator, running dissolve after scanfil...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-22new bmesh operator bisect_plane, cuts a mesh in half, takes a user defined pl...Campbell Barton
2013-08-22bmesh duplicate operator: add vertmap output slot.Campbell Barton
2013-08-21rename recently added BLI_ghash_assign() -> BLI_ghash_reinsert()Campbell Barton
2013-08-21fix for bad mistake in recently added BM_face_create_verts functiofix for bad...Campbell Barton
2013-08-21bmesh api cleanup, face creation args now accept an example face (as with ver...Campbell Barton
2013-08-21use BM_CREATE_NOP arg rather then zero, with pointer and bool args in either ...Campbell Barton
2013-08-21bmesh api:Campbell Barton
2013-08-21fix own regression [#36443] Vertex to UV index doesn't match with 2.68aCampbell Barton