4 Comments

  1. Hej!

    Thanks for great tutorials!

    You can type
    Single
    if(rint(atof(@Sc_Index)),0,1)
    Glass
    if(rint(atof(@Sc_Index)),1,0)

    To solve the string vs int problem.

    Have a great day / Peter

  2. Bit late to the party on this one, but OMG this approach is going to change my life to product illustation work. Best thing I ever did switching from ‘other’ software to Houdini and thank you Entagam so much for all the great insights

  3. You can simplify your display expression even more removing it completely and using:
    `@sc_name`
    in the Redshift_ROP>Objects>Force Objects.

    Candidate Objects set to * is evil

  4. also if you want to cast a string to an int in a new attrib using the attributecreate node in tops, you can just use:
    int(“`@Sc_Index`”)

Leave a Reply to Steve Cancel reply