Thank you very much for the help. Will surely come in handy at some stage. (For the particular task I was going to use it for, I decided to use a diff…
Ah, thanks for the tips, will have to look into it more thoroughly
Right, that’s what I want to do – but how would I launch the script editor? And have it kind of saved in-memory like the Script operator in PFlow? And…
Ah, thank you very much! I haven’t tried it yet, but will let you know what happens. I was also thinking, Is there any way to have the script editor …
Hmm… I was dreading those answers… The thing is, I do need to type into it. I was hoping for something similar to a <textarea> HTML tag, but as …
Hmm… I wonder if it is possible to traverse objects in the scene such that every ‘instance’ is processed once. I.e. If I have 2 boxes, both which are …
Ah, thank you very much for your further insight
Thank you, will look into it
Ah, false alarm, sorry. As the docs say, I have to use <light>.baseObject.castShadows.
Hi, For some reason, if I make any light, and in the listener run: $.castShadows to check the value of the checkbox, it doesnt seem to get updated …