Fixed in version 1.3.2
Simply put: I LOVE THIS SMALL ADD-ON!!! Thank you so much for creating and sharing it! :-)
❤️
I love this add-on! Thank you so much for sharing it, Greg! :-)
Thank you so much for this small-great add-on. It's fantastic to maintain a clean and well organised Timeline!
Just a small request: please, add an option to NOT remove channels with just a Modifier added. Yesterday I lost some precious work for this reason.
Steps to reproduce:
• Select the default Cube, go to Properties > Object > Transform > Location Z and Insert a Single Frame leaving as zero.
• Now go to this X Location channel in the Graph Editor > Add Modifier > Noise and tweak to your needs
• Now we have a Cube with a Random Movement along X axis.
• If you accidentally select this channel and Remove Static FCurves, then you loose all your motion drive by the Modifier!
An internal check to NOT remove anything if a Modifier is present in a Channel could address this issue.
THANKS!!!
This is a FANTASTIC add-on, I love it!!!
It's of great help for when you create Groups from your complex node setups, and you need to split or merge sockets here and there!
Just a small detail: name of add-on in the N-Panel Tab remains in Chinese, not in English.
Big thanks for sharing!
name of add-on in the N-Panel Tab remains in Chinese
Thanks for feedback. The new version should have fixed it.
Hi there! I love this small tool, but there is a small issue I have just found:
If I have a Reference Image loaded in my scene (via Add > Image > Reference)
And with this Empty-Image selected I just press “Alt”, then I suffer this error (using Blender 4.5.3 on a Mac):
Python: Traceback (most recent call last): File "/Users/cristobal/Library/Application Support/Blender/4.5/extensions/blender_org/keyframe_selected/init.py", line 675, in invoke gv.last_animation_data=get_animation_data() ^^^^^^^^^^^^^^^^^^^^ File "/Users/cristobal/Library/Application Support/Blender/4.5/extensions/blender_org/keyframe_selected/init.py", line 492, in get_animation_data for signature_data_path, signature_index in fcurve_iterator(item.data.id_data): File "/Users/cristobal/Library/Application Support/Blender/4.5/extensions/blender_org/keyframe_selected/init.py", line 398, in fcurve_iterator if holder.animation_data is not None: ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Image' object has no attribute 'animation_data'. Did you mean: 'animation_data_clear'?