Zbuffer
@zbuffer
New Member
Joined: Feb 14, 2024
Topics: 28 / Replies: 300
Reply
RE: instance current selection

Hi, this error is beacause you are using a reserved Keyword for the button name: delete change to: button del “Delete L DOME” pos:[19,95] width:117 …

18 years ago
Forum
Reply
RE: wats FLAG & BIN in editablepoly methods

Hi, BitArray is used throughout 3ds Max to compactly encode selections as a string of bits a bit is an on-off or true-false or 1-0 VALUE. a bitarr…

18 years ago
Forum
Reply
RE: Shape knot normal

Hi Look for setKnotPoint, setInVec, setOutVec in MaxScript Help

18 years ago
Forum
Reply
RE: Duplicate Class ID

Hi, check the <MAXROOT>\plugin.ini file for duplicate paths

18 years ago
Forum
Reply
RE: need help with simple script IF. POS.

I think this is a job for WireParameters

18 years ago
Forum
Reply
RE: how creat spline from file

Hi Ijust came to have to use this, so I made a small UI, and code change to read/write multiple splines to a text file. Thx Bobo ( fn export_s…

18 years ago
Forum
Reply
RE: noob question

Hi to use a checkBox instead of a button, you can use the .isHidden property of an object example: – … checkBox eyes “Eyes” – … on eyes changed sta…

18 years ago
Forum
Reply
RE: Map List

Hi, 2 ways of doing this: using ‘getClassInstances’ : getClassInstances BitMapTexture using ‘enumeratefiles’ from The help : ( BT=getClassIn…

18 years ago
Forum
Reply
RE: rollout question

You can’t write like you did Spot the defferences ! rollout testXref “Test Xref” ( group “rototoWire” ( spinner spn_scBrG “ScaleBrasG” range:[0,100,…

18 years ago
Forum
Reply
Reply
RE: How to extract R, or G or B from bitmap ?

Ok, I just hoped i would’nt have to use get/setPixels Thanks for the replies

18 years ago
Forum
Topic
Forum
Replies: 3
Views: 11
Reply
RE: weird exeptions

Hi, the problem is that you have defined a global variable ‘filters’ that has the same name as the global Struct ‘Filters’ as defined in stdplugs/std…

18 years ago
Forum
Reply
RE: weird exeptions

Hi, You have to give the selection as the argument of Filters.IsEditSpline change Filter.IsEditSpline() to Filter.IsEditSpline $

18 years ago
Forum
Reply
18 years ago
Forum
Page 16 / 22