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
ADVERTISEMENT
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
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
View Related
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
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
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
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
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
Jan 25, 2012
Is there a way to write a script to copy a selected/chosen artboard (and it's contents) to another opened document, placing it in exactly the same place on the global x/y coordinates? I'm either unable to find this feature built in to Illustrator, or it's simply missing.
View 35 Replies
View Related
Jul 23, 2013
The goal is to copy a text object from one illustrator(CS6) document to another maintaining live type and having a graphic style applied from the appearance panel. When an effect like an arch is applied it is converting the text to outlines during the copy and paste, however a straight fill will not. The type of font (TrueType, OpenType, Postscript) does not seem to affect the problem.
Alternatively I have been able to take the desired appearance, create a graphic style from it, apply that to a path and transfer the graphic style to the new document via copy/paste, then apply it to live type on the new document. Obviously this is not ideal.
View 3 Replies
View Related
Mar 11, 2011
How to make a duplicate copy of current document?
so that i can do the modification with duplicate document without changing the status of original document.
View 2 Replies
View Related
Apr 2, 2013
Is it possible to copy a specific area (Artboard area) and paste it to new document by using JSX.
View 1 Replies
View Related
Nov 27, 2012
Is there a way to create an object/group in Illustrator and then copy it across one document in multiple places (multiple art boards, etc.) - allowing the designer to then update the original and seeing the changes cascade to all copies?
I know this can be done using InDesign by linking an Illustrator file and making subsequent updates to that Illustrator file. But I do not want to use InDesign, I want to use Illustrator. What I want is much like creating Symbols in Flash, updating one will cascade throughout the file.
View 6 Replies
View Related
Sep 30, 2013
I would like to make the active layer name the same as the document name. I know very little about scripting. I found this script:
var idoc = app.activeDocument;var ilayer = idoc.activeLayer;var filename = idoc.name;ilayer.name = filename;
It does almost what I need it to do. except that it also copies the ".ai" in to the layer name. Is there some way to modify this script to have it exclude or delete the file extension?
View 4 Replies
View Related
Aug 9, 2012
Is it possible to create an art which is present on the document but not on the 'Layer' panel(F7)?
My requirement is to create an art which is visible on the document, but could not be seen on the Layer panel and user is not able to select it.
Just like it happens in case of reflection, when we are creating a copy of selected art object, the reflected copy doesn't present on the 'Layer' panel but it is visible on the document and user is not able to select the reflected one, while he can only select the original art.
View 1 Replies
View Related
Aug 29, 2013
In PS i can Magic wand selection shape from one layer, drop to sub layer and copy that selected shape from that sub layer. How do I do this in illistrator, and moreover, from multiple layer at the same time.
For instance, in PS = Import an image of gold - select a text phrse with wand - drop to gold - copy paste = gold text.
View 3 Replies
View Related
May 23, 2013
can you copy a layer from one file to another?
View 1 Replies
View Related
Jun 18, 2013
If I drag an effect from the target circle of one object to anther in the layer's panel it replaces the effect along with all appearance. But I want just to add the effect. For example, a layer has a drop shadow and a path, round corners. I want to move the drop shadow from the layer to the path so that the path now has the round corners and the drop shadow. To do this I have to open the shadow effect of the layer wright down its parameters, then create a shadow effect for the path with the same parameters which is a lot of work.
View 3 Replies
View Related
Sep 30, 2013
How do I copy PARTS of layers containing many objects from one CS5 AI (v.15.0.2) doc into a new CS5 AI doc and keep/create the same layer names?
To start with, I have one fairly complex AI document with 100 layers, with several hundred items in each layer. For example, one layer named "Stars" contains 400 separate stars (not grouped), another layer named "Crosses" contains 300 separate crosses, and a 3rd layer named "Text" contains 200 separate words (not outlined).
If I select, by marqueeing a section of the image/artboard, some (but not all) of the individual items contained in the several layers, then paste that selection into a new CS5 AI doc, I cannot get them to create new layers of the same name. Instead they go into one general layer (e.g. "Layer 101") as a jumble of discrete, but unorganized objects (no layers or sublayers). In other words, I have lost the 3 main layers from which I selected a bunch of objects.
Checking "Paste Remembers Layers" has no effect on this result. In fact "Paste Remembers Layers" does not remember layers at all. Only if I select ALL the items in the several layers will it paste those layers by those names into the new doc (or create new layers of the same names).
Of course it is a COLOSSAL waste of time copying the ENTIRE document, then pasting the WHOLE thing into the new doc (with layers retained), then deleting the parts I DON'T need.
View 14 Replies
View Related
Nov 12, 2013
I have a script that measures the repeat interval and gap between print impressions printed using a print cylinder (for the production team to know which print cylinders to use, and what to expect once it prints, when looking at the proof sheet). Basically it just measures the distance from the beginning of one print impression to the beginning of the next (these are printed with a cylinder, so every time the cylinder rotates a new print impression happens) as well as the distance in between prints. That part works great.
In order to get these meaurements, Illustrator is measuring the distance from a zero point on the artboard to the left side of a marker I made called "repeat", and it is assigned a variable called rawRepeat. What I'd like to do is have the script take that rawRepeat value and use it to move a copy of the print impression to the right by exactly that variable amount and paste it beneath the marker called "repeat". I have been doing this part manually, but haven't been able to figure out how to get illustrator to do this for me.
Here's the script I am using:
var myDocument = app.activeDocument;
var selectedObject = myDocument.selection;
var activeLayer = app.activeDocument.activeLayer;
var layerName = activeLayer.name;
activeLayer.name = "plate";
[Code] .....
View 11 Replies
View Related
Feb 7, 2012
how the Photoshop DOM works with this snippet but I can't get it to select a pathItem correctly. When testing in ESTK I sometime have to run a line to that sets the path Item selected property to true several times before the path is selected in the GUI.Here is the script I am working on.
copyPathsToPhotoshop()
function copyPathsToPhotoshop(){
var currentLayer = app.activeDocument.activeLayer;
var count = currentLayer.pathItems.length;
var shapeNumber = 105
for( var p=1;p<count;p++){
[code]....
View 12 Replies
View Related
Jul 23, 2013
How can I select all objects in a layer and copy and paste the objects into a new document? We are having issues with the copy and paste method. Is this because it uses the operating systems clipboard?
View 10 Replies
View Related
Oct 17, 2012
I have a single file with couple objects on different layers. When I copy/paste into other files, the objects seem to be grouped and layer information disappeared. Can I move around objects with layer setting as well?
View 4 Replies
View Related
Jul 5, 2013
Note Layer > Duplicate will not work in this regard, because I want to copy one group of paths/elements from one layer to other existing layers, not to a new layer.
I have not found a command for this, nor have I found any scripts. Note I'm using CS3 but have been thinking about an upgrade.
View 15 Replies
View Related
Jan 27, 2013
Level: Newbie OS: Win7 64bit Ia: Cs6
Once I use a Clipping Mask on a layer is the entire document covered in a mask?
And/or is all the artwork from then on inside the mask?
I've read about how to add and how to remove art from a mask. I've read about how to make and release and lots of other things.
So, then I went and found a lesson that contained the use of a Clipping Mask.
I am suppose to Select the main shape and "just" copy it and move it down (doesn't say rather to Paste in front or back but I assumed in back ~ not that it has mattered thus far)
However, while making the main shape I used Gradient Mesh and used an Offset to create a "replica" and so when I go to Select the main shape the mesh is selected and so when I Paste (in back ~ seems most logical) and then move it down the details such as the colors of the Gradient and other such things are visible in front ~ ??
So, I have been trying to abate my problem in lots of different ways.
I have tried using the Pen tool to draw behind the main shape, I've tried making a New Layer and placing it above and below and inbetween the main shape layer, I've tried adding the artwork to the Mask ... I've tried everything I can think of and I've been through many an article in the manual and FAQ's to no avail.
I suppose, what I think I need to know ... is, how ... how on earth do I draw behind this main shape? Am I not able to do it because I am not getting behind the Mask?
View 9 Replies
View Related
Sep 24, 2012
Is it possible to lock a layer within a document and password protect that specific layer?
View 3 Replies
View Related
May 1, 2011
I have a GIF image that I need to add something to, but I don't want to add it to every single individual layer. Is there a way to add it over or behind the entire GIF so that it remains static while the GIF's frames cycle - like a watermark or something?
Or if not, is there maybe a script-fu that copies and merges a selected layer over every other individual layer automatically, without messing them up?
I know I'll probably have to just end up manually adding it to each layer, (so many layers...).
View 2 Replies
View Related
May 23, 2011
How can I copy text from a word document into video studio pro x4 to save me having to type it all again ?
View 3 Replies
View Related
Jul 19, 2012
I'm trying to copy a portion of a graphic and put it on another layer while keeping it's exact location as to how I view it am I understanded?
View 3 Replies
View Related
Apr 16, 2013
I have two similar images where the subject has moved between the images. I have them in the same file as two separate layers and am using the subtract layer mode to identify where they differ, (roughly!).
I want to be able to use the subtract layer as a completely new layer so that I can make edits to it. The only way I have found to do this at the moment is to 'copy visible', but this still brings other elements that I don't want from where the layers overlap.
View 3 Replies
View Related
Jun 19, 2012
i have a 2 artistic text blocks (both with different fonts) in same corel document and when i ctrl+c/ctrl+v from one to other it copy/paste not only the text but also font type/size and color.
I want just the text copied not all the properties.
View 3 Replies
View Related