![]()  | 
	
| 
		 
			 
			#1  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
			
			 
				
				vector group/ parent
			 
			
			
			Dear users, 
		
		
		
		
		
		
		
		
	
	I'm trying to group of 7 vertex shapes I have created on the fly so that I can apply exactly the same transformation to all of them simultaneously. When I try to use the parent comands I get the following error.. 'VizPrimitive' object has no attribute 'split' Can parent not be used with vertices? How else can I do this? Thank you. Jac  | 
| 
		 
			 
			#2  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
		
		 
			
			Please post a sample script that recreates this error
		 
		
		
		
		
		
		
		
		
	
	 | 
| 
		 
			 
			#3  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
			
			 
			
			thanks, but solved this by just creating a list.... 
		
		
		
		
		
		
		
		
	
	Code: 
	for trieven in (tritwo,trifour,trisix,trieight): trieven.setAxisAngle(0,0,1,-SPEED/RATE*dist) trieven.addAction(FadeForever1) for triodd in (trione,trithree,trifive,triseven): triodd.setAxisAngle(0,0,1,-SPEED/RATE*dist) triodd.addAction(FadeForever2)  | 
![]()  | 
	
	
		
  | 
	
		
  | 
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| calculating angle differences | tavaksai | Vizard | 4 | 08-23-2004 11:04 AM |