bnvm
@bnvm
New Member
Joined: Feb 15, 2024
Topics: 42 / Replies: 57
Reply
RE: find a string using a substring

You can use matchPattern or findString to locate ComponentData . MatchPattern is faster but findString will give the index of the first letter of the …

10 years ago
Forum
Reply
RE: Load order scripts

Yes load order is a pain with complex scripts. I have 3 ways I deal with but all are hacks so any other solutions would be great to hear. Create a …

11 years ago
Forum
Reply
RE: How to get "parent" object from a rollout in an attribute holder?

There is a way of getting the referring object using “somefunction this” in a event handler. I cannot remember the function at this point. I used it a…

11 years ago
Forum
Topic
Forum
Replies: 0
Views: 17
Reply
RE: variable type from Value*

That did the trick thanks, I thought had already tried that one but ColorValue was showing as undefined. Looks like I may have needed to include color…

13 years ago
Forum
Reply
RE: variable type from Value*

Thanks for the examples but I am talking about the sdk and c++ not maxscript, hence the Value* variable. Example I have a function that I am exposing …

13 years ago
Forum
Topic
Forum
Replies: 8
Views: 26
Topic
Forum
Replies: 0
Views: 27
Reply
RE: Plugins – How to write?

I believe you can get an element from the array and type cast it to type point3 but not sure how. As for the function returning type Value*, just abou…

13 years ago
Forum
Reply
RE: Plugins – How to write?

I believe you cannot do that with an int array, I’m still new to c++ as well so I may be wrong. I would recommend using something like std::vector ins…

13 years ago
Forum
Reply
RE: Plugins – How to write?

a c++ function will be able to take multiple arrays even nested arrays as inputs so that is not a problem. If you can use visual studio max has a plug…

13 years ago
Forum
Reply
RE: Plugins – How to write?

I believe you can pass whatever data you want into the function, keep in mind it will probably be easier if you try to follow c++ rules, like not mixi…

13 years ago
Forum
Reply
RE: Plugins – How to write?

I’ve done a little with the sdk and the best place to start is with the how to’s and tutorials in the sdk docs. What I did and what would be by far t…

13 years ago
Forum
Reply
RE: Reading Krakatoa PRT file?

Thanks I’ve seen that and have followed it to the letter, but still doesn’t seem to work. Thanks for the link.

13 years ago
Forum
Topic
Forum
Replies: 2
Views: 20
Page 1 / 7