Commits
Click on a commit to change the comparison rangechore: replace setattr with direct property assignment for use_property_decorate chore: simplify look-at preview trigger and use float_info.epsilon
- Remove look-at preview trigger caching logic and interval checks
- Replace hardcoded epsilon value (1e-6) with sys.float_info.epsilon for shape key comparisons
- Simplify depsgraph_update_pre handler by removing conditional check Noticed filtering the expressions ui list was broken, so fixed that.