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-04-04fix [#34802] Individual Transformation Confusing in Edit ModeCampbell Barton
2013-04-04improved method of getting the tangent axis from a bmesh triangle,Campbell Barton
2013-01-17optimize bmesh operations that use triangle BMFace's (dyn-topo and mesh conve...Campbell Barton
2013-01-14use booleans for bmesh api.Campbell Barton
2012-12-21minor bmesh improvementsCampbell Barton
2012-12-12add threshold for bmesh & openmp so its not used with low poly meshes, BM_OMP...Campbell Barton
2012-12-12use openmp to thread some common bmesh operationsCampbell Barton
2012-10-30minor improvement to vector api use, replace add, multiply by 0.5 with mid_v3...Campbell Barton
2012-09-19code cleanup: make shape key api names consistent with our new convention.Campbell Barton
2012-08-31Fix #32458: changing UV image in image editor not working when the active faceBrecht Van Lommel
2012-08-18utility functions: BLI_findptr, BLI_rfindptr --- use for finding an item in a...Campbell Barton
2012-08-17fix own error in recent smoothview cleanup, also correct some cross reference...Campbell Barton
2012-07-20minor edits for bmesh apiCampbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-06-11Fix incorrectly deleted elements in array modifier caps.Nicholas Bishop
2012-05-22style cleanup: relating to skin modifierCampbell Barton
2012-05-22use faces longest edge when orienting the manipulator to the active faceCampbell Barton
2012-04-25code cleanup: edge slide code had oddly named variables, added some comments ...Campbell Barton
2012-04-25code cleanup: no functional change - had both EDBM_editselection_* and BM_edi...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-20code cleanup: prefer BM_face/edge/vert_select_set() over BM_elem_select_set()...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-13bmesh api changes:Campbell Barton
2012-04-13fix for UV reveal (wasnt selecting all verts because check for unselected ver...Campbell Barton
2012-04-12fix [#30907] Inset tool with Select Outer disabled does not allow translation...Campbell Barton
2012-04-03fix [#30772] No more than two subdivions give correct result when adding an i...Campbell Barton
2012-04-03bmesh iterators were passing the BMesh as data argument to BM_iter_new(), har...Campbell Barton
2012-04-03code cleanup: BM_select_mode_set had loops over verts and edges but did nothi...Campbell Barton
2012-04-03stule cleanup: edits for files which were recently cleaned up.Campbell Barton
2012-04-02fix [#30768] Project from View UV map tool includes hidden geometry r45323Campbell Barton
2012-03-30For BMesh functions that test flags, add enabled/disabled variants.Nicholas Bishop
2012-03-24style cleanup: pep8, indentationCampbell Barton
2012-03-20style cleanupCampbell Barton
2012-03-18fix for own mistake when refactoring bmesh - was treating the iterator as a t...Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-14bmesh py api: finished todo - editable select_historyCampbell Barton
2012-03-13bmesh python api:Campbell Barton
2012-03-06bmesh: speedup for deselecting all, (avoid topology loops since all get desel...Campbell Barton
2012-03-06quiet some warnings and fix build error with strict casting rules.Campbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-29update doxygen comments for bmesh.Campbell Barton
2012-02-28code cleanup: de-duplicate bmesh face creation code,Campbell Barton
2012-02-28more header re-arranging.Campbell Barton
2012-02-27bmesh minor api edits to be a little more typesafe.Campbell Barton
2012-02-26bmesh api cleanupCampbell Barton
2012-02-26bmesh code cleanupCampbell Barton
2012-02-25bmesh api:Campbell Barton