Re: [Opensim-users] Proposal for a new OSSL function

2015-03-13 Thread R.Gunther
One thing that llGetObject detail is missing is to get the prim size. so if this command get add. i hope the add the object size too. On 2015-03-13 20:00, Chris wrote: Hello all, I have a proposal for a new OSSL function that could possibly prove useful: osGetObjectNameDetails() I would

Re: [Opensim-users] Proposal for a new OSSL function

2015-03-13 Thread Chris
Getting an object's size would be a really nice addition; but going by how llGetScale() functions I believe it would be limited to getting just the root prim's size rather than overall size if I'm thinking about this correctly. On 3/13/2015 2:03 PM, R.Gunther wrote: One thing that llGetObject

[Opensim-users] Proposal for a new OSSL function

2015-03-13 Thread Chris
Hello all, I have a proposal for a new OSSL function that could possibly prove useful: osGetObjectNameDetails() I would have sent this to the opensim-dev mailing list but I'm unsure now of where this is located and how to sign up for that list since the old mailing list locations are now

Re: [Opensim-users] Proposal for a new OSSL function

2015-03-13 Thread Dahlia Trimble
Some initial thoughts Why not a function that returns a uuid for a name? Actually this could be done with a sensor now. No need to duplicate llGetObjectDetails functionality, just call it once you get the uuid. Such a function would need to scan every object in the region for a name match,

Re: [Opensim-users] Proposal for a new OSSL function

2015-03-13 Thread R.Gunther
I expected the OSSL works also with UUID you get from sensor. llGetObject details works very good for me, except am misisng the object size. I have a workaround for that. But a command that need to scan the whole sim to get something. I agree with dahlia, bad idea. On 2015-03-13 21:12, Dahlia