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-07-01BlenderKit: fix search filtersVilém Duha
-procedural search wasn't working properly -displaying files size in tooltip was broken -search by files size had misleading description -small UI fixes. -fix link to plans
2020-07-01BlenderKit: reorganize panels to subpanelsVilém Duha
makes categories ando others foldable. rename advanced search to search filters, these now work always when switched on (previously the 'advanced' option switched them all on/off)
2020-07-01BlenderKit: fix replace model, was broken.Vilém Duha
-should also WIP work in selected model panel. -deleted commented out filtering code
2020-07-01BlenderKit: add use_timers to debug timers and check stability issuesVilém Duha
rename several asset data dict properties to be serverdata-compatible - this needed an update function on scene load for older scenes. draw asset context menu also in selected model panel remove brush mode filtering from search code(is filtered in Elastic for some time already)
2020-06-16Fix blenderkit causing assertCampbell Barton
Setting the label for a registered operator isn't supported, this looks to be test code left in by accident, it does nothing or asserts in debug mode.
2020-06-15BlenderKit: fix subdirectory path for users if they input absolute/nonvalid ↵Vilém Duha
relative path
2020-06-15BlenderKit: fix missing importVilém Duha
2020-05-27BlenderKit: block the clipboard monitoring featureVilém Duha
2020-05-27BlenderKit: FixesVilém Duha
rating showing to non-logged in users Upload wasn't showing proper error message when not logged in too. Replace selected models wasn't shown with no active object First registration search wasn't shown. Sorting of uploaded assets for validators was reversed
2020-05-27BlenderKit: fix various typosVilém Duha
2020-05-27BlenderKit: fix spelling mistakeVilém Duha
2020-05-07BlenderKit: block clipboard reading on linuxVilém Duha
This was causing T73507
2020-05-07BlenderKit: fix bring to sceneVilém Duha
2020-04-03BlenderKit: fix T73507Vilém Duha
This could hopefully work. While I managed to finally reproduce the bug, I manged to get it not to happen without actually finding the reason for the keys getting stuck. The reason seem to be persistent timers.
2020-04-03BlenderKit: fix a problem with global dictVilém Duha
wasn't found if the path changed and this broke registration of addon.
2020-03-26BlenderKit: fix ratingsVilém Duha
-rating was virtually possible even if not logged in, but in reality the user couldn't rate on server. -ratings were sent far too often to server thanks to an extra call.
2020-03-18BlenderKit: fixesVilém Duha
-first run now saves preferences to not appear again on each blender start -fix possible error with assetbar shortcuts (wrong index) -validation - update status in search results on verification status change
2020-03-06Addons: Use Manual URL prefixAaron Carlisle
2020-03-05Cleanup: tabs -> spacesCampbell Barton
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2020-02-24BlenderKit: attempt to fix asset bar hang bugVilém Duha
-caused by wrong order of checks in the modal operator add 'first run' assetbar appearance, helpful for first time users. Improve clipboard checking tweak asset locked message add plans to profile panel
2020-02-11BlenderKit: fix bugsv2.82Vilém Duha
clipboard pasting not working at all, kind of a showstopper, and an error in Rating drawing that spammed console. several tooltips fixed
2020-02-10BlenderKit: fix material drag dropVilém Duha
was broken due to inverted conditiion
2020-02-08BlenderKit: fix assetbar not reactingVilém Duha
commenting outh the fix for the mouse in assetbar function, needs more triage
2020-02-07BlenderKit: hotfix - Yesterday's commit broke assetbar codeVilém Duha
accidentally had unfinished asset bar code fix (which improves mouse_in_assetbar function)
2020-02-07BlenderKit: fix occasional crash during reordering.Vilém Duha
It was caused with order of unregistration, now UI panels go first. also separated advanced search panel
2020-02-06BlenderKit: several fixes - oauth errorsVilém Duha
authentication errors drag drop on cameras/lights threw an error undo push message Ready status for validation status search
2020-02-06BlenderKit: Fix rating updates for panel.Vilém Duha
Fix a bug in upload when checking image /procedural assets Fix oauth return values in case of error Fix fetching of authors through search api instead of profiles. Fix task_queue with multiple tasks of the same by enabling stashing Fix selected asset panel, rename it to selected model by now (not supporting other assets now)
2020-02-03Fix blenderkit unable to unregisterDalai Felinto
2020-01-29Cleanup: trailing spaceCampbell Barton
2020-01-28BlenderKit: enable sorting by -last_uploadVilém Duha
and increase addon version to 1.0.30
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: add several autotagsVilém Duha
megapixels checks number of total pixels in textures. procedural, node count and texture count will help in heuristics and advanced searches.
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: increase addon versionVilém Duha
2020-01-13BlenderKit: fix replace models hidden for unlocked assets.Vilém Duha
2020-01-13BlenderKit: fix too many requests from addonVilém Duha
- for author data - now there's almost no risk of duplicated data, but can still be improved - for categories - only requests categories from server once per day.
2020-01-13Merge remote-tracking branch 'origin/blender-v2.81-release' into ↵Dalai Felinto
blender-v2.82-release This was neglected in the 2.81 development cycle, so master didn't include some commits when we created this branch.
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: assetbar now can be open after search ends automatically.Vilém Duha
also can start on blender startup, it's an option in preferences(by default False)
2020-01-07BlenderKit: make download more robustVilém Duha
2020-01-07BlenderKit: remove accidentally commited call of experimental functionVilém Duha