not sure if im with you here but would this work? rollout anewone “Select Proxy Object” ( listbox lbx_objects “Objects:” items:obj_names on lbx_objec…
Ah, that makes good sense. Suppose I really should test stuff before I blurt it out.
Right, this is one way to do it. assuming “object_array” is the array. blockarr01 = #() [font=Courier New][/font] sort object_array selection_start =…
Have a look at setnumcpvverts in the reference. verts = #([1,1,0],[-1,1,0],[-1,-1,0],[1,-1,0]) faces = #([1,2,3],[1,3,4]) m = mesh vertices:verts fac…
try (function()) catch(messagebox(“not found”)) Is the only thing i can think of.
Thanks for that. I’ve tried it but that only keeps the verts if they’re on an edge. I’ve got a combination of edge verts and mid face verts. Basicall…
Hi again, I’ve managed to get the command working but for some reason I cant specify the cut properly. Ive got a quad in a top view with the bottom …
I’ve been playing around and think the CUT command sort of does what i want. But does any one know how to get it to work? This is what I copied from …
Ah yes, that is what I tried to do. I’m cutting 2 verts into a face using meshop.divideFace. which makes all new edges visible. But doesnt always cre…
Had a go with it but seems a bit akward to use and I’ve got no control over how many entries I can display. I’ve decided to use the ListView controlle…
I’ve had a look last night but it doesnt seem to work as it should. This: solar_time = $.daylight.controller.solar_time hrs = int(solar_time/3600.0…
Decided to re-open the question because I’ve spend far too long trying to figure this out. Can I set a custom mapface for a face? I want to do someth…
Aha! Thanks for the help, will try when i get a chance.