If you are on a recent version of 3ds Max, you can use the TextPlus object and avoid all this. But if you want to do it the scripted way, just use fo…
I think it’s a great (and free) course to get started with MAXScript in general. Once you know all this, you might want to look into more specialized …
Thankfully, MAXScript does not age a lot, so older courses might still be valueable. Have you seen this?
Yes, I am looking at slidemanip.ms right now. The downside of this is that the ‘parts’ of the manipulator are only accessible in manipulate mode, not …
Good idea, thanks! I would prefer proper scene nodes, though, since they can be moved/animated normally.
Just a thought – converting to editable spline and attaching all three shapes would allow you to use Trim function…
I need to spend a little more time with the code but this looks pretty close to what I have in mind! The only thing missing is the use of an additiona…
denisT: well… the task is surprisingly interesting. let’s issue a challenge. there is a structure which has three variables for sure – A,B,C, and o…
Almost – if you now can add another variable to your struct AND access that variable from within the different PrintMyVal functions then you have solv…
Well, I want the function to be able to access the struct variable (val in the example). While in your example ‘printMyVal’ can do this, I cannot chan…
Any ideas?