-
- Downloads
BlenderKit: fix colorspace with filmic addon
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.
Showing
- blenderkit/__init__.py 13 additions, 1 deletionblenderkit/__init__.py
- blenderkit/download.py 15 additions, 9 deletionsblenderkit/download.py
- blenderkit/image_utils.py 9 additions, 1 deletionblenderkit/image_utils.py
- blenderkit/search.py 3 additions, 3 deletionsblenderkit/search.py
- blenderkit/ui.py 28 additions, 0 deletionsblenderkit/ui.py
- blenderkit/ui_panels.py 33 additions, 25 deletionsblenderkit/ui_panels.py
- blenderkit/utils.py 5 additions, 5 deletionsblenderkit/utils.py
Loading
Please register or sign in to comment