mirror of
https://github.com/DarklightGames/io_scene_psk_psa.git
synced 2024-12-18 01:05:57 +01:00
Removed debug print
This commit is contained in:
parent
cf13aade98
commit
afcfebe84a
@ -130,9 +130,8 @@ if __name__ == '__main__':
|
||||
|
||||
@persistent
|
||||
def load_handler(dummy):
|
||||
print('RUNNING LOAD HANDLER')
|
||||
# Convert old `psa_sequence_fps` property to new `psa_export.fps` property.
|
||||
# This is only needed for backwards compatibility with older versions of the addon.
|
||||
# This is only needed for backwards compatibility with files that may have used older versions of the addon.
|
||||
for action in bpy.data.actions:
|
||||
if 'psa_sequence_fps' in action:
|
||||
action.psa_export.fps = action['psa_sequence_fps']
|
||||
|
Loading…
Reference in New Issue
Block a user