Hello!
I am releasing my first addon for Blender: Photographer! What does it do?
- Adds Camera Exposure controls, per camera
- Adds Camera White Balance, per camera
- Adds Render resolution and Ratio presets, per camera
- Adds Autofocus Single and Autofocus Continuous to your camera
- Control Motion Blur using Shutter speed or Shutter angle
- Supports Eevee, Cycles and LuxCore
And the autofocus buttons in the 3d view header/footer
You can learn more about it by watching these videos:
Please note that the Official Blender version will require you to reapply the camera settings manually in some cases. Nightly builds will refresh the Photographer settings automatically like in the video.
Latest version for Blender 2.8: 2019/10/01: 2.2.2.
Warnings:
- There are still some registration errors for the addon preference, so you can get errors when enabling / disabling / re-enabling the addon during the same Blender session. Ignore the error and click again to enable the addon.
- To avoid breaking the autosave, I re-introduced a “Apply all settings” button. If you changed Resolution, Color management Curves or Depth of Field default blender settings, they will override the Photographer settings. You can use that button to reapply the Photographer settings all at once.
2.2.2:
- Fixed settings that wouldn’t update if Exposure controls was turned off
- Added False Color checkbox in Exposure to validate your exposure
2.2.1:
- Fixed LuxCore Depth of Field F-Stop issue.
- Fixed restoring previous selection when creating AF-Tracker.
2.2.0:
- Adjusted default exposure value to make sure exposure is physically correct.
WARNING: This means that old scenes that were using previous versions of Photographer will look darker by 1.61 EV. - New Exposure Compensation slider, similar to real cameras.
- Compatible with LuxCore. You can now easily switch between Cycles and LuxCore using Photographer and physically based light intensities.
- White Balance picker now samples a square of 9*9 pixel for more accurate reading on noisy renders. - Small fix to disable the Aperture setting if “Affects Depth of Field” isn’t checked in EV mode.
2.1.0:
- Camera list in the right panel.
- Master Camera that can fly between cameras
- Set warning when AF-S while there is a focus object defined in the camera (AF-C only shows warning in the console at the moment, it will require more work).
2.0.4:
- Supports latest Blender 2.8 builds after the API lock. Please make sure to update your Blender 2.8 as it won’t work with older builds.
- Fixed White Balance Picker that was broken
- Added Autofocus Animate
- Added AF-Track to add a tracker on the surface of an object
2.0.3:
- New Continuous Autofocus setting to set the update interval
- Focus Distance in the header is now available with AF-C
- Updated to work with new Depth of Field API
- Using new app.timer for cleaner code. Should be less expensive that way.
- Depth of Field using Radius value seems to have been removed from the UI, so now Affect Depth of Field will simply turn on or off the Depth of Field. Aperture is the way to go.
2.0.2:
- Autofocus ray-cast change, it works with instanced collections now.
- AF-C won’t be as expensive as it sends rays less often.
- Hiding AF-C and AF-S header buttons if not looking through camera
2.0.1:
- UI improvements based on @William 's suggestions, thanks a lot for your help!
- The UI should now be less “jumpy”, enabling or disabling settings instead of hiding them.
- Relevant information is visible even when collapsing panels. I prefer to keep this kind of info visible as I tweak the settings rather than in a different panel.
2.0.0:
- Thanks @joemoehobo for starting porting over to 2.8, thanks @hypersomniac for the viewport update trick.
- Changed context.user_preferences to context.preferences (API change)
- Little cleaning.
Latest version for Blender 2.79: 2019/01/9: 1.2.3.
1.2.3:
- Fixed Blender autosave by removing the auto-apply. If you changed Resolution, Color management Curves or Depth of Field default blender settings, they will override the Photographer settings. You can use that button to reapply the Photographer settings all at once.
1.2.2:
- Fixed typo, this is unforgiveable.
1.2.1:
- Fixed error if there are no cameras in the scenes.
1.2.0:
- New exposure calculation: previous formula was incorrect, it is now fixed and makes EV stops work is a realistic manner.
However, updating will affect the exposure of the scenes you had already worked on. Sorry for the inconvenience. - New nightly builds have got a fix for extended exposure range (now 64 stops, used to be 20), which allows the addon to work even for exposure that use to be out of realistic range. Feel free to upgrade your blender.
- Fixed bug that would override Color Management Exposure even if Photographer Exposure control was turned off.
- Fixed bug where using Shutter Speed presets would not update the EV guide properly.
1.1.4:
- More accurate Color Picker
- If the raycast fails for whatever reason, it will now throw an error and not keep you locked with the picker icon.
1.1.3:
- Fixed context error that affected Resolution settings.
1.1.2:
- Now using Modal Timer to apply settings, works similar for nightly and official builds. Much more optimized for the CPU.
1.1.1:
- Adds support for real camera values in a drop down menu instead of sliders
- Adds addon preferences to pick default behaviors
1.1.0:
- Adds motion blur controls using shutter speed or shutter angle
1.0.4:
- Addon will now work for both nightly builds and official blender versions, no need to install a different version.
- Supports Troy Sobotka Filmic color profile (https://github.com/sobotka/filmic-blender). This is a slightly different implementation from the official 2.79 one (watch Bartek Skorupa’s explanation here: https://youtu.be/kVKnhJN-BrQ?t=24m35s )
- Hides focus distance in 3D view header when AF-C is active to avoid confusion.
1.0.3:
- Removed Photographer Panel button to avoid confusion with AF buttons.
Thanks to lacilaci86 and lsscpp for testing and giving feedback.
Let me know if you encounter any issue or if you have suggestions!