SyncViewS
@syncviews
New Member
Joined: Feb 14, 2024
Topics: 20 / Replies: 280
Reply
RE: "SimpleManipulators"

I had a similar issue before adding the redraw function, now it works well on my system, trying it on 3ds Max 2009 x64. To make the script available …

15 years ago
Forum
Reply
RE: "SimpleManipulators"

Hi Rene, try to add a completeRedraw() at the end of the code into “on mouseMove” event. Enrico

15 years ago
Forum
Reply
RE: Adding UI elements after rollout is created?

I’ve never got the chance to try it, but you should take a look at “RolloutCreator Functions” in MaxScript Reference. It should provide what you need….

15 years ago
Forum
Reply
RE: How to get local / global time consistently

That’s a bit embarrassing, I’m used to search in the reference, even the most hidden bit of information, but this one slipped so badly. Thank you very…

15 years ago
Forum
Topic
Forum
Replies: 2
Views: 9
Reply
RE: Prevent object cloning ?

Hi kittykun, bkravi idea is to allow cloning, because you cannot stop 3ds max to do it, but to set a callback that deletes the clones as soon as they’…

15 years ago
Forum
Reply
RE: How get a edge length?

Hi, you made a little mess If you want to get the edge length from an editable poly, you need to get it from the scene, check if the selection is val…

15 years ago
Forum
Reply
RE: How get a edge length?

Hi, here is a piece of code to start you up. Take a look at “Editable Poly” in the MaxScript Reference to find many other methods. ( function get…

15 years ago
Forum
Reply
RE: Manipulators Gismo Pos

Just tried it, nice script! Glad to have been of help, but Denis did the big step Cheers! Enrico

15 years ago
Forum
Reply
RE: Manipulators Gismo Pos

Well, after all these, here’s mine too ( –store and refresh Manipulators local old_sel = selection as array local old_manip = manipulat…

15 years ago
Forum
Reply
RE: Manipulators Gismo Pos

At first blush I’d say “yes, it is”, but with the current code the answer is “no, it isn’t”. I need to run some tests but I guess the issue is here: …

15 years ago
Forum
Reply
RE: Manipulators Gismo Pos

Hi Merlin, don’t worry, your English is more than enough, and mine is far from perfect You should get bounding box in local coordinates to be consis…

15 years ago
Forum
Reply
RE: Manipulators Gismo Pos

Hi Merlin, I’m not sure to understand your issue, anyway you could try the following script. It keeps the offset while dragging the EditablePoly. The …

15 years ago
Forum
Reply
RE: struct own member access as optional function param issue

Hi Eric, thank you for the explanation. After I came back from a quite long journey through C++, I found my coding style completely changed, I’d dare …

15 years ago
Forum
Reply
RE: struct own member access as optional function param issue

Very good idea here, thank you for the tip, I’m sure it will come in handy. About the issue I found, as I said, is not a big problem as soon as we can…

15 years ago
Forum
Page 7 / 20