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-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.
2021-04-12Add Curve Extra Objects: Add missing operators to add menuAaron Carlisle
Also remove text referring to the old "Create" panel. See T86650
2021-04-11Fix T87212: Multiple-Parameter Functions for Math Surfaces in Extra ObjectsVladimir Spivak(cwolf3d)
2021-04-09BlenderKit: improve drag-drop in original asset barVilém Duha
2021-04-09BlenderKit: remove forgotten printsVilém Duha
2021-04-09BlenderKit: fixes for searchVilém Duha
queries with diacritics or too long queries are now stripped of diacritics or cropped correctly Scroll jumps back to beginning for new searches.
2021-04-07glTF exporer: hook entire glTF data for extensionsJulien Duroure
2021-04-05BlenderKit: Appending of broken files didn't delete the filesVilém Duha
thus disabling the addon from re-trying to download the asset
2021-04-05BlenderKit: fix poll of Fast metadata edit and rating operatorsVilém Duha
previous fix broke other use cases (in panels and in BGL element)
2021-03-30GPencil Tools: Fix timeline snappingPullusb
Fix error when trying to use snap with the OSD timeline deactivated
2021-03-30BlenderKit: Handle HDR importing better.Vilém Duha
User can now pick the resolution before download. Swapping didn't work properly
2021-03-30BlendrKit: enable HDR rating range 1-10 for working hours.Vilém Duha
Also remove forgotten print in previous commit and accidentally committed commented out line for resolutions upload
2021-03-28GPencil Tools: Fix T86833 allow multiple latticesPullusb
Starting blender 2.93, Gpencil Object can hold more than one lattice. This fix makes the 'Box deform' feature compatible with the new behavior.
2021-03-26BlenderKit: fix poll functions for rating and fast metadata editVilém Duha
HDR - use wide image format Switch to use of asset thumbnails for asset instead of file thumbnails.
2021-03-24Collection Manager: Improve indicators. Task: T69577Ryan Inch
Change selection indication in CM popup to more easily identify selection state and whether objects in collection can be selected. Change icons from circles to diamonds to differentiate from QCD icons, as what they indicate is slightly different.
2021-03-22Themes: Update the "Minimal Dark" theme presetJonathan Lampel
Includes updates for the new spreadsheet editor, collection colors, and other tweaks.
2021-03-22BlenderKit: fix upload - asset base id wasn't written to upload files.Vilém Duha
This sadly includes all uploads from 2.92. Also attempt to fix crash coming from the requests module - guarding the requests call with try statement seems to fix the problem.
2021-03-18BlenderKit: fix uploadVilém Duha
changes on is_free were not reflected in upload properly. Fix too long requests from search similar Adding more special characters to exclude when creating a file path.
2021-03-18BlenderKit: Tooltip fixesVilém Duha
2021-03-18BlenderKit: default thumbnailer resolution set to 1024.Vilém Duha
More tweaks to ui - tooltips fixes Material thumbnailer was accidentally set to EEVEE, now back to cycles
2021-03-17Collection Manager: Add object selection to CM popup. Task: T69577Ryan Inch
Exposes selecting objects by collection to the CM popup, and adds additional state information regarding selection. Refines Set Object Collection UI to be less likely to hit by accident.
2021-03-17Collection Manager: Add undo support. Task: T69577Ryan Inch
Add undo and redo buttons to the CM popup. These buttons use operators that wrap the internal undo/redo operators with handling of CM internal data.
2021-03-16BlenderKit: improve upload interfaceVilém Duha
Fixed quite a lot of tooltips Brought back a prompt for users to fill in data of the assets. This was accidentally disabled made the asset type enum foldable - takes too much space.
2021-03-16BlenderKit: improve search codeVilém Duha
Reorganizing search code to be more readable and get some functions from thread that shouldn't be there
2021-03-16BlenderKit: fixes for resolutions and unpackingVilém Duha
32 bit pictures were not handled correctly and could produce wrong unpack and resolution files. Also moves around image utils and resolutions code to fitting files Also adds into image utils a function check_nmap_ogl_vs_dx which can recognize if a normal map is DX or openGL. Will enable more pre-validation checks for users.
2021-03-16BlenderKit: UI cleanup - minor tweaks to UIVilém Duha
2021-03-16BlenderKit: several fixesVilém Duha
drag drop start was too sensitive and practically disabled click behaviour. resolution - swapping from original resolution invoke asset name is shortened for the purpose of saving to files - There were some assets that couldn't download because of super-long names. category fix mode -
2021-03-16Bone Selection Sets: avoid error when running headlessSybren A. Stüvel
When running Blender in the background (`-b` CLI option), `window_manager.keyconfigs.addon` is `None`. This is now checked for instead of causing an `AttributeError`.
2021-03-16Update the deep grey theme presetHans Goudey
Thanks to updates from @TheRedWaxPolice for the new spreadsheet editor and tweaks to the active modifier outline.
2021-03-15system_demo_mode: fix screen switchingCampbell Barton
Replace screen switching with workspace switching.
2021-03-15Cleanup: simplify file name incrementing logicCampbell Barton
2021-03-15Fix T86569: Save incremental doesn't update recent listCampbell Barton
2021-03-15GPencil Tools: Add rolling timelinePullusb
Rolling mode: Introduce a new alternative timeline (as an option in addon preferences, disabled by default) Display all keys without timegap (discard timing informations). Allow to quickly roll/flip over keyframes.