Difficulty Implementing Custom Modifier in 3ds Max Using MaxScript

Difficulty Implementing Custom Modifier in 3ds Max Using MaxScript

joeroot_pk80
Explorer Explorer
869 Views
2 Replies
Message 1 of 3

Difficulty Implementing Custom Modifier in 3ds Max Using MaxScript

joeroot_pk80
Explorer
Explorer

Hello everyone,

I've been working on developing a custom modifier for 3ds Max using MaxScript, and I've encountered an issue that I could use some guidance on.

 

Problem Description: I am attempting to create a custom modifier that applies a specific deformation to a mesh based on certain parameters. However, despite following the documentation and various tutorials, I seem to be facing challenges with the implementation. The modifier seems to apply inconsistently or not at all under certain conditions, leading to unexpected results.

 

Details:

  1. I have defined the necessary parameters and logic for the modifier.
  2. The modifier works as intended in some scenarios but fails in others, especially when applied to certain types of complex meshes or when combined with other modifiers.
  3. I've ensured that the logic and calculations within the modifier script are correct by testing with simpler objects and scenarios.

What I've Tried:

  1. Reviewing the Autodesk documentation and relevant tutorials to troubleshoot the issue.
  2. Experimenting with different variations of the code and logic to see if the problem persists.
  3. Testing the modifier on different meshes and under various circumstances to pinpoint the inconsistency.

Request: I would greatly appreciate any insights, tips, or guidance from the community regarding best practices or common pitfalls when creating custom modifiers in 3ds Max using MaxScript. Additionally, if anyone has encountered similar issues or has advice on debugging inconsistent modifier behavior, your input would be invaluable.

Thank you in advance for any help or suggestions you can provide!

0 Likes
Accepted solutions (2)
870 Views
2 Replies
Replies (2)
Message 2 of 3

denisT.MaxDoctor
Advisor
Advisor
Accepted solution

The shortest way to get an answer is to publish the code... and explain which part of the code doesn't work as expected.

The second useful step is to provide an example scene to play with the plugin. The scene should be in the most used version of Max at the moment. I'm assuming it's 2020.

And finally, tell us how to reproduce the problem you encountered.

  

 

0 Likes
Message 3 of 3

klvnk
Collaborator
Collaborator
Accepted solution

I can see that it solves "how do I post my problem so it can be solved by people oblivious to it" but not how it solves the actual problem 😉

0 Likes