Photoshop :: Neutral Overlay Layer Inside Group Screws Up All Layers

Dec 12, 2012

A Group in NORMAL mode containing  a NEUTRAL OVERLAY layer blocks all the layers below and outside the Group with a solid grey color.

View 18 Replies


ADVERTISEMENT

Photoshop :: How To Select A Layer Inside Of A Group, W/ Shortcut?

Mar 25, 2008

Question: How to select a specific layer inside of a Group, with a shortcut?

Need a shortcut command...

I can select an individual layer by holding CTRL and clicking on an area of the image (which is on a layer) in my document. This will direct me exactly to the layer by highlighting it (under layers). This makes it easy to find an area of the art/and the layer it's on.

I am wondering if there is a similar way to select an image that is inside of a Group? (in CS3)

When using the CTRL and click on image command, it goes directly to the Group folder the image is in (instead of the exact layer it's on). I would like to have a command that will go directly to the layer in a group.

I do know about right clicking on an image area and getting a list of the layers. I do not want this.

View 1 Replies View Related

Photoshop :: Baking Adjustment Layer To All Layers In Group?

Dec 1, 2011

I have 20+ layers that all need the same levels adjustment, so I put them in a group, and applied a Levels Adjustment Layer to the group.

Is there a way to bake that adjustment in to every individual layer, while retaining them as separate layers?

View 3 Replies View Related

Illustrator :: How To Group 2 Layers Without Losing Top Layer

Jun 11, 2013

Im trying to create a logo. I grouped a bottom layer of shapes to form one shape. I also group three letter together. When i put the group of letter on top of the group of shapes it looked great. Then i tried to group this bottom and top layer together and lost the top layer of letters...how can i stop this from happening?

View 3 Replies View Related

Photoshop :: Blending Mode Is Supported By Layers That Use Fill With Neutral Color Option?

May 31, 2011

Which type of the blending mode is supported by layers that use the Fill With Neutral Color option?

A. Normal
B. Dissolve
C. Luminosity
D. None of the above

View 2 Replies View Related

GIMP :: Move Multiple Layers Into Layer Group?

Oct 15, 2012

How do I move more than one layer into a layer group at a time?

View 2 Replies View Related

AutoCad :: Why 2009 Not Allow To Select New Layers To Specific Group Layer Filter

Jul 27, 2012

Why my AutoCad 2009 will not let me select new layers to a specific group layer filter. It was working just fine and yesterday all of sudden it will not let me add new layers to a specific filter. Is there a button or command that maybe would have changed that function. Everything else seems to be working on the Layer Manager.

View 3 Replies View Related

AutoCad :: Group Layer Filter-adding Layers By Selection Then Enter

Aug 7, 2012

I use a lot of Group Layer Filters so I can turn things on/off quickly. My problem is I have been creating my Layer Filter Group by right clicking on the Layer Group Filter>going to Selection>then click Add> then go back to my drawing or Layout tab and select all of the layers I need then click enter. One day my AutoCad would not let me do that anymore, and even after I click on enter it gives me an error message saying the command is still active. Now from my Layer Properties Manager I can select any layer and drag/drop it into any filter and it works, but I really need to be able to select things within the model space or paper of each layout tabs.

View 0 Replies View Related

Illustrator :: How To Copy One Group Of Paths / Elements From One Layer To Other Existing Layers

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

Illustrator :: Gradient Tool Won't Fully Function Inside Live Paint Group - CS4

Jun 5, 2009

I've noticed that the Gradient Tool won't show up when inside a Live Paint group, which makes it difficult to edit gradients. Is it supposed to be like this?
 
It is still possible to edit the gradient using the Gradient Panel, but I prefer to use the Gradient Tool instead because of it's direct approach.
 
Also, when selecting multiple areas within a Live Paint group to fill with a gradient, I don't seem to be able to Alt+Drag with the Gradient Tool in order to fill each selection with it's own gradient. It always ends up with one gradient being applied across all of the selections.

View 16 Replies View Related

AutoCAD Visual LISP / AutoLISP :: How To Create Selection Set Of All Entities Inside Unnamed GROUP

Jan 17, 2012

I am trying to create a selection set (or LIST) of all objects inside a unnamed GROUP.

I found a means to access the unnamed group, however I am having trouble creating the list.
 
Command: (entget (cdr (assoc 350 (dictsearch (namedobjdict) "ACAD_GROUP"))))((-1 . <Entity name: 7efe6280>) (0 . "GROUP") (5 . "130") (102 . "{ACAD_REACTORS")(330 . <Entity name: 7efe5c68>) (102 . "}") (330 . <Entity name: 7efe5c68>) (100 . "AcDbGroup") (300 . "") (70 . 1) (71 . 1) (340 . <Entity name: 7efe6268>) (340 . <Entity name: 7efe6260>))

In the example above, there are 2 entities in the group.

What I want to do is to remove a certain entity from the GROUP, then delete the entity.

Repeat until all entities of that type are removed (I can figure this part out...).

How do I create a Selection Set (or LIST) of all entities inside a GROUP?

To access the first GROUP name in the dictionary:

(cdr (assoc 3 (dictsearch (namedobjdict) "ACAD_GROUP")))

View 1 Replies View Related

Photoshop :: Overlay Layer For DVD

Mar 5, 2006

I am working with DVDit pro 6.0 and I am trying figured out how to make a background menu and the overlay layer that goes with it.

I am able to make an overlay layer with the following path: Layer/New/Layer and choosing Overlay in the Mode section. The thing that I don't understand is how to work with this Overlay layer .

I understand that the overlay is the subpicture but i'm a little lost. For example, if I have a button which is a picture and I want that the overlay color would be yellow. How to make this work?

View 3 Replies View Related

AutoCAD Civil 3D :: Use Layer Group Filters For Layer Translation (LAYTRANS)?

Oct 2, 2013

A drawing with hundreds of layers should be simplified for our customer by decreasing the numbers of and renaming the layers (there is yet no target file existing). In order to solve this, I generated group filters and assigned every single layer to them (all printing properties are assigned to objects). The layer groups show the desired layer structure after the transformation (still a three-digit number).

Unfortunately, the LAYTRANS dialog doesn't let me choose layers by group filters or remarks. It seems as all the work was for the birds.

Is there any way to translate my layers using filters or remarks?

I use AutoCAD Civil 3D 2010.

View 4 Replies View Related

Illustrator Scripting :: Write A Script That Renames A Layer And Group Within The Layer?

Jul 25, 2013

I'm trying to write a script that renames a layer, and group within the layer, then an object within the layer (but not a part of the group) and have it run in a loop.
 
Here's what I've got so far, the group rename doesn't work.
 
 #target Illustrator 
var doc = app.activeDocument;
 idLayers(doc)//IRename layers
idGroups(doc)//Rename groups
 function idLayers(doc){

[code]....
 
I haven't put in anthing to rename the single object yet since I cant even get the group rename to work. I suspect that the group re-name section isn't working because I'm either using bad syntax or an invalid command.

View 3 Replies View Related

Photoshop :: How To Overlay Watermark Onto Many/ Separate/ Individual Layers Of Animation

Aug 22, 2013

For theoretical purposes, let's say that I am building an animation and that I have 10 layers in this animation thus far.  Now, let's say that I would like a watermark to be overlay on every single one of these individual layers.
 
The only way that I would know how to do this would be to make a layer with the watermark, duplicate it nine times so that there were a total of ten layers with the watermark and then painstakingly go about the process of merging one layer of the animation with with one layer of the watermark and then repeat this process nine more times.
 
Whenever this situation comes up, whether it is a watermark or a correction of some sort that belongs on ALL LAYERS and I do this the only way that I know how, I think to myself that with something as powerful as CS 5, there has GOT to be an more automated and easier way of going about this. 

View 6 Replies View Related

Photoshop :: Group One Or More Layers

Jul 31, 2009

I have a company name, a logo and a tag line on my template. In order to move them, to find the best position for them, I have to click on each layer to move it. How do I group them so that when I click on the group they all move at the same time?

View 7 Replies View Related

Photoshop :: How To Group Layers

Aug 2, 2005

how to group layers?

View 3 Replies View Related

GIMP :: Align Single Layer In A Layer Group?

Jun 7, 2013

Why can't I align a single layer that is inside a layer group? The align tool would always select the top most layer group as the 'boundary' for alignment, thus automatically selecting the whole layers inside of it and align them as a group.

Is this a bug or just GIMP's weakness? It definitely reduces the layer group's usefulness.

View 5 Replies View Related

Photoshop :: Layers - Group VS Merge?

Jun 1, 2013

I have an image of a beach-house on a deserted beach. I wanted to add a levels adjustment layer to just that area of the image, so I selected the house and the beach with two different tools. After making two different selections, one with the freeform pen tool and one with the regular pen tool, I now have 2 layers, both containing information I'd like to further edit.
 
Now what's my better option? To group these 2 layers or to merge them into one? I'm an obvious newbie, so I'm thinking that the least destructive way is to group them and then go about my editing. It seems to me that once I merge them, there's no going back. But is that the only difference? What are the shortcomings of each in a real world work environment?

View 2 Replies View Related

Photoshop :: How To Collapse Group Layers At Once

Oct 7, 2008

I am searching a shortkey for collapsing all group layers at once?

View 1 Replies View Related

Photoshop :: Color Changing When Using Overlay Layer For Burning

Aug 28, 2012

I generally do my dodging and burning with an overlay layer.  When burning, I typically have opacity set between 10 and 15%, and pain with a black brush.  The layer is an overlay layer with 50% gray fill.
 
THIS MAY HAVE BEEN HAPPENING WITH CS5, IN WHICH CASE I'M CRAZY, SO JUST TELL ME, BUT I DON'T RECALL EVER SEEING THIS..........
 
BUT, when I burn in CS6, instead of just darkening the area, it APPEARS I'm also getting a color shift.  I've checked to make SURE my colors are white and black (black in this case), and I've tried changing the mode of the brush from normal to luminosity just to see if that would make a difference.

View 7 Replies View Related

Photoshop :: Moving Individual Layers Put Into A Group In CS5

Apr 21, 2013

I'm having issues moving individual layers once they've been put into a group in CS5. It just moves everything in the group! Very inconvenient. This hasn't happened to me before or in CS6. How to correct this?

View 1 Replies View Related

Photoshop :: Dragging All Layers In A Group By Default

Nov 20, 2008

I recently upgraded to CS3, and I'm getting quite frustrated at it.

I am used to having to select a layer from the layer panel to move it around. Now, whenever I click on something in the image, it auto chooses that layer and let's me move that around. I'd rather not have it set this way. I like to be able to click anywhere while my chosen layer is selected and be able to move it.

It's especially frustrating when I have things in groups. Instead of just moving the layer clicked, it moves the entire group.

Is there a fix to this in the preferences somewhere? I've scoured the menus and can't find anything relevant to this 'feature'.

View 1 Replies View Related

Photoshop :: Applying Adjustment To A Group Of Layers

Nov 16, 2005

I'm doing an animation for a progress indicator. Basically I have a set of 72 spokes, and I'm using sub-set of these spokes with varying transparency to show the underlying gray layer through.

I've seperated each spoke into 72 different layers, and I'm then manually adjusting each one for each frame.

The effect works great, but I've decided that I would like to apply an adjustment to all of the spokes to adjust their color balance. I've got an adjustment layer, but this is affecting my gray layer underneath.

I've tried layer sets, linking layers and grouping, but none seem to allow me to apply an adjustment to a group of layers. I'm using Photoshop 7.

View 4 Replies View Related

Photoshop :: CS6 Extended X64 Windows 7 Bug / Color Overlay Layer Effect

Jun 8, 2012

I created a simple layer shape using the elipse shape tool, and applied a color overlay (blue) layer effect to that shape. The applied color overlay doesn't fill the entire shape (see image) making it look like the shape has a very wide stroke applied to it (it doesn't). If I "copy merged" the pasted copy is a rasterized version of the problematic overlay. If I rasterize the layer, the fill then covers the entire shape.
 
Jpeg below. Shape is black, color overlay is blue. There is no other effect applied. Blend mode normal, opacity 100%. The image upload won't let me attach the layered PSD file.
  
I'm running PS CS6 under Creative Cloud.

View 2 Replies View Related

Photoshop :: Contents Of Group Not Showing In Layers Palette Sometimes?

Aug 21, 2013

I have a group called "grey button" with a text layer ("ok, got it") and a shape layer ("large grey") within in it. Sometimes the two elements within the group show up in the layers palette, sometimes they don't. Sometimes when I click the drop down for the group folder, it looks to be open but nothing shows beneath it. Sometimes when I can get the items within the group folder to show beneath the folder, then close the dropdown, the folder looks closed but the elements are still showing beneath it. 

View 5 Replies View Related

Photoshop :: In New Group From Layers / Get More Colors On Folders Options In CC?

Nov 12, 2013

There is any way that I can get more or make my own colors to distinguish the folders in Photoshop CC?

View 5 Replies View Related

Photoshop :: CC - Create Group From Layers Doesn't Work?

Jul 25, 2013

In Photoshop CC, the create group from layers choice only creates a folder; doesn't bring in the layers. Also, though you can create a group and drop the layers into it, the folder does not twirl closed.
 
how to report bugs directly to Adobe? This seems like a simple fix, programming-wise

View 2 Replies View Related

Photoshop :: Selecting Layers Inside The Document Area

Apr 28, 2007

How do I select a layer inside the document area?

I would have thought that if I click on an object (in the document area) it should select the layer. But this does not happen. In order to select an layer, I have to select it from the Layers palette.

So is there any way I can select an layer inside the document area?

View 8 Replies View Related

Photoshop :: How To Change Default Blending Mode For Group From Layers

Jul 3, 2013

I see that the new default blending mode when you create a Group From Layers is Pass Through. I will never use this configuration, and would prefer to set my default to Normal.

View 1 Replies View Related

Photoshop :: Coloring In Layer Group

Jun 15, 2012

I am using Windows 7, I have Photoshop CS5.5 and am improving a bit in my digital illustration/coloring. I was experimenting with organization by using layer groups. When I did this and began to work on the colors, I noticed them behaving very poorly. For one thing, they always came out brighter than I intended. No matter how I tried to darken the colors, they always either fixed to a certain tint or just got brighter when I tried to darken them.

I noticed them interacting with the colors on all of the other layers, even with layers outside of the group. So to get around that I tried erasing wherever colors overlapped. This did not work, it only removed the mixing of colors, I still have really bright colors on everything I paint. I did notice though that when outside of a layer group, all of the colors behaved normally! Yes I know I can just keep the colors out of the group folder to fix the problem, Why do the colors misbehave within layer groups? Why do they respond with a transparent nature(for lack of a better term)? And is there a way around that?
 
I did check the opacity of everything and everything was at 100%. I did check the blending mode of the group and the individual layers, I had them all set to normal.

View 2 Replies View Related







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