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
2017-05-20CMake: Use GCC7's -Wimplicit-fallthrough=5Campbell Barton
2016-11-25Math Lib: rotate matrix cleanupCampbell Barton
2016-05-14Fix T48426: Use same length for all header message strings.Bastien Montagne
2016-01-30Cleanup: line lengthCampbell Barton
2016-01-28cleanup: spelling / typosMike Erwin
2016-01-22OpenGL: remove unneeded state changesMike Erwin
2016-01-16OpenGL: fixes related to GL_POINTSMike Erwin
2015-06-20Transform: UV islands were split by windingCampbell Barton
2015-02-11cleanup: style/indentationCampbell Barton
2015-02-06GHash: no need to malloc iteratorsCampbell Barton
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-12-11Fix T42859 smart UV unwrap does not support aspect correction.Antony Riakiotakis
2014-10-31Texture Paint Add Simple UVs:Antony Riakiotakis
2014-09-25GHash: use bool for comparison (simplify compare)Campbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-15GHash: add typed hash functions (were all (void *))Campbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-17Code cleanup: styleCampbell Barton
2014-03-07Code cleanup: styleCampbell Barton
2014-03-04Fix F62828. UV stitch code did not handle non manifold edges very well.Antony Riakiotakis
2014-02-05Code cleanup: use bool for static methodsCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-12-12Code Cleanup: move mesh mapping functions into their own file/headerCampbell Barton
2013-11-19Fix T37464: Crash when pressing "V" in UV/Image editorCampbell Barton
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-10-28move bmesh array lookup data and utility functions from editmesh into bmesh,Campbell Barton
2013-08-17avoid double ghash lookupsCampbell Barton
2013-06-06Fix #35651, #35645.Antony Riakiotakis
2013-06-06style cleanupCampbell Barton
2013-05-10avoid customdata lookups for selection test/enable disable.Campbell Barton
2013-05-08rename BLI_ghashIterator_notDone() -> BLI_ghashIterator_done()Campbell Barton
2013-04-18style cleanupCampbell 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-03-25code cleanup:Campbell Barton
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-04patch [#34103] use boolean in path functions and add comments.Campbell Barton
2013-02-12code cleanup: some style edits, also allow mul_v2_m2v2() to have the same val...Campbell Barton
2013-02-12Old bug fix: Uv smart stitch failed to detect angle if islands wereAntony Riakiotakis
2013-02-02style cleanupCampbell Barton
2013-01-09style cleanupCampbell Barton
2013-01-08style cleanupCampbell Barton
2013-01-07style cleanup: '} else' and add this check to check_style_c.pyCampbell Barton
2013-01-02style cleanupCampbell Barton
2012-12-31smart stitching:Antony Riakiotakis
2012-12-28style cleanupCampbell Barton
2012-12-27Fix: edge uv stitch mode did not average final position of uvs inAntony Riakiotakis