models3d
@models3d
New Member
Joined: Feb 15, 2024
Topics: 4 / Replies: 15
Reply
7 years ago
Forum
Reply
RE: Get access to MaxScript Struct member in c++ function

Got stuck again. I pass two arguments to my C++ function: an object and it’s Uvwrap modifier. Then I say: object->to_node() and modifier->to_mod…

7 years ago
Forum
Reply
RE: Get access to MaxScript Struct member in c++ function

Damn, I didn’t look into /samples folder, only into /howto, and there’s much more samples there, thanks for the tip! The help doesn’t seem very infor…

7 years ago
Forum
Reply
RE: Get access to MaxScript Struct member in c++ function

Thanks a lot! Yeah, the old RTFM rule, I know)) But in this case I didn’t know what exactly to search, what should be the search querry))

7 years ago
Forum
Reply
RE: Get access to MaxScript Struct member in c++ function

And how to convert some data type, like int or float, to value*? I’ve tried like this (Value*)&IntNumber but it gives memory access error…

7 years ago
Forum
Reply
RE: Get access to MaxScript Struct member in c++ function

Is it possible to make a Void function visible to Max script? So it returns nothing? Just modifies an array, for example? UPD: probably answered the q…

7 years ago
Forum
Reply
RE: Get access to MaxScript Struct member in c++ function

And another problem… debugger says something like “Information is unavailable, symbols for Maxcrpt.dll not loaded”, what can be done about it?

7 years ago
Forum
Reply
RE: Get access to MaxScript Struct member in c++ function

That worked! I totaly forgot about type converion… Very big thanks!

7 years ago
Forum
Reply
RE: Get access to MaxScript Struct member in c++ function

Ok, I maybe passing structs isn’t very good idea, but let’s assume I pass an array, how to get acces to an element of the array? [] operator doesn’t s…

7 years ago
Forum
Topic
Reply
RE: Wrote a function lister for MAXscript

Yea, this cntrl-click system is cool, but still my prog is better! What if your func lib is located in one file and you are working in another? Always…

7 years ago
Forum
Reply
RE: Wrote a function lister for MAXscript

Damn, no I didn’t know about it!))

7 years ago
Forum
Reply
RE: Wrote a function lister for MAXscript

Here is a link to VS project. Why not use MXS – reason 1, I wanted to practice with c++)) reason 2 – for me standalone solution is more convinient, i…

7 years ago
Forum
Topic
Forum
Replies: 5
Views: 26
Reply
RE: Trying to create my first "hello world" plugin. Got stuck.

Got another question: do i have to restart 3ds max each time I want to test my plugin? Is there any quicker way? Is there way to unload a pluging to a…

8 years ago
Forum
Page 1 / 2