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: improve ratings UIv2.93.4v2.93.3Vilem Duha
OK button removed from popup rating fixed a bug in fetching user's ratings from server
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-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-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-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-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-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-16BlenderKit: Fix Documentation URLAaron Carlisle
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-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-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-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-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-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-02-20Merge branch 'origin/blender-v2.92-release'Vilém Duha
2021-02-16BlenderKit: Fixes for ratingsv2.92.0blender-v2.92-releaseVilém Duha
Ratings don't get sent during clicking in the rating operator, but only after hitting OK Ratings operator doesn't remember values so it doesn't encourage same ratings for more assets. Bump version of the addon for the release
2021-02-16Merge branch 'blender-v2.92-release'Ryan Inch
2021-02-15BlenderKit: fix upload reporting when packing failsVilém Duha
Now sends a clear message to the UI and cancels upload also fixes a small bug in update_down_up
2021-02-15BlenderKit: fixes - upload and scene appendVilém Duha
Upload was wrongly detecting new upload from an asset with ID Scenes appended had upload props on - switched to search(should be moved to window manager, similar as search results, or somehow find a way to have global for every file.)
2021-02-15BlenderKit: more fixes for ratingsVilém Duha
2021-02-15BlenderKit: several fixes for ratings UIVilém Duha
Fast metadata - free full fix
2021-02-12Cleanup: trailing spaceCampbell Barton
2021-02-12Cleanup: Remove trailing period in descriptions.Ankit Meel
Reduces warnings while running tests. Also fix some descriptions with strings concatenated but without a space in between. Reviewed by campbellbarton Differential Revision: https://developer.blender.org/D9655
2021-02-10Merge branch 'blender-v2.92-release'Julien Duroure