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-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
2011-11-08cmake & pep8 tidy up, also some style edits.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-17correct spelling errors in commentsCampbell Barton
2011-09-21check that descriptions dont end with a '.', for non release builds.Campbell Barton
2011-09-19/release/scripts: Removed final points in UI strings and messages.Bastien Montagne
2011-08-22pep8 edits and change '!= None' to 'is not None'Campbell Barton
2011-08-19py style change only - make property definitions consistentCampbell Barton
2011-08-15fix [#28227] join_uv and bake work wrongCampbell Barton
2011-08-12import common classes from bpy.types, saves ~1000 python getattrs on startup.Campbell Barton
2011-07-25deprecate multiplication orders:Campbell Barton
2011-07-18fix [#27996] Smart UV Unwrap Still Results in OverlapsCampbell Barton
2011-06-28fix [#27787] Smart UV Unwrap Results in OverlapsCampbell Barton
2011-06-24fix [#27742] Smart UV project no longer works in 2.58Campbell Barton
2011-06-21pep8 complianceCampbell Barton
2011-03-21move script directories for internal blender scripts.Campbell Barton