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-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-19Fix: Mark seams in uv editor didn't workAntony Riakiotakis
2012-04-16bmesh todo: remove unused code.Campbell Barton
2012-04-16fix [#30967] Straighten X/Y in the UV/Image Editor bugCampbell Barton
2012-04-13fix for editmode UV hiding with edges, was also using deprecated flag (UV_SEL...Campbell Barton
2012-04-13- startup.blend's temp dir was pointing to sergeys user dir, now point to /tmpCampbell Barton
2012-04-13fix [#30923] Hide Unselected in the UV/Image editor does nothingCampbell Barton
2012-04-13bmesh - UV editor: check if faces are visible before hiding them (was done be...Campbell Barton
2012-04-13style cleanup: uv editorCampbell 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-11Fix #30895: uv editor snap selected to adjacent unselected not working correc...Brecht Van Lommel
2012-04-11fix [#30897] UVEditor: Snap Cursor to SelectedCampbell Barton
2012-04-10Fix #30879: uv editor hide did not work with the mesh in vertex/edge selectBrecht Van Lommel
2012-04-10fix [#30880] Selected to Adjacent Unselected brokenCampbell Barton
2012-04-03stule cleanup: edits for files which were recently cleaned up.Campbell Barton
2012-04-02Further fix for #30769: cycles assigning image to wrong material form theBrecht Van Lommel
2012-04-02fix problem with select invert - flush selection.Campbell Barton
2012-03-27style/name cleanup: have EDBM_* functions match our style guide and also matc...Campbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-24code cleanup: re-shuffle some functions so EDBM_ functions are in bmesh_utils.cCampbell Barton
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-22style cleanup: enforce macros using a semicolon.Campbell Barton
2012-03-20Quiet warnings about unused functions and variables.Nicholas Bishop
2012-03-18spelling cleanupCampbell Barton
2012-03-18fix: UV Islands not selected properly with Ctrl-L. A simple misplacement of t...Antony Riakiotakis
2012-03-17UI messages: unification of select/deselect stuff.Bastien Montagne
2012-03-10code cleanup: remove unused variable assignents and added bmesh submodule lin...Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-03-02code cleanup:Campbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-25bmesh api:Campbell Barton
2012-02-25style cleanup, use { on newline after function definition.Campbell Barton
2012-02-25code cleanup: white space, spelling & ';;' end of lines.Campbell Barton
2012-02-21change UvElement to directly use BMLoop * instead of tfindex. This saves quit...Antony Riakiotakis
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-02-18minor bmesh api changes.Campbell Barton
2012-02-16style cleanup for code relating to BMLoop next/prev checks. Campbell Barton
2012-02-14Initial port of stitch operator for bmesh.Antony Riakiotakis
2012-02-12BMesh api function naming.Campbell Barton
2012-02-12code refactor, function renaming for bmesh.Campbell Barton
2012-02-12rename BM_ flags for `BMHeader->hflag` to BM_ELEM_ to be more clear that the...Campbell Barton
2012-02-10reviewed selection flushing code, some of this was incorrect, checked all use...Campbell Barton
2012-02-10Code Cleanup: use less confusing names for selection flushing.Campbell Barton