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-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
2020-01-07BlenderKit: allow empty input search, shows latest assets by now.Vilém Duha
2020-01-07BlenderKit: fix dual window problem, enable to run asset bar with fixed contextVilém Duha
This will possibly be used for opening the asset bar after first search.
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: small background upload optimization(don't create upload scene ↵Vilém Duha
always)
2020-01-07BlenderKit: update task_queue with possibility of delayed tasks.Vilém Duha
2020-01-07BlenderKit: move process flags creation to utilsVilém Duha
2020-01-07BlenderKit: move process flag generation to utils.Vilém Duha
2020-01-07BlenderKit: update several material attributesVilém Duha
This will enable to search for procedural assets and filter heavy assets for EEVEE
2020-01-07BlenderKit: Fix a text positioning bug when scaling tooltip down.Vilém Duha
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: fix material preview UV's upside down on ball preview.Vilém Duha
2020-01-07BlenderKit: is_validator function for usersVilém Duha
2019-11-19BlenderKit: fix another UI slowdown connected to rating preview+downloaders ↵v2.81Vilém Duha
drawing loading into the same preview image.
2019-11-19BlenderKit: fix (large) rating UI slowdown due to setting image colorspace ↵Vilém Duha
each step
2019-11-10BlenderKit: Fix T71276 - paths were handled incorrectlyVilém Duha
Slash at the end of global dir path was causing Global only setting not to work.
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-11-10BlenderKit: Fix timers failing.Vilém Duha
In some cases timers got unregistered, not sure yet why. This checks if timers are fine regularly. Also fixes unregistration, that sometimes did throw an error.
2019-10-10BlenderKit: fix selected asset panel, got mixed with unfinished fast upload ↵Vilém Duha
feature.
2019-10-10BlenderKit: Search similar and Search by author fixedVilém Duha
- operations had properties that got saved, which caused the operators to influence each other.
2019-10-02BlenderKit: fix more typos in right-click menuVilém Duha