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-04-28style cleanup: editors / mesh & objectCampbell Barton
2012-04-28style cleanup: format 'for' loop macros the same as for loops, some renaming ...Campbell Barton
2012-04-28code cleanup: Campbell Barton
2012-04-25code cleanup: no functional change - had both EDBM_editselection_* and BM_edi...Campbell Barton
2012-04-23rip tool again (this in infact an old bug), when selecting an edge to extend ...Campbell Barton
2012-04-23fix memory leak in rip tool (again own fault).Campbell Barton
2012-04-23minor changes to rip internalsCampbell Barton
2012-04-23rip was incorrectly giving an error when ripping a vertex from a face fan (ow...Campbell Barton
2012-04-23code cleanup: change C naming convention (so py and C api match), eg:Campbell Barton
2012-04-21style cleanup: correct typosCampbell Barton
2012-04-21fix [#31047] ctrl+mouse select in edit-mode does not select external objectCampbell Barton
2012-04-21fix error in recent rip refactor, also add comment.Campbell Barton
2012-04-20style cleanup: pep8, also quiet compiler warning.Campbell Barton
2012-04-20code cleanup: prefer BM_face/edge/vert_select_set() over BM_elem_select_set()...Campbell Barton
2012-04-20aparently `yards` are not used a lot, suppress their use in button display (i...Campbell Barton
2012-04-20refactor rip tool out into vert/edge functions, was getting too unweildy havi...Campbell Barton
2012-04-20rip tool wasnt working on a single edge selection in some cases (own error in...Campbell Barton
2012-04-20bmesh: improve rip toolCampbell Barton
2012-04-19committed check by mistake, its not needed.Campbell Barton
2012-04-19bmesh rip: when there are selected faces call region_to_loop before ripping. ...Campbell Barton
2012-04-19fix [#31015] Rip has weird results in vertex selection mode vs face 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-18code cleanup: replace use of BM_edge_face_count with BM_edge_is_manifold and ...Campbell Barton
2012-04-17fix error in single vertex ripping where the edit-selection could be left on ...Campbell Barton
2012-04-17fix [#30970] Rip Tool: selecting the side of edges works incorrectly Campbell Barton
2012-04-17move rip out into its own fileCampbell Barton