Introduced
3.0
Description
Updates the connections between the particle simulation operators and particle types and events. This is a low-level command that updates the particle type connections of a particle or fluid simulation operator.
Scripting Syntax
UpdateParticleTypeConnections( [InputObj] )
Parameters
|
Parameter |
Type |
Description |
|
InputObj |
Object name for Cloud, ParType, Emitter or Simulation Operator. Default Value: Selected objects |
Examples
VBScript Example
' ' In this example the ApplyOp command does not do the connection work, therefore ' we do it manually after the operator was created. ' NewScene set myParticleEmitter = CreatePrim( "Sphere", "MeshSurface", "ParticleEmitter" ) SIAddProp "Emission Property", myParticleEmitter, siNodePropagation set l_MyOpList = ApplyOp( "SparksOp", myParticleEmitter, siNode, l_MyParticleCloud ) UpdateParticleTypeConnections l_MyParticleCloud
See Also
Autodesk Softimage v7.5