Random scripts from previous projects.
Add-on to allow user to import an image as a camera from the Add menu. Currently very simple, but in the future I'd like to add options to sync focal length and other settings with EXIF data. This is time consuming though because each image format has it's own spec.
This add-on is basically a very lightweight alternative to Greg Zaal's Gaffer add-on. It displays each light in a panel and allows basic adjustment. I mainly use this for quick lookdev work in Eevee when I want to be in full screen mode and still adjust lights.
Currently supports changing color, intnesity, angle and shape for all lamp types and mesh light materials.
Base script for getting random earth location. In retrospect, not very useful since most points are over the ocean. A better solution would link to a GIS database.
Another base script for random adjustments. Useful for dataset generation. This is super obvious stuff. I wrote this while still learning BPY.