Serejah
@serejah
New Member
Joined: Feb 14, 2024
Topics: 34 / Replies: 1221
Reply
RE: Maxscript: Change name of a newly created dummy

It would be better to see your code. But I’m almost certain that you just failed to provide correct reference for the callback function try (destroy…

7 years ago
Forum
Reply
RE: What callback should I've to use to detect a property change in an Editable_Poly

try ( deleteAllChangeHandlers id:#xxx ) catch() preserveUVs = selection[1].preserveUVs when parameters selection[1] changes id:#xxx obj do ( …

7 years ago
Forum
Reply
RE: UNDO without REDO

In theory you can check if theHold.isHolding() and do nothing in your callbacks in that case.

7 years ago
Forum
Reply
RE: MaxScript Access Freeform – Poly Draw – Draw on: via Script

try these PolyToolsUI.PDOffset = 666 PolyToolsUI.PDDistance = 333

7 years ago
Forum
Reply
RE: WebBrowser in Rcmenu,possible?

maxscript reference: <Box2 rect>windows.getWindowPos <int HWND> NEW in 3ds Max 2014: Returns the position of the upper left corner and t…

7 years ago
Forum
Reply
RE: WebBrowser in Rcmenu,possible?

Maybe that has something to do with the max version. Max 2014 works fine for me

7 years ago
Forum
Reply
RE: WebBrowser in Rcmenu,possible?

How can I get rcmenu position and size before creating a webb dialog? try (destroydialog X ) catch () rollout X “” ( button btn “————–…

7 years ago
Forum
Reply
RE: WebBrowser in Rcmenu,possible?

why not create a separate form with the browser and then just show and align it to opened rcmenu?

7 years ago
Forum
Reply
RE: Persistent change notification

what about postload CA event? Never did nothing similar before so any corrections are welcomed. lightCA = attributes lightCA attribID:#(0x3d98e77f, …

7 years ago
Forum
Reply
RE: handling IRollupWindow

ok… looks like it must be saved like this local current_mod = modPanel.getCurrentObject() local cid = g.Class_ID.create current_mod.classid[1] curre…

7 years ago
Forum
Reply
RE: handling IRollupWindow

and IRollupWindow related question I’ve looked in SDK… you are definitely can reorder rollups from SDK. IRollupWindow and IRollupPanel give access t…

7 years ago
Forum
Topic
Forum
Replies: 4
Views: 19
Reply
RE: It has been happened!!! This is my post #10000

10k is a huge number! I’ve learned a lot from you and your examples since joined this forum. Thank you for that.

7 years ago
Forum
Reply
RE: Literalise a String

([^\\]|^|[^\\](\\\\)+)(“+) another one link

7 years ago
Forum
Reply
RE: Literalise a String

me: ([^\]|^)(“) link or using negative lookbehind me again: (?<!\)”

7 years ago
Forum
Page 67 / 84