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
2021-02-16BlenderKit: Fixes for ratingsv2.92.0blender-v2.92-releaseVilém Duha
Ratings don't get sent during clicking in the rating operator, but only after hitting OK Ratings operator doesn't remember values so it doesn't encourage same ratings for more assets. Bump version of the addon for the release
2021-02-16Collection Manager: Fix Hotkey Bug. Task: T69577Ryan Inch
Fix bug where QCD hotkeys would get registered twice when toggling the QCD checkbox in the preferences off and then on again.
2021-02-15BlenderKit: fix upload reporting when packing failsVilém Duha
Now sends a clear message to the UI and cancels upload also fixes a small bug in update_down_up
2021-02-15BlenderKit: fixes - upload and scene appendVilém Duha
Upload was wrongly detecting new upload from an asset with ID Scenes appended had upload props on - switched to search(should be moved to window manager, similar as search results, or somehow find a way to have global for every file.)
2021-02-15BlenderKit: more fixes for ratingsVilém Duha
2021-02-15BlenderKit: several fixes for ratings UIVilém Duha
Fast metadata - free full fix
2021-02-10glTF exporter: more fixes for changing the filename when format changedJulien Duroure
2021-02-05BlenderKit: improve colorspace handling a bit furtherVilém Duha
thanks to Robert Guetzkow. Default import setting for models is now Append. Fix maximum workhours rating for fast rate operator Update categories file
2021-02-01BlenderKit: fix colorspace with filmic addonVilém Duha
This currently keeps colorsettings for images to default, because we can hardly predict the names of possible colorspace settings added in variants of this or other addons. All colorsettings settings were moved to a set_colorspace function in image_utils.py and everything happens in a try statement. Scenes - fix link/append support and add it to UI, further support switching to scene after finishing the download. Fix drag-drop of materials to linked objects - now theres an explanation pop-up.
2021-01-30glTF exporter: fix collection offset when rotated or scaledJulien Duroure
2021-01-28BlederKit: fix snapping with particlesVilém Duha
Now the snap also ignores particles. Also fix a case if user didn't fill a name in profile, now it draws at least users email.
2021-01-28BlenderKit: fix start of assetbar with no search resultsVilém Duha
This wouldn't previously show asset bar, now it starts search and shows assetbar.
2021-01-28BlenderKit: fix search results storageVilém Duha
Storing results in scenes increased file size too much. Now the search reasults are stored in window manager and thus not saved. Also this makes them shared between more scenes.
2021-01-27Fix T82562: Measureit line drawing doesn't workCampbell Barton
This allows measureit to behave correctly with line thickness option. Initially based on D9519 by @NicksBest with various fixes/updates.
2021-01-24BlenderKit: UI cleanupVilém Duha
move several props in search panel into filters subpanel.
2021-01-24BlenderKit: fix back-side snapping.Vilém Duha
also remove forgotten prints.
2021-01-23BlenderKit: fix snapping from orthographic camerasVilém Duha
2021-01-19BlenderKit: fix category upload for 3 level categoriesVilém Duha
If the subcategory1 enum was empty but the enum value would be higher than 0 from previous attempts, the metadata upload would fail.
2021-01-18BlenderKit: fix T84766 - Specify utf-8 encoding for all json file write/readsVilém Duha
This is used on various places of the addon, and was introduced to fix (once more and better) T48766.
2021-01-18BlenderKit: disable undo pushesVilém Duha
These seem to crash now for an unknown reason.
2021-01-18BlenderKit: Fix T84778Vilém Duha
2021-01-18Rigify: fix incorrect locks on the neck bend control.Alexander Gavrilov
2021-01-18Rigify: make properties overridable when copying.Alexander Gavrilov
Normally properties are copied to controls and made accessible in the rig UI, so they should be overridable. Properties created via make_property are already marked as such.
2021-01-18Rigify: fix the ORG bone rename affecting objects dependent on the rig.Alexander Gavrilov
The issue is that if a different object has a constraint or driver targeting a control of the rig, renaming the bone after join when re-generating the rig would change that target to the ORG bone. To fix this, apply the renames to the temporary copy of the metarig before joining it to the rig armature object. This also requires moving the driver freeze to this stage.
2021-01-17BlenderKit: fix snapping through bound box objectsVilém Duha
Now the snapping code ignores bound box displayed objects.
2021-01-17BlenderKit: fixing asset bar codeVilém Duha
This is now only included under experimental features. It includes a stripped down version of bl_ui_widngets library by Jayanam. Basically the asset bar code got split and now both asset bar codes are next to each other.
2021-01-17glTF importer: Use Separate R node for clearcoat texturesJulien Duroure
2021-01-17glTF importer: make NLA track order match glTF animation orderJulien Duroure
2021-01-15Collection Manager: Fix hotkey. Task: T69577Ryan Inch
Add missing hotkey for Select All QCD Objects.
2021-01-13BlenderKit: fix a logging bugVilém Duha
caused assets not to append in saved files.
2021-01-13Fix T84616: Power Sequencer 2.90 API updateRobert Guetzkow
The Power Sequencer wasn't updated to use the 2.90 API which changed the selection operators for the sequencer. This commit replaces the old operator with the new `bpy.ops.sequencer.select_side_of_frame` to achieve the same functionality as before. Credit for the identification and fix suggestion goes to @kreako Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D10089
2021-01-13Collection Manager: Polish. Task: T69577Ryan Inch
Update QVT hotkeys. Add warning to QCD Select All Objects operator.
2021-01-13Collection Manager: Add ops for selected objects. Task: T69577Ryan Inch
Add operators to isolate/disable the collections of selected objects.
2021-01-08Translations: Use ASAN_OPTIONS from environment too.Ankit Meel
Don't overwrite environment variables that may contain options like suppression files, symboliser etc. It's similar to rBa181b156399a13fa429159112e30c8005d5e8a59 but exhaustive. For `blender` repo, see the equivalent in D9815. Reviewed By: mont29 Differential Revision: https://developer.blender.org/D9816
2021-01-07Addon: Curve Tools: Made changes from Lichtso githubVladimir Spivak(cwolf3d)
2021-01-07Fix T83360: Tree gen error showing "Leaf Object" enumCampbell Barton
Account for limitation in the Python API which needs to keep references to strings used in an enum.
2021-01-07space_view3d_brush_menus: update for change in masterCampbell Barton
2021-01-06BlenderKit: cleanup importsVilém Duha
all modules are reloaded from __init__.py Also prevent a bug thrown when a scene loads with search resutsl and the thumbnail cache was wiped out.
2021-01-06BlenderKit: fix T84391Vilém Duha
This issue was caused by wrong use of importlib, turns out this was wrong from the very beginning and that I never studied how reimporting of libs woks. Now the speed of script reload seems not to be influenced by BlenderKit anymore.
2021-01-06BlenderKit:Vilém Duha
minor logging fixes
2021-01-06BlenderKit: fix typos, reenable icon in profile panelVilém Duha
2021-01-04glTF importer: create placeholder images for files that can't be loadedJulien Duroure
2021-01-04glTF importer/exporter: Draco decoder + encoder fixesJulien Duroure
We can now read Draco compressed files. This also fix exporting vertex color Draco compressed files. Fix #T75550
2021-01-04glTF importer: removed future deprecated encoding arg to json.loadsJulien Duroure
2021-01-04glTF exporter: roundtrip all texture wrap modesJulien Duroure
2021-01-04Rigify: move drivers together with constraints and code improvement.Alexander Gavrilov
2021-01-013D Navigation: UI Label FixesAaron Carlisle
Expand shorthands and fix UI terms.
2020-12-31BlenderKit Fast metadata edit operatorVilém Duha
Shortcut Ctrl+F or menu item in asset context menu. Also several fixes to logging
2020-12-30BlenderKit: make HDR and Scene assets not experimentalVilém Duha
correct links to tutorials for these 2 assets free only becomes free first A lot of logging calls instead of utils.p()
2020-12-30BlenderKit: fix thumbnailerVilém Duha
Forgot unhidden a collection that should be hidden by default