Skip to content

Releases: gregzaal/Gaffer

v3.2.4

18 Jul 07:58
Compare
Choose a tag to compare

Update some shadow properties with changes in Blender 4.2

v3.2.3

10 Jul 09:15
Compare
Choose a tag to compare

Add compatibility with Blender 4.3 4.2 (EEVEE Next)

v3.2.2

30 Apr 09:15
Compare
Choose a tag to compare
  • Fix error when enabling HDRI Handler if Label/Radius is being drawn.
  • Fix offline mode not working consistently.

v3.2.0

10 Apr 10:00
Compare
Choose a tag to compare

HDRIs:

  • Improved compatibility with Poly Haven add-on: You can now select your Poly Haven asset library as a source folder for Gaffer, and only the HDRIs will be detected.
  • New "Favorites" feature - mark your favorite HDRIs, and easily filter to them later.
  • New Folder filtering - show only HDRIs in specific folders/subfolders to make it easier to find what you're looking for.
  • Added Color tinting option, allowing for the environment to be tinted any color, with any blending mode, and also for the background to be controlled separately (e.g. to make the background a solid color while still using an HDRI for lighting).
  • You can now adjust the rotation of the background separately without affecting lighting (and optionally reflections).
  • HDRI settings are now stored per-world, allowing you to use multiple World settings as a kind of HDRI template/snapshot system.
  • Support for HDRI libraries that may not always be available (e.g. on external/network drives).
  • The current HDRI is no longer changed automatically every time you search for something, it stays the same as long as the current HDRI is in the search results.
  • Added offline mode to disable fetching Poly Haven HDRI tags.
  • Advanced settings are now in a standard sub-panel instead of a box layout, for better consistency with the rest of Blender 4.1's UI.

General:

  • The light list now auto-refreshes whenever lights are added, removed, or renamed, so you won't need to manually refresh it as often. This may affect performance in scenes with many thousands of objects, so it can be disabled in the preferences.
  • New -/+ buttons next to light strength sliders - to conveniently half/double the light power. Hold Shift for smaller increments, and Ctrl for larger increments.
  • For multi-user lights, the number of users is now indicated in a little button next to the name. Clicking the button copies the common object name to the data name (i.e. light data or material name) to the object names to help you keep track of which objects are using the same light data. Shift-clicking it does the opposite, renaming objects to match the data name.
  • Renaming of lights from the light list is now streamlined (no popup required), as long as auto-refreshing is enabled.
  • Add settings for Fast GI in Cycles since Ambient Occlusion was removed.
  • Show light shape selector for Area lights.
  • Remember state of world ray visibility (Camera/Diffuse/Etc.) when toggling world visibility or Solo-ing any light.
  • Catch some JSON decode errors in case of corrupt data files.
  • Many functions are now undo-able
  • General compatibility fixes for Blender 4.1

v3.1.19

09 Oct 05:53
Compare
Choose a tag to compare

Add compatibility with Blender 4.0. Now requires at least Blender 3.4 or later.

v3.1.18

06 Jul 12:13
Compare
Choose a tag to compare

Additions to the light list:

  • Area light spread
  • Light group (when there are existing light groups in the scene)

v3.1.17

23 Mar 06:29
Compare
Choose a tag to compare

Fix broken auto-updater

v3.1.16

23 Mar 06:13
Compare
Choose a tag to compare

Fix for broken release zip

v3.1.15

23 Mar 05:50
Compare
Choose a tag to compare

Fix sun lamps showing "Size" instead of "Angle".

v3.1.14

26 Sep 05:39
Compare
Choose a tag to compare

Fix cycles_visibility error since API change.