Commit Graph

11 Commits

Author SHA1 Message Date
6598f0a25c Cleanup: trailing space 2020-01-29 13:51:36 +11:00
8e3757177c BlenderKit:
-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-28 13:45:43 +01:00
46fb3ac3a1 BlenderKit: replace bpy.context.active_object with bpy.context.view_layer.objects.active everywhere. This gives much less issues with context in queue. 2020-01-07 11:43:44 +01:00
bca0c536b6 BlenderKit: move process flags creation to utils 2020-01-07 11:43:43 +01:00
e760c7f30e BlenderKit: fix upload of objects with ' or " in their name.
it now doesn't allow these character in object/datablock names when uploading.
2019-09-10 16:55:32 +02:00
f0d3bf133d BlenderKit: fix T66833
don't attempt to render thumbnail if file wasn't saved (it would fail on the end.)
2019-08-20 10:51:09 +02:00
c5b6e7a4c8 BlenderKit: Right click menu
-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-16 22:34:07 +02:00
9bc02e82d2 BlenderKit: model thumbnail resolution options 2019-08-12 15:58:36 +02:00
f54338c63b BlenderKit: thumbnailer ball, cube, cloth support now microdisplacement,
also previews now scale textures properly.
2019-07-10 10:23:02 +02:00
85fd48c32c BlenderKit: convert all imports to importlib
+ new Oauth script version (finished in next commit)
+split login/signup buttons
2019-06-01 18:49:18 +02:00
50ea2790f9 BlenderKit initial commit.
BlenderKit add-on is the official addon of the BlenderKit service for Blender 3d. (www.blenderkit.com)
It enables users to upload, search, download, and rate different assets for blender.
It works together with BlenderKit server.
2019-03-29 17:52:47 +01:00