Page MenuHome

Fix T88601: Attribute Compare Boolean doesn't expose socket
ClosedPublic

Authored by Hans Goudey (HooglyBoogly) on May 28 2021, 5:26 PM.

Details

Summary

While we could make this node work for boolean inputs in the future,
currently it's really just designed to compare "float-like" inputs.
Many comparison modes don't even make sense for boolean inputs.
Therefore, the simplest fix for this bug is just to disable the
boolean attribute input modes for this node.

Diff Detail

Repository
rB Blender