Kickflipkid687
@kickflipkid687
New Member
Joined: Feb 14, 2024
Topics: 67 / Replies: 560
Reply
RE: Sample Simple Object Plug-in

Well the 30seconds was prob from leaking, I had to restart max. But in any case, it still is like 2-4x faster than what I had before. To attach 841,9…

13 years ago
Forum
Reply
RE: Sample Simple Object Plug-in

I ended up taking Lo’s attach function from one of the challenges and having it use meshop instead of polyop. Also with turning off undo and whatnot,…

13 years ago
Forum
Reply
RE: Sample Simple Object Plug-in

Could I use your mesh attach method for a normal object array? Like snapshot meshes and attach like that instead of using EPoly? Would it be alot fa…

13 years ago
Forum
Reply
13 years ago
Forum
Reply
RE: update object position from 3rd party app

If you add an EventHandler to your VS Project/DLL and load the .DLL into max as a Global variable like: fn objPlacer_ChooseColor = ( local placeCo…

13 years ago
Forum
Reply
Reply
RE: Detect Popup Windows? Poly Tools (Chamfer, Connect, ect)

This seems to work, but like I said, not sure if its most efficient or not. Should be ok? ( local popupWindows = UIAccessor.GetPopupDialogs() l…

13 years ago
Forum
Topic
Reply
RE: Sample Simple Object Plug-in

Very interesting Denis. I saw that method before, but never really looked into it.

13 years ago
Forum
Reply
RE: Sample Simple Object Plug-in

Set denisT: i can make it 2 times faster. but that’s probably will be the limit for this algorithm… thereby it makes 2000 bevel-edge bricks fo…

13 years ago
Forum
Reply
RE: Sample Simple Object Plug-in

Can this access multiple cores then?

13 years ago
Forum
Reply
RE: Sample Simple Object Plug-in

Still is a bit laggy for me, but definitely faster.

13 years ago
Forum
Reply
RE: Sample Simple Object Plug-in

Maybe do it like this method I saw from soulburn, local snapObjs = #() for obj in selection where (superclassof obj == GeometryClass) do ( appe…

13 years ago
Forum
Reply
RE: Sample Simple Object Plug-in

I wasn’t either on my Edge Twist issue I had in my other thread, but i spent too many hours trying to get it to work, and now I just have to user do i…

13 years ago
Forum
Page 11 / 42