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
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