ZeBoxx2
@zeboxx2
New Member
Joined: Feb 14, 2024
Topics: 7 / Replies: 1402
Reply
RE: DataGridView Checkbox

haven’t the foggiest – try checking .valueType or, in fact, try a showProperties on the cell… that should reveal the type returned by .value as well. …

16 years ago
Forum
Reply
RE: DataGridView Checkbox

presuming… dgv = the data grid view cell = the DataGridViewCheckBoxCell (from column type DataGridViewCheckBoxColumn) Then you can use cell.value …

16 years ago
Forum
Reply
RE: Buttons and custom attributes

If R_Hand_Controller is an actual object name, use $R_Hand_Controller . If R_Hand_Controller is a variable, and it points t…

16 years ago
Forum
Reply
RE: Buttons and custom attributes

the reason for the error you are getting is due to unbalanced parentheses; simply put – you’re missing one more ‘)’ before your custAttributes.add com…

16 years ago
Forum
Reply
RE: menuMan.registerMenuContext

Indeed… I looked into the menuman bits for our menus and quickly discarded the menu context registering bits and pieces; it will tell you one thing an…

16 years ago
Forum
Reply
RE: Suppressing missing BIP file message

Look into dialogMonitorOps and UIAccessor. The first will let you detect dialogs popping up, the second will let you interact with them; e.g. push a …

16 years ago
Forum
Reply
RE: face selection change callback

You can either use the “when select” changeHandler, or use the Node Event System (3ds Max 2009) which has a subObjectSelectionChanged callback functio…

16 years ago
Forum
Reply
RE: maxscript : detect link between geometry

keep in mind that this only works for static links and not ‘links’ established via a Link Constraint

16 years ago
Forum
Reply
RE: SubAnim from Property

It might be typical max that there’s no built-in method to get the subAnim name from a property name, but the fact that they’re different has more to …

16 years ago
Forum
Reply
RE: Changing Link Constrained Inheritance

why? no idea – they still seem to take effect; odd. looks like getInheritanceFlags returns an empty bitArray as well. How to get around it? I was …

16 years ago
Forum
Reply
RE: render effect deletion detection?

I’m not usually one to bump a thread, but… any further thoughts out there?

16 years ago
Forum
Reply
RE: render effect deletion detection?

Hi guys, Thanks for the replies ‘on isChecked’ is indeed what I am already using, and works well. The unfortunate problem is this: the isChecked …

16 years ago
Forum
Topic
Forum
Replies: 4
Views: 43
Reply
RE: where's the hair?

just tried in max 9 – still work there as well. Does it show up if you run… max quick render and what if you launch a render manually? if you are …

16 years ago
Forum
Reply
RE: where's the hair?

which 3ds Max version? In 3ds Max 2009×32: mySphere = geosphere() addModifier mySphere (HairMod()) result = render() works just dandy 😮

16 years ago
Forum
Page 42 / 94