The multiple layers activation or deactivation

Does anyone know if there is a way to turn several layers on or off massively in Illustrator CC?

I thought that to see a video demonstration of this at some point. Select the desired layer names and use a combination of shortcut keys - or something like that.

Thank you

Don

while now the key shift-keys ALT...

Just Alt/Option, no need to change.

Tags: Illustrator

Similar Questions

  • Change the multiple layers at the same time

    Hi all
    Is it possible to change the position of the multiple layers at the same time? that is to say: I've got a slideshow made with several layers (probably about 60) while back and now I need to re use it in a different size (smaller). When I just resize the document, my slide is no longer in the center of it and is bigger. I would like to: 1. change its position within the document. 2 reduce entire layer together. If 2 is not possible, fine, but to me, there may be a way to change its position. Thank you much for the help!

    If you look at the area where Flash displays your frames per second is a small button (it looks like 2 boxes blu - ish overlapping). It is the button "edit multiple layers. Once you press this, you will see a marker on your time line asking you to select the images to change. Stretch this segment to cover all the images you want to include in your editing - lock all layers you want to include in your installation. Then, you can press Ctrl + a to 'select all' - this will only select executives in "onion" and unlocked frames - from there, any changes will not affect what is selected. You have to play with how it works because it can be a little difficult to understand (when it comes to points of alignment and balance, etc.). I would like to make a copy of your flash document to test this point until understand you before you start your original edition.

  • Script request to toggle the visibility of the multiple layers using regex

    Hello

    I did a ton of research, trail / error and need to reach out for help.

    I'm trying to create a PS script that activates / deactivates the visibility of the layers AND groups based on a regular expression in a PS document.

    EXAMPLE GROUP PS & LAYERS STRUCTURE

    =======================================

    • / / example

    • header

    -some layers

    -/ / test

    • footer

    -another layer

    -/ / content area

    Bullet = group

    Hyphen = layer


    This script should hide the two "/ / example", "/ / test ', and ' / / content area ' on track. Ideally, the script would reveal these layers and groups.


    I managed to find two scripts that make each half of the result you want below.

    Part 1: Use of regular expressions to locate each layer and the Group (I changed the reg exp for use cases):

    Re: Script to search for layer names

    by: Michael L Hale

    var re = /-/-/. * / ; corresponds to a reg exp var = collectNamesAM (re); Download the table of correspondence of layer indexes for (var l = 0; l < matches.length; l ++) {makeActiveByIndex (matches [t], false);   do something with layer alert (app.activeDocument.activeLayer.name); } / / next match if no function collectNamesAM (re) {var allLayers = new Array();   var startLoop = number (! hasBackground());   var endLoop = getNumberOfLayer();   for (var l = startLoop; l < endLoop; l ++) {if (! isValidActiveLayer (l)) {l ++;}}   } If (match (re) getLayerNameByIndex (l)! = null) {allLayers.push (l);   allLayers return}}; }; / * / / / / / Function: getActiveLayerIndex / / Description: Gets Gets the index of the Action Manager API / / to activeLayer corrected for background layer / / use: var idx = getActiveLayerIndex();  Entry: No / / Return: number - correct AM itemIndex / / Dependices: hasBackground / / / * / function getActiveLayerIndex() {var Ref = new ActionReference();   ref.putProperty (1349677170, 1232366921);   ref.putEnumerated (1283027488, 1332896878, 1416783732);   var RES = executeActionGet (Ref) .getInteger (1232366921) - number (hasBackground()).   RES IS 4? RES ++: res / / why the skip in this doc?    return res; } / * / / / / / Function: (isValidActiveLayer) / / Description: LayerSection checks for the "real" layers / / use: if (isValidActiveLayer()) / / entry: no / / return: Boolean - True if this is the end of a game / / Notes: not necessary if the layer has been made active / / using the Action Manager API / / / * / function isValidActiveLayer (idx) {var propName = stringIDToTypeID ("layerSection"); / / cannot replace var ref = new ActionReference();}   ref.putProperty (1349677170, propName); TypeID to "Rprp" / / "Lyr", idx ref.putIndex (1283027488, idx); ""   var / / desc = executeActionGet (ref);   type var = desc.getEnumerationValue (propName);   var RES = typeIDToStringID (type);   return res == "layerSectionEnd"? false: true; }; / * / / / / / Function: hasBackground / / Description: bottom layer using AM API Test / / use: if (hasBackground());  Entry: No / / return: Boolean - true if a background layer doc / / Notes: requires that the document be active / / DOM: App.Document.backgroundLayer / / / * / function hasBackground() {var res = undefined;   try {var Ref = new ActionReference();   ref.putProperty (1349677170, 1315774496);   ref.putIndex (1283027488, 0);   executeActionGet (ref) .getString (1315774496);   RES = true;   } catch (e) {res = false} return res; }; function makeActiveByIndex (idx, forceVisible) {try {var desc = new ActionDescriptor();}   Var ref = new ActionReference();   ref.putIndex (charIDToTypeID ("Lyr"), idx) desc.putReference (charIDToTypeID ("null"), ref);   desc.putBoolean (charIDToTypeID ("MKV"), forceVisible);   executeAction (charIDToTypeID ("TPCV"), desc, DialogModes.NO);   } catch (e) {return-1 ;}} ; function getNumberOfLayer() {var Ref = new ActionReference();   ref.putEnumerated (charIDToTypeID ("Dcmn"), charIDToTypeID ("Ordn"), charIDToTypeID ("Trgt"));   var / / desc = executeActionGet (ref);   var numberOfLayer = desc.getInteger (charIDToTypeID ("NmbL"));   Return numberOfLayer; }; function getLayerNameByIndex (idx) {var Ref = new ActionReference();   ref.putProperty (charIDToTypeID ("Rprp"), charIDToTypeID ("Nm"));   ref.putIndex (charIDToTypeID ("Lyr"), idx);   Return executeActionGet (Ref) .getString (charIDToTypeID ("Nm")) ;} ;

    This script shows an alert for each layer / group name that corresponds to-is to find the layers / groups!

    Now I need the layers / groups to simultaneously show or hide depending on their status.


    I found a script that toggles the visibility of a specific name (in this case "GRID") here:

    Photoshop-grid-enable/disable/turn Grid.jsx to master · squarefrog/photoshop-grid-toggle · GitHub

    var gridName = "GRID"; Implement what you call your grid layer together. function toggleGridLayer() {if (app.documents.length > 0) {var gridLayer = app.activeDocument.layerSets.getByName (gridName);}}         gridLayer.visible =! gridLayer.visible;     toggleGridLayer()}};

    Essentially, I want to merge the tilting head of visibility script in the script of the regular expression. Any help would be great. Thanks in advance!


    Note: The use of CC PS 2015

    This script is all on one line and hard to see where are the separate lines. If you want the code to turn on or off a layer, you can use:

    var docLayer = app.activeDocument.activeLayer;
    docLayer.visible=docLayer.visible==false;
    
  • How to get the multiple layers of data

    Hello

    I imported two jpg files into a single composition. Please follow this procedure...

    1 created a composition, say his name testCompo

    2 imported a file1.jpg in the file-> Import-> file draft

    3 imported a file2.jpg in the file-> Import-> file draft

    4. drag the two files, file1.jpg and file2.jpg, in the testCompo

    Now, I have two layers (it is file1.jpg and nested are file2.jpg) in my testCompo. How can I get the information in pixels or pixel data of the

    the two images (IE, I mean layers).

    I knew that params [0]-> u.ld is the first data layer in

    () EntryPointFunc
    PF_Cmd cmd,
    PF_InData * in_data,
    PF_OutData * out_data,.
    PF_ParamDef * params [],.
    PF_LayerDef * output,
    void * extra)

    So what about other data layer? Then, finally how can we get the multiple images/layers data in AE?

    Thanks in advance!

    It's the thing.

    You must have a param layer (let's say it's param number 3).

    Use this param to select any layer of the model.

    Now you checkout param 3.

    what you get is a paramDef structure containing the pixels of the layer 3 Advanced param to.

    you will find this information at:

    paramDef-> u.ld.data (or something close to that. I do not have in front of me)

    This way the jpg1 affect can get jpg2 pixels and jpg3. any layer in the comp.

  • Wiggle of the multiple layers

    im working on a project and I want all the layers together waving as it was 1 layer...

    But if I try to put them all to shake they don't move exactly the same thing... is there a way to do this?

    Hello! im working on a project and I need it fast! im stuck at the wiggle expression. I want to move several layers in 1 layer, but I can't seem to go together... they move only mismatch... is it possible to do this? Ive been looking f

    Wiggle a layer then parent of all the other layers to the one you shake.

  • masking of the multiple layers with a mask

    Is it possible to do?

    When I place the template files to tell... thumbnail images with rounded corners and a drop shadow, I preffer to proceed in the way that Photshop and imagready allow you to do > creat a form and use it to hide any layers above it. That way if I chose to do one or two pixels wide, I've just made it to the mask layer and resave the tumbnails outside. As far as I can tell made Fireworks you create a different mask for each layer, so you'd have to change it in each layer... not the best workflow!

    Thanks for any help on this.

    for me it's using 1 layer mask with 1

    a symbol that contains several layers of images. I can spend the layers to display the active image, I want to show

    Benefits

    1. use only 1 layer mask

    2 can group images into a symbol

    3. can you share other sets of images as symbols

    4. can I apply effects to the mask layer either STROKE / shadows

    I hope that this workflow can also help you

  • Photoshop CC Auto-possibilite select the hidden layers

    Hi, I am not sure if this is a bug or what... When I click on and drag with the move of the automatic selection of the multiple layers tool, it will not select only the layers that I wanted, but also layers hidden in the same area of my selection (or at least, layers, which are in the hidden groups).

    For example, say I have a layer group. I duplicate the group, and then make the original group invisible so that I can create an alternative version. When I clock and drag to select the objects in the new group, the (hidden) in the former group objects get selected as well, so I'm obliged to selection click on every article I want to change... forever.

    This is different from all previous versions of PS and a big trouble.

    If someone else can confirm this bug, or is it just me? Or not consider you this as a bug? I see some specific cases where it can be useful, but I would like to control this behavior as a preferece. Maybe there is already a preference for this problem and I just have not found. Any comments would be more useful

    See you soon,.

    Cory

    Discussing this bug here:

    http://forums.Adobe.com/message/5423270#5423270

  • Activation of Windows7 get error 0xc004c020 "the activation server reported that the Multiple Activation key has exceeded its limit."

    I installed Win7 Pro 64 - bit about 4 - 5 times with the same original key on the same computer, but now I have a problem; When I want to activate key, always error has occurred with this 0xC004C020 with description error Code: the activation server reported that the Multiple Activation key has exceeded its limit. How do I fix this problem?

    Hello

    Please find your resolution from this link: http://technet.microsoft.com/en-us/library/ff793399.aspx

    MAKs by design have a limited number of activations. Contact the Microsoft Activation call center.

    Hope that helps.

    Kind regards

    Joel

  • straighten multiple layers at once with the ruler tool

    Is it possible to use the ruler tool and straighten multiple layers that require the same correction in both?

    One or both them and make all at once.

  • Can someone tell me how to show/hide multiple layers at the same time?

    Hello

    Can someone show me how to make more than one layer visible or invisible, without having to click on each separate layer? -J' have more than 100 layers in a drawing, and it is very tedious to have to click on each individual layer to hide it or show it. I just started using Photoshop elements 13, on an iMac

    Thanks for any advice.

    You can Option , click on the eye next to the thumbnail icon of the layer to hide all selected layers, but.

    Option , click New to display all layers.

    Order click to change the visibility of the selected layer switch

    To hide multiple layers, select the layers, right-click on one of the eyes, and click hide this layer

    Repeat to repeat the visible layers.

    You can also click on one of the eyes and then drag down or to hide layers and invert to make the visible layers.

  • using the cloud in more than 2 computers - activation and deactivation of issue

    I want to use the cloud in a third computer. Should I disable among the used laready and activate in the third. How can ofter I do?

    Hello

    To use creative cloud on 3rd computer you disable one of the old computer.

    You can turn it off by disconnecting from the desktop creative cloud application.

    Connect and disconnect activate Cloud Creative applications

    You can also view the document - help "Activation limit reached" or "connection error impossible ' with Adobe applications

    * whenever you want to activate on the 3rd computer you must sign a form from your old computer (on which the CC is active)

    Hope that answers your query.

  • clone on multiple layers/images at the same time stamp

    Hello world

    I would like to know wheter that someone knows a way or workaround to use brush/clone stamp on several layers or images at once.

    For days, I read in the forums on this topic, but couldn't find a solution. Actions do not work because they do not record the brush strokes. I even tried a mouse recorder, but the free one I downloaded the fact only save the position of the click and release of mouse, turning each curve in a straight line.

    Any thoughts/ideas?

    I am not clear why I can not find a function to brush/stamp/slather on all selected layers.

    Thank you and best regards,

    Martin

    Edit: sry probably should have posted in Photoshop Windows

    One solution is to use a multichannel file and after clone stamping re - convert these channels to their own place in the RGB layers.

    I did once a Script for that, but it was only for use on solid layers, like transparency issues would be a bit too much for me.

  • I want to activate my window vista business, but when the window is activated, I have a problem and it is error code is 0xC004C020

    I want ro activate my vista Enterprise window, but when the window is activated, I have a problem and it is error code is 0xC004C020

    Visit: http://www.microsoft.com/genuine/diag/> and click on "start the Diagnostics.

    `~`

    0xC004C020 error code

    Symptom

    When you try to use a MAK to activate one or more computers, you may receive the following error message:

    0xC004C020
    The activation server reported that the Multiple Activation key has exceeded its limit.

    Cause

    The MAK has exceeded the activation limit. By design, MAKs have a limited number of activations.

    Workaround

    Contact the product activation call center to obtain a new MAK or to increase the limit on the existing MAK activation.

    `~`

    What type of license you have?

    If you have an OEM or FPP product, then you should have your license key on your computer or on the packaging. Contact the Microsoft Activation Center to find out if your product key is valid:

    1. click on start and in the search for box type: slui.exe 4

    2. press enter on your keyboard

    3. Select your country.

    4. take the phone activation option and brace yourself for a real person.

    `~`

    During the activation of the phone

    Go to Start

    Click run

    And type SLUI 05

    In the drop-down list, select the name of the country you live. This is important because depending on the country you select, you will assign a number to call.

    Click the nearest location > United States

    Click Next

    This window contains all the information you need.

    Step 1 contains the number you call.

    Step 2 contains a series of unique numbers, you will need to provide the series of numbers to the operator (don't make any mistakes).

    Step 3 If everything is Ok, the operator will provide you with a confirmation ID, you will need to enter numbers in the boxes in step 3 and press ENTER.

    Activation of the telephone process is simple, try to use common sense in his answers.

    If the confirmation correct what ID provided it must be welcomed by a new window confirming a real installation.

    UTC/GMT is 23:00 on Saturday, November 19, 2011

  • drag multiple layers from one document to another

    When I drag multiple layers from one document to another, now the keys ctrl-shift-alt (that is placed exactly in the same place) Photoshop changes the selected layers. He eithers add a leyer or just pass.

    He wants me to drag a segment of the leyer where there is 'information' or pixels.

    I drag in the document itself, not the layerpanel.

    In previous versions, it wasn't like that.

    Sometimes there is a very little information or pixels in a layer. This is way hard to aim straight for photoshop to do what I want it to do.

    I don't know if it's done on purpose or it is a very annoying bug.

    Photoshop 20151114.r.301x64

    win10 64-bit x 64-proc

    Intel i7 - 4770 s 3.1 GHz

    24 GB RAM

    SSD

    Well, it is quit interesting: while we are working on this problem, I advised a new update for photoshop: some problems occurred with the last update.

    I was working with 20151114.r.301

    And now I have the 20151209.r.327 version (which comes in fact in a few minutes ago)

    I tried the same thing as above and now my problem with the sliding of the layers went!

    So it was a bug. Nothing to do with the settings or anything.

  • The problem with activation Adobe Acrobat DC

    I have a subscription to Adobe Acrobat DC. I have installation by Adobe Creative Cloud. Repeated activation. Trial of remains.

    Following process?

    Activation and deactivation of aid did not help!

    Thank you

    Hello

    Please see the below help documents:

    Applications creative Cloud back in test mode after an update until 2015 for CC

    Solutions to connection errors, activation and connection with creative Cloud applications and Creative Suite

    Kind regards

    Sheena

Maybe you are looking for