Forum Replies Created

  • Vedran Komlen

    October 3, 2021 at 1:11 pm in reply to: Setting up triplanar node based material

    I wasn’t clear in the first post. My goal is to keep the cube size properties to use them with Xpresso later. So making the cube editable is not an option for me.

  • Vedran Komlen

    July 2, 2021 at 3:04 pm in reply to: Reduce source text and add dots to text

    Wow, very interesting approach, kind of what I was thinking of doing, knowing the width of every combination and then displaying it, but would have never done it so simple.

    I’ve realized that after removing first letter and adding “…” at the end ends up being bigger than original text so I’ve added “+1” in expression of hidden layer, so it skips the output that has only on letter removed and dots added.

    if(time<0)text.sourceText.substring(0, – timeToFrames(time)+1);

    else value

    Later I’ve realized that it skips 1st letter of every word in sentence.

    Thanks a lot Andrei,

    you’ve already helped me a ton!

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy