Photoshop :: I Want To Select VISIBLE Layers Only!
Feb 11, 2005I have a PSD with about 100 layers. When I use the select tool and press while holding CTRL (to activate "auto select layer") I sometimes select invisible layers.
View 9 RepliesI have a PSD with about 100 layers. When I use the select tool and press while holding CTRL (to activate "auto select layer") I sometimes select invisible layers.
View 9 RepliesI'm looking for the most elegant syntax to loop through a document and select all the text frames.
View 1 Replies View RelatedI have a polygon with my vertices and I want to select what's in front. When I highlight the front of the polygon, all vertices behind it is selected as well.
Is there a way to make the selection to select the first layer only?
I have another newbie question. How to select visible polygons only in the Edit Poly modifier? Now I can only select through the object. I can't find an option to turn it off.
3ds Max Design 2013 Student Version PU6
iMac 27" Quad-Core i5 2.8 GHz
6 GB RAM
ATI Radeon HD 5750 1 GB
VMWare Fusion 5 / Windows 7
Previously, I was able to view all layers marked as visible at once when editing photos. Now, for some reason, only the top layer is visible, and will not show the editing done in the layers below.
View 1 Replies View Relatedi was doing a frame by frame animation. i already have over 100 drawn out and everything was going fine till i don't know what i did. so here is my current state .the frame still look the same, if i select a frame it shows the currect layer configuration on the canvas, but the layer pallette shows all my my layers as visible. selecting other frames does not change the layer palette even though the frame changes.also, i cannot edit any of the layers. i don't get any errors but nothing happens. if i start a new layer i can't draw on it either. this is cs5 on mac.
View 8 Replies View RelatedFor some time now i experience a really strange problem with my layer masks: the parts of a layer I hide with a black layer mask are still slightly visible in my picture - like these pixels still have an opacity of about 5%. The colour in the mask is definitly black and not dark grey (this was my first guess what could be wrong). I have no idea when this problem started, but I believe it was not there when I started to use CS6 (which I still do and on which the problem appears).
View 1 Replies View RelatedOne day, when starting CS4 and working, I noticed that when adding text to an image, while the cursor moves, no text is in fact visible.
As soon as I switch layers, it appears. This also occurs for other actions, where you perform the action, but the effects of that action is not visible until you switch layers, or do SOMETHING else.
Win 7 Pro, 4GB RAM, 21GB free space on SSD, 1.24TB free on install drive. System otherwise stable.
I have a collection of vector images that I use when creating logos. However, there are invisible layers because there are so many layers. How do make these layers visible? I know in Fireworks that there was just a box that you clicked saying "show invisible layers."
View 2 Replies View Relatedwhy cant I merge visible layers?
View 2 Replies View RelatedI was on a tight deadline. I got a massively layered, -- nested folders everything -- .psd. I'm using Photoshop CS 5.5
I only needed the visible layers. So, I go to "Delete Hidden Layers" right? Ooops it was grayed out, I could not use it -- that was because of the locked layers...
Then I realized -- in the complicated layer structure I had to go through every single folder, open it, look for a locked layer and unlock it (nested folders inside of nested folders etc.). If the layer was not visible and it was locked, I had to first turn it to visible, then unlock it, and then turn it off again.
I was on a deadline, and I just didn't have time -- but I had to do it anyway. This was a painful experience... I'm telling designers from now on NEVER SEND ME A PSD WITH LOCKED LAYERS AGAIN
It would have been so much easier if I could just search for "locked layers", and "unlock all."
How to get my shape outline back? Adjusting the panel preferences has no effect. Really obnoxious bug, since obviously I can't even see my shape until I select it (and even then, it's pretty hard to find).
View 8 Replies View RelatedI am using Photoshop CS5.When I stamp/merge visible, it did not seem to produce what was last seen on my screen. It seems like it missed some adjustment layers, which I am not sure which one.
View 4 Replies View Relatedwhen i select diffrent layers,the layer's name in toolbar does not change, i can not change the layer, color,and other settings.my autocad version is 2006 and 2007.
View 5 Replies View RelatedIs there a way to select only visible edges on an Editable Mesh object?
View 2 Replies View RelatedI need to get the visible portion of a particular layer in the final image.Lets say i have 4 layers and some portion of each layer is visible in the flattened image i would like to get the portion from each of the layers. The input will be in xcvf format.I will ideally want to automate this and output to file in some format looking like this,
Layer1 ---> Co-ordinates of visible polygon from this particular layer in the image .
Layer2 ---> And so on.
How to proceed with the script. I think brute force is to take each non-transparent pixel and and find the same pixel in all above layers if it is not found it will be added to the region.Or something exists like selection from alpha combined with multiple layers ?
Or if there is a way to find out for an image with all layers visible which pixel came from which layer ?
It'll be useful if we can crop layers based on visibility. AFAIK gimp onlycapable crop current selected only.
View 2 Replies View RelatedSo whenever I open up Gimp and then a new image, the layer for the background don't show up. > [URL]..
I've this window with all the tabs for the brushes, patterns etc and when I want to make the layers visible, I've to drag the layers window to the tabs and then drag it back to where it first was.. (it's quite hard to explain )
[URL]....
so basically, the layers don't show unless i do something what can i do about this?
Build a model, position it, turn on or off layers you want or don't want to be seen, create a new layout. then reposition, change layers and so on, create a new layout, maybe zoom in on a detail, create another layout and then export all to a PDF.
my problem is if you change layer visibility it affects all layouts , not what I would expect. Or if you zoom in, it still bases the layout on extent , all though display type does seem to hold on the layout it was set for.
so what would be the proper way of showing only relevant information on several different sheets.
I have a sub that gets a page number and a collection of layer ID's to freeze. The sub will freeze the selected layers in all of the viewports except for the new one.
After running the program, the layers in the specific viewport are still visible, but when you go into Model mode in the viewport and check the layer status, it shows the selected layers are set to Freeze in the viewport.
If I save the drawing, exit,and re-open it, the layers are now not visible. I believe I have the "Regen" in the correct spot.
The code is attached.
' Freezes the selected layers in all other existing viewport layouts Public Sub freezeOtherLayouts(ByVal pageNumber As Integer, ByVal layersToFreezeLayerIds As ObjectIdCollection) Dim doc As Document =
[Code].....
When I load a dwg file, i set all invisible layers to visible!The layer properties has been set to visible, but the entities on those invisible layers still can't see.After that I change the layout,just change the 'model' to 'layout1' Then change back to 'model' . All entities is visible!
private void AddNewLayer(Document doc)
{
if (doc.IsReadOnly)
return;
using (DocumentLock m_DocumentLock = doc.LockDocument())
{
[code]....
first post from relatively new user of Gimp 2.6.7 on Vista.
I'd like to be able to quickly fit the image to the visible layers -- usually just one layer, in fact. I'm currently doing it by drawing a rough marquee and then correcting it at high magnification before using Fit Canvas to Selection, but there must be a better way! :roll:
Working with many layers 60+ is great, but most of the time we have many that are not selected i.e. visible.sometime 30+ those layers are most of the time not needed anymore or make it too crowd in the layer box, making layer selection and handling messy.
The best way is to remove them from the PDN, while keeping only the visible selected. But removing the "not selected" layers one by one is time consuming and again, accidents happen.
Three solutions .
A simple way to do it, is just add under "edit menu" or the "Layer menu" the following. "Create new PDN from selected visible layers"..
OR
add to the "Save As" the option to "Save selected visible layers only"
OR the long way, that has its good things in it too.
Add the option to INVERT the layers visibility selection, and then the option to remove/delete selected layers. (of coarse add an approval "are you sure box")
This option would even be great for other uses when we need to switch back and forth between many visible layers. for example when making animations etc.
I have a dialog box that has 2 list boxes. One box has the available layers in it, while the other will contain the selected layers. I want to use those selected layers as a list of layers that will be visible in a particular view port. I have searched all over to find information on what kind of list I would need and how could I use the list with a view port, but all I've found is info for one layer becoming visible.
I'm also looking into "FreezeLayersInViewport" but info sure seems limited.
I have an Architecture drawing and only the current layer is visible from the pull-down lift. I can only access the other layers by opening the Layer Manager.
View 2 Replies View RelatedI'm using Xara P&GD 7. My Page & Layers Gallery doesn't show layers. how I can find and start using Layers tab?
View 2 Replies View RelatedLayers are shown in the drop down menu from the ribbon but when I open the layer manager no layers are visible. I can click in the empty space and the layer will highlight. See attached.
System:
Core2 Quad Q9650
8GB Ram
WIN 7 64bit
FirePro V3900
AutoCAD 2012 64bit
When I try to add new layers the layer propert manager is notvisable. I have to hit escape to return to the drawing. I beliesve the dialog box may be trying to go to a second screen I use at home. This happens on my lap top when it is not connected to my second moniter..
View 6 Replies View RelatedI work at an architecture firm, in which we have many drawings, all with multiple sheets. (A1, A2, A3...etc.)
I'm wondering, is there a way to lock which layers are visible based on the sheet you select? I want to prevent someone from accidentally turning on HVAC information on a plumbing plan, if they do not check which sheet they are currently working in.
Is there a way to do this in a more permanent way, other than simply using the Freeze or thaw in current viewport button in the layer pulldown menu?
I can't seem to get the Layers dialog tool set back up and visible. I have uninstalled and re-installed and it still is not visible.
I have downloaded the latest version from cnet.com - 2.6.11. How do I get it back?
The bottom of my layers palette is below the visible part of my computer screen...becasue I am now working away from home on my laptop (and the layers palette is showing up the same size as it was when I last used Illustrator on my large monitor screen). How do I re-size it, so I can use the items at the bottom of the palette?
View 3 Replies View Related