Difference between revisions of "IC Python API:PopcornFX Sequencer"

From Reallusion Wiki!
Jump to: navigation, search
m (Extensions.py)
m (Description)
Line 7: Line 7:
 
== Description ==
 
== Description ==
  
 +
Popcorn Script Creator can be used to easily manage particle emit time and loop status.  User can drag/drop the list items to change the emit order, set delay time for emit, set loop status or set the custom life cycle for each particle. Press the '''Apply''' button to deploy the particles to the scene and apply the custom settings.
  
 
== Course Prerequisites ==
 
== Course Prerequisites ==

Revision as of 20:52, 22 December 2019

Main article: RL Python Samples.

Demo Video

Description

Popcorn Script Creator can be used to easily manage particle emit time and loop status. User can drag/drop the list items to change the emit order, set delay time for emit, set loop status or set the custom life cycle for each particle. Press the Apply button to deploy the particles to the scene and apply the custom settings.

Course Prerequisites

Learn How to

Required Files

Steps to Take

Code Flow

APIs Used

You can research the following references for the APIs deployed in this code.

main.py

Extensions.py