Hi Martin, no there's not currently any way to set line width differently on individual objects. That is something that I want to add in the future though.
> By the way if I use moi.view.lineWidth -= 1; too often I get this
Thanks for reporting this, that should be easy for me to fix. For the time being you'll need to adjust the script using something like:
if ( moi.view.lineWidth > 1 ) moi.view.lineWidth -= 1;
- Michael
|