Lightroom :: Explanation Of Show / Hide Parent?

Nov 25, 2012

I don't seem to have those options (show/hide Parent) when right clicking on folders in the tree.  The way I have been organizing in LR4 is by creating a new top level folder and dragging the individual folders into that new folder (within LR).
 
I will be moving to a new computer soon and want to make sure the move goes well...

View 2 Replies


ADVERTISEMENT

Photoshop :: Show And Hide Linked Layers?

Oct 26, 2012

In webdev it is not unsual that design involves multiple variations like "pages" where mostly header and footer stays the same while its "content" (the page itself) changes. And then simulate a navigation by means of hiding and unhiding each respective "page" folder. Where also the site's menu tranforms as "navigation" evolves.
 
It is a bit frustrating in order to achieve this to have to create a lot of duplicated menu folders and place'em under every "page" just to represent this selected links. And then if you have to redesign that menu, you have it spreaded throught several folder locations.
 
I think being able to hide/unhide linked layers at a glance of a click would be nice to have and would allow you a more strealined work while redesigning linked portions.

View 3 Replies View Related

Photoshop :: One Click Hide / Show Mask?

Apr 20, 2013

Is there a one key click that will turn a layer mask off and on?

Because moving the mouse away and back to retouching all the time is quite a drag.

View 8 Replies View Related

Photoshop :: Hide / Show Layers And Export

Mar 25, 2013

Im i trying to save some time and manual work by using an action or script to do most of the work for me, but cant seem to figure out how to do it right. Now its for a jewellery customization site, where you can choose ring, stone, color etc.

I have all images as separate images (on white background) but placed in exact the same position, so they can be placed right on top of each other and exported. Even though its a fairly simple process this would take a long time, as there are many combinations!

View 4 Replies View Related

Photoshop :: If Hide Some Layers - Doesn't Show Changes?

Mar 30, 2012

if i hide some layers or do something in photoshop it doesn't show the changes but when i choose fit to screen/actual pixel option then it shows the changes.Is there any manual autorefresh option in photoshop in settings.??

View 3 Replies View Related

AutoCAD Inventor :: Hide / Show Message Box?

Sep 11, 2012

In inventor it's possible to hide "for ever" a message box by a clic on  "never show this message again ".

How is it possible to show this message again?

View 9 Replies View Related

AutoCAD .NET :: Programmatically Hide / Show The Menus And Toolbars?

Mar 24, 2012

I loaded a partial customization file by CUI dialog. I would like to programmatically hide / show the menus and toolbars, so when you restart AutoCAD to be permanently hidden or visible.

View 3 Replies View Related

Maya :: Show Or Hide The Tool Settings Not Coming Up

May 15, 2011

Whenever i click on Show or hide the Attribute Editor And the Channel Box/ Layer Editor are working fine But when i press Show or hide the tool Settings its not coming up..

View 3 Replies View Related

AutoCAD Inventor :: Hide / Show All Parts In Assembly?

Oct 7, 2009

Sometimes I turn various parts (visibility) off in an assembly. If I want to turn them all on again without doing it one at a time or selecting them all individually, I find IV turns everything OFF first, then I have to reselect them all again and turn evrything on. Can it be done in one step instead of two? IV2008SP1

View 9 Replies View Related

AutoCAD Inventor :: Hide / Show All Parts And Assemblies?

Nov 30, 2012

how could I use these functions "AssemblyAllVisibleDesignViewCmd" and "AssemblyAllInvisibleDesignViewCmd " to show and hide all parts?

View 2 Replies View Related

AutoCad :: Keystroke To Hide Show Specific Layer?

Sep 9, 2012

runing autocad 2010, i want to create a keystroke to hide /show a specific layer, how can i do it?

View 5 Replies View Related

AutoCad 2D :: Show / Hide Object In Current Viewport

May 4, 2011

there is a way to show or hide a specific object (not the layer it is sitting in) in a specified viewport without affecting its visibility in model space or other viewports. I came across a .vlx file from www.cadstudio.cz/dl./hideshow.vlx that does the job of showing or hiding an object in model space( and hence in all viewports).

View 5 Replies View Related

AutoCad 2D :: How To Hide Dimension From Viewport And Show It In Detail

Jan 31, 2014

I have a drawing with a detail, I want to hide dimension from the big view port and show it in the detail as you can see in the picture:

I use Annotative dimension.

View 3 Replies View Related

Illustrator :: Is There A Way To Hide / Show Title Safe Area

Feb 25, 2014

Is there a way to hide/show title safe area in Illustrator?I know I can turn it on or off using the artboard options, but for ease of workflow I'd like to be able to switch it on/off as I can do using 'Cmd :' for guides?
 
I know I can show/hide video rulers and I have mapped this as a keyboard shortcut... but can't find any way to do the same with title/action safe?

View 9 Replies View Related

Edge Animate CC :: Using Jquery To Show And Hide Symbols?

Aug 15, 2013

I have a project in Edge with a couple of screens as symbols on layers in the main timeline. I've been trying to write a function in the global scope that I can call from all the buttons, to show and hide screens.
 
So far I have a function that looks like this:
 
function mainScreenOut (){
sym.$("screen1").hide();
}
 
But this and many variations don't seem to work. how to use these jquery commands properly?

View 5 Replies View Related

Illustrator Scripting :: How To Hide / Show Individual Items In Document

Nov 18, 2012

I'm trying to hide all items in a document (and store each items original visibility state), iterate user pre-selected items and perform an export for each item in selection (I've got this part covered), and finally restore the visibility state of each item again (here's where the storing of original visibility state is needed).
 
I've found that I can iterate all items in the document using app.activeDocument.pageItems[i] where i is the page item identified by the i-th index in the pageItems collection.
 
What is not clear, however, is how to get the visibility state of this page item. Indeed, there is a property visbilityVariable associated with page items, but when I try to "inspect" its content using an alert message, I get "undefined".
 
Are there better ways to iterate all items in a document? Ideally, I'd like to access all items regardless of wether they're path items, group items, text frame items or what have you. I need this collection to read/write the visibility state of each individual item.

View 2 Replies View Related

Edge Animate CC :: Using An Array To Show / Hide Multiple Elements?

Feb 13, 2013

I have two elements that need to be hidden:
 
"mov-imp"
"mov-pim"
 
Currently, I am doing this:
 
var arr = ["mov-imp", "mov-pim"];
// This is the onclick function
sym.$.each(arr, function(){
$(this).hide();
}
)
  
What's the best way to show/hide multiple elements/symbols in AE?

View 2 Replies View Related

CorelDRAW Graphics Suite X5 :: Show / Hide Layers By Keyboard Shortcut

Jul 10, 2011

Is there a way to create a keyboard shortcut to hide a layer? I'm building a drawing by tracing a bitmap on a separate layer. I turn the layer visibility off & on a lot to check my work.

I have so many objects, the little eyeball in the object manager keeps scrolling out of its window .

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Show / Hide Menus In Workspace

Oct 17, 2012

I have a bunch of discipline specific menu files as partial cui's to my enterprise menu. I don't want to show them all, as some users may not need them all. What I would like to have is a menu item

Load Menus ->

Civil
Electrical
Mechanical
Structural

and when they click on one of them the relevant menu file is made visible in the current workspace. Is there a simple way to do this?

View 5 Replies View Related

AutoCAD 2010 :: Hide A Layer In Model Space But Show It On Paperspace Tab

Mar 15, 2012

I'm looking for a way to hide a layer in model space, but show it on ONLY my paperspace tab.  Problem is, most of my work is in model space (different aspect of this drawing), and although I could pull the objects through to the paperspace tab, it just wouldn't be the way I feel it should be (3d objects should stay in model space imo).  However, for the most part I don't need to see it in model space (except for checking 3d elevations of line segments), the finish product is a printed 2d top view.

View 5 Replies View Related

AutoCad 3D :: Show 3D Solid Hidden Lines Dashed After HIDE Command

Oct 9, 2013

I saw some years ago a 3D drawing where hidden lines were dashed after hide command. I tried to find out, how it was made, but nothing. Today I need this solution, but I can't find information, how is it possible.

View 2 Replies View Related

Photoshop Elements :: Keyboard Shortcuts To Show / Hide Tool Options And Photo Bin In 11

Oct 15, 2012

I've just found that there is F4 shortcut to show/hide Tool Options xDOverall I've disabled "Auto Show Tool Options" option and use F4 ..

View 3 Replies View Related

Lightroom :: Move Keywords From Parent

Nov 28, 2013

In my pre-Lightroom days I did my keywording in Bridge,. At that time I organised my keywords in Parent Groups, I would now like to move my keywords out from their parents. Is this possible in either Lightroom or Bridge?

View 1 Replies View Related

Lightroom :: How To Create A Parent Keyword

Oct 29, 2013

I am trying to create a parent keyword, but everytime I click the + the name I want ends up in this keyword list? What is this dot after food and drink?

View 1 Replies View Related

Lightroom :: Search All Parent Folders For Image?

Nov 20, 2013

It seems when I do a search query for an image, the search only searches in the folder that I have selected.

BUT...if I have another folder selected that the image is not in, then the search states there is no image that matches. AND...even if I have the parent folder selected, the search query again replies that there is no image.
 
Note: this occurs when I have "Show photos in subfolders" selected AND unselected so I don't think this will fix it.
 
I'd like to be able to truly search my ENTIRE library from just the top parent folder for an image.

View 5 Replies View Related

Lightroom :: Find Images With Parent Keyword Tag Only?

Mar 2, 2007

I want a keyword hierarchy with "US" as parent keyword of 50 states name keywords. I have many images with state keywords, but I also have some images that are tagged only with "US" but no state tag, as they are not specific to a state.

How do I *easily* find only the images tagged "US" but with no state tags? Clicking on "US" in the keyword panel shows me all images tagged with "US" and all with state tags, but I just want the ones tagged "US".

I can use "Find" to find "US" images NOT CONTAINING "AL AK AR AS AZ..." by enumerating all 50 states, but that's a terribly awkward way filter out images tagged with state names. I can't see a button or filter that shows only the images with a parent tag but without child tags.

View 12 Replies View Related

Lightroom :: How To Turn Off Parent Keywords When Importing To LR4

Jun 14, 2013

Sometimes I assign keywords for DNG files in Adobe Bridge CS5. Then I import into LR to do some color correction. Then I would export as JPG for the client. In LR2, the keywords would show up fine. For example, if I used "Caucasian" it would just show up in LR2 as "Caucasian". Now, in LR4, when I import (and export), I get Caucasian > Ethnic. The exported JPG would have "Caucasian" and "ethnic". I only want "Caucasian." Not "Ethnic." Is there a way to cut off the "parent" KW in LR4 like was done in LR2?"

View 19 Replies View Related

Lightroom :: Internal Error When Looking For Parent Folder

Dec 21, 2013

In Library module/Folders right click and show parent folder I get the following error
 
An Internal error has occured: Database .. columns rootFolder, pathFromRoot are not unique
Statement: UPDATE AgLibraryFolder SET rootFolder = ? WHERE id_local = ?;
 
This error occurs on all folders that I have checked.
 
I have tried to open lightroom and perform an integrity check which did not report any errors.
 
Yes, I do backup the catalogue but when this problem developed...

View 1 Replies View Related

Lightroom :: Importing Parent And Subfolders Into New Catalog?

Feb 4, 2014

I accidentally deleted my LR4 catalog, which I cannot recover. I have been unable to import folders from the source without all the files appearing as a single batch, i.e: no sub-folders in the import window. Must I import the content of each sub-folder into the corresponding destination folders separately: must I uninstall LR4 and reinstall it so that it can create a new default catalog? What is the process I need to follow in order to import the sub-folders?

View 2 Replies View Related

Lightroom :: How To Create New Parent Folder In 3.6 Catalog

Jan 18, 2013

I am trying to simplify my existing catalog, in order to move it to a new computer and to then upgrade to LR4. When I right  click on a top folder, and click "Add parent folder", I do not get a new visible parent folder, and my existing folder disappears from view.

View 3 Replies View Related

Lightroom :: The Add Parent Folder Feature Is Missing In 4.4?

Apr 23, 2013

I was using the Add Parent Folder command in V3 and earlier and very likely in V4 too but when I wanted to use it in V4.2 it was not there and it is also missing in V4.4 after I upgraded. I am on Windows.

View 7 Replies View Related







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