Reply To: Transform BBParameter not "sticking"

Forums 💬 NodeCanvas ⚙️ Support Transform BBParameter not "sticking" Reply To: Transform BBParameter not "sticking"

#18116
aer0ace
Participant

    All right, as usual, I fix my problem a few minutes after posting a question…

    Instead of
    saveAs = obj.transform;
    it’s (and I swear I tried this first, and it didn’t work):
    saveAs.value = obj.transform;