2026-02-16

This commit is contained in:
2026-03-17 15:25:32 -06:00
parent d5dd373de0
commit 60100fbab2
560 changed files with 33397 additions and 20776 deletions
+3 -1
View File
@@ -18,6 +18,7 @@
# ***** END GPL LICENCE BLOCK *****
import bpy
from . import Tools
class GizmoSizeUp(bpy.types.Operator):
"""Share keyframes between all the selected objects and bones"""
@@ -144,7 +145,8 @@ class SwitchBoneCollectionsVisibility(bpy.types.Operator):
start = 'pose.bones["'
end = '"]'
#get all the animated bones from the fcurves
for fcu in obj.animation_data.action.fcurves:
fcurves = Tools.get_fcurves(obj, obj.animation_data.action)
for fcu in fcurves:
start_index = fcu.data_path.find(start)
end_index = fcu.data_path.find(end)
#if it's not a posebone fcurve then skip