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

From Reallusion Wiki!
Jump to: navigation, search
m (Required Files)
m (Steps to Take)
Line 23: Line 23:
 
* Installed PopcornFX particles, either from embed or content packs.
 
* Installed PopcornFX particles, either from embed or content packs.
  
== Steps to Take ==
+
== Usage Instructions ==
 
+
 
+
 
+
  
 
== Code Flow ==
 
== Code Flow ==

Revision as of 22:54, 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

  • Use PopcornFX related API.
  • Handle AP event callbacks to update UI.
  • Use Python dictionary to store settings for each particle.

Required Files

  • PopcornFX Sequencer and Extensions Python script files.
  • Installed PopcornFX particles, either from embed or content packs.

Usage Instructions

Code Flow

APIs Used

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

main.py

Extensions.py