Photoshop :: CS6 - How To Deselect Any Active Layer
May 12, 2012
I feel really dumb right now but for some reason I'm having trouble deselecting. First off, I'm talking layers and vector objects here. I know Cmd D deselects selections. But how you do deselect any layer which might currently be active? I'm working in PS CS6 for the first real time and it's like I suddenly got dumb or something.
I know you can select a blank area of the Layers Panel to do it, but my Layers Panel is full right now, so I don't even see any dead space. This is especially troubling because I'm making a lot of shape layers and if I do that while a layer is selected then I wind up making masks.
View 7 Replies
ADVERTISEMENT
May 8, 2013
If I already have an object selected and then click the "new layer" icon in the layers palette, the object I have selected deselects as soon as the new layer is created. Why is this? Also, it only happens on one of my computers, so I figured it was a setting that I'm missing but I certainly can't find it.
View 2 Replies
View Related
May 3, 2013
Is there a macro or lisp file that allows you to click on a element in the xref or active file and turn it off?
View 5 Replies
View Related
Oct 9, 2012
AI CS6 Layers panel missing labels when you deselect print in the layer options. Is this a bug? I noticed this on a furnished file at work on a MacPro and had a hard time working the file because all of the labels were missing.
I stumbled on the cause when I turned on the Print Layer and all the labels came back. To be sure it was not computer related, I made a file on my AI CS6 version 16.1.0 with the same result. See screen shot.
MacBook Pro, OSX 10.6.8, 2.8 GHz Intel Core 2 Duo, 4 GB 1067 MHz DDR3.
View 2 Replies
View Related
Nov 11, 2008
If I am working on a layer, then select a new layer to work on, then paint on that layer, then undo: the brush stroke is undone, but also the previous layer I was working on re-becomes the active layer. I want it to stay on the new layer I selected. Is there an option for this?
View 1 Replies
View Related
Sep 27, 2013
Is there a script to convert a layer or layer group to a 32-bit image rather then the entire active document at present that is the only option in Ps 5.x.
View 4 Replies
View Related
Jun 21, 2013
Using Photoshop CC, if you have a vector mask on a layer and attempt to crop the image, the vector mask shifts incorrectly after the crop is completed. The image is garbled. If I rasterize the vector mask to a standard layer mask, the crop works successfully.
I've checked to make sure that there are no numbers in the crop tool options. Nothing appears to be set incorrectly.
View 4 Replies
View Related
Dec 6, 2011
New user: I erased the background (BG) on the image I have so it is transparent. Saved as PNG. Now how do I put the new BG? I know I have to get the new BG on an active layer. Then, do I copy the FG (Foreground) image and paste somewhere. IOW how to merge the two? Must they be same size etc?
View 2 Replies
View Related
Jun 15, 2013
When you try to rescale a layer using the Rescale Tool with a layer mask active, it scales of the mask, likewise if you select the layer it will scale the layer. Can I select both the layer and layer mask and scale the layer, thus it keeps the layer mask showing the desired masked area only. As the only way I can see currently is by applying the layer mask on the layer and then you can see the layer/s below to get the scaling that is desired. But I would like to keep the layer mask active for editing after scaling.
View 4 Replies
View Related
Aug 1, 2013
I have a layer I'm resizing and is currently in Transform.When I beging to drag the layer to position while it is in resize the center reference point will jump to my mouse causing me to move the reference point outside of the tranform layer. Normally I would have to click on the reference point and drag it intentionally or hold CTRL and click in the transformed layer to set a reference point, but it since CS6 is had still remainded in CC.
This happens when I transform the layer (Ctrl+T) and then grab the layer to move. I have to put the reference point back to center via mouse or by the reference point on the menu bar up top. Then I can go back and drag my later where I need it to finish my transform.
View 2 Replies
View Related
Mar 23, 2009
I'm trying to set the active Layer filter. I tried myDB.LayerFilters.Root.Name = "Filter1" but it wouldn't work.
View 9 Replies
View Related
Jul 12, 2012
Dim editor As Editor = Application.DocumentManager.MdiActiveDocument.Editor
Dim db As Database = HostApplicationServices.WorkingDatabase
Dim tr As Transaction = db.TransactionManager.StartTransaction()
[Code].....
the only prob is : I want selec all block but not the block on layer frozen, off or not visible...
I can check all layer stat on each block.. (i do that already for check each block (name) but i want a solution more easy.)
View 5 Replies
View Related
Aug 24, 2012
Is there event for change current (active) layer of document?
(it's not Database.ObjectModified - it's not raised).
I tried to do it with binding as:
public void Initialize()
{
var layerList = Application.UIBindings.Collections.Layers;
layerList.PropertyChanged += new PropertyChangedEventHandler(LayerList_PropertyChanged);
And -= in Terminate, but... Autocad 2012 chashed _sometimes_!!!
Impossible to understand when it happened. So I reject this way. Is there other way to handle this event?
View 2 Replies
View Related
Aug 23, 2011
There is a method for extruding ignoring the actual active layer, so the extrussion result is the same as 2D base object...(and is not created in active layer) i forgot how coul i do this, is really useful
After Googling a lot i didn't get any result
View 3 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
Dec 21, 2012
I have a form with a combobox and a commandbutton.
All layers in the layermanager must be locked except the active layer chosen in the combobox. I try it with this code but it’s not the right solution.
Private Sub CommandButton1_Click()Dim layer As AcadLayer'check if all layers are lockedIf layer.Lock = False Thenlayer.Lock = True'make the layer selected in the combobox currentThisDrawing.ActiveLayer = ThisDrawing.Layers.Item(ComboBox1.Text)End SubPrivate Sub UserForm_Initialize() Dim layerColl As AcadLayers Dim layer As AcadLayer Dim LayList As String ' all layers locked For Each layer In ThisDrawing.Layers If layer.Lock = False Then layer.Lock = True End IfNext 'fill combobox Set layerColl = ThisDrawing.Layers For Each layer In layerColl ComboBox1.AddItem layer.Name Next End Sub
2. When I choose the for next method to lock all layers (40 layers) it’s very slow.
View 4 Replies
View Related
Feb 2, 2014
What difference does it make if the active layer is highlight in dark blue or light blue?
I should know this by now!
View 3 Replies
View Related
Mar 5, 2013
How one would go about ungrouping all groups on an active layer with JavaScript?
View 5 Replies
View Related
Mar 3, 2013
Okay my script to change text frame color changes the color of all text frames hidden or not.
I need it to only change visible text frames.
if ( app.documents.length > 0 ) {
newCMYKColor = new CMYKColor();
newCMYKColor.black = 0;
newCMYKColor.cyan = 0;
newCMYKColor.magenta = 0;
newCMYKColor.yellow = 0;
[Code]...
How to go about making it only change the color of text frames on the active layer? In the final script I will hide all other layers so if it could be done by a visible attribute more easily that would work just as well.
View 4 Replies
View Related
Mar 7, 2014
Since Edge only has rectangles and ellipses built in as available shapes, how to I/we work with polygon shapes and active mouseover areas INSIDE of these shapes and non-active mouseover areas OUTSIDE of the shapes?
Problem/symptom: when I import a polygon, be it any file format from from Photoshop or SVG from Illustrator, a rectangular border/background (transparent) gets applied, leading to this rectangle defining the mouseover area of the shape - and not the shape itself (be it a star or whatever).
WHAT I WANT: the very shape defines the mouseover area. How do I achieve this?? See examle below:
WHAT I DON'T WANT: how is is now:
View 4 Replies
View Related
Apr 18, 2013
My current scene has 10 animation layers for a character, and seeing every f-curve from all layers, although grey and locked, when I only need to see the f-curves in layer I'm working on is really cluttering the graph editor. My current work around is selecting my active layer in the Layer Editor every time I select a rig control. Simple enough, but a pretty inefficient way of working. I can't seem to find a setting that allows me to just see ONLY the fcurves in the active layer. I imagine some of you out there may have hundreds of animations for a single game character.
View 4 Replies
View Related
Dec 17, 2012
When I select an area in Photoshop CS6, I can no longer deselect by clicking outside the area. My tool tip displays the cross with the plus sign in the lower right to indicate I am in additive mode. I can right click for a dropdown menu and choose "deselect" , but that is a drag that interrupts my thought flow and so annoys me.
I've tried going into preferences and making sure the cursor is "standard." I've reset my preferences. No caps locked, etc. What is going on? More importantly, how can I make it so that all I have to do is click outside the selection to deselect it. I'm working on a Mac, if that makes any difference.
View 2 Replies
View Related
Aug 14, 2011
I'm having a hard time figuring out how to deselect part of an image. When I use the magic wand to select the white background it includes part of the thumb nail. How do I deselect the white part of the thumb nail so I don't remove it with the background?
View 6 Replies
View Related
Oct 27, 2008
Great Site! Hi!
CS2 / WindowsXP - Usually when I DESELECT an image (the marching ants) by keys CONTROL-D, or by right-clicking the drop down DESELECT, isn't there another way to DESELECT by...
... just r-clicking away from the image using the mouse to deselect the marching ants? I'm drawing a blank and I have tons of copy, pasting to do, and my right hand is getting very, very tired. I'm sure I used this function before, I just forgot how to enable this function.
I have been to the EDIT> KEYBOARD SHORTCUTS and PREFERENCES, but nowhere can I find this.
Am I tripping, or is there a way to actually do this?
View 1 Replies
View Related
Jun 22, 2008
I can't seem to figure out why I keep copying a path when I'm selecting a layer and using the magic wand tool. Each time I copy and paste, I paste the path instead of the selected layer. How do I unselect the path so that I can copy my selection properly?
View 3 Replies
View Related
Mar 12, 2014
I have been using elements 11 for months with no problems. Yesterday, out of the blue, I started to be unable to go back and edit anything I did when working in the program. I cannot deselect an image or text unless I change the tool I am using. I cannot then reselect something I have moved on from to edit it. I am very, very confused as to why I cannot use basic functions anymore in this program and it is making it impossible to use.
View 2 Replies
View Related
Mar 12, 2013
On one computer when I select my selection tool I have a circle with a + inside or - whichever I choose to select or deselect an object. BUT, on my other computer I have a large cross hair type thing and I can't tell whether I am selecting or deselecting... what the heck is going on!!
View 2 Replies
View Related
May 25, 2012
I used to be able to deselect an object by simply pressing the Esc key but I can't seem to figure out how to make X6 do this. I think its been set up that way as default on previous versions.
View 4 Replies
View Related
Mar 15, 2010
We are having an odd behavior in Illustrator CS4 in our office. Multiple users try to deselect objects by clicking in blank space, but the last object still appears as if it is selected onscreen. When they select another object (without holding SHIFT), it looks as if the old object AND the new object are selected...but when they delete or otherwise manipulate the newly selected object, it only affects that particular object and does not alter the old object that appeared to also be selected. Although the actual functionality is correct, it is extremely distracting and annoying because it looks like they have more objects selected than they actually do...and they can never really tell what's what!
For one user, this happens frequently when selecting objects with clipping masks. For another, it happens when simply using the selection tool on any old object. All users on Mac Leopard 10.5.5. Aside from resetting preferences which I've had one of the users do.
View 13 Replies
View Related
Nov 21, 2012
How do I return to non animated text after changing my mind and not wanting to use a previously selected preset.
View 1 Replies
View Related
Jan 7, 2013
Draw a rectangle. Record macro
use the interactive contour to create an inline. Cntrl+k (break apart). It works but leaves both selected. Now what I need it to do is deselect the outer rectangle leaving me with just the inner one still selected.
View 8 Replies
View Related