Notifications
Clear all

[Closed] MAXScript Editor,Why not show Calltip?

Sure. It’s just a matter of parsing current doc.

Hey Serejah,
How did you end up getting the description text to show up? I can get the function name to appear, but arg list, description – none of that shows up in the calltip in MxS editor.
Thanks!

check out my github repo MXSEditor calltipsopen mxse.ms for editing
set mxs.apiPath (line 479) to your api file or use my api file (you can find it in my other repo)
then set ( or leave default ) your shortcuts to display calltips

and then finally run the script

btw. it sometimes may stop working after maxscript exception thrown unfortunately and that’s exactly the reason I did standalone app for the same purpose.

Page 2 / 2