|  | @@ -130,7 +130,7 @@ public class IpoHelper extends AbstractBlenderHelper {
 | 
	
		
			
				|  |  |  		if (rnaPath.endsWith("scale")) {
 | 
	
		
			
				|  |  |  			return Ipo.AC_SIZE_X + arrayIndex;
 | 
	
		
			
				|  |  |  		}
 | 
	
		
			
				|  |  | -		if (rnaPath.endsWith("rotation")) {
 | 
	
		
			
				|  |  | +		if (rnaPath.endsWith("rotation") || rnaPath.endsWith("rotation_euler")) {
 | 
	
		
			
				|  |  |  			return Ipo.OB_ROT_X + arrayIndex;
 | 
	
		
			
				|  |  |  		}
 | 
	
		
			
				|  |  |  		throw new IllegalStateException("Unknown curve rna path: " + rnaPath);
 |