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

Type Error at Blender Start #469

Open ChaosOrdeal opened 1 year ago

ChaosOrdeal commented 1 year ago

I'm submitting a...

Bug report

The following error is generated thrice at Blender start: Warning: TypeError('bpy_struct: item.attr = val: POWER_SEQUENCER_OT_speed_up_movie_strip.speed_factor expected an int type, not float')

What is the expected behavior? No errors at start.

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

  1. Start up Blender with Power Sequencer activated.
  2. Error (above) is generated.

Feature request

Describe the problem you're trying to solve.

Tell us which solutions you've explored, the solution you would pick, and why you think it would be the best for everyone.

Other

Win 10 x64 EVEYTHING is as up-to-date as it gets, but I am not running any alphas nor betas.

I imagine that fixing the types or making explicit type conversions would correct this error.

NathanLovato commented 1 year ago

Which version of Blender are you using?

NathanLovato commented 1 year ago

Closing as no update was provided. Also, the version built into Blender seems to be working fine. I'd recommend using that one now.

ChaosOrdeal commented 1 year ago

Closed for no version. . .

Try reading the original ticket again.

NathanLovato commented 1 year ago

This was closed because the original report said there was an error, but there was nothing looking like an error on my end. I asked for more information and never got an answer or clarification, so it's natural to close in this kind of situation.

Now I see, it is if you run with a command-line window, which I suppose happens on Windows, you'll see warnings.

They don't break anything, so I won't bother with them, but if someone wants to contribute a fix for that, that'd be welcome.