You need to set color first. aColor = dotNetClass “system.drawing.color” aColor = aColor.fromargb 255 255 255 aPen = dotNetObject “system.drawing.pe…
Try if you can set AttaSprite_Copy.dir to face normal direction or something.
I just want to move those faces (top and rightside from green, bottom and leftside from red in the image), thus making both boxes smaller. I dont want…
Both boxes. I’m gonna have lots of boxes and I’m gonna loop thru all of them, and if intersection happens between two objects, both need to be resized…
I create boxes (converted to editable mesh) based on bounding boxes from different kind of objects. But yes they will be shaped liked boxes
If I have situation like in the image above, vertices in the red box are not inside green box but they still intersect. Basically what I need to get i…
Can you create different types of cells for same column in XTL? For example rootnodes has checkboxes in first column but childnodes has listboxes. See…
You can “change” the column header color by drawing the header yourself. I’ve never done any ownerdrawing code inside maxscript, I just create my own …
Yea i thought so. Well it’s not big problem. Just gotta do some stuff in different way I already have customized listview anyway so maybe I’ll just c…
It might have something to do with listview losing focus. I’m not sure tho, because i’m having same issue with my dotnet listview but haven’t got time…
Oh great, how didn’t i think of doing it like that…goddamn embarassing. I owe you a lot denisT :bowdown: