This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
macrovision
Watch
1
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
10
Wiki
Activity
Browse Source
Fix a bug in the Illustrator script
It got mad if a layer was missing.
master
Fen Dweller
3 years ago
parent
710a8e2454
commit
25b31ea330
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
scripts/illustrator.jsx
+ 4
- 0
scripts/illustrator.jsx
View File
@@ -49,6 +49,10 @@ for (var i=0; i<settings.length; i++) {
}
}
if (layer === null) {
continue;
}
var raster = layer.pageItems[0]
var pluginRef = raster.trace()
var trace = pluginRef.tracing
Write
Preview
Loading…
Cancel
Save