- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, I am trying to create a modifier that loops through pairs of values and does a repeated task (Extend borders according to a. distance and b. angle). I am thinking of a table view with 2 columns. I can create such a control with maxscript and dotnet but as far as I know I can not use a maxscript rollout in a modifier created with the sdk. Qt might be the way but I think that I need to create a wrapper and I am still learning, so I am unable to do so.
- Is there a way to create such a control and others?
- Are there resources where I can learn about such things, creating custom controls in c++?
Any help is welcomed. Thank you in advance.
p.s. One other issue that I am having is that even though my plug in works fine, when I stack two or more of my modifiers in an object it crashes. I have tried theHold in order to also avoid some crashes when I was editing subobject below my modifier (it seams fixed and removed theHold). If an edit_poly modifier is in between it seams that it solves the problem. Any clues/suggestions.
Solved! Go to Solution.