Wheiraucher
@wheiraucher
New Member
Joined: Feb 15, 2024
Topics: 38 / Replies: 92
Reply
RE: newbie question about selecting objects

this should work then theObjs = (selection as array) for obj in theobjs do ( select obj macros.run “Modifier Stack” “Convert_to_Poly” subobjectLev…

12 years ago
Forum
Reply
RE: newbie question about selecting objects

I’m sorry, but I still don’t get what you are trying to achieve. 🙁

12 years ago
Forum
Reply
RE: newbie question about selecting objects

can you post a wireframe. This image doesn’t tell me much…

12 years ago
Forum
Reply
RE: newbie question about selecting objects

Hi spad. Are you doing all these complicated steps just to get more control over the smoothing of your model? If so, maybe this will be of use to you:…

12 years ago
Forum
Reply
RE: local transform position through scripting

Have you looked into the motioncapture controller and utility? They are made for this sort of task. You can simply add the motioncapture controller to…

12 years ago
Forum
Reply
RE: Fillet Knots

oh, I just noticed that this will simply start the fillet mode. sorry .

12 years ago
Forum
Reply
RE: Fillet Knots

Anything wrong with the method that is already available? splineOps.startFillet <editable_spline_or_line_node_or_modifier> Enters “Fillet” co…

12 years ago
Forum
Reply
RE: self reference geo Plugins

refs.dependentnodes this firstonly:true should do the trick

12 years ago
Forum
Reply
RE: Clean a Backface Culling

You pretty much have only two choices: If the game engine supports doublesided materials use that feature. If it doesn’t, duplicate the faces that a…

12 years ago
Forum
Reply
RE: Batch Rendering 2000 cameras-how to script it?

Hi UnrealMirage This function will setup a batch render view for each camera that is given to the function and assign a different single frame to ren…

12 years ago
Forum
Reply
RE: Send Maxscript commands from External App to 3dsmax

I have never used these dotnet functions, but you might even need to open and close the socket each time…

12 years ago
Forum
Reply
RE: Send Maxscript commands from External App to 3dsmax

Actually I thought you should use the timer instead of the while function. Checking every 100 milliseconds if a new string has arrived.

12 years ago
Forum
Reply
RE: Send Maxscript commands from External App to 3dsmax

interesting challenge… I think part of the problem is using the backgroundworker. Although it works fine for a lot of commands it seems to have troub…

12 years ago
Forum
Topic
Forum
Replies: 1
Views: 8
Reply
RE: Any equivalent of "me" or "this" for use in scripts to make them generic?

The variable “this” points at the script controller. To get the node use “(refs.dependentnodes this)[1]”

12 years ago
Forum
Page 2 / 9