![]() |
San Francisco, California | |||
| USA | ||||
DevAdjust Lightroom Plugin
Define relative adjustment presets & combos for tweaking develop settings. Supports all photo file formats - virtual copies too.
PLEASE SEND ME ANY PRESETS YOU CREATE THAT ARE WORTH SHARING - OK? AND, LET ME KNOW ABOUT PRAISE & LAMENT...
PS - don't play with the busy button! (its an output - not an input)
ScreenShot #1

ScreenShot #2

ScreenShot #3

See the readme file after downloading for usage and other notes.
These FAQs come partly from users, and partly from my imagination. Please let me know if there are errors or omissions in this FAQ - thanks.
NOTE: The following Q&A's assume that the plugin is working as I expect... If, after your best effort, still "no go", please let me know.
Question: What is this "DevAdjust" of which you speak?
Answer: DevAdjust is the successor to XmpEdit, but does not use XMP. It should preserve your previous presets and actions, but uses new capabilities introduced in Lightroom 3.0 - thus it won't work in Lr2.
Question: Will DevAdjust work in Lightroom 2.
Answer: Nope - just Lr3.
Question: Does DevAdjust support all file types.
Answer: All photo file types that Lr3 itself supports, including virtual copies.
Question: What do I need to do to upgrade my existing xmp-edit presets and actions(combos)?
Answer: Run 'Optimize' from the Plugin Manager.
Question: What if I apply adjustments via the form, or a preset/combo and I want to undo it?
Answer: You have 3 options:
Question: What if I increase the post-crop vignette mid-point on a photo that doesn't have a post-crop vignette - and other stuff like that...
Answer: Presently, nothing will happen. I can imagine this being desirable or un-desirable depending on your intentions, and I am hoping to add an auto-enable switch to handle case when adjustments are made to things that aren't yet enabled.
Question: What exactly is a develop preset file?
Answer: There are 3 things that could be considered develop preset files:
Question: What is this optimization stuff all about...
Answer: Optimization does these things:
Question: I can't tell if the optimizer is doing anything...
Answer: Try reseting the warning dialogs, then after running the optimizer, make 'View Log File' the default.
Question: I can't tell if the backup is doing anything...
Answer: Try reseting the warning dialogs, then after running the backup, make 'View Log File' the default.
Question: How can I see exactly what's in a DevAdjust plugin preset?
Answer: Load it into DevAdjust's adjustment form, or look at it in the above mentioned preset folder using a text editor.
Question: How'd you get all those great names in the Edit History List?
Answer: I could tell you, but then I'd have to kill you ;-}
Question: what can/can't be used in preset and/or combo comments?
Answer: Anything that won't break a Lua "long" comment - stay away from '--[[' and '--]]' and you'll probably be OK.
Question: Can I specify a combination of presets, and combos, in a combo?
Answer: Not any more. Nobody who has yet complained was making combos of combos, and it just makes the code simpler to restrict combos to presets.
Question: Why are the '>' and '>>' buttons 1/3 and 1.0, instead of 1 and 3?
Answer: So that any adjustment is possible: 1/3, 2/3, 1.0, 1.3, 1.7, 2.0, 2.3, ...
Question: The changes don't seem to be taking effect - what's wrong with this thing?!
Answer: These are some possibilities:
Question: Can I nest preset and combo folders as deeply as I want.
Answer: Nope - Like Lightroom, presets and combos can be either in the root of the preset directory or in a folder, but not subfolders of subfolders... - This limitation mostly just makes the code easier to write - let me know if you find it too limiting.
Question: How can I tell the difference between a preset file and a combo file.
Answer: You can't tell just by the filename extension, which is why I recommend keeping combos in a separate folder(s) from your presets, or at least using a naming scheme that allows you to identify at a glance. You can also try loading as a preset, or combo and seeing whether DevAdjust complains; or open in a text editor... Also, you can add notes that provide a clue.
Question: What good are these notes you can keep with a preset or combo?
Answer: DevAdjust displays them as a tool tip in the 'Apply' dialog box. You can also load them into a text editor for inspection and modification if desired - its the comment at the top between the '--[[' and the '--]]' markers.
Question: Is there a keyboard shortcut for quick access?
Answer: Yes:
Question: Why don't you show which preset is being edited, so you know which file to save it back to?
Answer: You can load any number of presets into the adjustment form, so it kinda loses its identity... The good news is that you can still see which preset was selected initially on the 'Apply' form if you position them to both be visible, so you can see which to save back to that way.
Question: I tried loading multiple presets into the adjustment form and it asking me whether to add or overwrite. Add what? overwrite what??
Answer: If you choose 'Add' the values you see in the adjustment form will be the same as if you had applied these presets in succession. Choose 'Overwrite' when you want to choose just the incoming preset's adjustment for a setting that's already on the form.
Question: Why are all my photos on the 'Misc' tab? - How to create "folder" tabs?
Answer: When you save your presets, just create a folder in the presets directory and put it there. You can even move your presets into folders (1-level deep within the preset directory) using Explorer/Finder and DevAdjust will "adjust".
PS - 'Misc' really just means "in root of preset directory".
Question: Where's the crop settings?!
Answer: Sorry Lightroom doesn't support them, yet (hopefully they will - I submitted a request, but my experience dictates it won't be until Lr4 - hope I'm wrong) - so DevAdjust doesn't support them. Note: crop settings are supported by XmpEdit, and may be the only reason it isn't completely obsolete (I mean other than supporting good ol' Lr2 that is...)
Question: What's that busy light do?
Answer: Well, it looks like a radio button, but its not for you to play with! (I tried disabling it so you can't edit it, but then it looks funny...) - Indicates that DevAdjust is still chomping on an adjustment that must be completed before hittin' it again.
Question: Why was the 2x box neither checked nor unchecked?
Answer: Its no accident - just a little bread-crumb indicating its a really good idea to visit DevAdjust in the plugin manager (which is where the 2x box is first initialized), before using DevAdjust.
Note: Its impossible not to visit the plugin manager before using if you use the plugin manager for installing the plugin, but if you use the old-fashioned way of just copying it to a default plugin folder, all bets are off.
Question: Whats up with this "all selected" versus "most selected" business?
Answer: Unlike Lightroom proper (whose target depends on whether you are in the grid or not...), plugins by default will either target just most selected photo or all selected photos (depending on how they're coded). Having this option makes it unambiguous and clear - which is my middle name...
Question: DevAdjust doesn't seem to be working perfectly - is there anything I can do to help it along?
Answer: Yes (well, maybe...) - make sure a log file is specified, and log-verbose is checked, then reset all warning dialogs. Do an optimization, then restart Lightroom. Consider test-mode if you want to ensure no files are written or deleted (although this may affect normal functioning as well so de-select test-mode as soon as you're done with it). Look at the log file in your documents folder and if you can't figure things out for yourself - send it to me.
Question: DevAdjust seems to be working OK - but is there any way to speed it up?
Answer: The biggest bottle-neck seems to be Lightroom itself, not DevAdjust. So, first thing is to optimize Lightroom performance as much as possible. Then, you may be able to get a little boost by setting log-file-path to blank in the plugin manager, and making sure log-verbose is de-selected (contrary to intuition, the log-verbose flag is used to indicate a debug-mode even if no log file is being written).
Question: Temperature adjustments seem about right on raw files, but are sometimes a little light-handed on the jpegs and tifs.
Answer: I just divide the temperature by 100 before applying to the tif and jpeg targets. It tends to be a little light handed, but there is no perfect formula I could find to convert raw/kelvin temperature to rgb/incremental temperature - I figured light-handed was better than heavy handed. Please inform me if you know of a better way to do it.
Question: How can I keep my combos from breaking when I re-save, rename, or move a preset.
Answer: When re-saving, the saved preset will assume the identity of whatever file you are overwriting. This is good if its what you want, and bad if its not. If you want it to be seen as the same from your pre-existing combos, then re-save over an existing file - then you can rename, or move... If you don't want it tied to any existing combos, save as a new file.
*** After renaming or moving a preset that is referenced by a combo, re-run the optimizer.
*** After renaming or moving a preset that is referenced by a combo, re-run the optimizer.
*** After renaming or moving a preset that is referenced by a combo, re-run the optimizer.
Question: How can I import (or export) relative preset files?
Answer: There is no feature built-in per se, but you can merge somebody elses preset files in with your own using Explorer/Finder or your favorite folder sync utility. Likewise if you want to share yours with somebody else, you can just zip 'em up and send 'em or post 'em...
Question: How can I edit presets and have them show up in the Apply Frame immediately?
Answer: Just clicking a preset name button will allow you to edit it, but no changes made in the preset editor (Adjustment Form) will show up in the Apply Frame without exiting and reentering. A work-around is to click the generic 'Adjustments | Presets | Combos' button, then load which ever presets you want to edit from there - then they will be reintegrated in the Apply Form.
Question: What are the preset and combo version numbers?
Answer: Preset and combo files are given version numbers to identify format, so far we have:
PS - I try to make each revision of DevAdjust be able to read all previous versions of presets & combos, but you're better off to backup then optimize your presets and combos each time a new revision of DevAdjust is released that uses a new file format version - I will be sure and let you know in the revision history.
Question: How can I reorder the folder tabs and presets/combos they contain?
Answer: As it stands, these are organized alphabetically. So you can control the ordering by prefixing with alphanumeric characters, numeric digits as example.
Question: How can I enter a line-break in the notes field?
Answer: Ctrl-J on Windows, Option-Return on Mac. - Same holds true of metadata fields in Lightroom proper.
Question: I just installed the latest DevAdjust, but I don't see any of the new default presets - what now?
Answer: Two choices:
Question: Should I keep my presets in with DevAdjust, or merge DevAdjust presets with mine.
Answer: Doesn't matter, but if you keep yours with the DevAdjust presets just make sure you don't overwrite them when you upgrade DevAdjust. I'd be inclined to recommend that you change the preset-dir, then merge new DevAdjust default presets with your own, instead of the other way around.
Question: Do I have to leave the default preset directory where it is?
Answer: No - it can be moved anywhere, just remember to point to it using the plugin manager.
Question: How can I share my DevAdjust presets with others.
Answer: Please submit them to me. If they pass my rigorous QA, I will make the available separately on this website, or incorporate into the DevAdjust default set.
Question: How can I control the size of the Apply Frame window?
Answer: Scrolling is not supported in plugin UI components (other than text in an edit-field using the cursor). So, the vertical length of the frame is defined by the folder with the most presets, for example 1HSL. If you divide those into 1Hue, 1Sat, &1 Lum folders it will be smaller vertically. Width is defined by the longest preset name, in this case it's the '. (no-op) .lua' preset, whose sole purpose in life is to allow you to adjust the width of the frame.
Question: How come after editing notes in my text editor everything's on one line in the notes field of DevAdjust.
Answer: Notes fields like both Carriage Return & Line Feed together. Most text editors will just use one or the other - if you can configure a DOS-compatibility mode (CR+LF) it will solve the problem.
Question: Any other hot tips?
Answer: Yes:
Question: Why do I have to exist DevAdjust to do anything else in Lightroom?
Answer: Because thats just the way it is for plugins when they display dialog boxes. I am presently seeking solutions that don't have this limitation, but don't hold your breath...
Question: Busy button? - What busy button?!?
Answer: The one on the left that looks like a radio button but isn't labeled 'busy' anymore. I found if you label it people can't resist playing with it - please don't: its an output, not an input. It should go on when you hit an adjustment, then go off when its ready for you to hit it again.
Question: Any way to assign keyboard shortcuts to DevAdjust presets and/or combos?
Answer: Yes, although its presently considered "experimental" and requires you to modify the plugin's Info.lua file, which means you need to take care not to overwrite your changes when you reinstall/upgrade. But if you don't mind getting your hands dirty, look for instructions in Info.lua.
Question: What are some of DevAdjust's limitations and what are your plans for the future of DevAdjust?
Answer:
- Improved fix where potential problem contending for catalog with dev-meta's auto-update/live-edit.
- Fixed a potential problem contending for catalog with dev-meta's auto-update/live-edit.
- Minor change to support people who want to assigned keyboard shortcuts to specific presets and/or combos.
- Removed the label from the 'busy' light (radio button) so people are less tempted to play with it - its an output, not an input, so leave it alone!
- Added a few more default presets.
- Major enhancements, including but not limited to:
- Re-instated optimization and fixed test-mode.
- Added bounds checking to clamp out of bounds values at min/max instead of reverting to default.
- Added tooltip to 'Misc' (root) folder tab to hint at how to get your presets and combos into folders on the disk and therefore onto tabs in the UI.
- Added 'Busy' detection & "light" - to eliminate error that occurs when insufficient time has passed between adjustment button presses.
- Added 2x checkbox to double effect of '<<', '<', '>', & '>>' adjustment buttons.
- Disabled Optimization due to a bug - hopefully fixed soon as v1.1.1.
- File formats have been changed so you may have to redo your 0.0.0 presets and combos - at a minimum load and re-save. Future versions will be backward compatible.
- User interface for applying presets has been re-vamped to be more Lightroom-like.
- Robustification and fixation galore! (and stuff like that...)
Rough first draft - Its up and running but still needs some work - see readme file in downloaded zip file.
DevAdjust should read your pre-existing xmp-edit presets (but you must re-save them - see readme file) and actions(combos). Please (IDENTIFY THE PLUGIN) let me know what you think - its a work in progress... And, please (IDENTIFY THE PLUGIN) report bugs.
acceptance of Download Terms & Conditions will be required
DevAdjust Lightroom Plugin - Newest Release - version 1.4.4 - HIGHLY recommended (unless it doesn't work).
Previous Stable Version - NOT recommended (unless newest release isn't working - in which case: please let me know!).
| Static content updated 2010-06-15 | Copyright 2007 - robcole.com - all rights reserved. | Dynamic content updated 07:18:09 AM |