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
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
2019-10-02BlenderKit: small fixes in UI and commentsVilém Duha
2019-10-02BlenderKit: add a separate icon for the uploading state of an asset.Vilém Duha
2019-10-02BlenderKit: change group naming to collectionsVilém Duha
2019-10-02BlenderKit: Only refresh tokens when needed - on the end of their lifetime.Vilém Duha
2019-10-02BlenderKit: automatic append/link detection doesn't switch user's setting now.Vilém Duha
Before it switched the setting, now the switch happens only internally. todo - this should also do reporting to the user as to why appending/linking was switched.
2019-10-01Fix typos in source comments and descriptionsBrecht Van Lommel
Patch contributed by luzpaz. Differential Revision: https://developer.blender.org/D5800
2019-09-10BlenderKit: one more fix for check if an asset was linked or appendedVilém Duha
The state was written before first check, that's why always append was assumed to happen
2019-09-10BlenderKit: fix check for the fact if an asset was linked or appended.Vilé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-09-10BlenderKit: Fixes:Vilém Duha
- bg_blender timer unregistering after first use - collection linking didn't compare complete paths. - silencing one forgotten print
2019-09-10BlenderKit: fix a bug in previous commit - forgotten print was throwing errorsVilém Duha
2019-09-10BlenderKit: fix upload of objects with ' or " in their name.Vilém Duha
it now doesn't allow these character in object/datablock names when uploading.
2019-09-10BlenderKit: switch update functions to independent timers.Vilém Duha
-seems to improve performance, and fixes assets not appending while asset bar is off.
2019-09-04BlenderKit: fix a bug where bound box wasn't drawn if in the area where ↵Vilém Duha
normally asset bar is.
2019-09-04BlenderKit: asset bar thumbnail size in user preferencesVilém Duha
2019-09-02BlenderKit: rerequests libraryVilém Duha
this library basically ensures that no server requests should fail if the token is after it's lifetime. it refreshes token and re-tries the request in such cases.
2019-08-20BlenderKit: fix T66833Vilém Duha
don't attempt to render thumbnail if file wasn't saved (it would fail on the end.)
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-16BlenderKit: only try to request profile for logged in users.Vilém Duha
2019-08-12BlenderKit: get rid of other styles that aren't supported on the server.Vilém Duha
2019-08-12BlenderKit: change thumb background property descriptionVilém Duha
2019-08-12BlenderKit: fix material thumbnailer when background is on.Vilém Duha
2019-08-12BlenderKit: fix quadview + drag cancelation when leaving active area.Vilém Duha
2019-08-12BlenderKit: fix n1. for quad view - now only draws addon once.Vilém Duha
2019-08-12BlenderKit: fix division by zero in case results are there but have zero ↵Vilém Duha
length because of possible fitlering inside addon
2019-08-12BlenderKit: simplify upload display - drop ID'sVilém Duha
2019-08-12BlenderKit: increase addon versionVilém Duha
2019-08-12BlenderKit: model thumbnail resolution optionsVilé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-08-12BlenderKit: improve searching for first ratable asset.Vilém Duha
Now parents will be searched to get first parent with relevant data, also in appended assets.
2019-08-07BlenderKit: report error in rare case where URL of file couldn't be ↵Vilém Duha
obtained(reupload of asset with old search results still in blender)
2019-08-07BlenderKit: erase Gravatar hash from author info if the author doesn't have ↵Vilém Duha
gravatar(saves repeated requests of author info)
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
Differential Revision: https://developer.blender.org/D5240
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-26BlenderKit: fix search ordering - was accidentaly upside down.Vilém Duha
2019-07-24BlenderKit: fix T67565, unregistration could go wrong in combo with other ↵Vilém Duha
addons since addon was un-registering whole keymap
2019-07-23BlenderKit: fix search by author to clean up search keywords.Vilém Duha
2019-07-23BlenderKit: fix port numbers for login communication.Vilém Duha
2019-07-14BlenderKit: fix thumbnailer generated coordinatesVilém Duha
The object's coordinates were still off thanks to an unfixed cycles bug(T64739), so I avoided bevel modifier in the box thumbnail object for the cost of a few loops on the mesh.