Lỗi/Sai Số: Python: Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\power_sequencer\operators\save_direct.py", line 31, in execute
bpy.ops.wm.save_mainfile()
File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\modules\bpy\ops.py", line 113, in call
ret = _op_call(self.idname_py(), None, kw)
When this error occurs, if I exit the file, it will become corrupted and inaccessible.
Currently, my temporary fix is to uninstall the addon and then save the file.
Once the addon is removed, the file saves normally without any errors.
Every time, it shows an error :
Lỗi/Sai Số: Python: Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\power_sequencer\operators\save_direct.py", line 31, in execute bpy.ops.wm.save_mainfile() File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\modules\bpy\ops.py", line 113, in call ret = _op_call(self.idname_py(), None, kw)
When this error occurs, if I exit the file, it will become corrupted and inaccessible. Currently, my temporary fix is to uninstall the addon and then save the file. Once the addon is removed, the file saves normally without any errors.