Photoshop :: Create Layer / Group-specific Guides?

May 21, 2013

I have a quite large Photoshop document where I've drafted up a number of pages for a website, and I require guides which are specific to certain layers or groups, and not just to the whole document. Is this possible? Any plugins which serve this purpose, or functionality I'm missing?
 
I'm using Photoship CS6 on a Mac OSX 10.8.3

View 4 Replies


ADVERTISEMENT

Illustrator Scripting :: How To Get Contents Of A Specific TextFrame Within First Group On Layer

Sep 11, 2012

I think I might be doing this wrong, I am trying to get contents of a specific textFrame within first group on layer called "page numbers"
 
It seems to work, but is a bit sketchy, the documentation indicates textFrame is all the text frames in a document, and that textFrameItem should be the specific one within collections of groups etc, maybe I am misunderstanding. this is what I am using:
 
var existingPageNumbers = app.activeDocument.layers.getByName('page numbers').groupItems[0].textFrames[0].contents;
 
is this correct approach...?

View 1 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

Photoshop :: Create New White Layer Above Group Folder

Jan 7, 2013

I need to create a new white layer above a group folder which have an object but instead I am getting a blank layer when I filled the blank layer with white the object below disappear is there a way I can create a white layer without the object below disappeared?

View 2 Replies View Related

Xara :: How To Select Specific Color And Create New Layer

Jul 3, 2012

I am switchin over from photoshop and would like to do the following

1) Select a color: I have a logo with a green and red text and would like to select only the green text. The logo is a flat file so I do not have access to the text-layers. (In Photoshop I would now use the "select color range" tool)

2) Keep the selection of the color active (as a selection)

3) Create a new overlay-layer and fill the selection with a blue color.

How would you do this in Xara Designer?

View 7 Replies View Related

Photoshop :: Create Guides

May 21, 2009

is there any way to create multiple guides in an image by giving the space in pixels or inches as I have to put hundreds of guides in some images and I dont want to do the standard drag and drop procedure of making guides because its more time consuming and also I have the exact pixels location where I need to put those guides in different images ( I dont want to record actions either because images are different),

View 1 Replies View Related

Photoshop :: Guides Have No Effect On Snappiness Of Layer When Transforming It

Jan 17, 2013

I've used photoshop for a long time, and dragging/transforming something to it could be snapped either to document bounds or guides has been simple and straightforward.
 
Then photoshop got all newfangled and complicated, trying to be too clever, and ever since trying to e.g. drag some text layer so it would be centered around a guide, resizing a shape so its bounds would snap to guides, has become almost impossible to accomplish. It's almost it's trying to snap my layer to some invisible guides that aren't there. What the heck is going on?
 
I'm having to spend a lot of effort actually trying to make it pixel perfect, accurate, center aligned, zoom in so I can see the pixels, and resize. It's almost as if the guides have no effect on the "snappiness" of the layer when transforming it.

View 4 Replies View Related

Photoshop :: Accurate Placement Of Guides [View>New Guides]

Feb 13, 2008

I have a number of vertical and horizontal guides to be placed, at different points. Is there a better way of placement rather than zooming up on the ruler area, watching the Nav coordinates and dragging and dropping? I'm really looking for a method which will I can key in the actual placement coordinates in some way, and the guide will jump to this point?

View 6 Replies View Related

AutoCAD Civil 3D :: Add Sample Lines To Specific Group

Apr 11, 2008

How or if you can add sample lines to a specified group? I created a group only to realize that there are some specific stations I need. I do not want to re-create the group and re-assign the materials nor reproduce my volume reports. I just want the section plotted on my sheets.

View 3 Replies View Related

CorelDRAW X6 :: Alignment Guides Doesn't Match With Guidelines And With Dynamic Guides?

May 27, 2013

What I mean:

Draw an ellipse. Skew it with mouse.

Draw a rectangle to allign with ellipse's outer dimension by Alignment Guides (not by Align and Distribute command). 

Now the aligned side of the Rectangle must be tangent to the ellipse BUT it's not! To verify, try to search an intersection point. Draw a Guideline and snap it to the rectangle's aligned side. It must be intersection point between Guideline and Ellipse but there isn't...

CorelDRAW X6

View 8 Replies View Related

Photoshop :: Lock A Layer Within Document And Password Protect Specific Layer?

Sep 24, 2012

Is it possible to lock a layer within a document and password protect that specific layer?

View 3 Replies View Related

GIMP :: How To Create Cropping Guides

Apr 14, 2011

How to create my own cropping guides in GIMP, is this possible? The guide shows a central cross, or a thirds, or a golden thirds, over the selection that is being cropped.

I would like to create 2 different passport ones, adhering to the rules of the 2 countries I am a citizen of. With 5 in the family, and 2 passports each, it comes up often.....

View 1 Replies View Related

AutoCAD Architecture :: 2009 Projcet-specific Tool Palette Group Not Created

Mar 22, 2011

I'm currently going over the Metric tutorial for ACA 2009. At some point, I'm instructed to right-click the tool palette title bar to select the "project-specific" palette (which should be located among the Design, Visalization, etc palettes). Well, this palette is not there.

I´ve checked the project properties and verified that Project Tool Palette Group is set to Shared workspace catalog. The paths are correct (I'm using Windows 7 x64), etc. When I open antoher tutorial project (Steel Framed Residence_m) the project tool palette is there, but when I create any new project or use the one in the tut, this group/palette is not created.

The profile used to create the project is the default:

C:ProgramDataAutodeskACD-A 2009enuTemplateTemplate Project (Metric)Template Project (Metric).apj

View 1 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

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

Illustrator :: How To Navigate To Specific Location And Collapse Layer By Layer

Apr 25, 2009

Every time that I open a file, almost all the layers in the first level appears expanded, even when the file was saved with these layers colapsed.
 
So, as I have a lot of layers and sublayers/groups, it is difficult to navigate to a specific location and I need to collapse layer by layer.
 
Are there some trick to force Illustrator to remember the layer status?

View 4 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

Photoshop :: Where Is The Group To Previous Layer...

Dec 20, 2008

Since I switched to PS CS3, I miss an important feature that I used often in PS 7. That is: the possibility to apply an adjustment layer to the previous layer only (in PS 7: Ctrl+G). In the layer panel, a little down arrow appeared at the left of the layer row to indicate this link.

In PS CS3, I can group layers (Ctrl+G), but adjustment layers apply to the whole picture, even if grouped. But how to apply an adjustment layer to one layer?

View 3 Replies View Related

Photoshop :: CS6 Clipping Path For Layer Group

Oct 16, 2012

In PS cs6 i cant find how to create clipping path for layer group (apply to folder from some shape layer with alt + drag&drop) created with pen, rectangle etc tools. Here is how it should look in cs6 but i don't know how to do that ?

View 5 Replies View Related

Photoshop :: Allow Clipping Of Group To Underlying Layer

Aug 12, 2012

A non-Group layer can be clipped to an underlying Group, but I was surprised to find that the inverse relationship, i.e. a Group clipped to an underlying layer, is not possible. A workaround is to convert Group to Smart Object then clip the SO to the underlying layer.
 
Enable clipping of Group to underlying layer.

View 4 Replies View Related

Photoshop :: Group/Layer Auto-sizing

Sep 7, 2008

My problem: Because I deal with a lot of layers and groups I always strive to find some easier way to manage them and one of the things I always struggle with is getting everything in one group to stay a certain width or height, especially text.

Desired Solution: I combine each section, such as all the elements for the left column, in its own group and label it accordingly (A life saver when trying to find and edit something ). Then when I add an element to a group I would like the predefined width restriction applied to it so that no content can extend outside that area even if I take my text tool and select the entire document.

Is there any way to do this? Right now I'm stuck with using vibrant group backgrounds with the desired width or height as a guide. This isn't too bad a solution but can sometimes be time consuming, especially if there's a lot of content. If this is possible is there also some way to apply a padding to it?

View 12 Replies View Related

Photoshop :: Clipping Adjustment Layer To A Group?

Nov 10, 2006

Is there any way to "clip" an adjustment layer to a layer group?

If I have ten layers grouped and want to correct all their curves alltogether -

how can I do that (without merging down the group and without affecting the layers underneath, of course)?

View 3 Replies View Related

Photoshop :: Group Layer Effects Change?

Oct 14, 2008

I have an image made out of a stack of layers of vector shapes, grouped together. All layers have same (10 px stroke) effect. Is there a way to change it all at once, without clicking and editing every layer effects?

View 1 Replies View Related

Photoshop :: Hue/sat Adjustment Layer For A Single Group?

Feb 22, 2006

i have photoshop project containing several groups with also groups in it. is it possible to create an adjustment layer just for one single group? cant figure it out

View 1 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Change A Specific Attribute From Specific Block To Specific Value

Dec 7, 2011

I've had a simple lisp I've been using for years that suddenly disappeared.  It required that you identify a block name, tag name, and the value that you want the tag to be.  All of this is performed via command line, so it is scriptable.  Since I lost it, I've been experimenting with -attedit.  This command comes frustratingly close to what I'm looking for, except it only appends an existing tag, or replaces a specific string within the tag; I can't get it to replace the entire tag, regardless of its value.

1> Any lisp routine that does what I describe?
or
2> How to make -attedit replace a tag value without regard to what the value currently is (like a * wildcard)?

View 9 Replies View Related

Photoshop :: Shortcut For Auto Select Group / Layer

Dec 24, 2012

I really use this function all the time and it's nerve cracking to go up every time to the options bar and select group / layer.

View 5 Replies View Related

Photoshop :: CS6 Info Palette And Group Adjustment Layer Bug?

Mar 12, 2013

The Photoshop CS6 Info Palette is not showing before and after in Grouped Adjustment Layers. It only shows the after values on both sides of the Palette.

The two macs with this problem are:

Mac Pro
2 x 2.93 Ghz 6-Core intel Xeon
96 GB 1333 HZ DDR3 ECC
ATI Radeon HD 5770 1024 MB
OSX Lion 10.7.5
  
The two macs that work correctly are:

Mac Pro
2 x 3.06 Ghz 6-Core Intel Xeon
96 GB 1333 HZ DDR3 ECC
ATI Radeon HD 5870 1024 MB
OSX Lion 10.7.5

View 4 Replies View Related

Photoshop :: How To Toggle Visibility For A Layer Group And All Its Sub-groups

Sep 1, 2012

As I am using Layer Comps more frequently, i find myself frequently needing to toggle the visibility of layer groups, which contain several sub-groups. I tried all the shift + cmd + option - click variations, but none seems to do the trick.
 
here an example:
 
Visibility           Type           Name
OFF                Group         Row
ON                  Group         Button 1
OFF                Text            Help!
OFF                Shape         Bg
ON                  Group         Button 2
OFF                Text            Help Please!
OFF                Shape         Bg
 
so what i am looking for is a short-cut so that when i click on the visibility of the Group Row, it will turn on the visibility of all the layers contained.

View 3 Replies View Related

Photoshop :: Animating Position Of Layer Group Using Timeline

Oct 15, 2013

is it possible to change position of a layer group in new timeline? I only see opacity keyframes. Seems like I can convert to smart object to do it, but rather not do that.

View 2 Replies View Related

Photoshop :: CC / Layer Group Add Vector Mask / Disable It

Jul 15, 2013

[Bug] Photoshop CC,Layer Group add vector mask and disable it, use path selection tool click canvas, always crash!The sample psd file is: URL....
 
My Computer configuration:

SONY VAIO CA100 Notebook、Intel Core I5 2410 CPU、16GB RAM、AMD Radeon 6600M(1G RAM)Windows7 x64 SP1(clean)、

Scratch disk free space is 50GB

View 1 Replies View Related







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