ZeBoxx2
@zeboxx2
New Member
Joined: Feb 14, 2024
Topics: 7 / Replies: 1402
Reply
RE: How do I find the face of an intersection?

either use IntersectRayEx (which returns additional information, among which the face hit), or use “<rayMeshGridIntersect>.hitFace <int>” …

17 years ago
Forum
Reply
RE: Merge Callback

It’s not too bad – check out this thread if you need it; It doesn’t deal with deleting the existing option, but that relies on much the same methods…

17 years ago
Forum
Reply
RE: Merge Callback

doesn’t look like that’s info you can get directly I’d just replace the “File > Merge…” option with a custom macroscript that uses getMAXOpenFileN…

17 years ago
Forum
Reply
RE: Control the obj export option

Only 60 more to go 😈

17 years ago
Forum
Reply
RE: Control the obj export option

o_O As I stated in my post, just use setIniSetting? E.g. setIniSetting “$plugcfg\\max2obj.cfg” “Max2Obj” “MtlCreate” “1” Again, though, the above …

17 years ago
Forum
Reply
RE: Control the obj export option

ghostlake114: windows.sendMessage flipControl_parent_hwnd WM_COMMAND ((bit.shift BN_CLICKED 16) + flipControl_id) flipControl_hwnd What does it do……

17 years ago
Forum
Reply
RE: Control the obj export option

well, let’s tackle 3ds Max 9 first -_- Looks like its dialog is a bit different… The dialog’s title is “OBJ Exporter” the button is “OK”. There’s n…

17 years ago
Forum
Reply
RE: Control the obj export option

Not seeing any way to provide export options on a command line… …and nowhere to set the defaults… …so unless somebody finds something like the above…

17 years ago
Forum
Reply
RE: Question about moveKeys

You can control the ‘direction’ by controlling how you loop over the Box objects. Right now you’re using “for o in $Box*” which will collect all of t…

17 years ago
Forum
Reply
RE: visual maxscript – how to link it with the new editor?

for very loose definitions of ‘set up’ It’s by design that you can add any ‘custom control’ simply by virtue of the visual maxscript editor having a…

17 years ago
Forum
Reply
RE: visual maxscript – how to link it with the new editor?

There’s an option in the new editor’s menu that’ll invoke it for whatever you’re currently editing. Tools > Edit Rollout Apparently it’s considere…

17 years ago
Forum
Reply
RE: How to get the rotation and position of a biped bone in parent coordinates

“in coordsys parent” expects to have direct nodes manipulation within its context, I believe, so it doesn’t know that you want to work with “thebone”’…

17 years ago
Forum
Reply
RE: HitchHiker – A dynamic rollout control for 3ds max

Soon we’ll all have to make our UIs exlusively with .NET anyway… until somebody decides that’s not good enough (static controls? really? it’s 2010 – l…

17 years ago
Forum
Reply
RE: skin.always_deform

( sounds like the developer put the code handling that checkbox’s toggling in the UI, rather than the parameters? ) did you try the “classOf <node…

17 years ago
Forum
Reply
RE: Max opened with file or not?

are you quite sure it only runs if 3ds Max starts without a file? Here’s the events I get when using a script placed in Scripts\startup, and starting…

17 years ago
Forum
Page 54 / 94