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
2022-07-24Amaranth: Fix File Browser features showing up in Asset BrowserPablo Vazquez
Both the "Libraries" panel and the "Current Blend's Folder" button are meant for the File Browser editor, not the Asset Browser. Fixes T94212
2022-07-24Amaranth: Add check for unsaved images in Save/Reload operatorPablo Vazquez
The regular Save operator does not automatically save changes in images, users become aware of this when quitting Blender or changing files. This became a problem for the Save/Reload operator since you'd lose work without noticing it. This commit adds a check and let the user now in the terminal which image files have not been saved. Fixes T73905
2022-07-24Amaranth: support listing images used by Empty objects in Debug toolPablo Vazquez
Related to T98252
2022-07-24Amaranth: Fix Debug feature to list users of image datablocksPablo Vazquez
The code was looking for background images in the 3D Viewport, which have been moved to Camera objects in 2.8. Fixes T98252
2022-05-06Amaranth: Support Image preview on Geometry NodesPablo Vazquez
Limited to unconnected sockets though, it's a bit tricky to get the linked socket's image since they are evaluated on runtime. Thanks Dalai for the help.
2022-05-06Fix T93334: Amaranth fails to preview Image nodesPablo Vazquez
The operator assumed an active node. Simply add a poll to check for it. Also increase the Blender version, 2.81 didn't even have Geometry Nodes.
2022-03-02Merge branch 'blender-v3.1-release'Aaron Carlisle
2022-03-02Amaranth Toolset: Update documentation URLv3.1.0Aaron Carlisle
See T95442
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2019-12-09Amaranth: Removed flush_modules function not needed anymoreCansecoGPC
2019-12-09Amaranth: Add back from addons contribCansecoGPC