The Actor operator converts tyActor objects into hierarchies of actor particles and actor rig particles.
Select an existing item in the actor list to modify its properties.
As particles enter the operator, the actor they are assigned depends on the frequency values of shapes in the list. For example, if one actor has a frequency of 10%, and a second actor has a frequency of 90%, there will be a 10% chance that particles will be assigned the first actor, and a 90% chance that particles will be assigned the second actor.
You do not need to ensure that all actor frequencies add up to 100%. Their values will be normalized automatically if they do not all add up to 100%.
Override scale: controls whether to override the scale of particles which are assigned the actor.
Scale %: the scale override.
The actor skinned mesh ID value can be used to determine which actor skinned meshes will be exported by an Export Particles operator in tyCache export mode.
Generate skinned meshes: controls whether tyFlow will generate skinned meshes corresponding to input tyActor objects which contain skin modifiers.
At rendertime only: when enabled, actor skinned meshes will only be generated at rendertime.
Actor root particles: actor root particles will satisfy the test condition.
Actor rig particles: actor rig particles will satisfy the test condition.
Random by frequency: each particle will choose an actor from the list randomly, taking into consideration each list entry’s frequency parameter.
Index from custom float value: each particle will choose an actor from the list, using a custom data float value as an index to the listbox’s entry array.
Channel: the custom data float channel to retrieve the index value.
Save index: the chosen actor index for each particle will be saved to a custom data float channel.
Channel: the custom data float channel to save the index value.