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
2021-08-09BlenderKit: fetch user's ratings from serverVilem Duha
by now enabled only for validators, to test performance. Also shows to validator which assets were not yet rated by them.
2021-07-26Fix T89812: 'Snap_Utilities_Line' - Projection error in orthographic viewv2.93.2Germano Cavalcante
2021-07-26Fix T89724: Drawing with make line tool in an empty scene results crashGermano Cavalcante
The operator incorrectly set `self._snap_buffer` to `None`. A more secure check could be implemented, but it didn't really seem necessary.
2021-07-26BlenderKit: fix an error when trying to assign material to unsupported ↵Vilem Duha
object type -do same warning for drag-drop although that can be now further improved since it seems ray cast to other object types works already) -remove some old prints
2021-07-26BlenderKit: fix category displayVilem Duha
was actually showing slugs, now shows names with links fix long descriptions issue - now has a 'more' button to read the rest online (label_multiline now has a max_lines parameter and returns True if max lenght was reached) fix avatars to match server
2021-07-26BlenderKit: many post-release fixesVilem Duha
Fix for rerequests recursion crash rename timers fix manual link attemt to fix mysterious crashes on some machines by limiting some calls to assetbar operator, and not copying image into it's preview so often fix search when & was present add a popup when appending a scene improve starup dialog with an image
2021-07-26BlenderKit: draw categories in asset cardVilem Duha
Enable user's ratings request for all users.
2021-06-01Node Wrangler: update for Geometry Nodesv2.93.1v2.93.0Wannes Malfait
Node Wrangler can now be used in the Geometry Nodes editor. Summary of the changes for Geometry Nodes: * Pressing ctrl+shift+LMB will now connect the geometry socket of the node (if it exists) to the output socket of the modifier. This is similar to the functionality already present for shader and compositor nodes. * Nodes can be merged using a Join Geometry (default) or Boolean node. * `LinkToOutput` and `ReloadImages` have been disabled, because they don't make sense for geometry nodes. * Other operators work like they do for the other node tree types. In D9748 and in chat it was accepted that this patch can be merged into the 2.93 release branch, even though we are quite late in the release process already. Differential Revision: https://developer.blender.org/D9748
2021-05-26STL: fix T88532 importer replaces underscores with spacesMikhail Rachinskiy
2021-05-19BlenderKit: UI fixesVilem Duha
Right clicking assetbar in a space where is no asset displayed did throw an error several minor tooltip/layout fixes.
2021-05-19Collection Manager: Tooltip fixes. Task: T69577Ryan Inch
2021-05-18Print Friendly theme: Lighter node colors.Jason van Gumster
As per T88354 and TT88355, some nodes were a bit dark when actually printed. Reduced saturation and overall darkness for Attribute nodes and Geometry nodes.
2021-05-18PDT: Update version to 1.5.1Rune Morling
Fix a few speling issues in comments.
2021-05-18PDT: Fix the Fillet Vertices commandRune Morling
The Fillet Vertices command was inadvertently shadowed by the newly introduced View Normal command. The View Normal command now uses 'n' as its mnemonic.
2021-05-17glTF export: new option to export only visible/renderable/active collectionJulien Duroure
2021-05-17glTF exporter: Fix crash when mesh is not created, without crashJulien Duroure
2021-05-17PDT: Avoid abbreviations in UI labels for Tangent operationsRune Morling
2021-05-17PDT: Update version to 1.5.0Rune Morling
2021-05-17PDT: Fix "Move Vertices to Absolute Location" operationRune Morling
System would not move selected vertices to an absolute location in Edit Mode. This was caused by system not recognising selected vertices.
2021-05-17PDT: Add "View Normal" Operation enhancementRune Morling
This enhancement enables the user to work always Normal to the View as defined by "Working Plane" in PDT Design Functions Section. For example: If the working plane is set to Front and the Operation is "Extrude Geometry" the system will extrude along the Y axis by the amount specified in the "Distance" Entry Box. Specifying Working Plane as "View" cause the system to work always Normal to the current view orientation, i.e. into, or out of your screen. This enhancement is only available for Blender 2.9x builds.
2021-05-17PDT: Update version to 1.4.2 w/Blender 2.90.0 as minimum versionRune Morling
2021-05-17PDT: Fix issue with Imperial UnitsRune Morling
Fillet Radius and Tanget Radii were not defined with unit="LENGTH", causing problems when Blender Units are set to Imperial.
2021-05-17BlenderKit: minor UI fixesVilem Duha
2021-05-14BlenderKit: ratings fixesVilém Duha
2021-05-12BlenderKit: small UI fixesVilém Duha
main problem was doubling of asset name first letter due to a typo
2021-05-11BlenderKit: Fix replace active model buttonVilém Duha
Dowload operator invoke had no return in some cases
2021-05-11BlenderKit: fix ratingon LinuxVilém Duha
also introduce simple visual feedback in the interface, using the heart icon.
2021-05-11BlenderKit: fixes to UI of ratings and asset popup cardVilém Duha
2021-05-11BlenderKit: display file size in asset card and increase addon versionVilém Duha
2021-05-10Collection Manager: Fix phantom mode issue. Task: T69577Ryan Inch
Fixes the add collection operators, undo operators, and specials menu in the CM popup not being disabled when in phantom mode.
2021-05-10Collection Manager: Fix QCD renumbering. Task: T69577Ryan Inch
Fix error with renumber QCD slots adding a 21st slot.
2021-05-05BlenderKit: fix full/free swapVilém Duha
The new enum was swapping the original order of full/free as false/true Some assets that were uploaded from 2.92 and older but partially updated from 2.93 will have to be fixed.
2021-05-02BlenderKit: cleanup and code de-duplicationVilém Duha
with some tiny tweaks to how asset card works
2021-05-01BlenderKit: minor tweaks to asset card layoutVilém Duha
- some code cleanup - labels with tooltips (an empty operator that enables this, drawing it non-emobssed)
2021-04-30BlenderKit: minor ui fixes and cleanupVilém Duha
2021-04-30BlenderKit: fix layout of the floating previewVilém Duha
was unorganized after recent cleanup -cleaned part of the old code
2021-04-29BlenderKit: fixes for right-click menuVilém Duha
- Ratings were not sent to server - changed icon for complexity/work hours - many small tweaks, finishing ratings_utils refactor - adding various parameters to details -
2021-04-29BlenderKit: improve right click menuVilém Duha
-basically a complete revamp of the code, enables to display asset information in a much cleaner way with more tooltips e.t.c. -simplified floating asset preview - name needs to be fixed still, and tooltip generation cleaned -added several new icons, deleted one unused -improve a lot of tooltips -fix rerender of thumbnails in unsaved files (would save assets into addon directory) -reorganize some rating functions into ratings_utils.py -new 'wrap' operator for web links, allows to have custom tooltips for each link
2021-04-27Fix T87671: Copy attributes: Copy weights operator errors on non-meshPhilipp Oeser
objects
2021-04-26BlenderKit:fixesVilém Duha
- improve material and model thumbnailers -Now it's possible to re-render assets directly from right-click menu. -fix appending of assets with wrong name -several fixes for experimental asset bar - small fixes in bg_blender for background operations - material thumbnailer background fixed - draw upload thumbnail in upload UI
2021-04-22Fix for T87654: SVG import parse errorErik Abrahamsson
Fix for SVG data when there is no space between some arguments in the arc command. See T87654 for example files. See https://www.w3.org/TR/SVG2/paths.html#TheDProperty for arguments to the elliptical arc curve commands. Maniphest Tasks: T87654 Differential Revision: https://developer.blender.org/D11027
2021-04-20glTF importer: better extra error managementJulien Duroure
2021-04-19glTF importer: fix shapekey import with negative weightJulien Duroure
2021-04-19glTF exporter: fix morph target import when named 'basis' (is a special name ↵Julien Duroure
in Blender)
2021-04-19glTF exporter: fix exporting with draco when duplicate geometryJulien Duroure
2021-04-18glTF exporter: fix shapekey export in some casesJulien Duroure
2021-04-18glTF: Bump version after 2.93 branch creationJulien Duroure
2021-04-16BlenderKit: Fix Documentation URLAaron Carlisle
2021-04-15Print Friendly theme: Update for Spreadsheet editor.Jason van Gumster
Addresses T87491
2021-04-15GPencil Tools: Fix box-deform with multi-user dataPullusb
Box deforming a grease pencil that has multiple instances now works without throwing an error.