Thank you kindly, FrankNichols for a patch that:

The following patch fixes http://opensimulator.org/mantis/view.php?id=3107 
[^] by changing call from setRot to llSetRot, the later handles 
child prim being rotated relative to root prim in linked set.
0.6.3-post-fixes
Charles Krinke 2009-02-11 16:01:56 +00:00
parent f70e580f86
commit 6b187ae196
1 changed files with 1 additions and 1 deletions

View File

@ -6286,7 +6286,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
return;
LSL_Rotation q = rules.GetQuaternionItem(idx++);
SetRot(part, Rot2Quaternion(q));
llSetRot(q);
break;