From 962fb0a791930b2619d692dfe1f10ba79a1c8c71 Mon Sep 17 00:00:00 2001 From: Colin Basnett Date: Fri, 15 Apr 2022 17:35:06 -0700 Subject: [PATCH] Fixed a bug where `use_fake_user` would not be set correctly on import --- io_scene_psk_psa/psa/importer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/io_scene_psk_psa/psa/importer.py b/io_scene_psk_psa/psa/importer.py index f4a6158..ce88a2a 100644 --- a/io_scene_psk_psa/psa/importer.py +++ b/io_scene_psk_psa/psa/importer.py @@ -199,9 +199,9 @@ class PsaImporter(object): action['psa_sequence_name'] = sequence_name action['psa_fps'] = sequence.fps - actions.append(action) + action.use_fake_user = options.should_use_fake_user - action.use_fake_user = options.should_use_fake_user + actions.append(action) # If the user specifies, store the new animations as strips on a non-contributing NLA track. if options.should_stash: