mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 04:24:47 +02:00
Merge pull request #6590 from imgntn/particle_explorer_updates
Update Particle Explorer to Ignore New Parenting Properties
This commit is contained in:
commit
92d1038871
1 changed files with 3 additions and 1 deletions
|
@ -74,7 +74,9 @@ var keysToIgnore = [
|
||||||
'shapeType',
|
'shapeType',
|
||||||
'isEmitting',
|
'isEmitting',
|
||||||
'sittingPoints',
|
'sittingPoints',
|
||||||
'originalTextures'
|
'originalTextures',
|
||||||
|
'parentJointIndex',
|
||||||
|
'parentID'
|
||||||
];
|
];
|
||||||
|
|
||||||
var individualKeys = [];
|
var individualKeys = [];
|
||||||
|
|
Loading…
Reference in a new issue