Thanks denisT that work really well too
Nice one aaandres! That works great. Thanks everyone for your input
Is there a normal for a spline segment? or do I need to copy extrude and use geo normal dir?
This is what I get with my code. I have added the spline shape in the code clearListener() offset = 3.5 Spline_Obj = line wirecolor:yellow s = a…
It would always be 2d
Ok I was right. before time: 335 After comment out… line 45 –setCommandPanelTaskMode mode:#create line 64 –obj1.selectedverts = #{} line 76 – obj1.s…
Using selectedverts would be slow then just passing a bit array of verts. (I think) obj1.selectedverts why setCommandPanelTaskMode mode:#create
Great that was it. Thanks
Not sure where I got this code. But this is what I use to speed things up by shutting redraw on the command panels fn FN_Stop_Command_Redraw = ( W…
It is for a proxy loader. So yes the logo is really a helper, but the item will be geo. Thanks for all your help again
This works great too
Great to know. I just changed them. Thanks again
hahaha, I didn’t understand how the Object Plugin class worked. I started with a basic class that didn’t have them when I started. Object* MYCLASS:…