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
2020-07-26UV: port smart project from Python to CCampbell Barton
2019-12-16Cleanup: pep8, unused vars, line lengthCampbell Barton
2019-09-09Cleanup: trailing space, remove tabs, pep8Campbell Barton
2019-06-21Cleanup: use trailing commas for multi-line argumentsCampbell Barton
2019-05-09Cleanup: unused args/vars/imports in bl_operatorsCampbell Barton
2019-04-09Cleanup: styleCampbell Barton
2019-03-28Fix T53997: island_margin in bpy.ops.uv.smart_project seems to have no effectSebastian Parborg
2019-03-14Fix T60172: UV smart project fails for unselected active objectCampbell Barton
2019-01-30Cleanup: line lengthCampbell Barton
2018-11-25Merge branch 'master' into blender2.8Brecht Van Lommel
2018-11-25Fix T58006: smart UV project island margin should not use length units.Brecht Van Lommel
2018-10-25Merge branch 'master' into blender2.8Campbell Barton
2018-10-25Cleanup: unused vars, correct bad (unused) logicCampbell Barton
2018-09-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-05Cleanup: uvcalc_smart_project.py 2/2Dalai Felinto
2018-09-05Cleanup: uvcalc_smart_project.pyDalai Felinto
2018-09-05Multi-Objects: UV_OT_smart_projectDalai Felinto
2018-09-03Merge branch 'master' into blender2.8Bastien Montagne
2018-09-03Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-08-12PyAPI: update scripts for matrix multiply operatorCampbell Barton
2018-07-11PyAPI: Use annotations for RNA definitionsCampbell Barton
2018-06-26Merge branch 'master' into blender2.8Campbell Barton
2018-06-26Cleanup: pep8 function indentationCampbell Barton
2018-04-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
2018-02-08Object Mode: move to workspace structCampbell Barton
2018-01-03Merge branch 'master' into blender2.8Campbell Barton
2018-01-03Fix T53678: Smart Project UV margin ignores unitsCampbell Barton
2017-07-25Merge branch 'master' into blender2.8Campbell Barton
2017-07-24Cleanup: trailing spaceCampbell Barton
2017-05-25TexFace removal part 3Campbell Barton
2017-03-25Cleanup: imports, indentation, long linesCampbell Barton
2017-03-18PyAPI: remove bpy.utils.register_module()Campbell Barton
2016-04-20Fix T48086: Smart UV Project fails w/ small facesCampbell Barton
2015-11-23UV Smart Project: restore 'Stretch to UV Bounds'Campbell Barton
2014-12-11Fix T42859 smart UV unwrap does not support aspect correction.Antony Riakiotakis
2014-10-28Cleanup: remove redundant 'object' parent classCampbell Barton
2014-08-06Correct Python exceptionsCampbell Barton
2014-04-24Smart UV Project: don't rotate islands which are almost squareCampbell Barton
2014-04-03Fix T37509: regression in smart-uv island orientationCampbell Barton
2014-03-17Fix T31598: smart UV failed for small facesCampbell Barton
2014-01-08UV Unwrap: smart uv unwrap would fail still on some very small facesCampbell Barton
2013-09-11fix [#36020] SmartUV Project is messy on a cubeCampbell Barton
2013-04-07Fix for [#34898] Typo in error message of mathutils.VectorThomas Dinges
2012-11-28typo's and some style cleanup, also added asserts into BLI_vsnprintf and BLI_...Campbell Barton
2012-11-26fix [#31598] Messed up Smart UVsCampbell Barton
2012-11-14remove ifdef'd bevel code, current bevel works better then the previous code.Campbell Barton
2012-07-05style cleanupCampbell Barton
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-20style cleanupCampbell Barton