• All submissions to this site are governed by Second Life Project Contribution Agreement. By submitting patches and other information using this site, you acknowledge that you have read, understood, and agreed to those terms.
MAINTENANCE ANNOUNCEMENT - JIRA will undergo maintenance starting 1:00am PDT through 3:00am on Saturday 2010.03.20. Please do not enter issues during this time as the system maybe restarted.
Issue Details (XML | Word | Printable)

Key: SVC-2107
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Zena Juran
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
2. Second Life Service - SVC

llTargetOmega SprinRate Sets to 0.0 When Linked (As a Child Prim) to Another Prim

Created: 07/Apr/08 07:27 AM   Updated: 09/May/08 08:34 AM
Component/s: Physics, Scripts
Affects Version/s: 1.20.0 Server
Fix Version/s: None

Time Tracking:
Not Specified

Environment:
You are at 281385.0, 265932.4, 510.3 in Hong Kong Island located at sim4913.agni.lindenlab.com (216.82.27.124:12035)
Second Life Server 1.20.0.83892

CPU: AMD (Athlon 64 X2 Dual Core 4200) (2500 MHz)
Memory: 2048 MB
OS Version: Microsoft Windows XP Service Pack 2 (Build 2600)
Graphics Card Vendor: NVIDIA Corporation
Graphics Card: GeForce 8600 GTS/PCI/SSE2/3DNOW!
OpenGL Version: 2.1.2
LLMozLib Version: [LLMediaImplLLMozLib] - 2.01.14248 (Mozilla GRE version 1.8.1.13_0000000000)
Issue Links:
Duplicate
 

Linden Lab Issue ID: DEV-14464


 Description  « Hide
A prim of any shape containing a simple script with the following LSL code:

float SpinRate;

default
{
state_entry()

{ llTargetOmega(<0,0,-1>,SpinRate,1.0); }

}

will intermittently or completely stop spinning when linked, as a child prim (in any order), to any other prim for SpinRate float values below 1.00.

When the prim containing the llTargetOmega script is released from a linked set (of 2 or more prims) it will resume it's scripted SpinRate.

If the prim is the root prim of a linked set, the linked set will spin at the scripted SpinRate.

This has been tested at http://slurl.com/secondlife/Hong%20Kong%20Island/41/204/510 and at http://slurl.com/secondlife/Pandoria%20North/199/248/23.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Sidewinder Linden added a comment - 28/Apr/08 12:29 PM
Updated from in-world discussion after deploy of Second Life Server 1.21.0.85745

[12:25] Zena Juran: The problem I am seeing (still) is when a child prim has a llTagetOmga script in it. It will not spin as a child . But will spin when unlinked
[12:26] Zena Juran: And will spin as a root... but not as a child.


Harleen Gretzky added a comment - 09/May/08 08:34 AM
Not sure if this is a different issue or just misfiled but VWR-7142 is the same problem, but works with viewers prior to 1.19.1.4 (Windlight) and is therefore a viewer issue.