Not sure which feature I envoy the most. There are definitely ones that I wish Blender had out of the box and am glad to find here. Ranging from simple QoL tweaks like a final resolution display to power tools like the Scene Debug or Lighter's Corner!
Speaking of that corner, if meshlights made of Principled BSDF could be supported, that would be a neat addition! :)
Great addon that has been with me since the pre-2.8 days! There's a few broken operators and I think it's because of some parameters missing from the addon's preferences. I rely a lot on the operator 'Frame Jump' and commenting the lines that gets data from the addon's preferences works as a temporary solution.
Love the added feature set. It does give me an error on 4.2 but to fix it, drag the extension's folder into a vs code window, trust it, search for "amaranth" and replace it with "bl_ext.blender_org.amaranth" EXCEPT FOR THE INSTANCE FOUND IN blender_manifest.toml
Thanks for sharing! I've fixed it in the latest version. Although the fix actually is replacing "amaranth" with "package". As explained in the docs.
Traceback (most recent call last): File "...\Blender Foundation\Blender\4.2\extensions\blender_org\amaranth\animation\jump_frames.py", line 142, in draw preferences = context.preferences.addons["amaranth"].preferences ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'bpy_prop_collection[key]: key "amaranth" not found'
this addon needs an api update. nothing shown in the preferences and many tools are not working!
I think I've fixed it. Please try v1.0.24! 🧡
Good Stuff, really love this!
Very Cool Pablo best!
Excellent add! cant live without these extra been using since 2.77 or perhaps earlier Current version has issue where as the color management preset wont load. Something weird change there in the code. I actualy did some work and my version would also save curve settings as well
But not RENDER_PT_color_management doesnt exist. Yet blender own panel does work. They are new methods for these panels. Looks very chaotic if im honest