tin2tin / Blender_Screenwriter

Blender add-on for writing screenplays and convert them directly into timed storyboards.
190 stars 20 forks source link

Bug in Version 0.1 14/11/19 ~14:30 #9

Closed AndreaMonzini closed 4 years ago

AndreaMonzini commented 4 years ago

Testing with 2.81 and 2.82, error report in both ( yesterday version works) : OS: GNU/Linux

After pressing Preview and Refresh buttons:

`Traceback (most recent call last): File "/home/linux/.config/blender/2.81/scripts/addons/Blender_Screenwriter.py", line 320, in execute bpy.ops.scene.preview_fountain() File "/home/linux/App/blender-2.81-0a0d735acd6e-linux-glibc217-x86_64/2.81/scripts/modules/bpy/ops.py", line 201, in call ret = op_call(self.idname_py(), None, kw) RuntimeError: Error: Traceback (most recent call last): File "/home/linux/.config/blender/2.81/scripts/addons/Blender_Screenwriter.py", line 142, in execute F = fountain.Fountain(fountain_script) AttributeError: module 'fountain' has no attribute 'Fountain'

location: /home/linux/App/blender-2.81-0a0d735acd6e-linux-glibc217-x86_64/2.81/scripts/modules/bpy/ops.py:201

location: :-1

location: :-1 Traceback (most recent call last): File "/home/linux/.config/blender/2.81/scripts/addons/Blender_Screenwriter.py", line 142, in execute F = fountain.Fountain(fountain_script) AttributeError: module 'fountain' has no attribute 'Fountain'

location: :-1

location: :-1 `

tin2tin commented 4 years ago

Bad fountain file. Try now.

AndreaMonzini commented 4 years ago

Works! solved!