Value > MAXWrapper > Node > GeometryClass > PF_Source |
The PF_Source is the viewport icon for a Particle Flow particle system, and also serves as the default emitter. It appears as a separate item in Particle View whose position and width can also be accessed using the properties below.
Controls the state of the "Enable Particle Emission" checkbox in the UI. When set to true , the Particle Flow Source will generate particles.
Sets the size of the Particle Flow logo, which appears at the center of the source icon, as well as the arrow that indicates the default direction of particle motion.
Controls the state of the Icon Type drop-down list in the UI. Specifies the type of the Icon.
Sets the length of the Rectangle and Box icon types, and the diameter of the Circle and Sphere icon types
Sets the width of the Rectangle and Box icon types. Has no effect with the Circle and Sphere icon types.
Sets the height of the Box icon type. Has no effect unless the .Emitter_Type is set to 1 : Box.
When set to true , turns display of the logo (with arrow) on. When false, no logo will be displayed.
When set to true , turns display of the emitter on. When false, no emitter will be displayed.
Sets the percentage of the total number of particles in the system produced in the viewports. Range is from 0.0 to 10000.0.
Sets the percentage of the total number of particles in the system produced at render time. Range is from 0.0 to 10000.0.
Corresponds to the ID field in the UI. Sets the ID number of the particle to select.
Corresponds to the Clear Selection checkbox in the UI. When checked, selecting a new particle by ID will clear the existing selection.
Returns an array of selected particle indices.
Returns an array of selected ActionList nodes.
The maximum number of particles the system may have. Range is from 1 to 10000000.
Set the integration step for animation playback in the viewports.
Set the integration step at render time.
When set to true causes the script assigned to .Every_Step_Update_Script to be executed at each integration step.
Specifies the script to be executed at every integration step. The default script modifies particle speed and direction, causing particles to follow a wavy path.
When set to true causes the script file assigned to .EveryStepUpdateScriptFile to be executed at each integration step.
Specifies the script file to be executed at every integration step.
When set to true causes the script assigned to .Final_Step_Update_Script to be executed after the final integration step.
Specifies the script to be executed after the final integration step.
When set to true causes the script file assigned to .EveryStepUpdateScriptFile to be executed at each integration step.
Specifies the script file to be executed after the final integration step.
Returns an X Coordinate of the Emitter in the Particle View
Returns an Y Coordinate of the Emitter in the Particle View
Get/Set the Z Order for drawing the Emitter in the Particle View.
Get/Set the Width of the PF_Source item in Particle View.