mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-15 09:04:36 +00:00
- added missing control on opening mlx script file
This commit is contained in:
parent
ee2dd44cc2
commit
460270c22e
@ -299,7 +299,11 @@ public:
|
||||
printf("No script specified\n");
|
||||
return false;
|
||||
}
|
||||
scriptPtr.open(scriptfile);
|
||||
if (!scriptPtr.open(scriptfile))
|
||||
{
|
||||
printf("File %s was not found.\n",qPrintable(scriptfile));
|
||||
return false;
|
||||
}
|
||||
fprintf(fp,"Starting Script of %i actions",scriptPtr.filtparlist.size());
|
||||
GLLogStream log;
|
||||
for(FilterScript::iterator ii = scriptPtr.filtparlist.begin();ii!= scriptPtr.filtparlist.end();++ii)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user