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
2015-06-07Cleanup: pep8Campbell Barton
2014-04-24Code cleanup: unused python vars & importsCampbell Barton
2013-06-05fix [#35453] "copy mirrored uv coords" doesn't workCampbell Barton
2012-10-08style cleanup: pep8Campbell Barton
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-29Fixing a bug found while checking "[#31937] UV/Image Editor: Copy Mirrored UV...Bastien Montagne
2012-04-23rename Mesh.uv_loop_layers --> uv_layersCampbell Barton
2012-04-20style cleanup: pep8, also quiet compiler warning.Campbell Barton
2012-04-03Fix [#30665] UV-Editor: UV -> Copy Mirrored UV coords: mesh.faces_mirror_uv o...Bastien Montagne
2012-03-23last commit broke cycles, also add BMESH_TODO's for python scripts that need ...Campbell Barton
2012-02-20moved select interior faces into a C function (was python)Campbell Barton
2012-01-09Typo fix - thanks "Olson" on IRC!Joshua Leung
2011-09-21check that descriptions dont end with a '.', for non release builds.Campbell Barton
2011-08-19py style change only - make property definitions consistentCampbell Barton
2011-08-12import common classes from bpy.types, saves ~1000 python getattrs on startup.Campbell Barton
2011-07-25style changes for operator scripts & some pep8 edits.Campbell Barton
2011-07-10cleanup for python scripts - unused vars and importsCampbell Barton
2011-07-01uv mirror poll function wasnt checking UV's were available on the mesh. Campbell Barton
2011-06-21fix [#27707] Script error for UVs->Copy Mirrored UV coordsCampbell Barton
2011-05-26move less common mesh operations out of bpy_types into bpy_extras.mesh_utilsCampbell Barton
2011-04-29fix [#27199] Copy Mirrored UV Coords missing the reverse optionCampbell Barton
2011-03-21move script directories for internal blender scripts.Campbell Barton