mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 13:56:24 +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',
|
||||
'isEmitting',
|
||||
'sittingPoints',
|
||||
'originalTextures'
|
||||
'originalTextures',
|
||||
'parentJointIndex',
|
||||
'parentID'
|
||||
];
|
||||
|
||||
var individualKeys = [];
|
||||
|
|
Loading…
Reference in a new issue