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-03-01Update for API change: scene.cursor_location -> scene.cursor.locationCampbell Barton
Note that some scripts still used the 3D view cursor which has been removed for a while.
2019-02-28Update for rename: constraint_orientation -> orient_typeCampbell Barton
2019-01-29addons: view_layer.objects.active syntax updateNBurn
2019-01-23addons: add missing text= keyword after labelNBurn
2019-01-21addons: blender version number fixNBurn
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-12-21Rename user_preferences -> preferencesCampbell Barton
2018-12-19Merge branch 'master' into blender2.8Campbell Barton
2018-12-19Fix invalid string comparisonsCampbell Barton
Identity checks should never be used with strings, it may fail based on Python's interning logic.
2018-11-11Cleanup: use boolean value for boolean parameter...Bastien Montagne
2018-10-30Update for 'header_text_set' change in 2.8Campbell Barton
2018-10-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3746
2018-10-10Update for removal of tessfaces.Brecht Van Lommel
This ports the already working addons. The disabled x3d, psk, lwo, 3ds, raw, dxf addons still need to be converted.
2018-09-07Update for changes in Blender's APICampbell Barton
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-31Mesh Extra Tools: Add a tooltip for Helplijenstina
The tooltip was missing from the mesh_help operator as the icon can maybe be confusing at first
2017-05-25edit tools, EdgeRoundifier, select all & remove doublesmeta-androcto
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-05-15mesh edit tools, initial fix: T51483meta-androcto
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-07Fix some debug-only code slipped into the previous commitSergey Sharybin
2017-04-07Mesh edit tools: Fix error unregistering addongSergey Sharybin
2017-04-05mesh edit tools: vert align, fix reg errormeta-androcto
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-04Edit Tools 2: fix register error, mesh_check cleanuplijenstina
DATA_OP_facetype_select operator was included in mesh_check but was also present in mesh_select_by_type Pep8 cleanup removed the panel draw code as it was already merged in init (displayMeshCheckPanel)
2017-04-03mesh edit tools, update multi extrude, add vertex alignmeta-androcto
2017-03-30Update Mesh Edit Tools: T50680meta-androcto
2017-03-23mesh edit tools: multi extrude, add probability, thanks @JimmyHazemeta-androcto
2017-03-20initial commit mesh edit tools: T50680meta-androcto