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
2022-02-10Rebase on mastertemp-license-header-spdxCampbell Barton
2021-06-08PyAPI: use keyword only argumentsCampbell Barton
2021-03-06Cleanup: unused importsCampbell Barton
2020-07-15Fix T68845: Follow Active Quads, divide by zero errorCampbell Barton
2020-05-29Cleanup: line length, single quote enums, invalid URLCampbell Barton
2019-10-31Cleanup: import functions from bpy.propsCampbell Barton
2019-07-05Use latest/version number for manual linksAaron Carlisle
2019-05-09Cleanup: unused args/vars/imports in bl_operatorsCampbell Barton
2019-03-14Cleanup: styleCampbell Barton
2019-03-14Fix "Follow Active Quad" poll functionCampbell Barton
2018-12-18Fix T59461: Follow active quad assertsCampbell Barton
2018-09-27Cleanup: pep8Campbell Barton
2018-09-06Multi-Objects: UV_OT_follow_active_quadsDalai 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-14Cleanup: Update some links to new wikiAaron Carlisle
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-06-04Cleanup: newlines at EOF for Python modulesCampbell Barton
2017-05-25TexFace removal part 3Campbell Barton
2017-03-18PyAPI: remove bpy.utils.register_module()Campbell Barton
2013-12-12Fix T37692: Follow active quads failed on unselected-active-faceCampbell Barton
2013-01-16style cleanupCampbell Barton
2013-01-08fix own error in recent update to follow active quads [#33783] Unwrap with Fo...Campbell Barton
2013-01-04add length average option to 'Follow Active Quads' unwrap, gives nicer results.Campbell Barton
2012-11-29fix [#33332] UV follow active quadsCampbell Barton
2012-07-04Last spell checking (for now).Bastien Montagne
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-04-23rename Mesh.uv_loop_layers --> uv_layersCampbell Barton
2012-04-13bmesh todo: vertex dirtmap now working again.Campbell Barton
2012-03-23more face -> tessface editsCampbell Barton
2012-03-08style cleanup: pep8 + picky editsCampbell Barton
2012-02-08svn merge ^/trunk/blender -r43934:43976Campbell Barton
2012-02-08Correct mathutils documentation, also correct some python spelling errors and...Campbell Barton
2011-11-17Add access to UVs from python, patch python unwrap scripts to work wtih ngonsAndrew Wiggin
2011-11-11pep/style edits & quiet some warningsCampbell Barton
2011-10-17correct spelling errors in commentsCampbell Barton
2011-09-19/release/scripts: Removed final points in UI strings and messages.Bastien Montagne
2011-08-12import common classes from bpy.types, saves ~1000 python getattrs on startup.Campbell Barton
2011-07-10cleanup for python scripts - unused vars and importsCampbell Barton
2011-05-26correct spelling error and some pep8 changes.Campbell Barton
2011-05-26move less common mesh operations out of bpy_types into bpy_extras.mesh_utilsCampbell Barton
2011-03-21move script directories for internal blender scripts.Campbell Barton