(apologies for the formatting) I am running Max as an administrator, Windows 10 I also have a 64 bit build of Python 2.7.13 on my machine I have be…
The code is great and gives me a list of attributes defined in the scene, but I want to return the name of a specific node with a known attribute. If…
Hi, thanks for the replies. Dennis, that is a much better way to add the attribute, thanks for that. Now, at the risk of taking liberties, how would I…
Hi, I want to add some custom attributes to an object, but do not want to have them show up in the ui. I want to be able to find an object that has a …
I could use filterstring of course but that is a ball ache.
Hi guys, not posted in a while but the dot net form is going well. Have got the treeview working and everything is going to plan(ish). Is there a way…
Good evening chaps, the dot net form is going great, amended script below. I have been looking at creating a rclick menu and have the code for creatin…
All is good in the dot net form but having a little issue with the population. When I make the objects that I need via the other controls, the treevie…
Thanks for the organization but the reason I laid it out like that is so that other people who are new to this would be able to see it laid out in a w…
Ok, so have been flapping about and eating pizza and M&Ms for a day, so my sugar levels have hit euphoric levels. I have resolved a lot of the are…
Yes, I think you are right. I will look into this as it has the functions/syntax that I need. Still quite new to dot net in max, but its already provi…
I am using a dot net numeric up down and I already have the decimal places set to 2. If the number ends in 12.36, then the full number is added to the…
have managed to get a combo box that updates a listview with unique items and in numerical order. I also have a spinner which allows for values to al…
Thanks for the reply. I think I may have written the last post incorrectly. What I have is a dot net form (no max controls) and the object I want to p…
I figured out how to add an item if it is unique by using the .Contains property: lstBx_Obj.Items.Contains(ObjDDwnItem) which added the item if it w…