• 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.
Issue Details (XML | Word | Printable)

Key: SVC-38
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Delerium Hannibal
Votes: 50
Watchers: 9
Operations

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

llSetPrimitiveParams has issues with multiple parameters in one call

Created: 05/Mar/07 01:29 AM   Updated: 18/Nov/08 10:38 AM
Return to search
Component/s: Scripts
Affects Version/s: 1.13.1.5
Fix Version/s: None

Environment: N/A
Issue Links:
Duplicate
 
Relates
 

Linden Lab Issue ID: DEV-3842


 Description  « Hide
Two issues with this command.

1. Calling PRIM_TYPE resets and locks PRIM_FLEXIBLE, even for non-type change parameters. Meaning, you change a simple thing like hollow, and it turns off flexi, and takes a completely seperate call to turn it back on. Calling flexible will fail in any parameter set that also calls type. So to change the hollow on a box that has flexi turned on, it takes two calls, one to change the hollow, and one to reset the flexi.

2. Working with individual sides with PRIM_COLOR and PRIM_TEXTURE is broken. These two constants can't be used in the same call when dealing with individual sides, as the first set called will set the entire prim to the last entry once the second set gets called. example:

This works: (sets the color to green for all sides but side number 1, and sets side number 1 to black, then changes texture to blank)
llSetPrimitiveParams([PRIM_COLOR, ALL_SIDES, <0, 1, 0>, 1,PRIM_COLOR, 0, <0, 0, 0>, 1]);
llSetPrimitiveParams([PRIM_TEXTURE, ALL_SIDES, "5748decc-f629-461c-9a36-a35a221fe21f", <1, 1,0>, <0, 0, 0>, 0]);
This does not:
llSetPrimitiveParams([PRIM_COLOR, ALL_SIDES, <0, 1, 0>, 1,PRIM_COLOR, 0, <0, 0, 0>, 1,PRIM_TEXTURE, ALL_SIDES, "5748decc-f629-461c-9a36-a35a221fe21f", <1, 1,0>, <0, 0, 0>, 0]);



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Second Life Admin made changes - 20/Mar/07 11:40 PM
Field Original Value New Value
Linden Lab Issue ID SL-38057
Khamon Fate made changes - 10/Apr/07 07:45 PM
Link This issue is duplicated by VWR-380 [ VWR-380 ]
Khamon Fate made changes - 10/Apr/07 07:46 PM
Link This issue is duplicated by VWR-380 [ VWR-380 ]
Khamon Fate made changes - 10/Apr/07 07:46 PM
Link This issue is related to by VWR-380 [ VWR-380 ]
Khamon Fate made changes - 27/Apr/07 07:05 AM
Link This issue is related to by VWR-332 [ VWR-332 ]
McCabe Maxsted made changes - 14/Sep/07 02:13 AM
Link This issue Relates to MISC-683 [ MISC-683 ]
McCabe Maxsted made changes - 14/Sep/07 02:13 AM
Link This issue Relates to MISC-683 [ MISC-683 ]
Rob Linden made changes - 22/Dec/07 12:57 AM
Workflow jira [ 10396 ] jira-2007-12-21 [ 20530 ]
Rob Linden made changes - 22/Dec/07 01:12 AM
Workflow jira [ 20530 ] jira-2007-12-21 [ 21255 ]
Rob Linden made changes - 22/Dec/07 01:42 AM
Workflow jira [ 21255 ] jira-2007-12-21 [ 22911 ]
Rob Linden made changes - 23/Dec/07 12:09 AM
Workflow jira-2007-12-21 [ 22911 ] jira-2007-12-22a [ 48065 ]
Rob Linden made changes - 23/Dec/07 12:25 AM
Workflow jira-2007-12-21 [ 48065 ] jira-2007-12-22a [ 48835 ]
WarKirby Magojiro made changes - 04/Jan/08 05:52 AM
Link This issue is duplicated by SVC-1146 [ SVC-1146 ]
Rifkin Habsburg made changes - 24/Jan/08 10:14 PM
Link This issue is duplicated by SVC-1146 [ SVC-1146 ]
Rifkin Habsburg made changes - 24/Jan/08 10:16 PM
Link This issue is related to by SVC-1146 [ SVC-1146 ]
Harleen Gretzky made changes - 03/Apr/08 09:02 PM
Link This issue is related to by SVC-2036 [ SVC-2036 ]
Harleen Gretzky made changes - 06/Apr/08 03:26 PM
Link This issue is duplicated by SVC-2095 [ SVC-2095 ]
Syn Short made changes - 11/Oct/08 02:54 AM
Link This issue is related to by SVC-3216 [ SVC-3216 ]
Sue Linden made changes - 13/Nov/08 12:01 PM
Workflow jira-2007-12-22a [ 48835 ] jira-2008-11-14 [ 79992 ]
Sue Linden made changes - 13/Nov/08 04:26 PM
Workflow jira-2008-11-14 [ 79992 ] jira-2008-11-14a [ 85894 ]
Sue Linden made changes - 13/Nov/08 04:37 PM
Workflow jira-2008-11-14 [ 85894 ] jira-2008-11-14a [ 89113 ]
Sue Linden made changes - 13/Nov/08 04:44 PM
Workflow jira-2008-11-14 [ 89113 ] jira-2008-11-14a [ 91511 ]
Alexa Linden made changes - 18/Nov/08 10:38 AM
Linden Lab Issue ID SL-38057 DEV-3842