← Back to team overview

openshot.code team mailing list archive

[Branch ~openshot.code/openshot/main] Rev 551: Added some debug output if an effect is not included due to the user's version of Frei0r.... for ...

 

------------------------------------------------------------
revno: 551
committer: Jonathan Thomas <Jonathan.Oomph@xxxxxxxxx>
branch nick: openshot
timestamp: Sun 2011-09-04 01:00:56 -0500
message:
  Added some debug output if an effect is not included due to the user's version of Frei0r.... for example:
  
  Warning: effect not found in your version of Frei0r: frei0r.coloradj_RGB
  Warning: effect not found in your version of Frei0r: frei0r.levels
  Warning: effect not found in your version of Frei0r: frei0r.primaries
  Warning: effect not found in your version of Frei0r: frei0r.tint0r
modified:
  openshot/windows/TreeEffects.py


--
lp:openshot
https://code.launchpad.net/~openshot.code/openshot/main

Your team OpenShot Code is subscribed to branch lp:openshot.
To unsubscribe from this branch go to https://code.launchpad.net/~openshot.code/openshot/main/+edit-subscription
=== modified file 'openshot/windows/TreeEffects.py'
--- openshot/windows/TreeEffects.py	2011-08-31 05:27:51 +0000
+++ openshot/windows/TreeEffects.py	2011-09-04 06:00:56 +0000
@@ -136,6 +136,7 @@
 			if my_effect.service.startswith("frei0r"):
 				if my_effect.service not in self.project.form.filters:
 					# don't add this effect, skip to the next one
+					print "Warning: effect not found in your version of Frei0r: %s" % my_effect.service
 					continue
 			
 			# check if a filter matches (if any)