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.
Can you resubmit this as a patch (preferrably against current trunk) and we'll see about getting it applied.
Thanks,
Jim