- made a hack so if the Image Import plugin can't be loaded due of dependencies errors the app will not crash but this plugin will no longer be available
This commit is contained in:
@@ -7,7 +7,10 @@ from appPlugins.ToolAlignObjects import AlignObjects
|
||||
|
||||
from appPlugins.ToolFilm import Film
|
||||
|
||||
from appPlugins.ToolImage import ToolImage
|
||||
try:
|
||||
from appPlugins.ToolImage import ToolImage
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
from appPlugins.ToolDistance import Distance
|
||||
from appPlugins.ToolObjectDistance import ObjectDistance
|
||||
|
||||
Reference in New Issue
Block a user