@@ -100,25 +100,25 @@ def compare_animation_bit_channels(self, expected, actual):
100100
101101def get_animation (hierarchy_name = 'TestHierarchy' , xml = False ):
102102 channels = [
103- get_animation_channel (type = 0 , pivot = 0 ),
104- get_animation_channel (type = 1 , pivot = 1 ),
105- get_animation_channel (type = 2 , pivot = 1 ),
106-
107- get_animation_channel (type = 0 , pivot = 2 ),
108- get_animation_channel (type = 1 , pivot = 2 ),
109- get_animation_channel (type = 2 , pivot = 2 ),
110- get_animation_channel (type = 6 , pivot = 2 ),
111-
112- get_animation_channel (type = 0 , pivot = 3 ),
113- get_animation_channel (type = 1 , pivot = 3 ),
114- get_animation_channel (type = 2 , pivot = 3 ),
115- get_animation_channel (type = 6 , pivot = 3 ),
116- ]
117-
118- if bpy .app .version != (4 , 4 , 3 ): # TODO fix 4.4.3
103+ get_animation_channel (type = 0 , pivot = 0 ),
104+ get_animation_channel (type = 1 , pivot = 1 ),
105+ get_animation_channel (type = 2 , pivot = 1 ),
106+
107+ get_animation_channel (type = 0 , pivot = 2 ),
108+ get_animation_channel (type = 1 , pivot = 2 ),
109+ get_animation_channel (type = 2 , pivot = 2 ),
110+ get_animation_channel (type = 6 , pivot = 2 ),
111+
112+ get_animation_channel (type = 0 , pivot = 3 ),
113+ get_animation_channel (type = 1 , pivot = 3 ),
114+ get_animation_channel (type = 2 , pivot = 3 ),
115+ get_animation_channel (type = 6 , pivot = 3 ),
116+ ]
117+
118+ if bpy .app .version != (4 , 4 , 3 ): # TODO fix 4.4.3
119119 channels .append (get_animation_bit_channel (pivot = 6 , xml = xml ))
120120 channels .append (get_animation_bit_channel (pivot = 7 ))
121-
121+
122122 return Animation (
123123 header = get_animation_header (hierarchy_name ),
124124 channels = channels )
0 commit comments