
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
N/A
|
|
Issue Links:
|
Duplicate
|
|
|
|
This issue is original of duplicate:
|
|
SVC-2095
llSetLinkPrimitiveParams cylinder texturing error
|
|
|
|
|
Relates
|
|
|
|
This issue is related to by:
|
|
|
VWR-380 Resized Flexible Prims Render Improperly
|
|
|
|
 |
|
VWR-332 LSL translate and rotate interpolate at different rates (Was: Scripted prim movement rendered differently when object is selected)
|
|
|
|
 |
SVC-3216
llSetLinkPrimitiveParams(this_link,[PRIM_POSITION,new_position]); does not move child prim
|
|
|
|
 |
SVC-1146
On Havok4 beta grid, llSetPrimitiveParams behaving differently from main grid
|
|
|
|
|
SVC-2036
llSetPrimitiveParams miss-applies textures when the number of faces increases.
|
|
|
|
|
|
|
| Linden Lab Issue ID: |
DEV-3842
|
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]);
|
|
Description
|
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]); |
Show » |
made changes - 20/Mar/07 11:40 PM
| Field |
Original Value |
New Value |
|
Linden Lab Issue ID
|
|
SL-38057
|
made changes - 10/Apr/07 07:45 PM
|
Link
|
|
This issue is duplicated by VWR-380
[ VWR-380
]
|
made changes - 10/Apr/07 07:46 PM
|
Link
|
This issue is duplicated by VWR-380
[ VWR-380
]
|
|
made changes - 10/Apr/07 07:46 PM
|
Link
|
|
This issue is related to by VWR-380
[ VWR-380
]
|
made changes - 27/Apr/07 07:05 AM
|
Link
|
|
This issue is related to by VWR-332
[ VWR-332
]
|
made changes - 14/Sep/07 02:13 AM
|
Link
|
|
This issue Relates to MISC-683
[ MISC-683
]
|
made changes - 14/Sep/07 02:13 AM
|
Link
|
This issue Relates to MISC-683
[ MISC-683
]
|
|
made changes - 22/Dec/07 12:57 AM
|
Workflow
|
jira
[ 10396
]
|
jira-2007-12-21
[ 20530
]
|
made changes - 22/Dec/07 01:12 AM
|
Workflow
|
jira
[ 20530
]
|
jira-2007-12-21
[ 21255
]
|
made changes - 22/Dec/07 01:42 AM
|
Workflow
|
jira
[ 21255
]
|
jira-2007-12-21
[ 22911
]
|
made changes - 23/Dec/07 12:09 AM
|
Workflow
|
jira-2007-12-21
[ 22911
]
|
jira-2007-12-22a
[ 48065
]
|
made changes - 23/Dec/07 12:25 AM
|
Workflow
|
jira-2007-12-21
[ 48065
]
|
jira-2007-12-22a
[ 48835
]
|
made changes - 04/Jan/08 05:52 AM
|
Link
|
|
This issue is duplicated by SVC-1146
[ SVC-1146
]
|
made changes - 24/Jan/08 10:14 PM
|
Link
|
This issue is duplicated by SVC-1146
[ SVC-1146
]
|
|
made changes - 24/Jan/08 10:16 PM
|
Link
|
|
This issue is related to by SVC-1146
[ SVC-1146
]
|
made changes - 03/Apr/08 09:02 PM
|
Link
|
|
This issue is related to by SVC-2036
[ SVC-2036
]
|
made changes - 06/Apr/08 03:26 PM
|
Link
|
|
This issue is duplicated by SVC-2095
[ SVC-2095
]
|
made changes - 11/Oct/08 02:54 AM
|
Link
|
|
This issue is related to by SVC-3216
[ SVC-3216
]
|
made changes - 13/Nov/08 12:01 PM
|
Workflow
|
jira-2007-12-22a
[ 48835
]
|
jira-2008-11-14
[ 79992
]
|
made changes - 13/Nov/08 04:26 PM
|
Workflow
|
jira-2008-11-14
[ 79992
]
|
jira-2008-11-14a
[ 85894
]
|
made changes - 13/Nov/08 04:37 PM
|
Workflow
|
jira-2008-11-14
[ 85894
]
|
jira-2008-11-14a
[ 89113
]
|
made changes - 13/Nov/08 04:44 PM
|
Workflow
|
jira-2008-11-14
[ 89113
]
|
jira-2008-11-14a
[ 91511
]
|
made changes - 18/Nov/08 10:38 AM
|
Linden Lab Issue ID
|
SL-38057
|
DEV-3842
|
|