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-09-20Amaranth: Fix addon un-register functionSergey Sharybin
The issue was introduced in cf773d42f07d and vis caused by a lack of class unregister. Fixes regression tests, as well as usecase when a user toggles the addon off and on again.
2022-09-20Amaranth: Fix Jump Keyframes layoutPablo Vazquez
* Move into its own sub-panel inside the Keyframes panel
2022-09-20Amaranth: Fix Wireframe Toggle layoutPablo Vazquez
* Use column layout for Wireframe Toggle. * Move into its own sub-panel.
2022-09-20Amaranth: Remove "Node Shader Extra" featurePablo Vazquez
This data-block indicator is no longer needed now that the Node Editor has a context path overlay introduced in Blender 3.0
2022-09-20Amaranth: Remove "Switch Material" featurePablo Vazquez
Since 2.8 the Shader Editor has a popover with a UIList of all materials, much more complete than the dropdown implementation in Amaranth. Good to see Amaranth features being replaced by built-in ones in Blender :D
2022-09-20Amaranth: Fix poll for operatorsPablo Vazquez
* AMTH_NODE_OT_show_active_node_image in Node Editor * AMTH_VIEW3D_OT_render_border_camera in 3D Viewport
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-11Fix T98039: Node Wrangler node preview no longer workingCampbell Barton
Update for changes in Blender.
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
Some files needed to be changed manually.
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2022-01-05Cleanup: fix typos in source codeBrecht Van Lommel
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D5801
2022-01-05Cleanup: fix types in source codeBrecht Van Lommel
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D5801
2021-11-29Fix Amaranth and FBX cycles visibility settings.Thomas Dinges
These were moved to the object level in rBca64bd0aacda.
2021-10-28Fix T92334: Amaranth errors after cycles-x changesBrecht Van Lommel
2021-09-06Update class names after api changes to Blenderstudio-sprite-frightAaron Carlisle
In rB4ddad5a7ee5d9c3245593c509714f8c1359f9342 the `RENDER_PT_dimensions` class was renamed to `RENDER._PT_format`
2020-10-20Cleanup: remove checks for Blender v2.7xCampbell Barton
Note that add-ons in the official repositories need not support multiple Blender versions.
2020-10-05Fix `script_load_addons` test (some invalid values passed to property ↵Bastien Montagne
definitions).
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2020-01-29Cleanup: trailing spaceCampbell Barton
2019-12-09Amaranth: Removed flush_modules function not needed anymoreCansecoGPC
2019-12-09Amaranth: Add back from addons contribCansecoGPC