Fixed a bug where use_fake_user would not be set correctly on import
This commit is contained in:
@@ -199,10 +199,10 @@ class PsaImporter(object):
|
|||||||
action['psa_sequence_name'] = sequence_name
|
action['psa_sequence_name'] = sequence_name
|
||||||
action['psa_fps'] = sequence.fps
|
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 the user specifies, store the new animations as strips on a non-contributing NLA track.
|
||||||
if options.should_stash:
|
if options.should_stash:
|
||||||
if armature_object.animation_data is None:
|
if armature_object.animation_data is None:
|
||||||
|
|||||||
Reference in New Issue
Block a user