Small change on dealing with ODE physics, so that this warning doesn't happen: "[PHYSICS]: trying to change capsule size, but the following ODE data is missing - Shell Body Amotor". That warning occurred in MakeRoot, because of the call to SetSize, immediately after making the avie physical.
							parent
							
								
									76c0935ec7
								
							
						
					
					
						commit
						2c272762f8
					
				| 
						 | 
				
			
			@ -2831,7 +2831,7 @@ namespace OpenSim.Region.Framework.Scenes
 | 
			
		|||
            {
 | 
			
		||||
                m_physicsActor = scene.AddAvatar(Firstname + "." + Lastname, pVec, new PhysicsVector(0, 0, m_avHeight), isFlying);
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            scene.AddPhysicsActorTaint(m_physicsActor);
 | 
			
		||||
            //m_physicsActor.OnRequestTerseUpdate += SendTerseUpdateToAllClients;
 | 
			
		||||
            m_physicsActor.OnCollisionUpdate += PhysicsCollisionUpdate;
 | 
			
		||||
            m_physicsActor.SubscribeEvents(1000);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue