Bug with linePOP and mathmix/mathcombinePOP

Windows11. Touchdesigner 2025.32280

Hi, I noticed a few minor bugs related to attributes. For example:

  1. 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 an int attribute and performing operations that logically should return a float, this does not happen — the result is still returned as an int, 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.

  1. Line POP attribute initialization
    When creating attributes in Line POP, the predefined attributes always have a value of 1, while custom attributes always have a value of 0.

P.S. - POPs are an incredible thing — I really admire what you are doing. Thank you!

Mathmix_mathcombine_line.toe (7.6 KB)

Hi @Karkozov,

thanks for pointing to these issues, we are having a look.

cheers
Markus