mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 21:24:59 +00:00
Fleshed out Animation Editor's chooser screen, added lots of example animation PBS files
This commit is contained in:
@@ -85,7 +85,7 @@ class AnimationEditor::ParticleList < UIControls::BaseControl
|
||||
@row_index = 0
|
||||
# Particle information to display (one row each)
|
||||
@particles = [] # Reference to particle data from the editor scene
|
||||
@expanded_particles = [0] # Each element is index in @particles
|
||||
@expanded_particles = [] # Each element is index in @particles
|
||||
@particle_list = [] # Each element is index in @particles or [index, property]
|
||||
@visibilities = [] # Per particle
|
||||
@commands = {}
|
||||
|
||||
Reference in New Issue
Block a user