Heilandzack
@heilandzack
New Member
Joined: Feb 14, 2024
Topics: 10 / Replies: 59
Reply
RE: Set photometric light preset via maxscript?

Since i’m not really good with HWNDs and UIAccessor etc. i would take another route. When you load a preset, there are not too many values that get c…

8 years ago
Forum
Reply
RE: MAX_Script_Help – > Creating Groups By Selection

Try this: try destroydialog GroupCreator catch() fn getuserstring default:”Groupname” = ( RenameDialog = dotNetObject “MaxCustomControls.RenameInst…

8 years ago
Forum
Reply
RE: Cannot run 3ds max script using CMD

I don’t know if you guys are aware that you can run maxscript files also from command line as described here: Maybe that helps…

8 years ago
Forum
Reply
RE: vray object properties

You can see it on object properties -> user defined: VRay_MoBlur_GeomSamples = 2 VRay_GI_Generate = True VRay_GI_Receive = True VRay_GI_Multipier …

8 years ago
Forum
Reply
RE: edittext problem …

The Edittext.text gives you a string, but you need an integer. Converting to an integer works: rollout mm “MultiMat” ( edittext tt “Number:” fiel…

9 years ago
Forum
Reply
RE: What is the main version of 3ds max you use now?

Similar here, 2014 in Production since years. Thinking about changing for 2017.

9 years ago
Forum
Reply
RE: Spline and Helix

Well, the helix has 4 Variables that effectifely change the length of it. That would be the 2 radii, the height and the turn count. If you want to cr…

9 years ago
Forum
Topic
Forum
Replies: 0
Views: 11
Reply
RE: Rendering Sub-Frames with Elements

The Problem is that you’re only changing the standard outputs filename. Here is way to change your elements output names, give it a try: clearlisten…

9 years ago
Forum
Reply
RE: Trying to 'overload' function within struct

Maybe this helps you: clearlistener() struct myStruct ( val, printMyVal, fn setoriginalfunction = ( printMyVal = (fn tmp = (format “Orig…

9 years ago
Forum
Reply
RE: Trying to 'overload' function within struct

struct myStruct ( val, fn printMyVal = ( format “my value is % ” val), fn dosomethingelse = (print “jo”), fn executemyfn = dosomethin…

9 years ago
Forum
Reply
RE: What's your preference ?

Transform Gizmo that moves with the selection. +1

9 years ago
Forum
Reply
RE: Listbox with foldernames

I didn’t double check in max, but i think this should work: function GetAllSubDirs_fn MyDirectory = ( temp = #() s = 1 folders = getDirectories (M…

9 years ago
Forum
Reply
RE: Using a Variable to define partial object name?

I’m still not sure if I understand what you’re trying to do, but maybe this helps you. Aussuming you want to rename your objects by adding your variab…

9 years ago
Forum
Reply
RE: Using a Variable to define partial object name?

select $*Square* This would select your objects with “square” in the name, i fthat’S what you’re looking for. If you want to batch rename objects, th…

9 years ago
Forum
Page 2 / 5