Test

2012-05-28 Thread Szabolcs Matefy
It's a test

___
This message contains confidential information and is intended only for the 
individual named. If you are not the named addressee you should not 
disseminate, distribute or copy this e-mail. Please notify the sender 
immediately by e-mail if you have received this e-mail by mistake and delete 
this e-mail from your system. E-mail transmission cannot be guaranteed to be 
secure or error-free as information could be intercepted, corrupted, lost, 
destroyed, arrive late or incomplete, or contain viruses. The sender therefore 
does not accept liability for any errors or omissions in the contents of this 
message, which arise as a result of e-mail transmission. If verification is 
required please request a hard-copy version. Crytek GmbH - 
http://www.crytek.com - Grüneburgweg 16-18, 60322 Frankfurt - HRB77322 
Amtsgericht Frankfurt a. Main- UST IdentNr.: DE20432461 - Geschaeftsfuehrer: 
Avni Yerli, Cevat Yerli, Faruk Yerli


Re: aaOcean open-sourced

2012-05-28 Thread Amaan Akram
Hi Alok,

The mtd file is a metadata file for arnold shaders, kind of like an
SPDL. The mtd file format comes from solid angle, and all shaders that come
with MtoA have one.

On 28 May 2012 22:36, Alok Gandhi  wrote:

>  Hi Amaan,
>
> I see that the arnold shader for maya file has extension .mtd. I developed
> a tranform cache binary file format for our pipeline by the same extension
> name. I named it on as an acronym for Modus Transform Data or mtd. Is the
> file format .mtd standard for Maya shader?
>
>
>
> On 28/05/2012 11:45 AM, Grahame Fuller wrote:
>
> Great stuff. Thanks!
>
> gray
>
> From: softimage-boun...@listproc.autodesk.com 
> [mailto:softimage-boun...@listproc.autodesk.com 
> ] On Behalf Of Amaan Akram
> Sent: Saturday, May 26, 2012 05:46 AM
> To: softimage@listproc.autodesk.com
> Subject: aaOcean open-sourced
>
> Hi all,
>
> Apologies for the cross-posting from other lists.
>
> I've open-source the aaOcean project. This will be of help to all linux folks 
> out there since there are now makefiles included for almost every 
> plugin/shader.
> https://bitbucket.org/amaanakram/aaocean
>
> This repository contains the following:
>
> -aaOcean core class
> -aaOcean Mental Ray shaders (.mi files not included, though you could easily 
> write one by looking at the source)
> -Softimage Shader Definitions for Mental Ray shaders
> -aaOcean Arnold shaders
> -aaOcean Softimage ICE deformer
> -aaOcean Maya Deformer and a MEL interface
> -Houdini FFT SOP node, which I used to port aaOcean as a deformer to Houdini
>
> Example of water effects that you can do: https://vimeo.com/42087457
>
> Feel free to suggest any improvements.
>
> Amaan
>
>


-- 
3D Artist/TD @ The Mill, London
http://www.amaanakram.com


Mirror poses or animation with GEAR

2012-05-28 Thread Demian Kurejwowski
setting up and animation, i decided to animate one arm, and later on pass the 
animation or the poses to the other side.
if i mirror selected from the synoptic view it mirror them, in numbers the 
match, example,  -4,1,1  to 4,1,1 but in the viewport the hands dont look in 
the same place.
 
so i decided to try from the droplist and select the arm and mirror animation. 
and this is what i get. 
 
Application.SelectObj("Biped_Mely.arm_L0_ik_ctl", "", True)
# ERROR : Traceback (most recent call last):
# TypeError: gear_MirrorAnimation_Execute() takes exactly 1 argument (0 given)
#  - [line 4294967295 in 
C:\Users\Demian\Autodesk\Softimage_2012_SP1\Addons\gear\Application\Plugins\gear_mirrorAnimation.py]
# ERROR : OLE error 0x80020101
Application.gear_MirrorAnimation()
 
 
 
i try to see what the mirror template has on it,  to see if i did something 
wrong when i created the rig,  
and this is what i get
 
Application.SelectObj("Biped_Mely", "", "")
# ERROR : Traceback (most recent call last):
#   File "

Re: mail...

2012-05-28 Thread Matt Morris
Hi luc, got that mail and sent a reply to it. As with someone else the url
links themselves didn't work but shouldn't matter i guess?

Cheers!
Matt

On Monday, 28 May 2012, Luc-Eric Rousseau  wrote:
> you should be getting a message that says your subscription has been
> suspended due to excessive bounces.
> follow the instruction in it to renable the subscription.  The mail
> will have a long title like "confirm 6347373894593839493943a"


>
> On Sat, May 26, 2012 at 8:44 PM, Matt Morris  wrote:
>> Hi Gray,
>>
>> I unsubscribed and resubscribed to the list by sending mails
>> to softimage@listproc.autodesk.com
>>
>> Got the verification mails etc so it feels like it should have worked but
>> still not receiving mail from the xsi list - am getting everything from
>> other lists I'm on such as sitoa.
>>
>>
>> --
>> www.matinai.com
>
>

-- 
www.matinai.com


Re: aaOcean open-sourced

2012-05-28 Thread Alok Gandhi

  
  
Hi Amaan,

I see that the arnold shader for maya file has extension .mtd. I
developed a tranform cache binary file format for our pipeline by
the same extension name. I named it on as an acronym for Modus
Transform Data or mtd. Is the file format .mtd standard for Maya
shader?

  

On 28/05/2012 11:45 AM, Grahame Fuller wrote:

  Great stuff. Thanks!

gray

From: softimage-boun...@listproc.autodesk.com [mailto:softimage-boun...@listproc.autodesk.com] On Behalf Of Amaan Akram
Sent: Saturday, May 26, 2012 05:46 AM
To: softimage@listproc.autodesk.com
Subject: aaOcean open-sourced

Hi all,

Apologies for the cross-posting from other lists.

I've open-source the aaOcean project. This will be of help to all linux folks out there since there are now makefiles included for almost every plugin/shader.

https://bitbucket.org/amaanakram/aaocean

This repository contains the following:

-aaOcean core class
-aaOcean Mental Ray shaders (.mi files not included, though you could easily write one by looking at the source)
-Softimage Shader Definitions for Mental Ray shaders
-aaOcean Arnold shaders
-aaOcean Softimage ICE deformer
-aaOcean Maya Deformer and a MEL interface
-Houdini FFT SOP node, which I used to port aaOcean as a deformer to Houdini

Example of water effects that you can do: https://vimeo.com/42087457

Feel free to suggest any improvements.

Amaan


  



Re: mailing list-disabled due to "excessive bounce"

2012-05-28 Thread Michael Clarke
I received the same message. 
I am not sure just what the point of a spoof would be. we are such an under-the 
radar group.

The URLs in the email do not work, BTW, but everything else looks legit. I 
stopped receiving mail from the list shortly after the message was sent.

I just replied to the email.

On May 27, 2012, at 5:55 PM, christian wrote:

> anyone know whats up with that ? got the message that my account was 
> disabled..
> 
> "Your membership in the mailing list Softimage has been disabled due to
> excessive bounce"
> 
> is it some weird spam thing going on ? my address being spoofed for some 
> random crap ? or what the hell is going on.. anyone know ?


Michael Clarke Design
Blue C Studios
713-927-9835



Re: New Post on my blog : Barycentric Coordinates and the Magic of Locations

2012-05-28 Thread Alok Gandhi
Thanks all, I am glad you guys like it !


Re: aaOcean open-sourced

2012-05-28 Thread Alok Gandhi

  
  
Thanks for sharing Amaan !

  

On 28/05/2012 11:45 AM, Grahame Fuller wrote:

  Great stuff. Thanks!

gray

From: softimage-boun...@listproc.autodesk.com [mailto:softimage-boun...@listproc.autodesk.com] On Behalf Of Amaan Akram
Sent: Saturday, May 26, 2012 05:46 AM
To: softimage@listproc.autodesk.com
Subject: aaOcean open-sourced

Hi all,

Apologies for the cross-posting from other lists.

I've open-source the aaOcean project. This will be of help to all linux folks out there since there are now makefiles included for almost every plugin/shader.

https://bitbucket.org/amaanakram/aaocean

This repository contains the following:

-aaOcean core class
-aaOcean Mental Ray shaders (.mi files not included, though you could easily write one by looking at the source)
-Softimage Shader Definitions for Mental Ray shaders
-aaOcean Arnold shaders
-aaOcean Softimage ICE deformer
-aaOcean Maya Deformer and a MEL interface
-Houdini FFT SOP node, which I used to port aaOcean as a deformer to Houdini

Example of water effects that you can do: https://vimeo.com/42087457

Feel free to suggest any improvements.

Amaan


  



Re: mail...

2012-05-28 Thread Luc-Eric Rousseau
you should be getting a message that says your subscription has been
suspended due to excessive bounces.
follow the instruction in it to renable the subscription.  The mail
will have a long title like "confirm 6347373894593839493943a"

On Sat, May 26, 2012 at 8:44 PM, Matt Morris  wrote:
> Hi Gray,
>
> I unsubscribed and resubscribed to the list by sending mails
> to softimage@listproc.autodesk.com
>
> Got the verification mails etc so it feels like it should have worked but
> still not receiving mail from the xsi list - am getting everything from
> other lists I'm on such as sitoa.
>
>
> --
> www.matinai.com



Re: CICEGeometry to access geometry name.

2012-05-28 Thread Alan Fregtman
Hmmm, was not aware of that C++ API limitation.

Maybe the "name" ports are a different type? Not sure what though. I'd
swear I've seen custom nodes with Name inputs before.


On Mon, May 28, 2012 at 12:01 PM, Byungchul Kang  wrote:

> Hello Alan
>
> you tell a reference port as below, right?
> but as you can see description, 'is not available for Custom ICENose.'
> how can i use?
> my workaround is String inport with 'Reference to String' node.
>
>
>   siICENodeDataReference
>
> 8192
>
> Reference. Note: this data type is not available for Custom 
> ICENode
> s.
>   Thanks for reply.
> Kang
>
>
> 2012/5/28 Alan Fregtman 
>
>> I'm 99% sure you cannot obtain the name from the Geometry connection
>> alone.
>>
>> May I recommend just exposing the Name/reference port instead, getting
>> the name from that THEN the geometry you need off it? You still end up with
>> one connection... the in-name, and you can get both the name and the geo
>> out of it.
>>
>>
>> On Sun, May 27, 2012 at 10:50 PM, Byungchul Kang  wrote:
>>
>>> Hello List
>>> I am writing a custom ice node.
>>> I want to get the geometry's name(s) connected in geometry InPort.
>>> I know the CICEGeometry but there is no that i want..
>>> Any workaround??
>>> I will reform this http://cgndev.com/?p=1706.
>>>
>>> Cheer
>>> Kang
>>>
>>> --
>>> *Byungchul Kang* | MBC CG TEAM [http://imbc.com]
>>> http://cgndev.com
>>>
>>>
>>
>
>
> --
> *Byungchul Kang* | MBC CG TEAM [http://imbc.com]
> http://cgndev.com
>
>


Re: CICEGeometry to access geometry name.

2012-05-28 Thread Byungchul Kang
Hello Alan

you tell a reference port as below, right?
but as you can see description, 'is not available for Custom ICENose.'
how can i use?
my workaround is String inport with 'Reference to String' node.


 siICENodeDataReference

8192

Reference. Note: this data type is not available for Custom
ICENode
s.
  Thanks for reply.
Kang


2012/5/28 Alan Fregtman 

> I'm 99% sure you cannot obtain the name from the Geometry connection alone.
>
> May I recommend just exposing the Name/reference port instead, getting the
> name from that THEN the geometry you need off it? You still end up with one
> connection... the in-name, and you can get both the name and the geo out of
> it.
>
>
> On Sun, May 27, 2012 at 10:50 PM, Byungchul Kang  wrote:
>
>> Hello List
>> I am writing a custom ice node.
>> I want to get the geometry's name(s) connected in geometry InPort.
>> I know the CICEGeometry but there is no that i want..
>> Any workaround??
>> I will reform this http://cgndev.com/?p=1706.
>>
>> Cheer
>> Kang
>>
>> --
>> *Byungchul Kang* | MBC CG TEAM [http://imbc.com]
>> http://cgndev.com
>>
>>
>


-- 
*Byungchul Kang* | MBC CG TEAM [http://imbc.com]
http://cgndev.com


RE: aaOcean open-sourced

2012-05-28 Thread Grahame Fuller
Great stuff. Thanks!

gray

From: softimage-boun...@listproc.autodesk.com 
[mailto:softimage-boun...@listproc.autodesk.com] On Behalf Of Amaan Akram
Sent: Saturday, May 26, 2012 05:46 AM
To: softimage@listproc.autodesk.com
Subject: aaOcean open-sourced

Hi all,

Apologies for the cross-posting from other lists.

I've open-source the aaOcean project. This will be of help to all linux folks 
out there since there are now makefiles included for almost every plugin/shader.

https://bitbucket.org/amaanakram/aaocean

This repository contains the following:

-aaOcean core class
-aaOcean Mental Ray shaders (.mi files not included, though you could easily 
write one by looking at the source)
-Softimage Shader Definitions for Mental Ray shaders
-aaOcean Arnold shaders
-aaOcean Softimage ICE deformer
-aaOcean Maya Deformer and a MEL interface
-Houdini FFT SOP node, which I used to port aaOcean as a deformer to Houdini

Example of water effects that you can do: https://vimeo.com/42087457

Feel free to suggest any improvements.

Amaan
<>

Re: New Post on my blog : Barycentric Coordinates and the Magic of Locations

2012-05-28 Thread Gustavo Eggert Boehs
It is in the wild actually. It is part of this other tool I've built:
https://vimeo.com/39351546

Feel free to use it, I remember having inserted enough notes in there for
it to be understandable (by me at least :)
I must warn you... it is slow. You can also do this with Helge's custom
Particle Texture node, which is quite a lot faster.

CrowdFX has a "Emit Evenly" compound or something like that. I gues it does
not use Barycentrics, or UVs for that matter, and I never have tested it on
unflat surfaces, but might suit your needs.


2012/5/28 Dominik 

>  Nice job Gustavo,
>
> I passed some time on trying to do this a few months ago to emit feathers
> more evenly on a surface, but I drop the idea, not enough time for Rnd. I
> think your compound could do the tricks :). Wating for the release to test
> it :).
>
> Thx for sharing.
>
> *Dominik Kirouac // SHED*
> artiste 3D
>
> 1410, RUE STANLEY, 11E ÉTAGE MONTRÉAL (QUÉBEC) H3A 1P8
> T 514 849-1555 F 514 849-5025 WWW.SHEDMTL.COM ***
> *
>
>
> On 5/28/2012 10:12 AM, Gustavo Eggert Boehs wrote:
>
> Hey that is a very nice blog. Love the straightforward way you present the
> information :)
> I have played with barycentrics a little my self, doing this:
> http://www.si-community.com/community/viewtopic.php?p=15693#p15693
> It is a very nice piece of math, I bet it has a lot of other sort of
> usefulness.
>
>  Anyway great blog, I'm reading the convex hulls right now, which are
> surprisingly simple, when well explained :D
>
>  Cheers
>
> 2012/5/28 Alan Fregtman 
>
>> Pretty nicely explained, Mr. Alok!
>>
>>  I like how you put the literal "weights" on the triangle, haha.
>>
>>
>>  On Mon, May 28, 2012 at 2:18 AM, Alok Gandhi 
>> wrote:
>>
>>> Hi All,
>>>
>>> For long time, I have been trying to write some more math related posts
>>> on my blog but did not get time. This weekend, I had some time so here it
>>> is:
>>>
>>> http://bit.ly/MSlEBm
>>>
>>> Soon there is one coming explaining how raycasts works under the hood.
>>> Hope you will enjoy it.
>>>
>>> Cheers !!
>>>
>>> --
>>>
>>>
>>
>
>
>  --
> Gustavo E Boehs
> 3d Artist
> http://www.gustavoeb.com.br/blog
>
>
>
> --
>
>
>


-- 
Gustavo E Boehs
3d Artist
http://www.gustavoeb.com.br/blog


Re: mail...

2012-05-28 Thread Chris Marshall
hello

On 28 May 2012 16:18, Cristobal Infante  wrote:

> safe
>
>
> On 28 May 2012 15:30, Amaan Akram  wrote:
>
>> cheers everyone!
>>
>> Alok, thanks for the wishes. It seems we have more stuff in common than
>> just softimage. yes, I speak Urdu fluently :)
>>
>>
>> On 28 May 2012 15:18, Alok Gandhi  wrote:
>>
>>> He, he I don't know if you are alive or not when you get this reply, but
>>> yes you were alive when posted this. Just kidding Amaan Allah aapki umra
>>> daraz kare (may you live long), as I would say in Urdu in case you know
>>> that. :)
>>>
>>>
>>> On Mon, May 28, 2012 at 10:07 AM, Alan Fregtman >> > wrote:
>>>
 Yes! You're either alive, or a very articulate zombie.


 On Mon, May 28, 2012 at 10:02 AM, Amaan Akram 
 wrote:

> Hi guys,
>
> can you please confirm if I am alive? it will make my day.
>
> cheers,
> amaan
>
>
>


Re: mail...

2012-05-28 Thread Cristobal Infante
safe

On 28 May 2012 15:30, Amaan Akram  wrote:

> cheers everyone!
>
> Alok, thanks for the wishes. It seems we have more stuff in common than
> just softimage. yes, I speak Urdu fluently :)
>
>
> On 28 May 2012 15:18, Alok Gandhi  wrote:
>
>> He, he I don't know if you are alive or not when you get this reply, but
>> yes you were alive when posted this. Just kidding Amaan Allah aapki umra
>> daraz kare (may you live long), as I would say in Urdu in case you know
>> that. :)
>>
>>
>> On Mon, May 28, 2012 at 10:07 AM, Alan Fregtman 
>> wrote:
>>
>>> Yes! You're either alive, or a very articulate zombie.
>>>
>>>
>>> On Mon, May 28, 2012 at 10:02 AM, Amaan Akram 
>>> wrote:
>>>
 Hi guys,

 can you please confirm if I am alive? it will make my day.

 cheers,
 amaan


 On 28 May 2012 14:55, Alan Fregtman  wrote:

> Confirmation links never worked. Just reply to the email.
>
>
> On Mon, May 28, 2012 at 9:48 AM, Miquel Campos <
> miquel.cam...@gmail.com> wrote:
>
>> 2012 is the end, ahhh!!!Ok, seriously  same issue here.
>> Confirmation link is dead. :(
>>
>> +
>> Miquel Campos
>> Character & Animation TD at:
>> www.shedmtl.com
>>
>> Personal web:
>> www.akaosaru.com
>> +
>>
>>
>>
>> 2012/5/28 David Barosin 
>>
>>> Just pinging to myself
>>>
>>>
>>
>


 --
 3D Artist/TD @ The Mill, London
 http://www.amaanakram.com


>>>
>>
>>
>> --
>>
>>
>
>
> --
> 3D Artist/TD @ The Mill, London
> http://www.amaanakram.com
>
>


Re: New Post on my blog : Barycentric Coordinates and the Magic of Locations

2012-05-28 Thread Dominik

Nice job Gustavo,

I passed some time on trying to do this a few months ago to emit 
feathers more evenly on a surface, but I drop the idea, not enough time 
for Rnd. I think your compound could do the tricks :). Wating for the 
release to test it :).


Thx for sharing.

*Dominik Kirouac // SHED*
artiste 3D

1410, RUE STANLEY, 11E ÉTAGE MONTRÉAL (QUÉBEC) H3A 1P8
T 514 849-1555 F 514 849-5025 WWW.SHEDMTL.COM



On 5/28/2012 10:12 AM, Gustavo Eggert Boehs wrote:
Hey that is a very nice blog. Love the straightforward way you present 
the information :)
I have played with barycentrics a little my self, doing this: 
http://www.si-community.com/community/viewtopic.php?p=15693#p15693
It is a very nice piece of math, I bet it has a lot of other sort of 
usefulness.


Anyway great blog, I'm reading the convex hulls right now, which are 
surprisingly simple, when well explained :D


Cheers

2012/5/28 Alan Fregtman >


Pretty nicely explained, Mr. Alok!

I like how you put the literal "weights" on the triangle, haha.


On Mon, May 28, 2012 at 2:18 AM, Alok Gandhi
mailto:alok.gandhi2...@gmail.com>> wrote:

Hi All,

For long time, I have been trying to write some more math
related posts on my blog but did not get time. This weekend, I
had some time so here it is:

http://bit.ly/MSlEBm

Soon there is one coming explaining how raycasts works under
the hood. Hope you will enjoy it.

Cheers !!

-- 






--
Gustavo E Boehs
3d Artist
http://www.gustavoeb.com.br/blog



--


<>

Re: subscribed

2012-05-28 Thread Alan Fregtman
yes, yes you are. :p

On Mon, May 28, 2012 at 10:24 AM, Leoung O'Young wrote:

>
>


Re: mail...

2012-05-28 Thread Amaan Akram
cheers everyone!

Alok, thanks for the wishes. It seems we have more stuff in common than
just softimage. yes, I speak Urdu fluently :)

On 28 May 2012 15:18, Alok Gandhi  wrote:

> He, he I don't know if you are alive or not when you get this reply, but
> yes you were alive when posted this. Just kidding Amaan Allah aapki umra
> daraz kare (may you live long), as I would say in Urdu in case you know
> that. :)
>
>
> On Mon, May 28, 2012 at 10:07 AM, Alan Fregtman 
> wrote:
>
>> Yes! You're either alive, or a very articulate zombie.
>>
>>
>> On Mon, May 28, 2012 at 10:02 AM, Amaan Akram wrote:
>>
>>> Hi guys,
>>>
>>> can you please confirm if I am alive? it will make my day.
>>>
>>> cheers,
>>> amaan
>>>
>>>
>>> On 28 May 2012 14:55, Alan Fregtman  wrote:
>>>
 Confirmation links never worked. Just reply to the email.


 On Mon, May 28, 2012 at 9:48 AM, Miquel Campos >>> > wrote:

> 2012 is the end, ahhh!!!Ok, seriously  same issue here.
> Confirmation link is dead. :(
>
> +
> Miquel Campos
> Character & Animation TD at:
> www.shedmtl.com
>
> Personal web:
> www.akaosaru.com
> +
>
>
>
> 2012/5/28 David Barosin 
>
>> Just pinging to myself
>>
>>
>

>>>
>>>
>>> --
>>> 3D Artist/TD @ The Mill, London
>>> http://www.amaanakram.com
>>>
>>>
>>
>
>
> --
>
>


-- 
3D Artist/TD @ The Mill, London
http://www.amaanakram.com


subscribed

2012-05-28 Thread Leoung O'Young




Re: mail...

2012-05-28 Thread Alok Gandhi
He, he I don't know if you are alive or not when you get this reply, but
yes you were alive when posted this. Just kidding Amaan Allah aapki umra
daraz kare (may you live long), as I would say in Urdu in case you know
that. :)

On Mon, May 28, 2012 at 10:07 AM, Alan Fregtman wrote:

> Yes! You're either alive, or a very articulate zombie.
>
>
> On Mon, May 28, 2012 at 10:02 AM, Amaan Akram wrote:
>
>> Hi guys,
>>
>> can you please confirm if I am alive? it will make my day.
>>
>> cheers,
>> amaan
>>
>>
>> On 28 May 2012 14:55, Alan Fregtman  wrote:
>>
>>> Confirmation links never worked. Just reply to the email.
>>>
>>>
>>> On Mon, May 28, 2012 at 9:48 AM, Miquel Campos 
>>> wrote:
>>>
 2012 is the end, ahhh!!!Ok, seriously  same issue here.
 Confirmation link is dead. :(

 +
 Miquel Campos
 Character & Animation TD at:
 www.shedmtl.com

 Personal web:
 www.akaosaru.com
 +



 2012/5/28 David Barosin 

> Just pinging to myself
>
>

>>>
>>
>>
>> --
>> 3D Artist/TD @ The Mill, London
>> http://www.amaanakram.com
>>
>>
>


--


Re: mail...

2012-05-28 Thread Amaan Akram
Hi guys,

can you please confirm if I am alive? it will make my day.

cheers,
amaan

On 28 May 2012 14:55, Alan Fregtman  wrote:

> Confirmation links never worked. Just reply to the email.
>
>
> On Mon, May 28, 2012 at 9:48 AM, Miquel Campos wrote:
>
>> 2012 is the end, ahhh!!!Ok, seriously  same issue here. Confirmation
>> link is dead. :(
>>
>> +
>> Miquel Campos
>> Character & Animation TD at:
>> www.shedmtl.com
>>
>> Personal web:
>> www.akaosaru.com
>> +
>>
>>
>>
>> 2012/5/28 David Barosin 
>>
>>> Just pinging to myself
>>>
>>>
>>
>


-- 
3D Artist/TD @ The Mill, London
http://www.amaanakram.com


Re: mail...

2012-05-28 Thread Alan Fregtman
Yes! You're either alive, or a very articulate zombie.


On Mon, May 28, 2012 at 10:02 AM, Amaan Akram wrote:

> Hi guys,
>
> can you please confirm if I am alive? it will make my day.
>
> cheers,
> amaan
>
>
> On 28 May 2012 14:55, Alan Fregtman  wrote:
>
>> Confirmation links never worked. Just reply to the email.
>>
>>
>> On Mon, May 28, 2012 at 9:48 AM, Miquel Campos 
>> wrote:
>>
>>> 2012 is the end, ahhh!!!Ok, seriously  same issue here. Confirmation
>>> link is dead. :(
>>>
>>> +
>>> Miquel Campos
>>> Character & Animation TD at:
>>> www.shedmtl.com
>>>
>>> Personal web:
>>> www.akaosaru.com
>>> +
>>>
>>>
>>>
>>> 2012/5/28 David Barosin 
>>>
 Just pinging to myself


>>>
>>
>
>
> --
> 3D Artist/TD @ The Mill, London
> http://www.amaanakram.com
>
>


Re: mail...

2012-05-28 Thread Rob Chapman
Amaan , I can definitely confirm you are still alive as of 2 minutes ago :)



On 28 May 2012 15:02, Amaan Akram  wrote:
> Hi guys,
>
> can you please confirm if I am alive? it will make my day.
>
> cheers,
> amaan
>
>
> On 28 May 2012 14:55, Alan Fregtman  wrote:
>>
>> Confirmation links never worked. Just reply to the email.
>>
>>
>> On Mon, May 28, 2012 at 9:48 AM, Miquel Campos 
>> wrote:
>>>
>>> 2012 is the end, ahhh!!!    Ok, seriously  same issue here. Confirmation
>>> link is dead. :(
>>>
>>> +
>>> Miquel Campos
>>> Character & Animation TD at:
>>> www.shedmtl.com
>>>
>>> Personal web:
>>> www.akaosaru.com
>>> +
>>>
>>>
>>>
>>> 2012/5/28 David Barosin 

 Just pinging to myself

>>>
>>
>
>
>
> --
> 3D Artist/TD @ The Mill, London
> http://www.amaanakram.com
>



Re: mail...

2012-05-28 Thread Alan Fregtman
Confirmation links never worked. Just reply to the email.


On Mon, May 28, 2012 at 9:48 AM, Miquel Campos wrote:

> 2012 is the end, ahhh!!!Ok, seriously  same issue here. Confirmation
> link is dead. :(
>
> +
> Miquel Campos
> Character & Animation TD at:
> www.shedmtl.com
>
> Personal web:
> www.akaosaru.com
> +
>
>
>
> 2012/5/28 David Barosin 
>
>> Just pinging to myself
>>
>>
>


Re: mailing list-disabled due to "excessive bounce"

2012-05-28 Thread Jonathan Kelly
I got the same message so I simply replied to "correct" the issue. I got a
response back saying confirmation succeeded so hopefully things are back to
normal. Not sure what's up with the list though.

-
Jonathan K. Kelly
3D / VFX Artist / Programmer
www.jonkkelly.com



On Sun, May 27, 2012 at 6:55 PM, christian  wrote:

> anyone know whats up with that ? got the message that my account was
> disabled..
>
> "Your membership in the mailing list Softimage has been disabled due to
> excessive bounce"
>
> is it some weird spam thing going on ? my address being spoofed for some
> random crap ? or what the hell is going on.. anyone know ?
>


Re: mail...

2012-05-28 Thread Miquel Campos
2012 is the end, ahhh!!!Ok, seriously  same issue here. Confirmation
link is dead. :(

+
Miquel Campos
Character & Animation TD at:
www.shedmtl.com

Personal web:
www.akaosaru.com
+



2012/5/28 David Barosin 

> Just pinging to myself
>
>


Re: CICEGeometry to access geometry name.

2012-05-28 Thread Alan Fregtman
I'm 99% sure you cannot obtain the name from the Geometry connection alone.

May I recommend just exposing the Name/reference port instead, getting the
name from that THEN the geometry you need off it? You still end up with one
connection... the in-name, and you can get both the name and the geo out of
it.


On Sun, May 27, 2012 at 10:50 PM, Byungchul Kang  wrote:

> Hello List
> I am writing a custom ice node.
> I want to get the geometry's name(s) connected in geometry InPort.
> I know the CICEGeometry but there is no that i want..
> Any workaround??
> I will reform this http://cgndev.com/?p=1706.
>
> Cheer
> Kang
>
> --
> *Byungchul Kang* | MBC CG TEAM [http://imbc.com]
> http://cgndev.com
>
>


Re: mail...

2012-05-28 Thread David Barosin
Just pinging to myself


Re: Vertex order matching

2012-05-28 Thread Chris Covelli
Hey thanks guys, that looks really cool.

-Chris

On Sun, May 27, 2012 at 4:57 PM, olivier jeannel wrote:

> I think this video explains the reordering ID process.
> http://www.screencast.com/**users/STBLAIR/folders/ICE+**
> Modeling/media/556a1bb1-22e6-**4c9d-85ba-449199d75a78
>
> Le 27/05/2012 16:18, Chris Covelli a écrit :
>
>  Hey List,
>>
>> Has anyone ever hear of a script or ICE compound that can match the
>> vertex order of one mesh to another?  Of course they would have to
>> have the same topology.
>>
>> It would be very useful if say, you had a mesh that was supposed to be
>> perfectly symmetrical but somehow lost its symmetry.  I usually just
>> make a copy of the mesh, cut it in half, symmetrize it, then take the
>> original and then shrinkwrap it to the symmetrized copy.  This works
>> very well, but only if the asymmetry of the original is minimal, and
>> regardless I still end up having to snap some points around here and
>> there.
>>
>> Id have no idea how to implement this but I imagine it would involve
>> picking the the "0" vertex of the source mesh and then pick what you
>> want the "0" vertex of the target mesh and then it could compute the rest.
>>
>> Anyone know if this is possible?
>>
>> --
>> Chris Covelli
>> http://kylevargas.net/
>>
>
>


-- 
Chris Covelli
http://kylevargas.net/


RE: mail...

2012-05-28 Thread Stephen Blair
Replying to that bounce email with the same "confirm" Subject line will 
re-enable your subscription.

From: softimage-boun...@listproc.autodesk.com 
[mailto:softimage-boun...@listproc.autodesk.com] On Behalf Of Rob Wuijster
Sent: May-28-12 4:35 AM
To: softimage@listproc.autodesk.com
Subject: Re: mail...

got that one too a while ago, links are dead.

I send an email, but never got any respons.

email still works though ;-)






Rob

\/-\/\/

On 27-5-2012 17:38, John Richard Sanchez wrote:
I got this today

Your membership in the mailing list Softimage has been disabled due to
excessive bounces The last bounce received from you was dated
27-May-2012.  You will not get any more messages from this list until
you re-enable your membership.  You will receive 3 more reminders like
this before your membership in the list is deleted.

To re-enable your membership, you can simply respond to this message
(leaving the Subject: line intact), or visit the confirmation page at

   
http://listproc.autodesk.com/mailman/confirm/softimage/e468635540ef5a259f98dc0f9ce32c4ab3323e42


You can also visit your membership page at

   
http://listproc.autodesk.com/mailman/options/softimage/youngupstartfx%40gmail.com


On your membership page, you can change various delivery options such
as your email address and whether you get digests or not.  As a
reminder, your membership password is

   aknaofvu

If you have any questions or problems, you can contact the list owner
at

   
softimage-ow...@listproc.autodesk.com
On Sun, May 27, 2012 at 5:39 AM, Octavian Ureche 
mailto:okt...@gmail.com>> wrote:
finally, it's working again...



--
www.johnrichardsanchez.com

No virus found in this message.
Checked by AVG - www.avg.com
Version: 2012.0.2176 / Virus Database: 2425/5024 - Release Date: 05/26/12
<>

Re: mail...

2012-05-28 Thread Oliver Weingarten

Pong...Chris ;)

Am 28.05.2012 14:47, schrieb Christian Keller:

Ping
Am 27.05.2012 12:47, schrieb Christian Keller:

Ping

--
christian keller
visual effects|direction

m +49 179 69 36 248
f +49 40 386 835 33
chris3...@me.com 

gesendet von meinem iDing

Am 27.05.2012 um 08:22 schrieb Matt Morris >:



Yeah!! All good. Receiving loud and clear again!

On Sunday, 27 May 2012, Alan Fregtman > wrote:

> Finally some mail. Tumbleweeds be gone! :D
>
> On Sat, May 26, 2012 at 9:39 PM, J. Jones > wrote:

>>
>> Ditto. Whatever was haywire appears to be fixed.
>>
>> On Sat, May 26, 2012 at 6:34 PM, Eric Thivierge 
mailto:ethivie...@gmail.com>> wrote:

>>>
>>> Whoo hooo!! I got it!
>>> 
>>> Eric Thivierge
>>> http://www.ethivierge.com
>>>
>>>
>>> On Sun, May 27, 2012 at 11:32 AM, jim bough 
mailto:jimbo...@hotmail.com>> wrote:


 I second that. First two emails in last 10 days.

 
 Date: Sat, 26 May 2012 21:29:01 -0400
 Subject: Re: mail...
 From: guillaume.laforge...@gmail.com 

 To: softimage@listproc.autodesk.com 



 Hey Matt,
 You are the first email a received from this list (from my 
gmail) since 10 days !

 Is the problem fixed for others too?

 On Sat, May 26, 2012 at 8:44 PM, Matt Morris > wrote:


 Hi Gray,
 I unsubscribed and resubscribed to the list by sending mails to 
softimage@listproc.autodesk.com 


 Got the verification mails etc so it feels like it should have 
worked but still not receiving mail from the xsi list - am getting 
everything from other lists I'm on such as sitoa.


 --
 www.matinai.com 

>>>
>>
>
>

--
www.matinai.com 



--
christian keller
visual effects|direction

m +49 179 69 36 248
f +49 40 386 835 33
chris3...@me.com


--
pixelpanic computeranimation
oliver weingarten
berleburger strasse 44
57072 siegen germany
fon +49 271 2383587
fax + 49 271 77349850
cell +49 173 9928465
email i...@pixelpanic.de
www.pixelpanic.de



RE: 7zip can open SCN and EMDL files and show you a file structure inside

2012-05-28 Thread Yanick Pomerleau
For the last version this should work but for other versions like 2011 this 
will not work. In 2011 for example we add new streams to persist the shader 
definitions, this is a too big change to be forward compatible.
Yanick

From: softimage-boun...@listproc.autodesk.com 
[mailto:softimage-boun...@listproc.autodesk.com] On Behalf Of Alok Gandhi
Sent: May-27-12 7:29 PM
To: softimage@listproc.autodesk.com
Subject: Re: 7zip can open SCN and EMDL files and show you a file structure 
inside

I tired that before, as far as I remember does not seem to work, but I am sure.

[cid:image001.gif@01CD3CAF.8FB6FD10]

On 27/05/2012 7:25 PM, Alan Fregtman wrote:
So it turns out I wasn't delusional. It was 7zip -- not WinRAR, in fact -- that 
can open a SCN or EMDL file and show you files inside.

I wonder if we swap the "Version" file it will open in older versions if 
nothing new is used? :p


[Inline image 1]
<>

Re: mail...

2012-05-28 Thread Christian Keller

Ping
Am 27.05.2012 12:47, schrieb Christian Keller:

Ping

--
christian keller
visual effects|direction

m +49 179 69 36 248
f +49 40 386 835 33
chris3...@me.com 

gesendet von meinem iDing

Am 27.05.2012 um 08:22 schrieb Matt Morris >:



Yeah!! All good. Receiving loud and clear again!

On Sunday, 27 May 2012, Alan Fregtman > wrote:

> Finally some mail. Tumbleweeds be gone! :D
>
> On Sat, May 26, 2012 at 9:39 PM, J. Jones > wrote:

>>
>> Ditto. Whatever was haywire appears to be fixed.
>>
>> On Sat, May 26, 2012 at 6:34 PM, Eric Thivierge 
mailto:ethivie...@gmail.com>> wrote:

>>>
>>> Whoo hooo!! I got it!
>>> 
>>> Eric Thivierge
>>> http://www.ethivierge.com
>>>
>>>
>>> On Sun, May 27, 2012 at 11:32 AM, jim bough > wrote:


 I second that. First two emails in last 10 days.

 
 Date: Sat, 26 May 2012 21:29:01 -0400
 Subject: Re: mail...
 From: guillaume.laforge...@gmail.com 

 To: softimage@listproc.autodesk.com 



 Hey Matt,
 You are the first email a received from this list (from my 
gmail) since 10 days !

 Is the problem fixed for others too?

 On Sat, May 26, 2012 at 8:44 PM, Matt Morris > wrote:


 Hi Gray,
 I unsubscribed and resubscribed to the list by sending mails to 
softimage@listproc.autodesk.com 


 Got the verification mails etc so it feels like it should have 
worked but still not receiving mail from the xsi list - am getting 
everything from other lists I'm on such as sitoa.


 --
 www.matinai.com 

>>>
>>
>
>

--
www.matinai.com 



--
christian keller
visual effects|direction

m +49 179 69 36 248
f +49 40 386 835 33
chris3...@me.com



Re: mail...

2012-05-28 Thread Michal Doniec
Thanks, got it.

On Mon, May 28, 2012 at 12:39 PM, Dominik  wrote:
> Same here, Testing too... Sorry I hope it's working...
>
> Doum
>
>
> On 5/28/2012 7:37 AM, Andy Nicholas wrote:
>>
>> Pong.
>>
>> Yep. Got that "bounce" email too so just testing.
>>
>> On 28 May 2012, at 10:16, Michal Doniec wrote:
>>
>>> Ping
>>>
>>> On Sun, May 27, 2012 at 7:22 AM, Matt Morris  wrote:

 Yeah!! All good. Receiving loud and clear again!


 On Sunday, 27 May 2012, Alan Fregtman  wrote:
>
> Finally some mail. Tumbleweeds be gone! :D
>
> On Sat, May 26, 2012 at 9:39 PM, J. Jones  wrote:
>>
>> Ditto. Whatever was haywire appears to be fixed.
>>
>> On Sat, May 26, 2012 at 6:34 PM, Eric Thivierge
>> wrote:
>>>
>>> Whoo hooo!! I got it!
>>> 
>>> Eric Thivierge
>>> http://www.ethivierge.com
>>>
>>>
>>> On Sun, May 27, 2012 at 11:32 AM, jim bough
>>> wrote:

 I second that. First two emails in last 10 days.

 
 Date: Sat, 26 May 2012 21:29:01 -0400
 Subject: Re: mail...
 From: guillaume.laforge...@gmail.com
 To: softimage@listproc.autodesk.com

 Hey Matt,
 You are the first email a received from this list (from my gmail)
 since
 10 days !
 Is the problem fixed for others too?

 On Sat, May 26, 2012 at 8:44 PM, Matt Morris
  wrote:

 Hi Gray,
 I unsubscribed and resubscribed to the list by sending mails
 to softimage@listproc.autodesk.com

 Got the verification mails etc so it feels like it should have
 worked
 but still not receiving mail from the xsi list - am getting
 everything from
 other lists I'm on such as sitoa.

 --
 www.matinai.com

>
 --
 www.matinai.com
>>>
>>>
>>>
>>> --
>>> --
>>> Michal
>>> http://uk.linkedin.com/in/mdoniec
>>>
>>
>
>
> --
>
>



-- 
--
Michal
http://uk.linkedin.com/in/mdoniec



Re: mail...

2012-05-28 Thread Dominik

Same here, Testing too... Sorry I hope it's working...

Doum

On 5/28/2012 7:37 AM, Andy Nicholas wrote:

Pong.

Yep. Got that "bounce" email too so just testing.

On 28 May 2012, at 10:16, Michal Doniec wrote:


Ping

On Sun, May 27, 2012 at 7:22 AM, Matt Morris  wrote:

Yeah!! All good. Receiving loud and clear again!


On Sunday, 27 May 2012, Alan Fregtman  wrote:

Finally some mail. Tumbleweeds be gone! :D

On Sat, May 26, 2012 at 9:39 PM, J. Jones  wrote:

Ditto. Whatever was haywire appears to be fixed.

On Sat, May 26, 2012 at 6:34 PM, Eric Thivierge
wrote:

Whoo hooo!! I got it!

Eric Thivierge
http://www.ethivierge.com


On Sun, May 27, 2012 at 11:32 AM, jim bough
wrote:

I second that. First two emails in last 10 days.


Date: Sat, 26 May 2012 21:29:01 -0400
Subject: Re: mail...
From: guillaume.laforge...@gmail.com
To: softimage@listproc.autodesk.com

Hey Matt,
You are the first email a received from this list (from my gmail) since
10 days !
Is the problem fixed for others too?

On Sat, May 26, 2012 at 8:44 PM, Matt Morris  wrote:

Hi Gray,
I unsubscribed and resubscribed to the list by sending mails
to softimage@listproc.autodesk.com

Got the verification mails etc so it feels like it should have worked
but still not receiving mail from the xsi list - am getting everything from
other lists I'm on such as sitoa.

--
www.matinai.com




--
www.matinai.com



--
--
Michal
http://uk.linkedin.com/in/mdoniec






--


<>

Re: mail...

2012-05-28 Thread Andy Nicholas
Pong.

Yep. Got that "bounce" email too so just testing.

On 28 May 2012, at 10:16, Michal Doniec wrote:

> Ping
> 
> On Sun, May 27, 2012 at 7:22 AM, Matt Morris  wrote:
>> Yeah!! All good. Receiving loud and clear again!
>> 
>> 
>> On Sunday, 27 May 2012, Alan Fregtman  wrote:
>>> Finally some mail. Tumbleweeds be gone! :D
>>> 
>>> On Sat, May 26, 2012 at 9:39 PM, J. Jones  wrote:
 
 Ditto. Whatever was haywire appears to be fixed.
 
 On Sat, May 26, 2012 at 6:34 PM, Eric Thivierge 
 wrote:
> 
> Whoo hooo!! I got it!
> 
> Eric Thivierge
> http://www.ethivierge.com
> 
> 
> On Sun, May 27, 2012 at 11:32 AM, jim bough 
> wrote:
>> 
>> I second that. First two emails in last 10 days.
>> 
>> 
>> Date: Sat, 26 May 2012 21:29:01 -0400
>> Subject: Re: mail...
>> From: guillaume.laforge...@gmail.com
>> To: softimage@listproc.autodesk.com
>> 
>> Hey Matt,
>> You are the first email a received from this list (from my gmail) since
>> 10 days !
>> Is the problem fixed for others too?
>> 
>> On Sat, May 26, 2012 at 8:44 PM, Matt Morris  wrote:
>> 
>> Hi Gray,
>> I unsubscribed and resubscribed to the list by sending mails
>> to softimage@listproc.autodesk.com
>> 
>> Got the verification mails etc so it feels like it should have worked
>> but still not receiving mail from the xsi list - am getting everything 
>> from
>> other lists I'm on such as sitoa.
>> 
>> --
>> www.matinai.com
>> 
> 
 
>>> 
>>> 
>> 
>> --
>> www.matinai.com
> 
> 
> 
> -- 
> --
> Michal
> http://uk.linkedin.com/in/mdoniec
> 




Re: 7zip can open SCN and EMDL files and show you a file structure inside

2012-05-28 Thread Jens Lindgren
Nice find Alan!

/Jens

On Mon, May 28, 2012 at 1:53 AM, Alok Gandhi wrote:

> Meant to say - I am not sure
>
>
> On Sun, May 27, 2012 at 7:29 PM, Alok Gandhi wrote:
>
>>  I tired that before, as far as I remember does not seem to work, but I
>> am sure.
>>
>>
>> On 27/05/2012 7:25 PM, Alan Fregtman wrote:
>>
>> So it turns out I wasn't delusional. It was 7zip -- not WinRAR, in fact
>> -- that can open a SCN or EMDL file and show you files inside.
>>
>>  I wonder if we swap the "Version" file it will open in older versions
>> if nothing new is used? :p
>>
>>
>>  [image: Inline image 1]
>>
>>
>
>
> --
>
>


-- 
Jens Lindgren
--
Lead Technical Director
Magoo 3D Studios 
<><>

Re: mail...

2012-05-28 Thread Michal Doniec
Ping

On Sun, May 27, 2012 at 7:22 AM, Matt Morris  wrote:
> Yeah!! All good. Receiving loud and clear again!
>
>
> On Sunday, 27 May 2012, Alan Fregtman  wrote:
>> Finally some mail. Tumbleweeds be gone! :D
>>
>> On Sat, May 26, 2012 at 9:39 PM, J. Jones  wrote:
>>>
>>> Ditto. Whatever was haywire appears to be fixed.
>>>
>>> On Sat, May 26, 2012 at 6:34 PM, Eric Thivierge 
>>> wrote:

 Whoo hooo!! I got it!
 
 Eric Thivierge
 http://www.ethivierge.com


 On Sun, May 27, 2012 at 11:32 AM, jim bough 
 wrote:
>
> I second that. First two emails in last 10 days.
>
> 
> Date: Sat, 26 May 2012 21:29:01 -0400
> Subject: Re: mail...
> From: guillaume.laforge...@gmail.com
> To: softimage@listproc.autodesk.com
>
> Hey Matt,
> You are the first email a received from this list (from my gmail) since
> 10 days !
> Is the problem fixed for others too?
>
> On Sat, May 26, 2012 at 8:44 PM, Matt Morris  wrote:
>
> Hi Gray,
> I unsubscribed and resubscribed to the list by sending mails
> to softimage@listproc.autodesk.com
>
> Got the verification mails etc so it feels like it should have worked
> but still not receiving mail from the xsi list - am getting everything 
> from
> other lists I'm on such as sitoa.
>
> --
> www.matinai.com
>

>>>
>>
>>
>
> --
> www.matinai.com



-- 
--
Michal
http://uk.linkedin.com/in/mdoniec



Re: mail...

2012-05-28 Thread Rob Wuijster

got that one too a while ago, links are dead.

I send an email, but never got any respons.

email still works though ;-)


Rob
\/-\/\/


On 27-5-2012 17:38, John Richard Sanchez wrote:

*I got this today*

Your membership in the mailing list Softimage has been disabled due to
excessive bounces The last bounce received from you was dated
27-May-2012.  You will not get any more messages from this list until
you re-enable your membership.  You will receive 3 more reminders like
this before your membership in the list is deleted.

To re-enable your membership, you can simply respond to this message
(leaving the Subject: line intact), or visit the confirmation page at

http://listproc.autodesk.com/mailman/confirm/softimage/e468635540ef5a259f98dc0f9ce32c4ab3323e42


You can also visit your membership page at

http://listproc.autodesk.com/mailman/options/softimage/youngupstartfx%40gmail.com


On your membership page, you can change various delivery options such
as your email address and whether you get digests or not.  As a
reminder, your membership password is

   aknaofvu

If you have any questions or problems, you can contact the list owner
at

softimage-ow...@listproc.autodesk.com 



On Sun, May 27, 2012 at 5:39 AM, Octavian Ureche > wrote:


finally, it's working again...




--
www.johnrichardsanchez.com 

No virus found in this message.
Checked by AVG - www.avg.com 
Version: 2012.0.2176 / Virus Database: 2425/5024 - Release Date: 05/26/12