openshot.developers team mailing list archive
-
openshot.developers team
-
Mailing list archive
-
Message #01180
[Bug 488863] [NEW] Phaser effect is a bit broken
Public bug reported:
Add Phaser effect on a clip, and instead you get a whole bunch of 'Echo'
ones. You cannot remove any of the 'Echo ones'.
Clicking on any one of them also generates this message:
Traceback (most recent call last):
File "/usr/share/openshot/windows/ClipProperties.py", line 154, in on_treeEffects_button_release_event
user_param_value = self.get_clip_parameter(clip_effect, param.name)
File "/usr/share/openshot/windows/ClipProperties.py", line 214, in get_clip_parameter
for clip_param in clip_effect.paramaters:
AttributeError: 'NoneType' object has no attribute 'paramaters'
** Affects: openshot
Importance: Undecided
Status: New
--
Phaser effect is a bit broken
https://bugs.launchpad.net/bugs/488863
You received this bug notification because you are a member of OpenShot
Developers, which is subscribed to OpenShot Video Editor.
Status in OpenShot Video Editor: New
Bug description:
Add Phaser effect on a clip, and instead you get a whole bunch of 'Echo' ones. You cannot remove any of the 'Echo ones'.
Clicking on any one of them also generates this message:
Traceback (most recent call last):
File "/usr/share/openshot/windows/ClipProperties.py", line 154, in on_treeEffects_button_release_event
user_param_value = self.get_clip_parameter(clip_effect, param.name)
File "/usr/share/openshot/windows/ClipProperties.py", line 214, in get_clip_parameter
for clip_param in clip_effect.paramaters:
AttributeError: 'NoneType' object has no attribute 'paramaters'
Follow ups
References