Windows11. Touchdesigner 2025.32280
Hi, I noticed a few minor bugs related to attributes. For example:
- Math Mix and Math Combine
In the interview you mentioned that POPs automatically choose the data type of the output attribute depending on the operation. However, when working with anintattribute and performing operations that logically should return afloat, this does not happen — the result is still returned as anint, which leads to incorrect values.
If the attribute data type is changed beforehand (for example, by rewriting the attribute through a math operation — is there any other way to explicitly convert attribute types?), everything works correctly. Also, Math Mix and Math Combine have an operation to convert values to int, but there is no equivalent operation to convert them to float for such cases.
- Line POP attribute initialization
When creating attributes in Line POP, the predefined attributes always have a value of1, while custom attributes always have a value of0.
P.S. - POPs are an incredible thing — I really admire what you are doing. Thank you!
Mathmix_mathcombine_line.toe (7.6 KB)