Partial Revert: Animation Track patch cleanup
This commit is contained in:
		@@ -105,5 +105,6 @@ def extract_and_apply_anim(filename : str, scene : Scene):
 | 
				
			|||||||
                    fcurve_loc_y.keyframe_points.insert(i,t.y)
 | 
					                    fcurve_loc_y.keyframe_points.insert(i,t.y)
 | 
				
			||||||
                    fcurve_loc_z.keyframe_points.insert(i,t.z)
 | 
					                    fcurve_loc_z.keyframe_points.insert(i,t.z)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        arma.animation_data.action = action
 | 
				
			||||||
        track = arma.animation_data.nla_tracks.new()
 | 
					        track = arma.animation_data.nla_tracks.new()
 | 
				
			||||||
        track.strips.new(action.name, action.frame_range[0], action)
 | 
					        track.strips.new(action.name, action.frame_range[0], action)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user