GDQuest / blender-power-sequencer

Add-on for video editing in Blender 3D: edit videos faster! Included in Blender 2.81+
https://gdquest.com/blender/power-sequencer/
GNU General Public License v3.0
708 stars 58 forks source link

Traceback error #449

Closed NonMeme closed 3 years ago

NonMeme commented 3 years ago

I'm submitting a...

Bug report

Traceback error whenever I attempt to mark the checkbox in the add on settings of Blender 2.91.2.

What is the current behavior?

Whenever I try to enable the add on, I get this error.

Traceback (most recent call last): File "(blender location)/2.91/scripts/modules/addon_utils.py", line 351, in enable mod = import(module_name) ModuleNotFoundError: No module named 'blender-power-sequencer-2'

What is the expected behavior?

To be able to use the add on without this.

Tell us the steps to reproduce the bug, and if possible share a minimal demo of the problem.

Go to Add-ons Try to activate it.

Other

Other information

The Power Sequencer was not included in the version of Blender 2.91.2 I downloaded from the website, and I am trying to activate it using the Github download. Is there a reason for this on your end?

NathanLovato commented 3 years ago

ModuleNotFoundError: No module named 'blender-power-sequencer-2'

Did you name the extracted directory from github blender-power-sequencer-2 ?

I'll check the latest Blender release. I didn't get any bug report or message that it was removed from 2.91.2. I'm seeing it's still in the official add-ons repository so it should be bundled automatically.

NathanLovato commented 3 years ago

I just downloaded blender 2.91.2 and I can see power sequencer bundled in there, activate and use it.

Screenshot from 2021-02-08 18-13-23

NathanLovato commented 3 years ago

Also I can activate the development version no problem. You can try to name the folder in your blender addons folder exactly blender_power_sequencer, and please let me know if it helps.

NonMeme commented 3 years ago

Also I can activate the development version no problem. You can try to name the folder in your blender addons folder exactly blender_power_sequencer, and please let me know if it helps.

That solution worked. You might want to let people know of this somehow.

NonMeme commented 3 years ago

I think the reason why the Sequencer didn't appear in the default Add-on list was because I accidentally deleted it somehow. I can't remember for sure.