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-07-29Addon: BSurfaces: Fixed select active Annotationv2.80blender-v2.80-releaseSpivak Vladimir (cwolf3d)
2019-07-29Addon: Discombobulator: Fixed Doodads Menu section brokenSpivak Vladimir (cwolf3d)
2019-07-29BlenderKit: fix oauth failing on some connections. This updates the oauth ↵Vilém Duha
script to last version, and also ensures the login attempt can be properly canceled when it hangs.
2019-07-29BlenderKit: fix search ordering - was accidentaly upside down.Vilém Duha
2019-07-29Update Online Manual LinksAaron Carlisle
To be included in 2.80 release
2019-07-24BlenderKit: fix T67565, unregistration could go wrong in combo with other ↵v2.80-rc3Vilém Duha
addons since addon was un-registering whole keymap
2019-07-24mes_snap_utilities_line: disable linksGermano Cavalcante
2019-07-24object_fracture_crack/__init__.py: move to contrib: T63750 T61901meta-androcto
2019-07-24pie_editor_switch_menu: comment out missing timeline referencemeta-androcto
2019-07-24export paper model: important fix, upstream 02fe87eAdam Dominec
2019-07-24BlenderKit: fix search by author to clean up search keywords.Vilém Duha
2019-07-24BlenderKit: fix port numbers for login communication.Vilém Duha
2019-07-24space_view3d_pie_menus: fix "Preferences" in Addon T67164meta-androcto
2019-07-18Revert "space_view3d_pie_menus: Fix unreported Workspace: Addons Filter: ↵v2.80-rc2Brecht Van Lommel
failure to respect filters" This reverts commit c29c630a273b03b761890d85b1f0c174a57feefd. It is breaking the add-on tests, reverted for now since this is not a critical fix.
2019-07-18Updated Blender ID add-on from upstream (2.0 to 2.1)Sybren A. Stüvel
This should fix T66881. Includes: 96f5449 (2019-07-18) Bumped version to 2.1.0 3931e8f (2019-07-18) Add a timeout to communication with Blender ID
2019-07-17Archimesh: fix usages of bpy.ops.object.select_allPhilipp Oeser
Fixes T67048: Adding archimesh stairs object to the scene flips normals of all other objects in scene Reviewers: antoniov, brecht Maniphest Tasks: T67048 Differential Revision: https://developer.blender.org/D5282
2019-07-17X3D: Fix T67053: export with "Selection Only" errorPhilipp Oeser
Reviewers: brecht Maniphest Tasks: T67053 Differential Revision: https://developer.blender.org/D5269
2019-07-16add_curve_sapling: Fix: T66252 D5154meta-androcto
2019-07-16Fix regression in glTF animation exportJulien Duroure
2019-07-16space_view3d_pie_menus: Fix last commit/rename remove doublesmeta-androcto
2019-07-16space_view3d_pie_menus: Fix unreported Workspace: Addons Filter: failure to ↵meta-androcto
respect filters
2019-07-15Add Curve: Extra Objects: addon fix when enabled ↵Spivak Vladimir (cwolf3d)
bpy.context.preferences.edit.use_enter_edit_mode = True
2019-07-15Fix object_fracture_cell, collection optionCampbell Barton
Was adding to both the main scene as well as the named collection.
2019-07-15Fix T66820: Cell fracture not working properlyCampbell Barton
This failed to properly calculate booleans from the fractured cells.
2019-07-15object_fracture_cell: link collections to sceneCampbell Barton
Also fixes cursor access.
2019-07-15Add Curve: Extra Objects: fix visibility, move and rotate in edit modeSpivak Vladimir (cwolf3d)
2019-07-15Freestyle Export: Mark OfficialAaron Carlisle
This has been considered official, from the docs POV since the beginning. Now lets make it appear in official.
2019-07-15Update wiki_url to new manual pagesAaron Carlisle
2019-07-14BlenderKit: fix thumbnailer generated coordinatesVilém Duha
The object's coordinates were still off thanks to an unfixed cycles bug(T64739), so I avoided bevel modifier in the box thumbnail object for the cost of a few loops on the mesh.
2019-07-14BlenderKit: check for directory when saving prefs.Vilém Duha
These are kept only because of the global directory that can be lost when BlenderKit gets switched off.
2019-07-14BlenderKit: UI fixesVilém Duha
fix error when image not yet loaded. Profile info was hidden by accident. Login buttons layout was also not respecting login state.
2019-07-14BlenderKit: fix wrong location of avatar pics storage.Vilém Duha
2019-07-14Add Curve: Extra Objects addon: Torus Knot: Fix presetsSpivak Vladimir (cwolf3d)
2019-07-14Add Curve: Extra Objects addon: add_curve_torus_knots: error correction when ↵Spivak Vladimir (cwolf3d)
creating material
2019-07-12pie_menus_official: Fix: T64501meta-androcto
2019-07-12btrace: Fix particle modes, remove warningmeta-androcto
2019-07-10BlenderKit: thumbnailer ball, cube, cloth support now microdisplacement,v2.80-rc1Vilém Duha
also previews now scale textures properly.
2019-07-09Blender ID: updated to 2.0.0Sybren A. Stüvel
No functional changes, just a version bump from 1.9.999 to 2.0.0.
2019-07-09Node Wrangler: Fix T65202: keymap conflictsPhilipp Oeser
Since CTRL+LMB is now taken by 'cut links' in blenders default keymap, this was conflicting with nodewranglers 'lazy connect' and unfortunately we have to step aside here. This commit shifts shortcuts: lazy connect (CTRL+LMB --> ALT+RMB) lazy connect with menu (CTRL+SHIFT+LMB --> ALT+SHIFT+RMB) lazy mix (ALT+RMB --> CTRL+SHIFT+RMB) This keeps the two 'lazy Connect' on a common "base" key and just moves 'lazy mix'
2019-07-09BlenderKit: fix ordering in search.Vilem Duha
This now works much better than previously, using score for categories and relevance for keyword search.
2019-07-08BlenderKit: fix fabric previewVilem Duha
2019-07-08BlenderKit: fix missing rejected staate to verification iconsVilem Duha
2019-07-08BlenderKit: fix slugify function to avoid filename bugs with some more ↵Vilem Duha
characters
2019-07-08BlenderKit: show token server bug detailVilem Duha
2019-07-08BlenderKit: show logout button in profile panel.Vilem Duha
2019-07-08BlenderKit: Bring back login buttons in profile, since Oauth sometimes fails ↵Vilem Duha
for unknown reasons.
2019-07-08Cleanup: remove unused selection_utils moduleCampbell Barton
2019-07-07object_fracture_cell: enable redraw by defaultCampbell Barton
The bug in Blender causing this to crash has been fixed.
2019-07-07object_fracture_cell: Cleanup/minor changesCampbell Barton
Changes to text/comments by @Gappy1, T61901
2019-07-07fracture_cell_setup: get particles from evaluated objectCampbell Barton
From patch by @Gappy1 (T61901)