Page MenuHome

Fix T96160: Freezing when using multiple Handle Type Selection nodes.
ClosedPublic

Authored by Jacques Lucke (JacquesLucke) on Mar 4 2022, 12:51 PM.

Details

Summary

Looks like a "typo" that wasn't catched during review. The hash and is_equal_to methods didn't match (two fields could be equal, but not have the same hash). This led to issues further down the line.

Diff Detail

Repository
rB Blender