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
2014-08-07T41354, cursor never gets reactivated in uv sculpting.Antony Riakiotakis
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-20Fix incorrect ghash freeCampbell Barton
2014-04-15GHash: add typed hash functions (were all (void *))Campbell Barton
2014-04-13Cleanup:Antony Riakiotakis
2014-03-10Fix T39034 brush always shown even after deactivating the show cursorAntony Riakiotakis
2014-02-13Code cleanup: styleCampbell Barton
2014-02-11Fix T38574 uv sculpting cursor could be visible during render preview inAntony Riakiotakis
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2013-12-12Code Cleanup: move mesh mapping functions into their own file/headerCampbell Barton
2013-10-28move bmesh array lookup data and utility functions from editmesh into bmesh,Campbell Barton
2013-10-01style edits and use macro for prefix checkCampbell Barton
2013-10-01UV sculpting was missing curve initialization causing crashes. ReportedAntony Riakiotakis
2013-08-17avoid double ghash lookupsCampbell Barton
2013-05-08rename BLI_ghashIterator_notDone() -> BLI_ghashIterator_done()Campbell Barton
2013-04-16code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and ...Campbell Barton
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-04-12Paint refactoring commit, non-disruptive (in theory :p)Antony Riakiotakis
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-07Change !BLI_ghashIterator_isDone to BLI_ghashIterator_notDone. It isAntony Riakiotakis
2013-03-03Cleanup, move uv sculpt specific code to sculpt_uv.c. Also renameAntony Riakiotakis
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-07-25match function names for clip/image spacesCampbell Barton
2012-05-05code cleanup: brush/camera namingCampbell Barton
2012-05-04code cleanup: double promotion & some style cleanupCampbell Barton
2012-04-22style cleanup: commentsCampbell Barton
2012-04-21style cleanup: multi-line if statements.Campbell Barton
2012-04-21style cleanupCampbell 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-03-28style cleanup: mainly whitespace around operators and indentation - paint/scu...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 formatting of if/for/while loops, and e...Campbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-02code cleanup:Campbell Barton
2012-02-25style cleanup, use { on newline after function definition.Campbell Barton
2012-02-23code style cleanup, no functional changes.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-12code refactor, function renaming for bmesh.Campbell Barton
2012-02-07uv sculpting now functional on bmeshAntony Riakiotakis
2012-01-22svn merge ^/trunk/blender -r43564:43609Campbell Barton
2012-01-20Try fixing modifier keys not working correctly for uv sculpting.Antony Riakiotakis
2012-01-18svn merge ^/trunk/blender -r43461:43472Campbell Barton
2012-01-17fix for error in merge 43462Campbell Barton
2012-01-17Uv Tools branch GSOC 2011Antony Riakiotakis