Illustrator :: How To Opens All Of The Layers Which Contain Sublayers

May 7, 2012

I just installed cs6, and when I open files in Illustrator, it opens all of the layers which contain sublayers.  It does this even if all the top-level layers were closed during the previous save.  The files I work with have a large layer-structure, so re-closing the top-level layers every time I open a file wastes a lot of my time.  Can I close all layers at once, or better yet, can I stop Illustrator from opening all of the layers automatically when I load a file?
 
If not, then WHY on earth not?  I can't be the only one who opens and closes large files with lots of layers and sub-layers...

Edit: I also am noticing this problem is even worse in cs6, because openning and closing individual layers plays a little animation of rotating the triangular arrow before the layer which, cute as it may be, just makes the task of individually closing up all my layers that much more tedious.  Can I turn off that little animation of the triangular arrow when opening and closing layers?

View 8 Replies


ADVERTISEMENT

Illustrator :: How To Copy Layer And Sublayers To Another Document And Keep Sublayers

Feb 17, 2013

I have 3 similar but different documents.  I made the edits to one of those and now I need to bring that over to the other 2 files.  I know I can copy and paste the areas I need to the other 2 files but when you do that, everything merges into a single layer.  How do I do this and keep those items in their own sublayers as well?

View 5 Replies View Related

Illustrator Scripting :: Loop Through All Layers And Sublayers?

Apr 26, 2012

is there a way that I can loop through all layers and sublayers looking for a name of a layer? I have one that loops through only top level layers. I am thinking I have to somehow incorperate all pathItems, groupItems and the like to incorperate all types of "layers" there might be, since a group is technically not a layer but a groupItem.
 
this is what I am doing so far:
 
for (var i = 0; i < numberOfLayers; i++) {
var customName = "div structure";
var myLayer = app.activeDocument.layers[i];

[Code]....

View 6 Replies View Related

Illustrator Scripting :: Turn Selected Sublayers Into Top Level Layers

Jun 5, 2008

I wanted to ask if by chance any of the scripting gurus here happen to have written an AI script that will take a number of selected sublayers/sub-sublayers and move them so they become top-level layers?

I am really needing this very badly, given that After Effects can only handle AI layers as separate entities. So I find myself moving tens, even hundreds of nested sublayers to the top level all the time.

Is it possible this script exists already?

View 16 Replies View Related

Illustrator :: CS6 - Cannot See Most Of Layers On The File After It Opens

Jan 13, 2013

When I tried to open a big project I been working for many days, I get this error message:
 
I Need to urgently fix this issue, since I cannot see most of my layers on the file after it opens.
 
I am using Adobe Illustrator CS6, on a macbook Pro device.

View 11 Replies View Related

Illustrator SDK :: Count Sublayers In A Layer?

Aug 12, 2013

Is there a possibility to count (only) all sublayers in a given layer? CountLayers from LayerSuite is only counting top-level layers and that isn't good enough.
 
Edit: I am using CS SDK 5.

View 2 Replies View Related

Illustrator :: Show All Unhides Previously Hidden Sublayers

Jul 3, 2012

We all hide and unhide things constantly as we work.But when you do a Show All (CTRL+ALT+3), to effectively unhide all hidden objects, is there a way to do so without unhiding all hidden sublayers as well.
 
When I do a Show All, even sublayers that were hidden when the file was opened (and never unhidden) unhide along with all hidden objects.

View 2 Replies View Related

Illustrator Scripting :: CS5 - Clean Way To Unlock Endless Sublayers?

Apr 28, 2012

I've written a snippet that will unlock sub of sub layers up to 10 layers deep. It works fine; however I'm wondering if there is a better way to do this? I don't know that 10 is the maximum of sub layers I'll need to unlock but it's a fairly safe guess. I'd like to be more efficient and know that no matter what the layer structure of the file my script has unlocked any and all sublayers.
 
Is there a different approach or way to think about this problem where you can script for a potentially endless number of sublayers, and subs of subs, etc.?
 
var doc = app.activeDocument;
var layerCount = doc.layers.length;
for (i=0; i<layerCount; i++) {
var currentLayerI = doc.layers[i];
var layerCountII = currentLayerI.layers.length;
for (ii=0; ii<layerCountII; ii++) {
[Code] .....

View 4 Replies View Related

AutoCAD 2013 :: Layers Appear On Preview But Not On There As File Opens

Apr 3, 2013

Layers appear on the “preview” but not on there as the file opens,

In the attached screenshot, a layer is displayed but as the file opens it is not there!

I tried all the very common steps like turning on/thaw/…

And also recovery

And saving it in another file

And other…

But didn’t work

How layers are displayed in the preview while physically they are not there in the drawing as the file opens?

Software: AutoCAD 2014, AutoCAD C3D, AutoCAD M3D, Revit
Windows 7 (Ultimate 64 bits),
Firefox 20.0,
Kaspersky 2013.

View 8 Replies View Related

Illustrator :: PDF Only Opens In 64 Bit?

Apr 19, 2013

I've had a few PDFs come in that can only open in the 64 bit version of AI. The problem is that we have a script that runs and interacts with AI, that only works with the 32 bit version. what could cause the .pdf to only work in AI 64-bit? If you need the .pdf itself, I'll have to get permission from the artist/customer before I can upload it.

View 2 Replies View Related

GIMP :: Export PSD Removes Sublayers (2013)

Aug 18, 2013

Im a newbie and a few month ago i made my first skin for a race game with GIMP. Now i want to create another skin.

I follow this proceure as i did a few month ago:

- open the PSD template called A.psd- change the base colour
- export the A.psd to A1.psd.
- As soon as i open the A1.psd in GIMP i lost my sub layers.

I did this before and it worked fine. Although i cant recollect which version of Gimp i used. Has this been changed is the latest version?

View 1 Replies View Related

Lightroom :: PSE 10 Opens But No Image Opens To Edit

Oct 18, 2012

In Lightroom 4.2 when open and I want to edit in PSE 10, I go to Photo, edit in PSE 10, and PSE 10 opens, but there is no image.  I want to edit in PSE 10 and can't.  Using LR 4.2, and attempting to edit in PSE 10, PSE 10 opens but no image opens to edit

View 1 Replies View Related

Illustrator :: AI File Now Only Opens As PDF?

Jul 5, 2012

Last week I finished my artwork and saved as usual as an .ai file.  I checked it again a few days ago, made a few amendments, and it was fine. Today I tried to open it but a box I have never seen before seems to think my document is a pdf and I get the option to open either 'image' or 'pages'.  I open pages and the artwork does not look such great resolution as it did previously. 
 
I tried to open it in Photoshop not AI. 

View 2 Replies View Related

Illustrator :: Why Does CC Crash As Soon As It Opens

Oct 1, 2013

why does my illustrator CC crash as soon as it opens ? I am using widows 7 (64) servies pack one  , i have 6 gig of ram.

View 1 Replies View Related

Illustrator :: EMF File Opens As Blank

Jun 20, 2013

I am trying to open an emf file in Illustrator, but it just appears as a blank page.  I tried some emf files that I created a few years ago, and they open fine.  But the new ones that I made are not appearing. 

View 3 Replies View Related

Illustrator :: CS6 Crashes After It Opens And Click On Anything?

Jan 30, 2014

Every time I open illustrator and click on the pen icon, open a document, etc etc it crashes. I am using a Mac computer OS X version 10.9. I only have downloaded fonts from dafont.com on this computer. Nothing else has been installed or downloaded.  I have tried opening the program while holding CMD/OPT/SHIFT,uninstalling illustrator and redownloading but it still does not work. Below is the error message I get:
  
Process:         Adobe Illustrator [34729]
Path:            /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator

[Code]....

View 1 Replies View Related

Illustrator :: CS4 Opens 3 Copies Of A File?

Dec 31, 2008

It is only happening with 2 files, created in CS4. When I go to open either of these documents, I get 3 previews opening at once. I restarted Illustrator, I also tried saving one of the documents as a CS3 document and the problem happens every time. All of magnifications are different, one is at 99.37% and the 2 other open files are also at random magnifications. Is there a way to stop this from happening?

View 7 Replies View Related

Illustrator :: CS6 - Opens In Window Too Small?

Nov 26, 2012

Anytime I double-click on an Illustrator file to open it, the Illustrator CS6 window opens up too small to view the file. It comes up with an error message that says "Can't open the illustration. There is not enough room for the window; increase document area and try again."

If I then click on the box to expand the Illustrator window to full-size, then I can open the file. It's just frustrating that everytime I try to open an AI file by double-clicking on it, I get this error message.

View 12 Replies View Related

Illustrator :: Design File Opens But Most Of Objects Gone

Jun 9, 2013

I worked on a design saving it about every 10 minites  and also saving a copy every hour. Later, when I try to open any of the copies of this file, Illustrator gives me this error:

the file opens but most of the objects are gone. I managed to open the file with Adobe Accrobat and saved it as eps then open it in Illustrator but the paths are mess and all effects converted to embeded images.I also placed the file but if I try to edit the link it gives me the same error and when I embedded the link it was a little bit better but similar mess like the eps saved from Acrobat..I'm using Illustrator CS5 Design file Windows 7.

View 6 Replies View Related

Illustrator :: Layer Palette Still Opens Everything On Launch

May 14, 2012

Why is this bug still in this program? This is my palette as saved...Same palette after relaunching.......and it goes on like this for another 10 inches or so. Every layer and group was minimized prior to saving.

View 8 Replies View Related

Illustrator :: Script That Opens File In AI And Exports It To SVG

Aug 7, 2013

We use adobe indesign server 8.0 to process indesgin documents and to automatically generate documents like jpg, xml etc. We make a call to the indesign server from adobe CQ workflow. Now the question is, do we have a something similar to process adobe illustrator documents. Our use case is to open Ai files and generate SVG and thumb. We use the indesign server to generate thumbs by dropping the AI file into the indesign document but that doesnt work while generating a SVG because we loose lot of layers by dropping the AI into indesign.
 
We have a script that opens the file in AI and exports it to SVG but We have to process hundreds of file so it is very time consuming.

View 4 Replies View Related

Illustrator :: Working Windows Opens In Wrong Position

Nov 13, 2012

I have a feeling this may come under the heading of 'dumb queries'. Nonetheless: Illustrator CS6 (Mac OS X 10.6) has just started opening documents with the working window hard left of the screen, rather than immediately tot he right of the toolbar. I hope the attached graphic makes this clear:
 
This happens when opening documents by double-clicking in the Finder and by using File > Open in Illustrator itself.I've tried resetting preferences; and moving the window to the correct position, creating a new workspace and restarting Illustrator. Sadly neither action works.

View 2 Replies View Related

Illustrator :: CS4 Opens Fine But Cannot Open Any New Or Existing Files

Nov 15, 2012

I'm running Adobe Illustrator CS4 on my Mac Pro running OSX 10.7 Lion and for some reason I am no longer able to open any new or existing files. Illustrator boots up just fine but 'File>New' gives me nothing. 'File>Open' gives me my usual search box but once a file is selected, again, I get nothing. Dragging a file into Illustrator gives me this response',

Before promptly quitting.
 
I have tried deleting all the files from my Illustrator Preferences folder but doesn't seemed to have worked.

View 3 Replies View Related

Illustrator :: Edit Original Opens In Paint Instead Of Photoshop (Windows)

Jun 7, 2011

I wanted everyone to find it. In the older Windows programs, you can choose which program opens in editing, but in Windows 7 that feature is disabled. If you download the following program, click File Type Settings > Context Menu > then, for example "PNG" extension-- you can choose which program OPENS a PNG, which program EDITS a PNG, etc. That way you can view a photo in Windows Photo Viewer, but edit in Photoshop. [URL]

View 2 Replies View Related

Illustrator :: When Click Edit Original In Links Panel It Opens MICROSOFT PAINT

Oct 23, 2013

When I click "Edit Original" with a jpeg selected in the links panel it opens Microsoft Paint! In Windows (7) the file association is Windows Picture Viewer (NOT Paint!) and in Bridge it is associated with Photoshop CC. In InDesign we have the option of choosing which program to edit linked files with. In Illustrator we are stuck with the astounding Paint! Why?? 17 versions and this still bugs me!

View 2 Replies View Related

Illustrator :: How To Keep Layers From Auto-expanding In Layers Palette

Jun 21, 2013

I'm working on a rather complex piece of artwork in Illustrator CC with the latest Mac OS, with several objects on each layer.
 
Whenever I click an object, its layer in the Layers palette auto-expands, pushing all of the main layers off of the edge of the palette. I then have to click the little arrow to collapse the layer so I can see all of the other layers and (quickly?) get to the one I need.
 
I am using a Magic Trackpad (don't ask) so this task is particularly arduous, as the cursor is often somewhat difficult to maneuver when attempting to target small UI elements. My display height is only 1050 px, so naturally I would rather not make the layer thumbnails any smaller (25 px.)
 
Is it possible to disable or defeat the auto-expanding behavior? Placed in bold

View 2 Replies View Related

Illustrator :: Create Acrobat Layers From Top-Level Layers

Oct 5, 2012

Why in the heck do Macs show layers in a PDF that are HIDDEN at the time of saving if "Create Acrobat Layers from Top-Level Layers" is checked is checked  -BUT-  PC's don't??
 
I just proofed a business card with my boss accidentily showing him some type on a layer that was hidden. He approved it. Now I have to make a bunch of type set up in very tight margins work in production.

View 1 Replies View Related

Illustrator :: Way To Collapse All Layers In Layers Panel With One Click

Jul 18, 2012

Is there a way to collapse all layers in the layers panel with one click?

View 1 Replies View Related

Illustrator :: Layered Vector AI File With Raster (Photoshop) Layers Included As Vector Layers?

Apr 20, 2013

I've been using Illustrator since the late 80's but this request just now came up for the first time, twice in one day: the clients each want me to send them layered files (OK-no problem) wherein all the layers, even the raster layers, register as vector layers. Or at least all the layers, regardless of file-type (vector or raster) are contained within an unflattened Illustrator file. One of the clients specifically asked that the Type layer (No problem-all the type is on one layer) be  "vector mapped", whatever that means, while all the other layers can be Photoshop layers, if necessary.  So how do I hand them an open, unflattened Illustrator file containing both vector art and raster art? Can it be done in Acrobat, as a PDF? I'm working in AI and PS CS5, but I can and will upgrade if I have to.

View 4 Replies View Related

Illustrator :: Resizing Layers From PDF?

Sep 9, 2012

I have a pdf which is approx 25 pages, the original dimensions are 2500 x 2500. The pages are made up of text over artwork and I need to be able to resize the entire artwork and text to 384 x 512. Or the aspect ratio matching the same like 2048 x 1536. So far I converted the pdf to separate pdfs and opened each in Illustrator CS6 and need to first make the artwork smaller and then the text. Is there a set way to do this as I already tried creating a new doc in ai set for the new dimensions and copying and pasting the artwork. This is not that hard as the artwork I can manipulate but the problem is the text where some of it has strokes and other paths that make up each letter. I tried to ungroup but having a hard time. Would be great if I could just lift the text and just scale down.

View 2 Replies View Related

Illustrator :: CS6 Deleted Layers

May 14, 2013

I got the below warning today for one of my AI files that I was working on yesterday. The file had several layers that had been worked on for a number of days. I know that I shut the application  down correctly yesterday, but the warning states otherwise. I had another file open yesterday and it is fine. In this file, all of my layers, except for 4 incomplete layers are now gone! I had saved the document several times yesterday, but it is showing none of those saved changes. Is there a way that I can get my file back?

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved