Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-24mesh_extra_tools: move to contrib: T63750meta-androcto
2019-05-20API update: percentage to factorNBurn
2019-04-29Fix T63955: label text not used as a keyword argCampbell Barton
2019-03-12Update for changes to BlenderCampbell Barton
2019-01-18Update Add-ons class properties to annotationsNBurn
This should take care of most of the class property conversions to use the new annotation format (colon instead of equals) for assignment. There may still be a few edge cases that were missed.
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3746
2017-06-13Edit Tools 2: fix failing poll with mesh_edge_roundifierlijenstina
Bumped version to 0.3.4 Poll was failing when the active object was None
2017-05-21Mesh Extra Tools: Update to version 0.33, various fixeslijenstina
Bump version to 0.33 Some Pep8 clean up and general fixes Some UI updates Replace Mesh to wall with a similar results script mesh_edges_floor_plan (for reasons see T51483) It is not 1 to 1 replacement but should be more stable If someone wants to continue development it's absolutely possible to be re-included later on Vertex Align: cleanup and refactor code introduce a stored alignment setting, proper help operator call move the property group to init, remove register call Mesh Check: cleanup Move the UI element draw code from init to the Face/Info select, cleanup mesh_info_select: Add a timer for redraw (not sure if it is the best solution) Add settings remove refresh operator (as edit mode is available) Mesh Edge Tools: remove the Intersect_Line_Face operator, add general error handling fix several crashes with non proper selections passed Select tools - replace deprecated imp call
2017-04-08Minor fix: bpy_extras.keyconfig_utils needs to be imported at least once...Bastien Montagne
2017-04-08mesh_extra_tools: fix keymaps (un)registering issues.Bastien Montagne
Using newly-added bpy_extras.keyconfig_utils helper.
2017-04-05mesh edit tools: clean up vert align part1meta-androcto
2017-04-04Edit Tools 2: Temporary disable Vertex align for nowlijenstina
Temporary solution for allowing testing and scripts checks vertex_align script needs cleanup and proper merge Until then, disabling calls to it from init
2017-04-03mesh edit tools, update multi extrude, add vertex alignmeta-androcto
2017-03-30Update Mesh Edit Tools: T50680meta-androcto
2017-03-20initial commit mesh edit tools: T50680meta-androcto