mhulse / illy-anim-redux

ExtendScript (.jsx) used to animate Adobe Illustrator’s layers in order to preview sequenced layer frames for animation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Illustrator Layer Animation, redux!

ExtendScript (.jsx) used to animate Adobe Illustrator’s layers in order to preview sequenced layer frames for animation.

Why “redux”?

My first layer animation script stopped working after an OS X El Capitan upgrade, so … I ended up writing Layer Animation II.jsx.

Compatibility

I have only had the opportunity to test this code on OS X El Capitan and Illustrator CC 2015.

Installation

Use the below single-line Unix bash command(s) to quickly install this script into your Illustrator Scripts folder.

bash <(curl -sL https://git.io/vVuxA)

Alternatively, you can dowload Layer Animation II.jsx into your Illustrator Scripts folder, located in the /lllustrator CC/Presets folder in your lllustrator CC installation directory.

The script’s filename, minus the file extension, will appear in the Scripts menu.

Usage

Palette window:

Using the radio and check box options, click the Start button to animate through layers.

This plugin will use the “active” layer as the starting frame; upon palette close, the original layer visibility will be restored.

More documentation coming soon.

Big ups …

… to all of the awesome and helpful peeps on the Adobe Illustrator scripting forums, especially:


Copyright © 2015-2016 Michael Hulse.

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

ExtendScript (.jsx) used to animate Adobe Illustrator’s layers in order to preview sequenced layer frames for animation.

License:Apache License 2.0


Languages

Language:JavaScript 83.3%Language:Shell 16.7%