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-11-19bmesh: BM_verts_in_face was using bmesh operator flag which is no longer ensu...Campbell Barton
2012-11-12BM_iter_as_arrayN() can now take an optional existing array argument, useful ...Campbell Barton
2012-11-12update to python api `Gotcha` docs to reflect changes to the api. also add a ...Campbell Barton
2012-11-12fix [#33142] Ctrl LMB higher selection mode in edit mode sometimes selects ex...Campbell Barton
2012-11-09bmesh refactor - rename some of the BM_****_share_****_count() functions to B...Campbell Barton
2012-11-09add fallbacks for BM_vert_calc_shell_factor() and BM_vert_calc_mean_tagged_ed...Campbell Barton
2012-11-08code cleanup: unused defines & some formatting.Campbell Barton
2012-10-30correct assertionCampbell Barton
2012-10-28fix for extruding edges giving incorrect (swapped) loop data for new faces.Campbell Barton
2012-10-20fix for BM_edge_other_loop() not working right (own error in recent commit), ...Campbell Barton
2012-10-20add BM_edge_find_double() and use in bmesh decimator to fix crash.Campbell Barton
2012-10-14Rip-fill mesh tool (option for rip operator)Campbell Barton
2012-10-13add support for ripping off a single face from a single vertex when the verte...Campbell Barton
2012-09-11replace BM_vert_face_count() use of BM_LOOPS_OF_VERT iterator with a direct c...Campbell Barton
2012-08-19- fix for error in ndof patch.Campbell Barton
2012-08-17fix own error in recent smoothview cleanup, also correct some cross reference...Campbell Barton
2012-08-13style cleanup: use <pre> for doxygen ascii art Campbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-07-09code cleanupCampbell Barton
2012-06-27Fix for #31581, UVs shrink on edge slide.Antony Riakiotakis
2012-06-27Utility function to get the first loop of a vert. Behaves identical toAntony Riakiotakis
2012-06-11quiet warningCampbell Barton
2012-05-27code cleanup:Campbell Barton
2012-05-22use faces longest edge when orienting the manipulator to the active faceCampbell Barton
2012-05-22Add new BMesh length query functions.Nicholas Bishop
2012-05-21fix for error pointed out by Nicholas Bishop, BM_edge_face_pair & BM_edge_loo...Campbell Barton
2012-05-21code cleanup: spellingCampbell Barton
2012-05-03style cleanup: formatting and some float/double promotionCampbell Barton
2012-04-29bmesh: new wireframe toolCampbell Barton
2012-04-23code cleanup: change C naming convention (so py and C api match), eg:Campbell Barton
2012-04-20knife tool alpha values where being set to zero (intersection points weren't ...Campbell Barton
2012-04-20bmesh: improve rip toolCampbell Barton
2012-04-19bmesh inset: add depth option (make use of relative and even offset options)Campbell Barton
2012-04-19code cleanup: remove unused BMesh args.Campbell Barton
2012-04-19remove BM_ITER, BM_ITER_INDEX macros, use ELEM or MESH variants only (the mac...Campbell Barton
2012-04-19style cleanup: BM_ITER / BM_ITER_INDEX / BMO_ITERCampbell Barton
2012-04-19bmesh api function: BM_edge_face_tangent()Campbell Barton
2012-04-18code cleanup: replace use of BM_edge_face_count with BM_edge_is_manifold and ...Campbell Barton
2012-04-18fix error in last commit. Misunderstood BM_vert_is_manifold(), added some com...Campbell Barton
2012-04-18bmesh api: minor simplify & cleanupCampbell Barton
2012-04-07code cleanup: no functional changesCampbell Barton
2012-04-03Fix #30791: BMEdge.is_manifold also returned true for edges with only one faceBrecht Van Lommel
2012-03-25bmesh inset: another small improvement - use the shared edge vector rather th...Campbell Barton
2012-03-22code cleanup: remove BMesh * args from query functions which don't need itCampbell Barton
2012-03-20style cleanupCampbell Barton
2012-03-19BMesh utility functions, not used yet,Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-12bmesh: edge loop selectCampbell Barton
2012-03-12Fix edge loop selection. Now boundary selection checks only for filled edges ...Antony Riakiotakis
2012-03-11bmesh python api additions:Campbell Barton