Photoshop :: Save Layer Visibility Function

Apr 18, 2008

i open up a file which contains more than 100 layers, some of them are hidden and the other are not, bascially i want to check out some of the hidden layers and i did on one, as we all know, by alt click the eye icon, we can go backwards to restore the original visibility settings of all other layers, my problem is i unhide one layer and then unhide another layer above and change the layer transparency to check out that layer,and after that i turned on another layers, then all the sudden i have found that i cant go backwards anymore, i cant restore all the original visibility settings,even by click undo many times,so right now i have 3 layers visible in the scene and cant go back to restore the oringinal visibility unless i revert the file,

View 2 Replies


ADVERTISEMENT

AutoCAD 2013 :: Apply Layer Filter To Layer Toolbar Disables Function Of Layer Filters In Tool Palette

Aug 1, 2012

It appears that the Layer Filters functionality is broken again with 2013. Unchecking the "Apply layer filter to layer toolbar" disables the function of layer filters in the tool palette.

View 5 Replies View Related

Photoshop :: Selecting Layer Visibility

Sep 11, 2013

In <CS6, you could click down on the eye-icon in front of a layer, move out of the layer tab group, move up a couple of layers, and then go back in, to deselect that layer too.
 
In CC, when you do this, it'll deselect all the layers in between as well. I'm sure this is working as intended, but it was a ridiculously useful "bug" (feature!) when it wasn't working this way.
 
Use-case: to instantly switch between one set of layers and the other. I know there are other options to do this with, but there's just no real reason to "remove this feature" (correct this bug?) because you already *had* the option of deselecting everything you move over in the first place.

View 6 Replies View Related

Photoshop :: How To Turn Off/on Layer (visibility)

Aug 29, 2007

Ive got like 300 layers, one of them being my main picture...this layer is all the way up in my list. When Im working on the bottom layers, I Have to scroll AAAAALLL the way up to turn on/off the visibility for that layer.. Is there a way to do this without scrolling up or down all the time?

View 1 Replies View Related

Photoshop :: (save As) Function Not Working?

Sep 12, 2012

I just installed the trial version of CS6 and it's working great so far, except for one major problem. I can't use the "save as" function at all, when I click it, it does nothing. No errors messages, just nothing.

View 4 Replies View Related

Photoshop :: The Save As Function Does Not Work On Adobe CC

Sep 9, 2013

The save as function does not work on Adobe CC. I tried and uninstall and then a reinstall and still have the same problem.

View 8 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 :: (Save As) Function Has Stopped Working / CS6 / Windows 7

Dec 23, 2012

This used to work, but now it won't work at all, even when opening a file from scratch.

View 6 Replies View Related

AutoCad :: Dynamic Block (db) Visibility Save

Apr 17, 2012

i have to drawings but diffrent sises. B1 and b2.

1-i converted bi into a block as b 40 5''x 7'' and b2 as b40 7''x10''. In to a drawing called ex:bl t40
2-with b1 i opened the block editor.-insert b2
4-added parameter visibility. Completed the form to have my 2 sises available.
5- saved block as bd t40. + sabe block definition

when i open BD40 every thing is there but i cant insert in other drawing? ...what are the best way to do this simple.I WHEN INTO AUTOCAD INFO. I DONT UNDERSTAND THE SAVE PART. THERE IS NO VIDEO FOR WHAT I WHANT TO DO...

View 2 Replies View Related

GIMP :: Track Changes To Layer Visibility?

May 26, 2012

Can I make it so that the undo history in Gimp doesn't track changes tolayer visibility?

(I do a lot of compositing with layers, so I don't really want it to tracklayer visibility changes so I have a nice undo history with only changes Imade to the image.)

View 1 Replies View Related

Photoshop :: Program Error When Trying To Use Layer Styles Function In CS5 Extended?

Dec 28, 2012

when trying to access/apply a layer style (like "stroke" or "bevel and emboss"), i get a "could not complete your request because of a program error." this just started.

View 2 Replies View Related

AutoCAD Inventor :: Layer Visibility On Different Sheets?

Jun 12, 2013

I am trying to control the layer visibility on different sheets of the same drawing but have not quite figured it out yet.

We add a DXF sheet to drawings with flat pattern views to export to DXF for our laser.  I wrote a VBA macro that adds the sheet, copies the flat pattern view and removes the dimensions to clean it up before creating the DXF.  I am having a problem turning off the visibility of the bend lines on JUST the DXF sheet.  I can turn bend lines and hidden lines off with this:

 'Turn off bend lines and hidden linesFor Each oView In oSheet.DrawingViews 'Set the layers collection Set oLayers = oDrawingDoc.StylesManager.Layers 'Turn off all bend lines and hidden lines For Each oLayer In oLayers If Not InStr(oLayer.Name, "Bend Centerline") = 0 Or Not InStr(oLayer.Name, "Hidden") = 0 Then oLayer.Visible = False Else End If Next Next

 but it turns them off on all sheets.  I want to only turn them off on the DXF sheet.  How would this be done?

Inventor Professional 2014 64 Bit
Windows 7 Professional
NVIDIA Quadro FX 4600
Dual Intel Xeon E5540 CPUs
16GB DDR3 Ram

View 6 Replies View Related

Illustrator :: How To Toggle Layer Lock / Visibility In CS6

Jun 16, 2012

How to toggle the layer lock/visibility in CS6 than in the earlier versions.

It seems that there's more padding around the lock/visibility icon, and you have to be really precise to click it... increasing the row size doesn't really make any difference, as the "padding" is still there. Wheres in the earlier versions clicking anywhere within the toggle box would enable/disable it.

View 2 Replies View Related

Illustrator Scripting :: Turn On Layer Visibility Without Exact Name?

Jan 4, 2013

I am realtively good with actionscript, so I am trying my hand at this to streamline our image exporting process. I am using CS5 on a PC.
 
We build our illustrator files to be a combination of different layers. Sometimes just one layer is exported at a time, and sometimes layers are combined to form a more complex image. We use layer names with instructions of what layers should be on and off.
 
An example of the layer naming might look like this:
 
03 (01-ON, 02-OFF)
02 (01-OFF)
01
 
I have been able to figure out how to check if there is a note to turn a layer on, my question is how do I select the layer to turn on the visibility without using the exact name of the layer?
 
In my example, when layer 3 gets exported, it should have layer "01" visible and layer "02 (01-OFF)" not visible. Since our files are always constructed differently (meaning 02 might not always have a note about 01 being off), I can't use the getByName option because I don't have an exact name to call the layer and turn the visibility on. The layers always start with 01, 02, 03, etc. Is there a way to use getByName and only have it look at the first 2 characters of the layer name?

View 8 Replies View Related

CorelDRAW X5 :: Save Function Acting Oddly

Mar 20, 2012

I'm working on a big document (we use cdr for producing brochures).  I know that when I save it takes around 30s, but as soon as I click the save icon it greys out as if it's saved the document instantaneously (as do the save, save as and save as template menu commands).  

Unless I wait the 30s or so, when I try to do something the program either doesn't respond or crashes.  If I wait, it's ok - trouble is I don't know exactly how long to wait as there is no on-screen indication (and the icon is telling me it's all done, which it isn't).

View 2 Replies View Related

Lightroom :: Save As Function Not Available In Print Module?

Apr 26, 2013

Out of nowhere, the 'Save As' function isn't available in the Print Module.  I have updated to 4.4, restarted Lightroom, etc.  I can still export the images, just not save as a jpg. 

View 19 Replies View Related

InDesign :: Cannot Save Files Or Use Undo Function In CC

Feb 21, 2014

I am not able to save files or use the Undo function in InDesign CC. Tried many fixes but nothing has worked. I have a ton of work to get done today

View 8 Replies View Related

Photoshop Elements :: Unable To Use Reveal (white Paint) Function When Using Layer Masks In 9

Aug 7, 2013

When i am using layer masks in elements 9 I can conceal paint with a black brush, but when I want to go back over something to reveal (white brush) nothing happens. I have the layer mask selected as active and it works perfectly fine in reverse (black).

View 1 Replies View Related

Photoshop :: CS5 / Save Crop As One Might Save Non-destructive Layer?

Oct 15, 2012

I'm only on CS5. Is there a way to save a crop as one might save a non destructive layer?

View 4 Replies View Related

AutoCAD 2010 :: Set Parameter In Dynamic Block Into Visibility Layer

Dec 6, 2012

I am wondering if you can set a parameter in a dynamic block in to a visibility layer. Is this possible?

View 1 Replies View Related

AutoCAD Architecture :: Unable To Use Save As Function With 2010?

Nov 7, 2013

Running CAD Arcitecture 2010 and I am not able to use the "save-as" function to save as a dwg file.  Using the the same down-load disk I have not had any problem with "save-as" on my laptop.

View 3 Replies View Related

AutoCAD .NET :: How To Mimic Block Definition Save As Function

Aug 30, 2012

How to mimic Block Definition Save As function.

So far what I have found in this forum and TheSwamp the best way is to use DeepClone of BlockTableRecord but the objects in original BlockTableRecord need to be DeepCloneObjectes into new block. Otherwise new block will have all objects  with ObjectId from old BlockTabkeRecord.

View 9 Replies View Related

AutoCAD Inventor :: Save AS Copy To DXF - Route Does Not Function

Jun 24, 2013

I am having a problem with Save AS Copy To DXF.

When I try the 'Save copy as' DXF route it does not function. If I click the save button nothing happens and if I click the option button nothing happens either. In 2012 when you click the options button you would have got the option to change the export settings i.e. all sheets etc...

I do have the option to change the file formats via the drop down box in the 'save copy as' dialogue box and dxf etc are listed!

When I right click on the flat pattern in 'Model' there is no button for 'Export' in the list that appears. Therefore I cannot get to the Flat pattern dxf export options prompt as shown in this thread.

Its obvious you should be able to save as a dxf from an inventor idw as the buttons are there they are just not working!

I am having this problem with Autodesk Design Suite Premium. Inventor 2014 will not give me options, and is having problem exporting to autocad dwg. tried a reinstall as it appears to wotk properly on other similar installed machines.

View 4 Replies View Related

AutoCAD Inventor :: Trigger (Save And Send To Cloud) Function In API?

Feb 10, 2013

Is there anyway to trigger the "Save and Send to Cloud" function in the API?

View 1 Replies View Related

AutoCAD Inventor :: Save Copy As Function To Create ZGL Files

Feb 27, 2012

I was able to use Inventor "Save Copy As" function to create zgl files.  When the zgl files were viewed with "Imagination View" program, some files looked good, while some others do not show any geometry (just white background).  Do I need to change anything in the Model before executing "Save Copy As" function?

View 3 Replies View Related

AutoCAD Civil 3D :: Layer Filter Function Lost

Jul 24, 2013

On one of the machines here we seem to have lost the functionality of the layer filters. When a group filter is created, it shows in the list, you can add layers to the filter, but when you view the filtered layers, its all the layers. Also, when there are unreconciled layers and you navigate to this filter, it shows the entire layer list. Is there some setting that may have been changed?

Civil 3D 2013.

Windows 7 64
Intel Core i7 2.0 GHz 2.0 GHz
8 GB RAM
Nvidia GeForce GTX460M
Civil 3D 2012 SP2.1

View 6 Replies View Related

Paint.NET :: Plugins To Interact Or Function Directly On Canvas / Layer

Nov 3, 2012

Is there some sort of restriction in Paint.NET that restricts the folks creating plugins from permitting the plugins to interact or function directly on the canvas/layer?

For instance the smudge and liquify (and others) open another window where you make your adjustments. The reason why I ask is this results in doing some things blindly because you can't see the rest of the canvas. I think some of these plugins will be so much more effective (especially with the recent addition of grid warping) if you can do some of these things on the canvas so you can shape images/textures to follow contours, but this is nearly impossible without doing so with several blind attempts.

View 9 Replies View Related

AutoCAD 2010 :: Layer Manager Keep Loosing Icons That Represent Function?

Feb 14, 2012

Layer manager keep loosing the icons that represent a function. When you open layer manager, there are some icons on top of the layer manager page, one functions as make layer current, the other one to create a new layer & so on. these icons after a few time that we use layer command they all disappear, the only way to fix it is to close autocad & open it again. Of course if we use classic layer manager then things are ok but classic layer manage rhas uts own problems & limitations also.

My own guess is that the commad "layer" which invoke layer manager has memory leak, & when it is used a few time basically makes your system works on less memory resources & the only way to fix it is to abort the operation & start every thing all over again.

View 9 Replies View Related

Paint.NET :: Multi-Save (save Each Layer As Image)

Oct 8, 2010

! would assume that something like this has been made but i cant for the life of me find it when shall i find a plugin or default way of doing this i have about 50 layers that need saving as an image each and the idea of doing it by hand scares me.

View 6 Replies View Related

AutoCAD Visual LISP / AutoLISP :: No Function Definition With Distance Function

Oct 25, 2013

This seems absolutly silly.

(setq p1 (getpoint))
(setq p2 (getpoint))

(setq Dist (distance p1 p2))

Why does this not work?

I'm trying to build a command to replace AutoCAD's "DI" command, to give distance and delta x, y, and z values in decimal and imperial, and keep the angles in XY plane and out of XY plane.

View 9 Replies View Related

AutoCAD Inventor :: Passing A Function Name To Another Function

Nov 13, 2012

I'm trying to be able to have a function run another function with the secondary function being passed as an argument to the first. I'm trying to create a recursive function and the recursive part works great. I just need to be able to have the recursive function run other functions to actually do stuff.

Here is something I found that should do what I need, mainly run a function from a function name in a variable.
 
Sub test() Dim ftnName As String Dim argument As String Dim result As String ftnName = "myFunction" argument = "cat" result = Application.Run(ftnName, argument) MsgBox resultEnd SubFunction myFunction(inString As String) As String myFunction = inString & " has " & Len(inString) & " letters."End Function

 However I get the error "object required" on the "result = Application.Run(ftnName, argument)" line. So I'm guessing the Inventor VBA doesn't like this method of doing this. I'm just hoping there is a way to do this or this function will be useless or reduced to hardcoding functions which still defeats the purpose.

View 2 Replies View Related







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