Re: Changed ICE Orientation attribute access from sdk?

2016-05-03 Thread Fabricio Chamon
Yes, I am converting once per axis :) now shamed...

 thanks for the tip Cesar, I'll try storing everything once and massaging
data later on.

Em terça-feira, 3 de maio de 2016, Cesar Saez  escreveu:

> I hope you are not converting the array once per axis like in the snippet
> :)
>
> It's way better to get all the data in one call and manage the data
> re-shuffling on your own (i.e. python/jscript/vbscript/whatwever native
> types), Softimage's calls are relatively expensive as there's a round trip
> through win32com in order to make it talk with different interpreters, the
> less you hit the SDK the better (generally speaking).
>
>
> On Tue, May 3, 2016 at 11:12 PM, Fabricio Chamon  > wrote:
>
>> found it.
>>
>> pIndex = 0;
>> rotation x  = pointcloud.ActivePrimitive.GetICEAttributeFromName("
>> Orientation").DataArray.toArray()[pIndex].RotX
>> rotation y  = pointcloud.ActivePrimitive.GetICEAttributeFromName("
>> Orientation").DataArray.toArray()[pIndex].RotY
>> rotation z  = pointcloud.ActivePrimitive.GetICEAttributeFromName("
>> Orientation").DataArray.toArray()[pIndex].RotZ
>>
>
--
Softimage Mailing List.
To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with 
"unsubscribe" in the subject, and reply to confirm.

Re: PlayblastVR for Softimage

2016-05-03 Thread Luc-Eric Rousseau
I will certainly give this a try with my GearVR, but I would have named the
plug  "Viewport Capture VR" myself :)

On 2 May 2016 at 17:58, Tenshi .  wrote:

> Oh i though it was free...because you know.. EOL... But it seems like a
> good addon. Thanks for sharing.
>
> On Mon, May 2, 2016 at 4:52 PM, Francisco Criado 
> wrote:
>
>> Must say I'm impressed with this tool! Thanks Andrew, i dont know if you
>> or someone else already posted this on the mailing list (if so I'm sorry
>> for repeating) but I just wanted to share this on the group and thank the
>> author for such a great tool!
>>
>> Here goes the link:
>> http://www.andrewhazelden.com/projects/playblastvr/xsi/docs/index.html
>>
>> Francisco.
>>
>>
>>
>>
>>
--
Softimage Mailing List.
To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with 
"unsubscribe" in the subject, and reply to confirm.

Re: Changed ICE Orientation attribute access from sdk?

2016-05-03 Thread Cesar Saez
I hope you are not converting the array once per axis like in the snippet :)

It's way better to get all the data in one call and manage the data
re-shuffling on your own (i.e. python/jscript/vbscript/whatwever native
types), Softimage's calls are relatively expensive as there's a round trip
through win32com in order to make it talk with different interpreters, the
less you hit the SDK the better (generally speaking).


On Tue, May 3, 2016 at 11:12 PM, Fabricio Chamon  wrote:

> found it.
>
> pIndex = 0;
> rotation x  = pointcloud.ActivePrimitive.GetICEAttributeFromName("
> Orientation").DataArray.toArray()[pIndex].RotX
> rotation y  = pointcloud.ActivePrimitive.GetICEAttributeFromName("
> Orientation").DataArray.toArray()[pIndex].RotY
> rotation z  = pointcloud.ActivePrimitive.GetICEAttributeFromName("
> Orientation").DataArray.toArray()[pIndex].RotZ
>
--
Softimage Mailing List.
To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with 
"unsubscribe" in the subject, and reply to confirm.

Re: Changed ICE Orientation attribute access from sdk?

2016-05-03 Thread Fabricio Chamon
found it.

pIndex = 0;
rotation x  = pointcloud.ActivePrimitive.GetICEAttributeFromName("
Orientation").DataArray.toArray()[pIndex].RotX
rotation y  = pointcloud.ActivePrimitive.GetICEAttributeFromName("
Orientation").DataArray.toArray()[pIndex].RotY
rotation z  = pointcloud.ActivePrimitive.GetICEAttributeFromName("
Orientation").DataArray.toArray()[pIndex].RotZ


2016-05-03 9:53 GMT-03:00 Fabricio Chamon :

> sorry or the confusion..StructureType being 1 is correct as the context
> is per point(particle). But suddenly pointcloud.ActivePrimitive.
> GetICEAttributeFromName("Orientation").DataArray.toArray() is giving me a
> type mismatch error when it previously worked.
>
> 2016-05-02 18:43 GMT-03:00 Fabricio Chamon :
>
>> hey gang,
>>
>> in Soft 2014 I had this line of .js code:
>>
>>
>> pointcloud.ActivePrimitive.GetICEAttributeFromName("Orientation").StructureType
>>
>> that returned -> 2 (*siICENodeStructureArray*)
>>
>> now in Soft 2015 it returns-> 1 (*siICENodeStructureSingle*)
>>
>> any hints? How may I access the particles orientation array ?
>>
>> thanks a lot!
>>
>>
>
--
Softimage Mailing List.
To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with 
"unsubscribe" in the subject, and reply to confirm.

Re: Changed ICE Orientation attribute access from sdk?

2016-05-03 Thread Fabricio Chamon
sorry or the confusion..StructureType being 1 is correct as the context is
per point(particle). But suddenly pointcloud.ActivePrimitive.
GetICEAttributeFromName("Orientation").DataArray.toArray() is giving me a
type mismatch error when it previously worked.

2016-05-02 18:43 GMT-03:00 Fabricio Chamon :

> hey gang,
>
> in Soft 2014 I had this line of .js code:
>
>
> pointcloud.ActivePrimitive.GetICEAttributeFromName("Orientation").StructureType
>
> that returned -> 2 (*siICENodeStructureArray*)
>
> now in Soft 2015 it returns-> 1 (*siICENodeStructureSingle*)
>
> any hints? How may I access the particles orientation array ?
>
> thanks a lot!
>
>
--
Softimage Mailing List.
To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with 
"unsubscribe" in the subject, and reply to confirm.

Aerial imagery

2016-05-03 Thread Lawrence Pankhurst
Hi,

Has anyone got a source for copyright free aerial imagery, specifically of
the UK that they could share please?  Struggling to find anything that
doesn't cost or fortune or has to have a watermark on it throughout!

Cheers

Lawrence
--
Softimage Mailing List.
To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with 
"unsubscribe" in the subject, and reply to confirm.