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
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
2012-04-23rename Mesh.uv_loop_layers --> uv_layersCampbell Barton
2012-04-13bmesh todo: vertex dirtmap now working again.Campbell Barton
2012-02-27Various fixes to UI messages (among other things, all messages needed it shou...Bastien Montagne
2012-02-08svn merge ^/trunk/blender -r43934:43976Campbell Barton
2012-02-08Correct mathutils documentation, also correct some python spelling errors and...Campbell Barton
2011-12-23svn merge ^/trunk/blender -r42778:42839Campbell Barton
2011-12-22picky edits - use "" for non enum strings.Campbell Barton
2011-11-17Add access to UVs from python, patch python unwrap scripts to work wtih ngonsAndrew Wiggin