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
2018-09-05Fix error message from MESH_OT_faces_mirror_uvDalai Felinto
2018-09-04Multi-Objects: MESH_OT_faces_mirror_uvAlan
2018-07-21Merge branch 'blender2.8' into soc-2018-bevelRohan Rathi
2018-07-11PyAPI: Use annotations for RNA definitionsCampbell Barton
2018-07-02Merge branch 'blender2.8' into soc-2018-bevelRohan Rathi
2018-06-26Merge branch 'master' into blender2.8Campbell Barton
2018-06-26Cleanup: pep8 function indentationCampbell Barton
2018-05-25Applied soc-2017-normal-toolsRohan Rathi
2018-04-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
2018-02-08Object Mode: move to workspace structCampbell Barton
2017-10-19Merge branch 'master' into blender2.8Campbell Barton
2017-10-19Docs: correct descriptionsCampbell 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-11-03Add 'Set From Faces' tool to custom split normals.Bastien Montagne
2016-01-07BMesh: add select next/prev operatorCampbell Barton
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