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
2020-01-28BlenderKit: prevent blender crashes + undo fixVilém Duha
Blender tends to crash during unregistration process when some functions still run (like UI) this is a bug that should be reported, however this fixes the problem at least for BlenderKit now. appending an asset now runs undo push operator with faked context - works surprisingly well. improving lots of tooltips. ratings download license display default sorting by uploaded last
2020-01-28BlenderKit: search - default orderVilém Duha
-default order by last upload -enable search by file size -improve procedural material search UI
2020-01-28BlenderKit: Search by verification statusVilém Duha
2020-01-28BlenderKit:Vilém Duha
-icons module -clipboard monitoring -fix link to website when people want to see asset online -advanced search parameters
2020-01-28BlenderKit: search in header option in prefsVilém Duha
tips on start option in prefs total_megapixels autotag wip fix bugs in queries active area is usually the largest 3d view and only that one draws reports e.t.c. fix registration crash when registering/unregistering several times (menu remove) vs_rejected icon verification status
2020-01-28BlenderKit:Vilém Duha
-improve multiline tooltips -change addon category to 3d view, fits a bit more than add mesh -support searching only own assets -support searching for procedural only assets(hiddn by now) -switch off defautl GPU on for thumbnails- this was a bug that went unnoticed for a long time. -add gpu render option directly to thumbnail render dialogs -non-treaded downloading for resolutions -move in utils and rename correctly params_to_dict and dict_to_params -display icon for rejected assets(needs a new icon) -split login panel -rename some panels for more consistency -improve some tooltips
2020-01-13BlenderKit: fix replace models hidden for unlocked assets.Vilém Duha
2020-01-13BlenderKit: UI typo fixes, and slight optimisation.Vilém Duha
2020-01-13BlenderKit: more UI improvementVilém Duha
dynamic tooltip for asset bar and search a lot of tooltips updated.
2020-01-13BlenderKit: several more UI fixesVilém Duha
2020-01-09BlenderKit: minor UI fixes and improvementsVilém Duha
2020-01-09BlenderKit: search field on topVilém Duha
- a dialog box telling the user why an asset is locked -verification status change now in thread - Search UI small changes, getting rid of show assetbar button (now a small eye)
2020-01-07BlenderKit: replace bpy.context.active_object with ↵Vilém Duha
bpy.context.view_layer.objects.active everywhere. This gives much less issues with context in queue.
2020-01-07BlenderKit: validation tools improvementsVilém Duha
People who can validate are now recognized from profile info In menu it's possible to put asset on hold besides validation reupload of thumbnails doesn't put asset back to pre-validation state, only main file upload.
2020-01-07BlenderKit: is_validator function for usersVilém Duha
2019-11-10BlenderKit: fix ui for material upload.Vilém Duha
Is free wasn't visible and it wasn't clear to some users that all materials are free.
2019-10-10BlenderKit: fix selected asset panel, got mixed with unfinished fast upload ↵Vilém Duha
feature.
2019-10-02BlenderKit: fix more typos in right-click menuVilém Duha
2019-10-02BlenderKit: small fixes in UI and commentsVilém Duha
2019-09-10BlenderKit:Vilém Duha
fix typos and wrong formatting in Search similar
2019-09-10BlenderKit: replace asset command, present in right-click menu.Vilém Duha
2019-09-10BlenderKit: several fixesVilém Duha
- crucial typo bug in previous timers commit(linking of collections gone wrong) - increase size of first row of UI in panel - fix a bug when mesh isn't generated in bounding box calculations (reported bug)
2019-08-20BlenderKit:Vilém Duha
thumbnailer had accidentally set resolution to 50% Try to avoid a rare bug where categories file isn't present (not sure yet as why that happens, but this enables the use of the addon until categories are loaded) Internal Transfer BlendrKit data operator Switch some operators to internal and remove undo from those where it doesn't make sense.
2019-08-20BlenderKit: fix path to check own assets onlineVilém Duha
2019-08-16BlenderKit: Right click menuVilém Duha
-Open authors webpage -Search assets by author -basic 'search similar' . -fix some tooltips -deleting of assets from online lib (disabled by now) - possibility to validate , not yet supported on server. scroll wheel now scrolls rows instead of single items if there are more rows enabled.
2019-08-12BlenderKit: get rid of other styles that aren't supported on the server.Vilém Duha
2019-08-12BlenderKit: simplify upload display - drop ID'sVilém Duha
2019-08-12BlenderKit: upload reworked.Vilém Duha
Don't save .blend file , some users didn't like this. Re-upload enables only thumbnail updates. Mark for validation operator removed(was removed from UI several versions ago) ModelUploadOperator renamed to UploadOperator, since it's used for all asset types anyway. Skip .blend preparation in case of thumbnail reupload only
2019-08-12BlenderKit: get rid of obligatory tags and work hours filling.Vilém Duha
2019-07-26BlenderKit: 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-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-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-06-24BlenderKit: fix link to docs ans several small UI tweaksVilem Duha
2019-06-17BlenderKit: rename all mentions of standard plan to fullVilem Duha
2019-06-06BlenderKit: oauth logout is now only in preferences.Vilem Duha
2019-06-06BlenderKit: refactor reporting to User.Vilem Duha
this is still not very compatible with blender's way of doing things, but we need more lines of reporting for parallel tasks reporting.
2019-06-01BlenderKit: Further login and Oauth tweaksVilem Duha
2019-06-01BlenderKit: convert all imports to importlibVilem Duha
+ new Oauth script version (finished in next commit) +split login/signup buttons
2019-06-01BlenderKit: fix Mb to MiB (mebibytes)Vilem Duha
2019-05-29BlenderKit: Fix reloadingSergey Sharybin
2019-05-28BlenderKit: switch to new validation system, wher mark for validation isn't ↵Vilem Duha
needed. Further protect for unavailable quotas from the server.
2019-05-28BlenderKit: Change private flag to be an ENUM, so it can be expanded.Vilem Duha
checks for private quota separately obviously still not computed on production server. show profile panel
2019-05-28BlenderKit:bring back mark for validation until we have private storage ↵Vilem Duha
clearly separated
2019-05-23set a maximum number of retries for downloads.Vilem Duha
2019-05-21BlenderKit: Downloads can now be cancelledVilem Duha
- converted main download thread into object with stop-ability.
2019-05-21BlenderKit: replace freebies category with free_only checkbox. Helps ↵Vilem Duha
searching free models.
2019-05-20BlenderKit: enable search style for modelsVilem Duha
(all advanced search will be enabled together with the growth)
2019-05-19BlenderKit: temporarily hiding OAuth changes, webpages aren't ready yet.Vilem Duha
2019-05-19BlenderKit: Updated tooltip layout and finishing profile and OAuthVilem Duha