Issue Details (XML | Word | Printable)

Key: LIBOMV-480
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Jim Radford
Reporter: Reghu Kumar.R.
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
libopenmetaverse

Implemented RezScript API in OpenMetaverse.(To run script in prim inventory)

Created: 05/Apr/09 09:06 PM   Updated: 19/Feb/10 10:20 AM
Component/s: Inventory
Affects Version/s: None
Fix Version/s: 0.6.2

File Attachments: 1. Text File InventoryManager.cs.patch (3 kB)


Environment: .NET / Windows32


 Description  « Hide
Implemented RezScript API in OpenMetaverse. With the help of RezScript API, it is possible to run script in prim inventory.

Implemented API :- UUID RezScript(uint objectLocalID, InventoryItem item)

Implemented File(CS) :- InventoryManager.cs

Test Results.
Following script are successfully run in the prim inventory with the help of RezScript API.
1.Rotate an Object.
2.Change the color of the Object on Mouse click.
3.Change the Size of the Object On Mouse click.
4.Move the Position of the Object On Mouse click.
Test result is verified in Hippo viewer and console of the server.

Please check attachment for InventoryManager.cs.



 All   Comments   Change History   Subversion Commits   Patches      Sort Order: Ascending order - Click to sort in descending order
Jim Radford added a comment - 05/Apr/09 09:21 PM
Reghu,

Can you resubmit this as a patch (preferrably against current trunk) and we'll see about getting it applied.

Thanks,
Jim


Reghu Kumar.R. added a comment - 05/Apr/09 10:09 PM - edited
Hello Jim,

Patch file is attached.(InventoryManager.cs.patch)

Thank You
Reghu


Jim Radford added a comment - 05/Apr/09 11:24 PM
Applied with changes to Trunk r2581. Thanks for the patch!

James Neal added a comment - 05/Apr/09 11:54 PM
attached plain text patch just because