Swordslayer
@swordslayer
New Member
Joined: Feb 14, 2024
Topics: 19 / Replies: 543
Reply
RE: Using dotNet to protect maxscripts.

I was actually talking about the dll, as for ‘uglifying’ the maxscript itself, that will help when you don’t want pieces of your code stolen, not that…

7 years ago
Forum
Reply
RE: Using dotNet to protect maxscripts.

Why dotnet, though? You only have obfuscation there to make it hard to see what it does under the hood. With C++, the disassembly produced will be MUC…

7 years ago
Forum
Reply
RE: [MXS] ProBoolean operands list – how to get it?

Well, if all else fails you may parse the listbox contents (see for example here how to get the listbox hwnd)… there might be a better way but I’m not…

7 years ago
Forum
Reply
RE: [MXS] ProBoolean operands list – how to get it?

Like [i]for i = 1 to $.baseObject.numSubs by 2 collect $.baseObject.object ?

7 years ago
Forum
Reply
RE: Maxscript strange behavior without print statement

Depends on the modifier, there are modifiers like this one which need modify panel to be active to work. To answer why it did work before, you did som…

7 years ago
Forum
Reply
RE: Maxscript strange behavior without print statement

As you’ve found out, it’s not the print statement, it’s accessing the .numVerts which triggers an update because it needs the result after the whole m…

7 years ago
Forum
Reply
RE: ExtrudeFaces, custom border

Both cases, actually. What’s the advantage of rebuilding from scratch (trying to preserve existing mapping/VC/weights info) compared to, say, creating…

7 years ago
Forum
Reply
RE: ExtrudeFaces, custom border

The cylinder is just an example, it can be any group of n-gons, another example, before and after, with top left edge as ‘border’ edge: Plus I don’…

7 years ago
Forum
Topic
Forum
Replies: 5
Views: 5
Reply
RE: AddRollout in modify panel

In the end I went with two extremely simple methods exposed to mxs, one that calls the object’s BeginEditParams (with Interface::GetIObjParam() output…

7 years ago
Forum
Reply
RE: AddRollout in modify panel

Wonderful, that should do the trick Thanks a lot! Edit: works great (the only unexpected thing is the order the rollouts are added seems kinda rando…

7 years ago
Forum
Reply
RE: AddRollout in modify panel

I think it’s 2017+, doesn’t really matter here though. denisT: you can’t do it with mxs, but probably can with sdk. do you need an sdk solutio…

7 years ago
Forum
Reply
RE: AddRollout in modify panel

Basically, I’m looking for the same functionality the addPluginRollouts offers, just for the modify panel. I’d be glad for any pointers (not limited t…

7 years ago
Forum
Topic
Forum
Replies: 13
Views: 46
Page 9 / 38