Thanks Nick!
Thank you very much for your wonderful documentation and (R3) examples! I only wonder why you sill use do %r3-gui.r3 instead of load-gui, which is built in in the Saphirion View executable.
posted by: Arie van Wingerden 14-Oct-2013/13:11:34-7:00
I'm glad to hear it's helpful :) load-gui loads %r3-gui.r3 from the URL, which requires an Internet connections, takes a moment to load, and uses some bandwidth. So, to improve performance, and to assure that scripts all run without any connectivity requirements, I prefer to always do the local downloaded copy of %r3-gui.r3.
posted by: Nick 14-Oct-2013/20:58:14-7:00
|