Blender Git Commit Log
Git Commits -> Revision 276a862
Revision 276a862 by Hans Goudey (master) August 27, 2021, 19:31 (GMT) |
Fix failing alembic test after IDProperty UI data refactor The default float IDProperty min value rB8b9a3b94fc148d19 for when there is no UI data was FLT_MIN instead of -FLT_MAX, which meant that animated custom property values couldn't be less than zero unless they had their UI data values edited previously. That's a mistake I won't make again! Also change the int minimums from -INT_MAX to INT_MIN to sanitize the whole situation. |
Commit Details:
Full Hash: 276a862ebc5629f45f672e7ca6b5ba55077c88f3
Parent Commit: 400605c
Lines Changed: +4, -4