IC Python API:PopcornFX Sequencer

From Reallusion Wiki!
Revision as of 22:54, 22 December 2019 by Chuck (RL) (Talk | contribs) (Steps to Take)

Jump to: navigation, search
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