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. …
presuming… dgv = the data grid view cell = the DataGridViewCheckBoxCell (from column type DataGridViewCheckBoxColumn) Then you can use cell.value …
If R_Hand_Controller is an actual object name, use $R_Hand_Controller . If R_Hand_Controller is a variable, and it points t…
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…
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…
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 …
You can either use the “when select” changeHandler, or use the Node Event System (3ds Max 2009) which has a subObjectSelectionChanged callback functio…
keep in mind that this only works for static links and not ‘links’ established via a Link Constraint
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 …
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 …
I’m not usually one to bump a thread, but… any further thoughts out there?
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 …
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 …
which 3ds Max version? In 3ds Max 2009×32: mySphere = geosphere() addModifier mySphere (HairMod()) result = render() works just dandy 😮