Page MenuHome

Fix T93391: Update BoolTool addon for visibility breaking change
ClosedPublic

Authored by Jesse Yurkovich (deadpin) on Nov 26 2021, 1:48 AM.

Details

Summary

The visibility settings were moved from Object.cycles_visibility.setting
to Object.setting in August. However, some addons like bool tool were
not updated to account for this.

Note: It looks like Amaranth, io_scene_fbx, and io_scene_gltf2 could
also be affected.

Diff Detail

Repository
rBA Blender Add-ons
Branch
fixbooltool (branched from blender-v3.0-release)
Build Status
Buildable 18979
Build 18979: arc lint + arc unit

Event Timeline

Jesse Yurkovich (deadpin) requested review of this revision.Nov 26 2021, 1:48 AM
Jesse Yurkovich (deadpin) created this revision.

Looks good to me. Please commit to the 3.0 branch.

This revision is now accepted and ready to land.Nov 29 2021, 1:57 PM

I fixed Amaranth and FBX myself, thanks for pointing out. io_scene_gltf2 only uses this as a black list, which is fine, as the struct still exists for Cycles World.