Lightroom :: How To Use Conditional Branching
Jan 31, 2013
how to embed hyperlinks or other ways to use conditional branching in a Lightroom slideshow? I have Lightroom 4.3 and do not see anyway to use this method. PowerPoint allows embedding hyperlinks in slides that take you to another set of slides that can expand on the slide in the main slide show. I would like to use this for a rather extensive picture slide show.
View 3 Replies
ADVERTISEMENT
Jun 6, 2012
Advantages or pros and cons of the Branchin settings within the Corridor properties / Feature Line tab... I have bugs with my corridor surfaces and I'm exploring options to straighten things out. What exactly does the Branching setting do to the corridor itself.
When should "Connect extra points" be used and when not to?
View 1 Replies
View Related
Aug 1, 2011
My friend is restoring this car and wants to see how it looks with a black body and red roof and rims but cant seem to change the white to red or the blue to black is this a limitation of the plug in.
View 1 Replies
View Related
Feb 3, 2011
Up until now, we have been entering room names for scheduling manually. I would like to be able to create a psd, whereby the room name is the space style name - *UNLESS* - a value has been entered in any of the manual room name properties. I am sure I can do this with a formula property but I am having trouble wrapping my head around it.
I have 3 manual property definitions in my PSD: (the names corelate to the position in the room tag)
Name_Manual_Top
Name_Manual_Mid
Name_Manual
Additionally I have one which concentates these 3 for the schedules:
Name_Manual_Sched
So I need something that says:
*if* NAME_MANUAL_TOP *or* NAME_MANUAL_MID *or* NAME_MANUAL *=nil*, *then* NAME_MANUAL *and* NAME_MANUAL_SCHEDULE = SPACETYLE *else* this is where I am having trouble - the else is that I want it to act like it always does - if there is data in one of the manual properties
I have done some lisp programming, but not any VBA (but willing to learn)
View 2 Replies
View Related
Jun 28, 2013
I am running windows 7 64 bit & have found it impossible to install the conditional hue/saturation plug in.... [URL] ..... it doesn't accept it at all - everything else i have to make a rainbow.
View 9 Replies
View Related
Jan 18, 2014
I'm trying to change the color of a model's sweater from pink to blue. I select the pink range of the color wheel, and then try to change the hue. But nothing happens.
paint.net 3.5.10 windows 7
View 8 Replies
View Related
Aug 28, 2013
The Actions Palette has several Insert options (Menu Item, Stop, Path) but not "Insert Conditionals" option. How do I activate the latter option which I thought came built in?
View 7 Replies
View Related
Nov 13, 2013
I am trying to make new actions in Photoshop cs6 and I can not find the command that say conditonal actions
View 1 Replies
View Related
Jan 8, 2013
I have an alignment running counter clockwise at the perimeter of a septic bed. I’m trying to use a conditional subassembly for the grading.From 0’ to 5’ of fill, grade to existing @ 3:1.Greater than 5” of fill, add a wall (no more than 4’ high) and grade to existing @ 3:1.
View 7 Replies
View Related
Mar 5, 2012
I was wondering if there was a way to make conditional formulas with a parameter? So I want a parameter called system. On the pulldown to enter the field under properties.
I want there to be 3 choices (i.e. 1=Air, 2=Water, 3=Gas).
If the user tries to enter any value other than the 3 values specified (whether by typing or pulldown), a message comes up stating they cant do that. The names for the systems have been simplifed for this example but the spelling is critical to the external database. I have tried but but I keep getting the follwoing is not a valid family parameter: X. X because thats the first conditional value.
View 4 Replies
View Related
Apr 2, 2012
I am working on implementing Chad Studer's techniques from his presentation at Autodesk University for corridors with conditional subassemblies at the driveways. Basically I created a corridor with two driveways for a test run. When I select the corridor and look at the object viewer, there are several lines going to who knows where at both driveways. But a look at the properties of the finished grade surface generated doesn't show anything out of the ordinary. I had the conditional subassembly look for a polyline on layer "driveway." It appears that there may be a gap in the corridor at each end of the pollyline. I've attached the drawing file.
View 6 Replies
View Related
Nov 9, 2012
how can one create the cut file conditional subassembly or the horizontal conditional subassembly using subassembly composer?
Civil 3D 2013
HP Pavilion dv6 cor i7
16GB RAM
windows 8
View 8 Replies
View Related
May 24, 2013
What i want to do is ; i have a corridor with both right/left sides ending with linktosurface with fixed slope.In some sections my existing surface is not wide enough to get intersection with link to surface with fixed slope. So i want to use this "conditional horizontal target " if my surface is not enough wide for intersection then just intersect or go to the edge of my existing surface. But i learned that surfaces cannot be used as an offset target with that subassembly.
View 9 Replies
View Related
Apr 15, 2013
Users of Excel will know that you can ask that software to automatically change the color of text depending on its value.
I wonder is this possible in AutoCAD ( Issue release 13 )
The task I have to process is that I have a survey full of spot levels. It would be great of there was a lisp or script or some other device that would change the colour of the spot levels depending on the numerical value of the number.
E.g. - all values less than 100.00 - turn blue
all values equal to or greater than 100.00 - turn yellow
View 1 Replies
View Related
Nov 11, 2013
I have this code and would like to finish it according to parole but do not know the command to do it.
var docRef = activeDocument;
var selectedItems = app.docRef.selection;
if (selectedItems.lenght < 1) {
alert("No object is selected.")
}
View 3 Replies
View Related
Sep 25, 2012
I use a simple If/ElseIf code to suppress / uns uppress & reposition holes on a plate to ensure the desired number of fixing hole pairs.
The hole positions will change and suppress/unsuppress depending on the value of the Tie Rod Pitch (vertical) and the O/A length of this plate (and pressure inside the radiator but this is sorted in Excel).
For example PitchMax = 500mm, BP_2ndS= 1600mm (plate length)
If (3 * TieRodPitch_MAX_2ndS ) < BP_2ndS < (4 * TieRodPitch_MAX_2ndS) Then
...
For some reason some times the parameters don’t update in the hole and pattern features after running the rule thus they are in the wrong position or not suppressed/unsuppressed. When I rearrange the If/ElseIf codes it may work. All I change is just replace ElseIfs with If-End Ifs or the other way around...
Which does not make any sense to me, since I change nothing in the parameters or conditions. Is this code structured poorly?
p.s. this is an engine radiator and the number of tie rod pairs depend on the height of the block, pressure inside, width, etc.
The part fie has the code.
View 2 Replies
View Related
Dec 10, 2012
In particular, I am attempting the infamous task of creating driveway openings using a horizontal target with my sub-assemblies. I referred to the AU 2010 video tutorial that gets passed around here on the boards, and for the most part, it works with ONE tiny exception.
Like in the AU video, I set my conditional target to look for a particular layer, and I first attempted the exercise by placing ONE polyline (i.e. driveway opening) on the layer, and set set conditional "found" and "not found" targets to find this pline. The target found the pline on the layer on the right side of the road where I drew it, and created the opening as hoped, but it created an opening on the LEFT side of the road as well!
What do I have to do to prevent the conditional horizontal targets from ignoring the exact opposite side of the road? In my assembly, the left conditions are set to LEFT, and the right conditions are set to RIGHT, but when the corridor gets modeled, BOTH sides of the road will show an opening even if there is only one pline drawn.
View 9 Replies
View Related
Apr 8, 2012
We are using AutoCad 2012. Our company have more than 32 disciplines. For any projects the drawings are prepared with many disciplines. Civil does the civil drawing portions, water does the water pipeline portion, electrical does the electrical cable layout portions etc. etc. Each departments have their own set of layers in the drawing.
Now the problem is civil can accidentally modify the entities of electrical departments / utility departments. Though we lock the other disciplines layers programmetrically, but user can unlock the other disciplines layers easily if he wish to. Can we make those other disciplines layers read only? So that users can draw / modify in his own discipline layers but can not do that in other disciplines layer. But he can refer those layers / copy entities from those layers if he wish to? Some sort of xref type of thing is required, but we can not use xrefs as we work in a single drawing and our custom drawing management system is integrated with this type of file system accross the offices.
View 6 Replies
View Related
Jul 9, 2013
I need to create a corridor that has this section. So I'm using this assembly:
on which I put 3 conditional fill subassemblies on point A, one for fill conditions of more than 2 m that would daylight at 2:1 until it reaches 2 m down and then daylights at 1:3 until it reaches the EG. Then I have another for fill conditions of less than 2 m that only daylights at 2:1 to the EG, and the last one is for all cut conditions.
As expected I have the following problem in some stations that have fill conditions on A of less than 2 m but more than 2 m on B:
Is there any way I can make B the comparison point without having the following problem on cut conditions?
Or that I could create an assembly with the condition that when I have a fill of more than 2 m on point B it daylights, from point B, at 1:3; but when B would be on cut conditions it daylights from A?
View 7 Replies
View Related
Aug 20, 2013
I wanted to create an action to determine if the color mode of an image is Lab, and if so, convert it to RGB. But there’s no conditional action test for Lab color mode. The list of conditions that can be tested includes RGB, grayscale, and a couple of other color modes, but not Lab, Can I get it done with scripting?
View 3 Replies
View Related
Mar 3, 2012
I am trying to build a corridor using a conditional slope assembly that considers the roadway and links into the lots.
The corridor is divided into 3 regions. All targeting has been assigned.
The first region appears fine. The second and third show no links beyond the roadway.
View 6 Replies
View Related
Aug 19, 2013
I created a block, that uses the Y coordinate of the block and returns it's location in a field.
I would like to be able to indicate weather the value is negative or positive. If Y coordinate is less then 0, then the field indicates "-" in front of the value. But if the Y coordinate is positive, I couldn't find a way to place "+"symbol in front.
Is there any way I could introduce a conditional statement saying: if Y>0 then add "+" in front?
View 9 Replies
View Related
Aug 19, 2009
C3D 2009 - We are grading on a hillside, and need to prioritize our conditional fill situations. First fill at 2:1, if not then build wall and daylight @ 2:1, if not then build full height wall. However the sections are showing all three options where they are applicable. I want it to only show the "best" or "first" solution.
View 9 Replies
View Related
Jan 15, 2013
is there a way to make a if and conditional statement formula in a family with 3 tests?
For example,
Behind Furniture, Biscuit, Masonry Wall, Hard Ceiling are all yes/no parameters
if(and(Behind Furniture, Biscuit, Hard Ceiling), 0' 0 5/16", if(Behind Furniture, 0' 0 11/64", if(Biscuit, 0' 0 11/64", 0' 0 27/256", if(Masonry Wall, 0' 0 11/64", 0' 0 27/256"))))
what is wrond with my formula?
I am trying to change a dimension based on what yes/no parameters are checked. It keeps telling me that its "a bad if statement format". It works fine for the first teo dimension tests but when I add this last one I get the error. I need the 3rd dimension to check against 3 yes/no parameters all being = yes before moving on to the next check.
View 9 Replies
View Related
Jan 10, 2013
it is possible to define point/link codes using some conditional expressions. When I try to write in an expression under "Link Codes" I get an error. Is there a way to create conditional codes without the use of "decisions"?
View 1 Replies
View Related
Jan 16, 2013
Is it possible to read the current wall thickness of a door's host and use that dimension in a conditional statement to locate the frame's setback?
If the wall is deeper than the frame I want the door flush with the wall, if the frame is deeper than the wall, I want the door centered.
I set up a Wall Width paramenter in my door family but I keep getting the "Inconsistent units" error message.
View 3 Replies
View Related
Oct 1, 2013
I am at a crossroads with this corridor that I have to create in Civil 3D 2011, with a sub assembly that logically seems very simple...the conditions for daylight can be found in "Proposed Cross Section". In short I have 4 fill conditions and 2 cut conditions, based on height above original ground...(there are additional requirements for guardrails and retaining walls but at this point i will settle for my slope reaching original ground)
View 9 Replies
View Related
Aug 29, 2012
I uninstalled Lightroom, because it was too slow on my computer. It put a lot of library files and directories in My pictures folder.
When I use a backup program (SyncbackSE) to backup my pictures, it starts to scan all the Lightroom library files and it takes forever (hours and counting). Even though Windows cannot find the directories (with hidden and system files shown). I want to completely delete the Lightroom directories, because now I can't backup my images anymore. It is a pain in the dark places.
View 1 Replies
View Related
Jan 6, 2013
Before, I could do a Command-E to open in Photoshop, do a Save As (to the Desktop, for instance) and it wouldn't get put into Lightroom. Now when doing a Save As from Photoshop, the edited file gets put back into Lightroom. What am I missing?
Lightroom 4.3, Photoshop 13.03, MacPro 2.8 Ghz, Snow, 18 gb RAM
View 6 Replies
View Related
Nov 25, 2013
I uninstall this program and I did delete every word of Adobe Lightroom from my registry many times. Reinstall the program again hoping to start fresh and new but still most of the keywords are there. I am really thinking to do a major surgical operation to my PC by formatting my hard drive.
View 2 Replies
View Related
Jan 2, 2014
I just ordered a mac to put in a spare office and according to my LR5 retail box it has both the win and mac version on the DVD however when I view the files on the disc I only see a 64 & 32 bit windows .exe even when i view "all hidden files and folders"
So i was wondering if there's a reason I'm not seeing the .dmg on the DVD, If I download the .dmg I can see the .dmg file on my pc so i was curious why i can't see it on the dvd. the dvd is 1.2 +GB but the "visible" files on the DVD equal just over 800MB
I am basically just trying to find out the logical reason why it looks this way before my mac computer arrives because I keep asking myself if I have a bad dvd or is there a simple reason why I can't see the .dmg on the dvd.
View 1 Replies
View Related