Digital humans the art of the digital double
Ever wanted to know how digital doubles are created in the movie industry? This course will give you an insight into how it's done.
# 1 13-11-2005 , 10:35 PM
Registered User
Join Date: Nov 2005
Posts: 2

opacityPP expresion

I want to create a lazer that has its particles die or go invisible when they collide with objects. I thought this expression would work but it obviously didn't. I've never really used expressions before so if anyone could tell me what is wrong with it that would be awsome...

if (eventCount == 0)
opacityPP = <<1>>;

else if (eventCount == 1)
opacityPP = <<0>>;

Error: Connection not made: 'particleShape1.eventCount' -> 'particleShape1.input[0]'. Incompatible multi-attribute parent levels.

in maya help it said that eventCount is "Total number of events that have occurred for all particles of the object."

https://localhost:4449/Maya7.0/en_US/...html?tutorials

# 2 16-11-2005 , 08:11 PM
Posting Rules Forum Rules
You may not post new threads | You may not post replies | You may not post attachments | You may not edit your posts | BB code is On | Smilies are On | [IMG] code is On | HTML code is Off

Similar Threads