If you're not using cycles, so each particle instances is different, you don't need modulo. Using Self.ID should be enough. Just saying...
On Wed, Feb 5, 2014 at 11:01 AM, Ponthieux, Joseph G. (LARC-E1A)[LITES] < [email protected]> wrote: > Absolutely perfect! > > > > Thanks everyone! > > -- > > Joey Ponthieux > > LaRC Information Technology Enhanced Services (LITES) > > Mymic Technical Services > > NASA Langley Research Center > > __________________________________________________ > > Opinions stated here-in are strictly those of the author and do not > > represent the opinions of NASA or any other party. > > > > *From:* [email protected] [mailto: > [email protected]] *On Behalf Of *Cristobal Infante > *Sent:* Wednesday, February 05, 2014 11:47 AM > > *To:* [email protected] > *Subject:* Re: Multiple shapes for point cloid > > > > Modulo : > > > > http://xsisupport.com/2009/10/24/using-the-modulo-node/ > > > > On 5 February 2014 16:47, Cristobal Infante <[email protected]> wrote: > > Modulo: > > > > > > On 5 February 2014 16:43, Ponthieux, Joseph G. (LARC-E1A)[LITES] < > [email protected]> wrote: > > Yes. I have n points in cloud and want 1 different object instance on each > point. Cloud is static, no emitter, positions plotted manually through add > point. > > > > -- > > Joey Ponthieux > > LaRC Information Technology Enhanced Services (LITES) > > Mymic Technical Services > > NASA Langley Research Center > > __________________________________________________ > > Opinions stated here-in are strictly those of the author and do not > > represent the opinions of NASA or any other party. > > > > *From:* [email protected] [mailto: > [email protected]] *On Behalf Of *Cristobal Infante > *Sent:* Wednesday, February 05, 2014 10:56 AM > *To:* [email protected] > *Subject:* Re: Multiple shapes for point cloid > > > > I am not quite sure I understand what you need. > > Do you mean you have 20 points in your pointcloud and want a different > instance to appear on each point? (supposing you have 20 instances) > > > > If this is the case, you can use the "modulo" function to get the correct > index. Plug the Self.ID to the value and you will get indexes from 1-20. > > > > > > > > On 5 February 2014 15:42, Ponthieux, Joseph G. (LARC-E1A)[LITES] < > [email protected]> wrote: > > Hello again. > > > > I've got the particle shape working fine now, thanks everyone. New > question though. I want to populate a static point cloud with different > objects per each point. Since the cloud is static there is no emitter and > no temporal component. I created a group of multiple objects and connected > the group to the particle shape. I can now cycle through the object index > and all particles change to the corresponding object. However I am unable > to apply an array to the index input of Instance Shape. I can apply > randomize effects to it but I changes all particles. I gather that > randomize here would probably only randomize emitted particles over time. > Is there an easy way to force each particle to have a different instanced > objects in this situation without resorting to multiple point clouds? > > > > -- > > Joey Ponthieux > > LaRC Information Technology Enhanced Services (LITES) > > Mymic Technical Services > > NASA Langley Research Center > > __________________________________________________ > > Opinions stated here-in are strictly those of the author and do not > > represent the opinions of NASA or any other party. > > > > > > > > > -- -- IMPRESSUM: PiXABLE STUDIOS GmbH & Co.KG, Sitz: Dresden, Amtsgericht: Dresden, HRA 6857, Komplementärin: Lenhard & Barth Verwaltungsgesellschaft mbH, Sitz: Dresden, Amtsgericht: Dresden, HRB 26501, Geschäftsführer: Frank Lenhard, Tino Barth IMPRINT: PiXABLE STUDIOS GmbH & Co.KG, Domicile: Dresden, Court of Registery: Dresden, Company Registration Number: HRA 6857, General Partner: Lenhard & Barth Verwaltungsgesellschaft mbH, Domicile: Dresden, Court of Registery: Dresden, Company Registration Number: HRB 26501, Chief Executive Officers: Frank Lenhard, Tino Barth -- Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet. This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.

