Archive for category Lightroom
Clearing Lightroom plugin log files automatically
Posted by Kyle Lexmond in Lightroom on April 1, 2012
(Note: This is a copy of my article on Adobe’s Lightroom Developer Connection. Just in case anything happens to it.) Problem Logfiles grow over time if you don’t manage them, but Lightroom doesn’t provide a way to automatically delete the generated logfiles. We could manage the log ourselves, but we can’t tell Lightroom to log […]
Lightroom development tips & tricks: Dealing with asserts in an async task
Posted by Kyle Lexmond in Lightroom, Programming on March 10, 2012
Because I’ve encountered some problems, and found ways around them, but never documented them. I’m doing that now.